@charset "utf-8";

.banner-inner {
    overflow: hidden;
    background: #FAFAFA
}

.banner-inner img {
    width: 100%;
    min-height: 240px;
    max-height: 300px;
    object-fit: cover;
    z-index: 0;
    position: relative;
    animation: img_move 6s linear 0s forwards
}

.banner-inner .banner-content {
    z-index: 1;
    position: relative;
    padding: 10px 0px;
    background: #FAFAFA
}

.banner-inner .banner-content .l-wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner-inner .banner-title-h1 {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold6);
    text-transform: capitalize
}

.banner-inner .banner-breadcrumbs {
    font-size: var(--fontsize14);
    color: var(--introcolor)
}

.banner-inner .banner-breadcrumbs .link-home em {
    margin-right: 5px
}

.banner-inner a:hover {
    color: var(--color)
}

@keyframes img_move {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.08)
    }

    100% {
        transform: scale(1)
    }
}

article a {
    color: var(--color)
}

article a:hover {
    text-decoration: underline
}

.productsTags a {
    color: var(--fontcolor);
    text-decoration: underline;
    text-transform: lowercase
}

.productsTags a:hover {
    color: var(--color)
}

.table-wrap {
    overflow-x: auto;
    width: 100%
}

.table-wrap table {
    border-collapse: collapse;
    width: 100%
}

.table-wrap table td,
.table-wrap table th {
    border: 1px solid #DDD;
    padding: 4px 10px
}

.common-main {
    padding: 50px 0px
}

.pageabout .title1 {
    font-size: 27px;
    font-weight: var(--fontbold7);
    color: var(--fontcolor)
}

.pageabout .pageabout-1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.pageabout .pageabout-1 .left {
    flex: 1;
    padding-right: 30px
}

.pageabout .pageabout-1 .right {
    width: 700px
}

.pageabout .pageabout-1 .right img {
    width: 100%
}

.pageabout .pageabout-2 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pageabout .pageabout-2 .flex>div {
    width: 50%
}

.pageabout .pageabout-2 .flex .home-des,
.pageabout .pageabout-2 .flex .home-title {
    text-align: left
}

.pageabout .pageabout-2 .flex .home-line::after {
    left: 0px;
    transform: none
}

.pageabout .pageabout-2 .list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.pageabout .pageabout-2 .list .item {
    width: 25%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 50px;
    position: relative
}

.pageabout .pageabout-2 .list .item::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: #EEEEEE
}

.pageabout .pageabout-2 .list .item:last-child::after {
    content: none
}

.pageabout .pageabout-2 .list .item em {
    background: var(--color);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #FFFFFF
}

.pageabout .pageabout-2 .list .item .title {
    color: var(--fontcolor);
    font-size: var(--fontsize18);
    font-weight: var(--fontbold7);
    margin: 20px 0px 15px
}

.pagecompany .title1 {
    font-size: var(--fontsize30);
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    margin-bottom: 10px
}

.pagecompany .flex {
    display: flex
}

.pagecompany .flex .img {
    width: 47%;
    padding: 5% 0;
    display: flex;
    align-items: center
}

.pagecompany .flex .img img {
    max-width: inherit;
    width: calc(100% + 50px);
    height: auto;
    position: relative;
    z-index: 1
}

.pagecompany .flex .content {
    flex: 1;
    background: #282828;
    color: #FFFFFF;
    padding: 5% 80px
}

.pagecompany .flex .content .tabs {
    list-style: none;
    padding: 0px;
    display: flex;
    flex-wrap: wrap
}

.pagecompany .flex .content .tabs li {
    color: #9f9f9f;
    margin-right: 20px;
    cursor: pointer;
    padding: 10px 10px 10px 0px;
    list-style: none
}

.pagecompany .flex .content .tabs li:last-child {
    margin-right: 0px
}

.pagecompany .flex .content .tabs li.active {
    text-decoration: underline;
    color: #FFFFFF
}

.pagecompany .flex .content .item {
    margin-top: 50px;
    display: none;
    line-height: 2;
    color: var(--introcolor)
}

.pagecompany .flex .content .item .text {
    color: #FFFFFF
}

.pagecompany .flex .content .item.act {
    display: block
}

.pagecompany .flex .content .item .title {
    font-size: var(--fontsize30);
    margin-bottom: 30px;
    color: #F3F3F3
}

#pageadvantages {
    margin-top: 50px;
    overflow: hidden
}

#pageadvantages .item {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: var(--borderradius);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20% 20px;
    transition: all .1s linear
}

#pageadvantages .item:hover {
    border-color: var(--color)
}

#pageadvantages .item em {
    color: var(--color);
    font-size: 50px
}

#pageadvantages .item .title {
    margin: 20px 0px;
    font-size: 25px;
    font-weight: var(--fontbold7);
    color: var(--fontcolor)
}

.pageadvantages-swiper {
    position: relative;
    overflow: hidden
}

.pageadvantages-swiper .pageadvantages-next,
.pageadvantages-swiper .pageadvantages-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 50px;
    height: 50px;
    background: var(--color);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize24);
    cursor: pointer
}

.pageadvantages-swiper .pageadvantages-prev {
    transform: rotateY(180deg)
}

.pageadvantages-swiper .pageadvantages-next {
    left: auto;
    right: 0px
}

.pageadvantages-pagination {
    text-align: center;
    margin-top: 20px
}

.pageadvantages-pagination .swiper-pagination-bullet-active {
    background: var(--color)
}

.pageadvantages-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.pageadvantages-2 .left {
    flex: 1;
    padding-right: 30px
}

.pageadvantages-2 .right {
    width: 40%
}

.pageadvantages-2 .home-des,
.pageadvantages-2 .home-title {
    text-align: left
}

.pageadvantages-2 ul {
    list-style: none;
    margin-top: 50px;
    max-width: 600px
}

.pageadvantages-2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.pageadvantages-2 ul li .icon {
    width: 50px;
    height: 50px;
    background: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.pageadvantages-2 ul li .icon em {
    color: #FFFFFF;
    font-size: var(--fontsize16)
}

.pageadvantages-2 ul li .content {
    flex: 1;
    padding-left: 20px
}

.pageadvantages-2 ul li .title {
    font-size: var(--fontsize22);
    color: var(--fontcolor);
    font-weight: var(--fontbold7);
    margin-bottom: 5px
}

.pageteam-swiper {
    position: relative;
    overflow: hidden;
    margin-top: 40px
}

.pageteam-swiper .pageteam-next,
.pageteam-swiper .pageteam-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 50px;
    height: 50px;
    background: var(--color);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize24);
    cursor: pointer
}

.pageteam-swiper .pageteam-prev {
    transform: rotateY(180deg)
}

.pageteam-swiper .pageteam-next {
    left: auto;
    right: 0px
}

.pageteam-pagination {
    text-align: center;
    margin-top: 20px
}

.pageteam-pagination .swiper-pagination-bullet-active {
    background: var(--color)
}

#pageteam .item {
    background: #F6F6F6;
    padding: 20px
}

#pageteam .item .author {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

#pageteam .item .author .img {
    width: 80px;
    height: 80px
}

#pageteam .item .author .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#pageteam .item .author .info {
    padding-left: 15px;
    padding-top: 10px
}

#pageteam .item .author .title {
    font-size: var(--fontsize20);
    color: var(--fontcolor);
    font-weight: var(--fontbold6)
}

.inquiry-prolist {
    margin: 20px 0px
}

.inquiry-prolist .inquiry-pro-item {
    display: flex;
    align-items: center;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    padding: 20px
}

.inquiry-prolist .inquiry-pro-item:nth-child(n+2) {
    margin-top: 20px
}

.inquiry-prolist .inquiry-pro-item .pro-item-img {
    width: 100px
}

.inquiry-prolist .inquiry-pro-item .pro-item-img img {
    border: 1px solid #EEEEEE
}

.inquiry-prolist .inquiry-pro-item .pro-item-name {
    flex: 1;
    padding: 0px 10px;
    color: var(--introcolor)
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a {
    color: var(--color);
    font-size: var(--fontsize16);
    font-weight: var(--fontbold6)
}

.inquiry-prolist .inquiry-pro-item .pro-item-del {
    background: var(--color);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 4px;
    transition: all .2s linear
}

.inquiry-prolist .inquiry-pro-item .pro-item-del:hover {
    box-shadow: 1px 2px 10px var(--color)
}

@media(max-width:768px) {
    .inquiry-prolist .inquiry-pro-item .pro-item-img {
        width: 100px
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-del {
        margin-right: 0px
    }
}

.product-catelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-catelist .product-cateitem {
    width: 49%;
    border: 1px solid #EEEEEE;
    display: flex;
    margin-bottom: 3em;
    transition: all .1s linear;
    border-radius: var(--borderradius);
    overflow: hidden
}

.product-catelist .product-cateitem .cate-img {
    width: 300px;
    max-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-catelist .product-cateitem .cate-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-catelist .product-cateitem .cate-info {
    flex: 1;
    padding: 30px 20px
}

.product-catelist .product-cateitem .cate-info .title {
    display: -webkit-box;
    font-size: var(--fontsize20);
    font-weight: var(--fontbold7);
    color: var(--fontcolor);
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 1.2
}

.product-catelist .product-cateitem .cate-info .text {
    color: var(--introcolor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.product-catelist .product-cateitem .cate-info .more {
    margin-top: 20px;
    display: flex;
    align-items: center;
    color: var(--introcolor);
    text-transform: capitalize;
    padding-top: 15px
}

.product-catelist .product-cateitem .cate-info .more em {
    margin-left: 10px
}

.product-catelist .product-cateitem:hover .cate-img img {
    transform: scale(1.05)
}

.product-catelist .product-cateitem:hover .cate-info .title {
    color: var(--color)
}

.product-catelist .product-cateitem:hover .cate-info .more {
    color: var(--color)
}

.page-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.sidebar {
    width: 360px
}

.sidebar-item {
    width: 100%;
    background: #FAFAFA;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: var(--borderradius)
}

.sidebar-item ul {
    list-style: none
}

.sidebar-item .sidebar-title {
    font-size: var(--fontsize24);
    font-weight: var(--fontbold7);
    color: var(--fontcolor);
    line-height: 1;
    margin-bottom: 20px
}

.sidebar-item.category .sidebar-cate {
    margin-left: -5px
}

.sidebar-item.category .sidebar-cate .menu-item {
    position: relative;
    margin-bottom: 8px
}

.sidebar-item.category .sidebar-cate .menu-item:last-child {
    margin-bottom: 0px
}

.sidebar-item.category .sidebar-cate .menu-item a:hover {
    color: var(--color)
}

.sidebar-item.category .sidebar-cate .menu-item>a {
    display: inline-flex;
    align-items: center
}

.sidebar-item.category .sidebar-cate .menu-item>a em {
    font-size: var(--fontsize20);
    margin-right: 2px
}

.sidebar-item.category .sidebar-cate .menu-item .icon-right1 {
    width: 30px;
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: var(--fontsize20);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .2s linear
}

.sidebar-item.category .sidebar-cate .menu-item .sub-menu {
    display: none;
    padding-left: 20px;
    margin-bottom: 10px
}

.sidebar-item.category .sidebar-cate .menu-item .sub-menu li.active a {
    color: var(--color)
}

.sidebar-item.category .sidebar-cate .menu-item .sub-menu a {
    display: inline-flex;
    align-items: center;
    padding: 6px 0px
}

.sidebar-item.category .sidebar-cate .menu-item .sub-menu a:hover {
    color: var(--color)
}

.sidebar-item.category .sidebar-cate .menu-item .sub-menu a em {
    margin-right: 4px
}

.sidebar-item.category .sidebar-cate .menu-item.active>a {
    color: var(--color)
}

.sidebar-item.category .sidebar-cate .menu-item.active .icon-right1 {
    color: var(--color);
    transform: rotate(90deg)
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item:last-child {
    margin-bottom: 0px
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item .sidebarhot-img {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item .sidebarhot-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item .sidebarhot-info {
    flex: 1;
    padding-left: 10px
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item .sidebarhot-info .title {
    font-size: var(--fontsize16);
    color: var(--fontcolor);
    line-height: 1.2;
    transition: all .1s linear;
    margin-bottom: 5px
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item .sidebarhot-info .more {
    font-size: var(--fontsize14);
    color: #666666;
    text-transform: capitalize
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item:hover .sidebarhot-img img {
    transform: scale(1.05)
}

.sidebar-item.hotpro .sidebarhot-list .sidebarhot-item:hover .sidebarhot-info .title {
    color: var(--color)
}

.inquiry-pc .inquiry-wrap {
    margin-bottom: 20px;
    background: #F6F6F6;
    padding: 30px 15px;
    margin-top: 30px;
    border-radius: var(--borderradius);
    overflow: hidden
}

.inquiry-pc .inquiry-title,
.inquiry-pc .sidebar-title {
    font-size: var(--fontsize20);
    font-weight: var(--fontbold7);
    color: var(--fontcolor);
    margin-bottom: 20px
}

.page-main {
    padding-right: 30px;
    width: calc(100% - 360px)
}

.pro-cate-title {
    font-size: var(--fontsize26);
    font-weight: var(--fontbold6);
    color: var(--color);
    line-height: 1;
    margin-bottom: 20px
}

.pro-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 20px
}

.pro-list li {
    margin-bottom: 30px
}

.pro-list li .pro-img {
    position: relative
}

.pro-list li .pro-img a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.pro-list li .pro-img a img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.pro-list li .pro-img a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    opacity: 0;
    transition: all .1s linear
}

.pro-float {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    display: none
}

.lazy-wrap.lazy-loaded+.pro-float {
    display: flex
}

.pro-float>* {
    margin-bottom: 10px
}

.pro-list li .pro-img .icon-hottitle {
    z-index: 1;
    color: #FFFFFF;
    background: var(--color);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%
}

.pro-list li .icon {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: var(--fontbold6);
    cursor: pointer;
    transition: all .15s linear;
    z-index: 1;
    opacity: 0;
    transform: translateY(10%)
}

.pro-list li .icon.pro-checked {
    color: var(--color);
    opacity: 1;
    transform: translateY(0)
}

.pro-list li:hover .icon {
    opacity: 1;
    transform: translateY(0)
}

.pro-list li .pro-info {
    padding: 15px 0px 20px
}

.pro-list li .pro-info .title {
    display: block;
    font-size: var(--fontsize18);
    color: var(--fontcolor);
    font-weight: var(--fontbold5)
}

.pro-list li .pro-info .data-price {
    display: none;
    opacity: 0;
    visibility: hidden
}

.pro-list li .pro-info .pro-meta {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.pro-list li .pro-info .pro-meta .more {
    width: 152px;
    height: 40px;
    background: #F5F5F5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--fontcolor);
    transition: all .1s linear;
    margin-right: 10px;
    display: none
}

.pro-list li .pro-info .pro-meta .more em {
    margin-right: 5px;
    margin-top: 3px
}

.pro-list li .pro-info .pro-meta .more:hover {
    background: var(--color);
    color: #FFFFFF
}

.pro-list li:hover .pro-img a::after {
    opacity: 1
}

.pro-list li:hover .pro-info .title {
    color: var(--color)
}

.pro-list.list1 li {
    width: 32%;
    margin-right: 2%
}

.pro-list.list1 li:nth-child(3n) {
    margin-right: 0px
}

.pro-list.list1 li .pro-img a {
    max-height: 360px
}

.pro-list.list1 li .pro-info .text {
    display: none
}

.pro-list.list1 li .pro-info .pro-meta {
    justify-content: space-between
}

.pro-list.list0 li {
    width: 100%;
    display: flex
}

.pro-list.list0 li .pro-img {
    width: 280px;
    border: 1px solid #EEEEEE
}

.pro-list.list0 li .pro-img a {
    max-height: 280px
}

.pro-list.list0 li .pro-info {
    flex: 1;
    padding-left: 30px;
    padding-top: 20px
}

.pro-list.list0 li .pro-info .title {
    font-weight: var(--fontbold6);
    margin-bottom: 10px
}

.pro-list.list0 li .pro-info .pro-meta {
    margin-top: 30px
}

.common-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}


.common-page li {
    min-width: 45px;
    height: 45px;
    padding: 0px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    margin: 5px;
    transition: all .1s linear
}


.common-page li.active {
    background: var(--color);
    border-color: var(--color);
    color: #FFFFFF
}

.common-page li:hover {
    border-color: var(--color);
    cursor: pointer;
}

.pro-bottom {
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1)
}

.pro-bottom a {
    text-decoration: underline;
    text-transform: lowercase
}

.pro-bottom a:hover,
.pro-bottom a:active {
    color: var(--color)
}

.prodetails-top {
    display: flex
}

.preview-container {
    width: 480px
}

.singglepic {
    width: 480px;
    height: 480px;
    display: flex;
    align-items: center;
    justify-content: center
}

.singglepic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbnail-show {
    width: 100%;
    height: 480px;
    position: relative
}

.thumbnail-show .small-box {
    width: 100%;
    height: 100%;
    border: 1px solid #EEEEEE
}

.thumbnail-show .small-box img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.thumbnail-show .hover {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgba(204, 204, 204, .6);
    border: 1px solid #EEEEEE;
    display: none;
    cursor: move;
    z-index: 9
}

.thumbnail-show .big-box {
    display: none;
    overflow: hidden;
    top: 0px;
    left: 100%;
    border: 1px solid #EEEEEE;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 20
}

.thumbnail-show .big-box img {
    display: block;
    max-width: none;
    max-height: none;
    width: 150%
}

.thumbnail-show .big-box.act {
    display: none !important
}

#media {
    background: #F3F3F3;
    width: 100%;
    height: 100%;
    z-index: 99;
    position: relative
}

.thumbnail-show .vPlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize24);
    font-weight: var(--fontbold6);
    z-index: 999;
    cursor: pointer
}

.thumbnail-box {
    position: relative;
    padding: 0px 40px;
    margin-top: 15px
}

.thumbnail-box .item {
    cursor: pointer;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 90px;
    border-radius: var(--borderradius)
}

.thumbnail-box .item.item-cur {
    border-color: var(--color)
}

.thumbnail-box .item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thumbnail-box .item .imgalt {
    display: none
}

.thumbnail-box .banner-page {
    display: none
}

.thumbnail-box .prodetails-button-next,
.thumbnail-box .prodetails-button-prev {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 100%;
    background: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear
}

.thumbnail-box .prodetails-button-next em,
.thumbnail-box .prodetails-button-prev em {
    font-weight: var(--fontbold6);
    font-size: var(--fontsize18);
    color: #FFFFFF
}

.thumbnail-box .prodetails-button-next:hover,
.thumbnail-box .prodetails-button-prev:hover {
    opacity: .9
}

.thumbnail-box .prodetails-button-next.swiper-button-disabled,
.thumbnail-box .prodetails-button-prev.swiper-button-disabled {
    background: #333333
}

.thumbnail-box .prodetails-button-next.swiper-button-disabled:hover,
.thumbnail-box .prodetails-button-prev.swiper-button-disabled:hover {
    opacity: 1;
    cursor: auto
}

.thumbnail-box .prodetails-button-prev {
    transform: rotateY(180deg)
}

.thumbnail-box .prodetails-button-next {
    left: auto;
    right: 0px
}

.prodetails-info {
    flex: 1;
    padding-left: 30px
}

.prodetails-info .prodetails-name {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 20px;
    margin-bottom: 20px;
    line-height: 1.2
}

.prodetails-info .prodetails-price {
    color: var(--introcolor)
}

.prodetails-info .prodetails-text {
    padding-top: 10px;
    color: var(--introcolor)
}

.prodetails-info .prodetails-btnlist {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0px
}

.prodetails-info .prodetails-btnlist>* {
    width: 170px;
    height: 50px;
    color: var(--fontcolor);
    text-transform: capitalize;
    font-size: var(--fontsize16);
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border: 1px solid #171717;
    transition: all .1s linear;
    user-select: none;
    margin-bottom: 10px;
    border-radius: var(--borderradius)
}

.prodetails-info .prodetails-btnlist>*:hover {
    color: var(--color);
    border-color: var(--color)
}

.prodetails-info .prodetails-btnlist>:last-child {
    margin-right: 0px
}

.prodetails-info .prodetails-btnlist>* em {
    margin-right: 5px
}

.prodetails-info .prodetails-btnlist .addToCart.added {
    color: var(--color);
    border-color: var(--color)
}

.prodetails-content {
    margin-top: 80px
}

.prodetails-content .prodetails-tabs {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px
}

.prodetails-content .prodetails-tabs .prodetails-tabs-item {
    min-width: 160px;
    height: 55px;
    padding: 0px 15px;
    background: #e6e6e6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #171717;
    transition: all .1s linear;
    font-weight: var(--fontbold6);
    margin-right: 20px;
    cursor: pointer;
    font-size: var(--fontsize18);
    text-transform: capitalize;
    border-top-right-radius: var(--borderradius);
    border-top-left-radius: var(--borderradius);
    white-space: nowrap
}

.prodetails-content .prodetails-tabs .prodetails-tabs-item.act {
    background: #171717;
    color: #FFFFFF
}

.prodetails-content .tagContent {
    display: none
}

.prodetails-content .tagContent.act {
    display: block
}

.prodetails-content .hot-tags {
    margin-top: 10px
}

.pagelink {
    width: 100%;
    display: flex;
    background: #F6F6F6;
    margin-top: 40px;
    border-radius: var(--borderradius);
    overflow: hidden
}

.pagelink .pagelink-item {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    transition: all .1s linear
}

.pagelink .pagelink-item:hover {
    background: #F3F3F3
}

.pagelink .pagelink-item:hover .link {
    color: var(--color)
}

.pagelink .pagelink-item.next {
    align-items: flex-end
}

.pagelink .pagelink-item .link {
    font-weight: var(--fontbold6);
    color: #222;
    transition: all .1s linear
}

.pagelink .pagelink-item .flex {
    margin-top: 10px;
    display: flex;
    align-items: center;
    color: var(--introcolor)
}

.share-btn-list {
    margin-top: 30px
}

.newslist {
    display: flex;
    flex-wrap: wrap;
    list-style: none
}

.newslist li {
    background: #FAFAFA;
    margin-bottom: 30px;
    border-radius: var(--borderradius);
    overflow: hidden
}

.newslist li .newslist-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100px;
    max-height: 250px
}

.newslist li .newslist-img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.newslist li .newslist-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist li .newslist-img .date {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 60px;
    height: 60px;
    background: var(--color);
    color: #FFFFFF;
    font-size: var(--fontsize14);
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: var(--borderradius)
}

.newslist li .newslist-info {
    padding: 20px;
    flex: 1
}

.newslist li .newslist-info .title {
    font-size: var(--fontsize18);
    color: var(--fontcolor);
    font-weight: var(--fontbold6);
    line-height: 1.2
}

.newslist li .newslist-info .logo {
    color: var(--introcolor);
    margin: 10px 0px 20px;
    text-transform: capitalize
}

.newslist li .newslist-info .text {
    color: var(--introcolor);
    margin: 10px 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
}

.newslist li .newslist-info .more {
    text-transform: capitalize;
    color: var(--color);
    display: flex
}

.newslist li .newslist-info .more em {
    margin-left: 10px
}

.newslist li:hover .newslist-img img {
    transform: scale(1.05)
}

.newslist li:hover .newslist-info .title {
    color: var(--color)
}

.newslist li:hover .newslist-info .more {
    font-weight: var(--fontbold6)
}

.newslist.list1 li {
    width: 32%;
    margin-right: 2%
}

.newslist.list1 li:nth-child(3n) {
    margin-right: 0px
}

.newslist.list0 li {
    width: 100%;
    display: flex
}

.newslist.list0 li .newslist-img {
    width: 300px
}

.newscontent-box {
    background: #FFFFFF;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .16);
    border-radius: 5px;
    padding: 50px 30px
}

.newscontent-title {
    font-size: var(--fontsize26);
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    line-height: 1.4
}

.newscontent-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0px 20px;
    font-size: var(--fontsize14)
}

.newscontent-date p {
    margin-right: 20px;
    color: var(--introcolor)
}

.newscontent-date p:last-child {
    margin-right: 0px
}

.newscontent-date p em {
    color: var(--color);
    margin-right: 5px
}

.newsendinquiry {
    cursor: pointer
}

.newscontent-details {
    margin-bottom: 40px
}

.contact-list {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-list .contact-item {
    width: 23%;
    padding: 30px 4%;
    border: solid 1px #EEEEEE;
    border-radius: var(--borderradius);
    transition: all .1s linear
}

.contact-list .contact-item:hover {
    background: var(--color);
    color: #FFFFFF
}

.contact-list .contact-item:hover .contact-item-title,
.contact-list .contact-item:hover a {
    color: #FFFFFF
}

.contact-list .contact-item .contact-item-title {
    font-size: var(--fontsize28, 28px);
    font-weight: var(--fontbold7);
    color: var(--fontcolor);
    margin-bottom: 20px
}

.contact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 50px
}

.contact-box .contact-main {
    width: 40%
}

.contact-box .contact-main .home-des,
.contact-box .contact-main .home-title {
    text-align: left;
    line-height: 1
}

.contact-box .contact-main .home-line::after {
    transform: none;
    left: 0px
}

.contact-box .contact-main .img {
    width: 100%;
    position: relative
}

.contact-box .contact-main .img img {
    width: 100%
}

.contact-box .contact-main .img .box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: var(--color);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    min-height: 100px;
    padding-left: 20px
}

.contact-box .contact-main .img .box .icon {
    margin-right: 20px
}

.contact-box .contact-main .img .box .tel {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold6)
}

.contact-box .inquiry-wrap {
    width: 50%;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, .1);
    border-top: 6px solid var(--color);
    padding: 40px 3%
}

.project-list {
    margin-top: 0px;
    list-style: none
}

.faqs-list {
    width: 100%
}

.faqs-list li {
    width: 100%;
    padding: 20px 0px 40px 44px;
    border-top: 1px solid #EEEEEE;
    position: relative
}

.faqs-list li:last-child {
    border-bottom: 1px solid #EEEEEE
}

.faqs-list li .project-name {
    border-bottom: 1px dashed #EEEEEE;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: var(--fontsize18)
}

.faqs-list li .project-name::before {
    content: "Q";
    position: absolute;
    left: 0px;
    font-size: var(--fontsize20);
    border: 1px solid #EEEEEE;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    color: var(--introcolor);
    display: flex;
    align-items: center;
    justify-content: center
}

.faqs-list li .project-content {
    color: var(--introcolor)
}

.faqs-list li .project-content::before {
    content: "A";
    position: absolute;
    left: 0px;
    font-size: var(--fontsize20);
    background: var(--color);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    color: var(--headercolor);
    display: flex;
    align-items: center;
    justify-content: center
}

.project-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.project-wrap li {
    width: 23%;
    margin-right: 2.6%;
    margin-bottom: 30px;
    box-shadow: 0 11px 43px 0 rgba(205, 205, 205, .51)
}

.project-wrap li:hover {
    box-shadow: 0 11px 43px 0 rgba(205, 205, 205, .9)
}

.project-wrap li:hover .project-img img {
    transform: scale(1.02)
}

.project-wrap li:hover .project-info .project-name {
    color: var(--color)
}

.project-wrap li:nth-child(4n) {
    margin-right: 0px
}

.project-wrap li .project-img {
    width: 100%;
    max-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.project-wrap li .project-img a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.project-wrap li .project-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .1s linear
}

.project-wrap li .project-info {
    padding: 20px
}

.project-wrap li .project-info .project-name {
    font-size: var(--fontsize20);
    line-height: 1.4;
    color: #222;
    font-weight: var(--fontbold6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px
}

.project-wrap li .project-info .project-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.download-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px
}

.download-list li {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .1);
    transition: all .1s linear;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: var(--borderradius)
}

.download-list li:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .2)
}

.download-list li .download-img {
    width: 140px
}

.download-list li .download-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.download-list li .download-info {
    flex: 1;
    padding: 0px 20px
}

.download-list li .download-btn {
    background: var(--color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 4px;
    width: 140px;
    height: 36px;
    transition: all .2s linear;
    white-space: nowrap;
    overflow: hidden;
    padding: 0px 10px
}

.download-list li .download-btn:hover {
    box-shadow: 1px 2px 10px var(--color)
}

.pagesolutions .title1 {
    color: var(--fontcolor);
    font-size: var(--fontsize30);
    font-weight: var(--fontbold6)
}

.pagesolutions .title2 {
    color: var(--fontcolor);
    font-size: var(--fontsize24);
    font-weight: var(--fontbold6)
}

.pagesolutions .title3 {
    color: var(--introcolor);
    padding: 30px 0px
}

.pagesolutions .solutions1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.pagesolutions .solutions1 .img {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.pagesolutions .solutions1 .img img:nth-child(1) {
    width: 20%
}

.pagesolutions .solutions1 .img img:nth-child(2) {
    width: 75%
}

.pagesolutions .solutions1 .info {
    flex: 1;
    padding-left: 5%
}

.pagesolutions .solutions1 .info .p1 {
    color: var(--introcolor);
    font-size: var(--fontsize30);
    line-height: 1.2;
    font-weight: var(--fontbold5)
}

.pagesolutions .solutions1 .info .p2 {
    padding: 50px 0px
}

@media (min-width:1024px) {
    .pagesolutions .solutions2 {
        display: flex;
        margin-top: 7%
    }

    .pagesolutions .solutions2 .item {
        min-width: 160px;
        height: 700px;
        transition: all .5s linear;
        display: flex;
        overflow: hidden;
        background: #000000
    }

    .pagesolutions .solutions2 .item.act .show {
        background: var(--color)
    }

    .pagesolutions .solutions2 .item.act .hide {
        padding: 10% 5%;
        opacity: 1;
        visibility: inherit;
        width: calc(100% - 160px)
    }

    .pagesolutions .solutions2 .item .show {
        writing-mode: vertical-rl;
        background: #000000;
        color: #FFFFFF;
        font-size: var(--fontsize20);
        width: 160px;
        height: 100%;
        padding: 70px 0px;
        display: flex;
        align-items: center;
        border: 1px solid #FFFFFF75;
        cursor: pointer;
        transition: all .1s linear;
        position: relative
    }

    .pagesolutions .solutions2 .item .show::after {
        margin-top: 100px;
        content: "";
        display: inline-block;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, .5)
    }

    .pagesolutions .solutions2 .item .hide {
        opacity: 0;
        visibility: hidden;
        width: 0;
        flex: 1;
        height: 100%;
        position: relative;
        z-index: 1;
        color: #FFFFFF;
        background: #000000
    }

    .pagesolutions .solutions2 .item .hide>* {
        z-index: 1;
        position: relative
    }

    .pagesolutions .solutions2 .item .hide .title {
        font-size: 32px
    }

    .pagesolutions .solutions2 .item .hide .des {
        padding: 30px 0px
    }

    .pagesolutions .solutions2 .item .hide .text {
        margin-bottom: 30px
    }

    .pagesolutions .solutions2 .item .hide .text p {
        margin-bottom: 20px
    }

    .pagesolutions .solutions2 .item .hide .more a {
        color: #FFFFFF;
        display: flex;
        align-items: center;
        text-decoration: none
    }

    .pagesolutions .solutions2 .item .hide .more a em {
        margin-left: 10px;
        width: 50px;
        height: 50px;
        background: #f7ab00;
        border-radius: 50%;
        color: #FFFFFF;
        display: inline-flex;
        align-items: center;
        justify-content: center
    }

    .pagesolutions .solutions2 .item .hide .bg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 0
    }

    .pagesolutions .solutions2 .item .hide .bg img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }
}

@media(max-width:1600px) {
    .pro-list.list1 li .pro-img a {
        max-height: 340px
    }
}

@media(max-width:1440px) {
    .pageabout .pageabout-1 .right {
        width: 50%
    }

    .product-catelist .product-cateitem .cate-img {
        width: 40%;
        max-height: 260px
    }

    .product-catelist .product-cateitem .cate-info {
        padding: 10px 15px
    }

    .product-catelist .product-cateitem .cate-info .text {
        line-height: 1.4
    }

    .product-catelist .product-cateitem .cate-info .more {
        margin-top: 10px
    }

    .pro-list.list1 li .pro-img a {
        max-height: 290px
    }

    .preview-container {
        width: 300px
    }

    .singglepic {
        width: 300px;
        height: 300px
    }

    .thumbnail-show {
        height: 300px
    }

    .thumbnail-box .item {
        height: 50px
    }

    .pagesolutions .solutions2 .item {
        min-width: 100px
    }

    .pagesolutions .solutions2 .item .show {
        width: 100px
    }

    .contact-list .contact-item {
        width: 25%;
        padding: 20px 2%
    }
}

@media(max-width:1366px) {
    .pro-list.list1 li .pro-img a {
        max-height: 260px
    }
}

@media(max-width:1280px) {
    .pageabout .pageabout-1 .left {
        padding-right: 0px
    }

    .pageabout .pageabout-1 .right {
        width: 100%;
        margin-top: 30px
    }

    .pagecompany .flex .img {
        width: 40%
    }

    .pro-list.list1 li .pro-img a {
        max-height: 240px
    }

    .pro-list.list0 li .pro-img {
        width: 40%
    }

    .newslist li .newslist-img {
        max-height: 240px
    }

    .newslist li .newslist-info {
        padding: 20px 15px
    }

    .contact-list .contact-item .contact-item-title {
        font-size: var(--fontsize24)
    }
}

.prohome-content {
    clear: both;
    margin: 0px auto 30px;
    padding: 0px 70px;
    max-width: 1700px;
    line-height: 1.6;
    box-sizing: border-box
}

.prolist-bottom {
    clear: both;
    margin: 0px auto 30px;
    padding: 0px 70px;
    max-width: 1700px;
    line-height: 1.6;
    box-sizing: border-box
}

.prolist-bottom a {
    text-decoration: underline
}

.prolist-bottom a:hover {
    color: var(--color)
}

@media(max-width:1024px) {
    .prohome-content {
        padding: 0px 15px;
        line-height: 1.6
    }

    .prolist-bottom {
        padding: 0px 15px;
        line-height: 1.6
    }
}

.prolist-content {
    margin: 0px auto 15px;
    line-height: 1.6
}

h4.cate-h4,
h4.pro-h4 {
    clear: both;
    font-weight: var(--fontbold6)
}

ul.cate-ulli,
ul.pro-ulli {
    clear: both;
    padding: 10px 0px 10px 20px
}

ul.cate-ulli li,
ul.pro-ulli li {
    list-style-type: disc;
    line-height: 1.7
}

ol.cate-ulli,
ol.pro-ulli {
    clear: both;
    padding: 10px 0px 10px 30px
}

ol.cate-ulli li,
ol.pro-ulli li {
    list-style-type: decimal;
    line-height: 1.7
}

.ck-widget-toc {
    display: table;
    border: 1px solid #A2A9B1;
    background-color: #F8F9FA;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0px;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc ol {
    padding: 0px 0px 0px 20px;
    counter-reset: item
}

.ck-widget-toc ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: .5rem
}

.ck-widget-toc-title {
    text-align: left;
    font-weight: var(--fontbold7);
    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;
    padding-left: 5px
}

.ck-widget-pt {
    padding-top: 100px;
    margin-top: -100px
}

.ck-widget-toc1 {
    display: table;
    border: 1px solid #A2A9B1;
    background-color: #F8F9FA;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0px;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc1 ol {
    padding: 0px 0px 0px 20px;
    counter-reset: item
}

.ck-widget-toc1 ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc1 ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: .5rem
}

article.blogcontent {
    clear: both;
    margin: 0px auto 40px;
    padding: 0px
}

article.blogcontent h2 {
    margin: 20px 0px 0px 0px;
    font-size: 24px;
    line-height: 1.3
}

article.blogcontent h3 {
    margin: 20px 0px 0px 0px;
    font-size: 22px;
    line-height: 1.3
}

article.blogcontent h4 {
    margin: 20px 0px 0px 0px;
    font-size: 20px;
    line-height: 1.3
}

article.blogcontent h5 {
    margin: 20px 0px 0px 0px;
    font-size: 18px;
    line-height: 1.3
}

article.blogcontent img {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    max-width: 49%;
    margin-right: 1%;
    border: solid 1px #EEEEEE;
    vertical-align: top
}

article.blogcontent p {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    line-height: 1.6
}

article.blogcontent p a {
    color: var(--color)
}

article.blogcontent p a:hover {
    text-decoration: underline
}

article.blogcontent ul {
    margin: 0px;
    padding: 5px 0px 0px 20px
}

article.blogcontent ul li {
    margin: 0px 0px 5px 0px;
    list-style-type: disc
}

.wmkc-black {
    color: #111 !important
}

.wmkc-border-black {
    border-color: #111 !important
}

.wmkc-green {
    color: #2cb740 !important
}

.wmkc-border-green {
    border-color: #2cb740 !important
}

.wmkc-blue {
    color: #217fe1 !important
}

.wmkc-border-blue {
    border-color: #217fe1 !important
}

.wmkc-yellow {
    color: #fcb026 !important
}

.wmkc-border-yellow {
    border-color: #fcb026 !important
}

.wmkc-red {
    color: #ee2c2d !important
}

.wmkc-border-red {
    border-color: #ee2c2d !important
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item {
    border: 1px solid #DDD;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px auto;
    position: relative
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p {
    padding-right: 40px;
    margin: 0px;
    line-height: 1.6;
    font-weight: var(--fontbold7);
    font-size: var(--fontsize16);
    cursor: pointer;
    position: relative
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::after,
.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::before {
    content: "";
    width: 16px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 14px;
    right: 12px
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit>p::after {
    transform: rotate(90deg)
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-tit.active>p::after {
    opacity: 0
}

.wmkc-template-55>.wmkc-faq-list>.wmkc-faq-item>.wmkc-faq-box {
    color: var(--introcolor);
    line-height: 1.5;
    padding-top: 6px
}

.mediaplay {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    transition: .5s;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: none
}

.mediaplay em {
    font-size: 36px
}

.mediaplay:hover {
    color: var(--color);
    background: rgba(255, 255, 255, .7)
}

.mediaplay::after {
    content: '';
    display: block;
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -2px;
    top: -2px;
    border-radius: 50%;
    border: 3px solid;
    opacity: .8;
    border-color: transparent;
    border-right-color: var(--color);
    animation: runDot 2s infinite ease-in-out
}

@keyframes runDot {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

#filterlist .filterlist-ul li {
    display: flex;
    align-items: center;
    margin: 10px 0px 20px;
    line-height: 1;
    cursor: pointer;
    user-select: none
}

#filterlist .filterlist-ul li:nth-child(n+21) {
    display: none
}

#filterlist .filterlist-ul li.act {
    color: var(--color)
}

#filterlist .filterlist-ul li.act .input::after {
    transform: translate(-50%, -50%) scale(1)
}

#filterlist .filterlist-ul li .input {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #666666;
    position: relative
}

#filterlist .filterlist-ul li .input::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 9px;
    height: 9px;
    background: var(--color);
    transition: all .1s linear
}

#filterlist .filterlist-ul li span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

#filterlist .viewmore-filter {
    color: var(--color);
    text-transform: uppercase;
    cursor: pointer
}

#filterlist .viewmore-filter:hover {
    text-decoration: underline
}

.pagesbanner {
    position: relative;
    z-index: 1
}

.pagesbanner>a {
    z-index: 1;
    position: relative;
    display: block
}

.pagesbanner video,
.pagesbanner img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.pagesbanner .pagesbanner-animate {
    width: 100%;
    padding: 0px 20px;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F3F3F3;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    animation: pagesbanner 1s .5s forwards
}

.pagesbanner .pagesbanner-animate .p1 {
    font-size: var(--fontsize30);
    font-weight: var(--fontbold5, 500);
    line-height: 1.2
}

.pagesbanner .pagesbanner-animate .p2 {
    margin-top: 20px;
    font-size: var(--fontsize18);
    font-weight: var(--fontbold4, 400)
}

@keyframes pagesbanner {
    0% {
        margin-top: 20px;
        opacity: 0
    }

    100% {
        margin-top: 0px;
        opacity: 1
    }
}

@media (max-width:1024px) {
    .pagesbanner .pagesbanner-animate .p1 {
        font-size: var(--fontsize26)
    }

    .pagesbanner .pagesbanner-animate .p2 {
        margin-top: 10px;
        font-size: var(--fontsize16)
    }
}

@media (max-width:768px) {
    .pagesbanner .pagesbanner-animate .p1 {
        font-size: var(--fontsize20)
    }

    .pagesbanner .pagesbanner-animate .p2 {
        font-size: var(--fontsize14)
    }
}

.blogflex-info {
    display: flex;
    align-items: flex-start
}

.blogflex-info .img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #EEEEEE;
    overflow: hidden
}

.blogflex-info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blogflex-info .info {
    flex: 1;
    padding-left: 10px
}

.blogflex-info .info-name {
    font-size: 18px;
    font-weight: 700
}

.blogflex-info .info-content {
    line-height: 1.4;
    color: #555555;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 30;
    overflow: hidden
}

.email-subscription {
    display: flex;
    flex-direction: column;
    width: 100%
}

.email-subscription input {
    width: 100%;
    outline: 0;
    border: 1px solid #CCCCCC;
    height: 40px;
    border-radius: 0;
    padding: 0 10px;
    transition: all .1s linear
}

.email-subscription button {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    background: var(--color);
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    cursor: pointer;
    transition: all .1s linear
}