/* banner inner */
.banner-inner {
    position: relative;
    background: #FAFAFA;
    width: 100%;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner-inner .banner-content {
    width: 100%
}

.banner-inner .banner-content .container {
    width: 100%;
    max-width: 1600px;
    margin: 0px auto;
    padding: 8px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.banner-inner .banner-content .banner-title-h1 {
    font-size: var(--fontsize20);
    font-weight: var(--fontbold7)
}

.banner-inner .banner-content .banner-breadcrumbs {
    color: var(--introcolor);
    font-size: var(--fontsize14)
}

.banner-inner .banner-content .banner-breadcrumbs a {
    color: var(--introcolor);
    font-size: var(--fontsize14);
    transition: all .2s linear
}

.banner-inner .banner-content .banner-breadcrumbs a em {
    margin-right: 5px
}

.banner-inner .banner-content .banner-breadcrumbs a:hover {
    color: var(--color)
}

.common-main {
    padding: 50px 0 80px
}

article p {
    color: var(--fontcolor)
}

article a {
    color: var(--color);
    text-decoration: underline
}

.productsTags a {
    color: var(--fontcolor);
    text-decoration: underline;
    text-transform: lowercase
}

.productsTags a:hover {
    color: var(--color)
}

table {
    border-collapse: collapse;
    width: 100%
}

table td,
table th {
    border: 1px solid #DDD;
    padding: 4px 10px
}

.table-wrap {
    overflow-x: auto;
    width: 100%
}

h4.cate-h4,
h4.pro-h4 {
    clear: both;
    font-weight: var(--fontbold7)
}

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
}

.prohome-content {
    clear: both;
    margin: 0px auto 20px;
    padding: 0px;
    max-width: 1460px;
    line-height: 1.6;
    box-sizing: border-box
}

.prolist-bottom {
    clear: both;
    margin: 0px auto 20px;
    padding: 0px;
    max-width: 1460px;
    line-height: 1.6;
    box-sizing: border-box
}

.prolist-bottom a {
    text-decoration: underline
}

.prolist-bottom a:hover {
    color: var(--color)
}

@media(max-width:1600px) {

    .prohome-content,
    .prolist-bottom {
        margin-left: 70px;
        margin-right: 70px
    }
}

@media(max-width:768px) {
    .prohome-content {
        clear: both;
        margin: 0px 15px 20px;
        padding: 0px
    }

    .prolist-bottom {
        clear: both;
        margin: 0px 15px 20px;
        padding: 0px
    }
}

.prolist-content {
    clear: both;
    margin: 0px auto 15px;
    line-height: 1.6
}

.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 30px;
    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: 10px
}

.ck-widget-toc-title {
    text-align: left;
    font-weight: var(--fontbold7);
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 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 30px;
    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: 10px
}

/* company introduction */
.company-about-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 6%
}

.company-about-wrap>div {
    width: 50%
}

.company-about-wrap .about-img {
    position: relative;
    padding: 10px 3% 0px 10px
}

.company-about-wrap .about-img>img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.company-about-wrap .about-info {
    padding-top: 30px
}

.company-about-wrap .about-info .home-des,
.company-about-wrap .about-info .home-title {
    text-align: left
}

.company-about-wrap .about-info ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.company-about-wrap .about-info ul li {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.company-about-wrap .about-info ul li img {
    margin-right: 10px
}

.company-about-wrap .about-info ul li p {
    margin: 0px
}

.company-about-wrap .about-info .about-content {
    margin-top: 30px
}

.company-about-wrap .about-info .about-content p {
    margin-bottom: 30px
}

.company-about-wrap .color {
    font-weight: var(--fontbold7);
    font-size: var(--fontsize18);
    color: #080808;
    display: flex;
    align-items: center
}

.company-about-wrap .color span {
    color: var(--color);
    font-size: var(--fontsize24);
    padding-left: 15px
}

.company-logo {
    position: relative;
    z-index: 1
}

.company-logo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: #FFFbfa;
    z-index: -1
}

.company-logo ul {
    list-style: none;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.company-logo ul li {
    width: 14%
}

.company-list {
    padding-top: 6%
}

.company-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-top: 50px
}

.company-list ul li {
    margin-bottom: 20px;
    width: 23%;
    background: #FFFFFF;
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .2);
    padding: 50px 30px;
    position: relative;
    transition: all .1s linear
}

.company-list ul li:hover {
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .4)
}

.company-list ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: var(--color)
}

.company-list ul li .title {
    font-weight: var(--fontbold7);
    padding: 0px 0px 20px;
    color: var(--fontcolor);
    font-size: var(--fontsize22)
}

.company-list ul li em {
    font-size: 50px;
    color: var(--color)
}

/* Company Vision */
.about-vision-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.about-vision-wrap>div {
    width: 50%
}

.about-vision-wrap .about-img {
    position: relative;
    padding: 10px 3% 0px 10px
}

.about-vision-wrap .about-img>img {
    width: 100%
}

.about-vision-wrap .about-info {
    padding-top: 30px
}

.about-vision-wrap .about-info .home-des,
.about-vision-wrap .about-info .home-title {
    text-align: left
}

.about-vision-wrap .vision-list {
    margin-top: 20px
}

.about-vision-wrap .vision-list .item {
    border-bottom: 1px solid #EEEEEE
}

.about-vision-wrap .vision-list .item:nth-child(1) .content {
    display: block
}

.about-vision-wrap .vision-list .item.open .link em {
    transform: rotate(180deg)
}

.about-vision-wrap .vision-list .item .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0px
}

.about-vision-wrap .vision-list .item .link p {
    margin: 0px;
    font-weight: var(--fontbold7);
    font-size: var(--fontsize18);
    color: var(--fontcolor)
}

.about-vision-wrap .vision-list .item .link em {
    font-weight: var(--fontbold7);
    transition: all .2s linear
}

.about-vision-wrap .vision-list .item .content {
    margin-bottom: 20px;
    display: none;
    line-height: 24px
}

/* Our Team */
.team-member .team-member-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px
}

.team-member .team-member-list .team-member-item {
    width: 23%;
    background: #FFFFFF;
    margin-bottom: 20px
}

.team-member .team-member-list .team-member-item:hover .info {
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .4)
}

.team-member .team-member-list .team-member-item img:nth-child(1) {
    width: 100%;
    height: auto
}

.team-member .team-member-list .team-member-item .info {
    transition: all .2s linear;
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .2);
    text-align: center;
    padding: 20px
}

.team-member .team-member-list .team-member-item .info p {
    margin-bottom: 5px
}

.team-member .team-member-list .team-member-item .info p:nth-child(1) {
    font-size: var(--fontsize22);
    font-weight: var(--fontbold7)
}

.team-member .team-member-list .team-member-item .info p:nth-child(2) {
    color: var(--introcolor)
}

.team-member .team-member-list .team-member-item .info .links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px
}

.team-member .team-member-list .team-member-item .info .links a {
    width: 34px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 50%;
    color: #ABABAB;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
    transition: all .2s linear;
    text-decoration: none
}

.team-member .team-member-list .team-member-item .info .links a:hover {
    background: #DCDCDC;
    color: var(--fontcolor)
}

.team-number {
    max-width: 1200px;
    margin: 100px auto 0px;
    background: var(--color);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4% 6%
}

.team-number .team-number-item {
    text-align: center
}

.team-number .team-number-item p {
    color: #FFFFFF;
    margin: 0px;
    font-weight: var(--fontbold7)
}

.team-number .team-number-item p:nth-child(1) {
    font-size: 36px
}

.team-number .team-number-item p:nth-child(2) {
    text-transform: uppercase
}

.team-took {
    position: relative;
    padding: 10% 0px 0px;
    margin-top: -80px
}

.team-took .bg {
    background: no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.team-took .home-title {
    color: #FFFFFF
}

.team-took #teamTookSwiper {
    margin-top: 50px;
    padding: 0px 20px 80px
}

.team-took .swiper-slide {
    position: relative
}

.team-took .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(19, 20, 21, 0);
    z-index: 0;
    transition: all .2s linear;
    cursor: pointer
}

.team-took .swiper-slide:hover::after {
    background: rgba(19, 20, 21, .4)
}

.team-took .swiper-slide .name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #FFFFFF;
    font-size: var(--fontsize20);
    z-index: 1
}

.team-took .took-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 8px;
    background: var(--color);
    opacity: .3;
    border-radius: 0
}

.team-took .took-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1
}

/* R & D */
.rd-cap {
    position: relative
}

.rd-cap .rd-bg {
    width: 100%
}

.rd-cap .rd-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    background: #FFFFFF;
    padding: 3%;
    width: 700px;
    border-radius: 4px
}

.rd-cap .rd-wrap .title {
    font-size: 36px;
    font-weight: var(--fontbold7);
    position: relative;
    padding-left: 20px;
    text-transform: uppercase
}

.rd-cap .rd-wrap .title::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 35px;
    background: var(--color)
}

.rd-cap .rd-wrap .content {
    margin-top: 20px;
    line-height: 2
}

.rd-international {
    padding-top: 4%
}

.rd-international-list {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.rd-international-list .rd-international-item {
    width: 32%;
    position: relative;
    cursor: pointer
}

.rd-international-list .rd-international-item:hover::after {
    background: rgba(0, 0, 0, .4)
}

.rd-international-list .rd-international-item::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    transition: all .2s linear
}

.rd-international-list .rd-international-item img {
    width: 100%
}

.rd-international-list .rd-international-item .info {
    z-index: 1;
    position: absolute;
    left: 28px;
    bottom: 12px;
    max-width: 300px
}

.rd-international-list .rd-international-item .info p {
    color: #FFFFFF;
    opacity: .8;
    margin: 0px
}

.rd-international-list .rd-international-item .info p.top {
    font-size: var(--fontsize18);
    text-transform: uppercase
}

.rd-international-list .rd-international-item .info p.bottom {
    line-height: 1.4;
    margin-top: 8px
}

.page-container {
    display: flex;
    flex-wrap: wrap
}

/* aside */
.sidebar {
    width: 380px
}

.sidebar-item {
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px;
    margin-bottom: 30px
}

.sidebar-item .sidebar-title {
    color: var(--fontcolor);
    font-size: var(--fontsize22);
    font-weight: var(--fontbold7);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.sidebar-item .sidebar-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 81px;
    height: 2px;
    background: var(--color)
}

.sidebar-item.search .sidebar-search {
    display: flex;
    align-items: center;
    height: 45px
}

.sidebar-item.search .sidebar-search input {
    height: 100%;
    flex: 1;
    outline: 0;
    border: none;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    padding: 0px 10px;
    transition: all .1s linear
}

.sidebar-item.search .sidebar-search input:focus {
    border-color: #DAD8D8
}

.sidebar-item.search .sidebar-search .search-btn {
    width: 45px;
    height: 100%;
    background: var(--color);
    border: 1px solid var(--color);
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .1s linear
}

.sidebar-item.search .sidebar-search .search-btn:hover {
    opacity: .9
}

.sidebar-item.search .sidebar-search .search-btn em {
    font-size: var(--fontsize22)
}

.sidebar-item.category .sidebar-cate {
    list-style: none
}

.sidebar-item.category .sidebar-cate>li {
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    padding-left: 20px
}

.sidebar-item.category .sidebar-cate>li>em {
    font-size: var(--fontsize12);
    font-weight: var(--fontbold7);
    position: absolute;
    left: -8px;
    top: 10px;
    color: var(--introcolor);
    cursor: pointer;
    transition: all .2s linear;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.sidebar-item.category .sidebar-cate>li a {
    color: var(--fontcolor);
    padding: 10px 0px;
    display: inline-flex
}

.sidebar-item.category .sidebar-cate>li a:hover {
    color: var(--color)
}

.sidebar-item.category .sidebar-cate>li ul {
    display: none;
    list-style: none;
    padding-bottom: 20px
}

.sidebar-item.category .sidebar-cate>li ul li {
    position: relative
}

.sidebar-item.category .sidebar-cate>li ul li em {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: var(--fontsize14)
}

.sidebar-item.category .sidebar-cate>li ul li.active a {
    color: var(--color)
}

.sidebar-item.category .sidebar-cate>li ul a {
    padding: 4px 0px
}

.sidebar-item.category .sidebar-cate>li.active>em {
    transform: rotate(90deg);
    color: var(--color)
}

.sidebar-item.category .sidebar-cate>li.active>a {
    color: var(--color)
}

.sidebar-item.recent-news .recentnews-list li {
    margin: 15px 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC
}

.sidebar-item.recent-news .recentnews-list li:last-child {
    margin-bottom: 0px;
    border-bottom: none
}

.sidebar-item.recent-news .recentnews-list li a {
    position: relative;
    color: var(--fontcolor);
    padding-left: 18px;
    line-height: 22px
}

.sidebar-item.recent-news .recentnews-list li a:hover {
    color: var(--color)
}

.sidebar-item.recent-news .recentnews-list li a em {
    font-size: var(--fontsize12);
    font-weight: var(--fontbold7);
    position: absolute;
    left: 0px;
    top: 0px
}

.sidebar-prolist li {
    display: flex;
    align-items: center;
    margin-top: 1em
}

.sidebar-prolist li:hover img {
    transform: scale(1.05)
}

.sidebar-prolist li>a {
    width: 35%;
    overflow: hidden
}

.sidebar-prolist li img {
    transition: all 0.1s linear
}

.sidebar-prolist li>div {
    flex: 1;
    padding-left: 10px
}

.sidebar-prolist li>div p {
    color: var(--introcolor);
    word-break: break-all;
}

.sidebar-prolist li>div a {
    font-weight: var(--fontbold6)
}

.sidebar-prolist li:hover a {
    color: var(--color)
}

.page-main {
    flex: 1;
    width: calc(100% - 380px);
    padding-left: 50px
}

/* product list */
.pro-list {
    display: flex;
    flex-wrap: wrap
}

.pro-list li {
    margin-bottom: 20px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
    text-align: center;
    transition: all .1s linear;
    display: flex;
    position: relative
}

.pro-list li:hover {
    border-color: var(--color)
}

.pro-list li.pro-item-checked .pro-img img,
.pro-list li:hover .pro-img img {
    transform: translate(-50%, -50%) scale(1.05)
}

.pro-list li.pro-item-checked .pro-info .title a,
.pro-list li:hover .pro-info .title a {
    color: var(--color);
    text-transform: capitalize
}

.pro-list li.pro-item-checked .pro-info .icon,
.pro-list li:hover .pro-info .icon {
    opacity: 1;
    transform: translateY(0)
}

.pro-list li .pro-img a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0px;
    padding-bottom: 100%
}

.pro-list li .pro-img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .1s linear
}

.pro-list li .pro-img a .icon-hottitle {
    position: absolute;
    z-index: 9;
    color: var(--color);
    line-height: 1;
    font-size: 36px;
    right: 2px;
    top: 2px
}

.pro-list li .pro-img a .icon-hottitle:hover {
    animation: scaleproicon 2s linear infinite
}

@keyframes scaleproicon {
    0% {
        transform: scale(1)
    }

    35% {
        transform: scale(1.05)
    }

    70% {
        transform: scale(0.95)
    }
}

.pro-list li .pro-info {
    flex: 1;
    padding: 10px
}

.pro-list li .pro-info .title a {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--fontcolor);
    line-height: 20px;
    font-size: var(--fontsize16)
}

.pro-list li .pro-info .pro-btn {
    color: var(--color)
}

.pro-list li .pro-info .icon {
    color: #666666;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    transition: all .2s linear
}

.pro-list li .pro-info .icon.pro-checked {
    color: var(--color)
}

.pro-list li .pro-info .data-price {
    display: none;
    font-size: var(--fontsize14)
}

.pro-list.list1 li {
    width: 32%;
    margin-right: 2%;
    flex-direction: column
}

.pro-list.list1 li:nth-child(3n) {
    margin-right: 0px
}

.pro-list.list1 li .pro-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.pro-list.list1 li .pro-info .text {
    display: none
}

.pro-list.list0 li {
    width: 100%;
    align-items: center
}

.pro-list.list0 li .pro-img {
    flex: 0 0 300px;
}

.pro-list.list0 li .pro-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    padding: 20px;
    padding-right: 20px;
    flex: 1;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.pro-list.list0 li .pro-info .title a {
    font-size: var(--fontsize18)
}

.pro-list.list0 li .pro-info .text {
    margin-bottom: 10px
}

.common-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 700px;
    margin: 30px auto 30px;
    background: var(--color);
    border-radius: 4px;
    overflow: hidden
}

.common-page a,
.common-page span {
    height: 50px;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.common-page a:first-child,
.common-page span:first-child {
    border: none
}

.common-page a:first-child:hover,
.common-page span:first-child:hover {
    background: 0 0;
    color: #FFFFFF
}

.common-page a:last-child,
.common-page span:last-child {
    border: none
}

.common-page a:last-child:hover,
.common-page span:last-child:hover {
    background: 0 0;
    color: #FFFFFF
}

.common-page a:first-child,
.common-page a:last-child,
.common-page span:first-child,
.common-page span:last-child {
    width: 50px;
    border-radius: 0;
    transition: all .1s linear
}

.common-page a:first-child:hover,
.common-page a:last-child:hover,
.common-page span:first-child:hover,
.common-page span:last-child:hover {
    opacity: .9
}

.common-page .num {
    flex: 1;
    min-height: 50px;
    padding-top: 10px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-page .num a,
.common-page .num span {
    border: 1px solid #EEE;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0px 5px;
    margin-bottom: 10px
}

.common-page .num a.ctxt,
.common-page .num span.ctxt {
    background: #FFFFFF;
    color: var(--color)
}

.common-page .num a:hover {
    background: #FFFFFF;
    color: var(--color)
}

.pro-cate-title {
    color: var(--fontcolor);
    font-size: var(--fontsize26);
    line-height: 1.4;
    margin-bottom: 10px
}

/* products details */
.prodetails-top {
    display: flex;
    flex-wrap: wrap
}

.page-box-shadow {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 25px
}

.singglepic {
    width: 400px
}

.singglepic img {
    width: 100%
}

.preview-container {
    width: 400px;
    position: relative
}

.preview-container #media {
    height: 100%;
    width: 100%;
    display: none;
    border: 1px solid #DFDFDF;
    background: #EEE;
    z-index: 99;
    position: relative
}

.prodetails-info {
    flex: 1;
    width: 100%;
    padding-left: 5%
}

.prodetails-info .prodetails-name {
    color: var(--fontcolor);
    font-size: var(--fontsize26);
    line-height: 1.4;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-bottom: 20px
}

.prodetails-info .prodetails-price {
    color: var(--introcolor)
}

.prodetails-info .prodetails-text {
    margin-bottom: 20px;
    color: var(--introcolor)
}

.prodetails-info .prodetails-btnlist {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap
}

.prodetails-info .prodetails-btnlist>* {
    margin-right: 20px;
    margin-bottom: 10px;
    white-space: nowrap
}

.prodetails-info .prodetails-btnlist .addToCart,
.prodetails-info .prodetails-btnlist .pro-btn,
.prodetails-info .prodetails-btnlist>* {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    padding: 0 10px;
    min-width: 180px;
    height: 40px;
    background: none;
    border-radius: 18px;
    cursor: pointer;
    transition: all .1s linear;
    border: 1px solid var(--color);
    color: var(--color)
}

.prodetails-info .prodetails-btnlist .addToCart i {
    margin-left: 5px
}

#A_DownLoadProduct {
    color: inherit
}

.prodetails-info .prodetails-btnlist .addToCart:hover,
.prodetails-info .prodetails-btnlist .pro-btn:hover {
    opacity: .8
}

.prodetails-info .prodetails-btnlist .addToCart.added {
    background: var(--color);
    color: #FFFFFF
}

.media-video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.thumbnail-box {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}

.thumbnail-box .swiper {
  width: 100%;
  height: 100px;
  overflow: visible;
}

.thumbnail-box .swiper .swiper-button-next,
.thumbnail-box .swiper .swiper-button-prev {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-box .swiper .swiper-button-next:hover,
.thumbnail-box .swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}

.thumbnail-box .swiper .swiper-button-next em,
.thumbnail-box .swiper .swiper-button-prev em {
  position: relative;
  top: 0;
  left: 0;
}

.thumbnail-box .swiper .swiper-button-next::after,
.thumbnail-box .swiper .swiper-button-prev::after {
  display: none;
}

.thumbnail-box .swiper .swiper-button-next {
  right: -20px;
}

.thumbnail-box .swiper .swiper-button-prev {
  left: -20px;
}

.thumbnail-box .swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  border: 2px solid transparent;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-box .swiper .swiper-slide.active-slide {
  opacity: 1;
  border-color: var(--color);
  box-shadow: 0 0 5px rgba(24, 144, 255, 0.5);
}

.thumbnail-box .swiper .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
/* 主媒体容器样式 */
.main-media-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin-bottom: 15px;
}

.media-video,
.media-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.media-video.active,
.media-image.active {
    display: block;
}

.media-video {
    background: #000;
    object-fit: contain;
}

.media-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: zoom-in;
}

/* 缩略图样式 */
.thumbnailSwiper {
    padding: 0;
}

.thumbnailSwiper .swiper-slide {
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color 0.3s;
}

.thumbnailSwiper .swiper-slide:hover,
.thumbnailSwiper .swiper-slide.active {
    border-color: #333;
}

.thumbnailSwiper .swiper-slide img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 图片放大模态框样式 */
.zoom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    cursor: zoom-out;
}

.zoom-modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.product-catelist {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.product-cateitem {
    width: calc(33.33% - 17px);
    margin: 0px 25px 25px 0px;
    overflow: hidden;
    position: relative;
    border: solid 1px #EEEEEE
}

.product-cateitem:hover .cate-img img {
    transform: scale(1.02)
}

.product-cateitem:hover .cate-img::after {
    opacity: .5
}

.product-cateitem:hover .cate-info {
    background: var(--color);
    color: #FFFFFF
}

.product-cateitem:nth-child(3n) {
    margin-right: 0px
}

.product-cateitem .cate-img {
    overflow: hidden
}

.product-cateitem .cate-img img {
    width: 100%;
    object-fit: cover;
    transition: all .2s linear
}

.product-cateitem .cate-img::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .3s;
    z-index: 1
}

.product-cateitem .cate-info {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: #FFFFFFCF;
    color: var(--fontcolor);
    padding: 3% 4%;
    transition: all .1s linear;
    z-index: 2;
    border-radius: 4px
}

.product-cateitem .cate-info .cate-title {
    font-size: var(--fontsize20);
    font-weight: var(--fontbold7);
    line-height: 26px;
    text-transform: capitalize
}

.product-cateitem .cate-info .cate-text {
    line-height: 1.6;
    margin: 8px 0px 0px;
    opacity: .8
}

.product-cateitem .cate-info .cate-more {
    width: 120px;
    height: 36px;
    border-radius: 30px;
    border: 1px solid #E5E5E5;
    color: var(--introcolor);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--fontsize14);
    background: #FFFFFF
}

.product-cateitem .cate-info .cate-more em {
    margin-left: 10px
}

.prodetails-content {
    margin-top: 40px
}

#tagTabs {
    display: flex;
    align-items: center
}

#tagTabs .tagItem {
    white-space: nowrap;
    background: #F2F2F2;
    border-radius: 30px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0px 30px;
    font-weight: var(--fontbold7);
    cursor: pointer
}

#tagTabs .tagItem.current {
    background: var(--color);
    color: #FFFFFF
}

.tagContent {
    padding: 20px 0px 0px
}

.pagelink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px
}

.pagelink .pagelink-item {
    width: 50%;
    background: var(--color);
    color: #FFFFFF;
    display: flex
}

.pagelink .pagelink-item .pagelink-info {
    display: flex;
    align-items: center;
    width: 100%
}

.pagelink .pagelink-item .pagelink-info p {
    flex: 1
}

.pagelink .pagelink-item .pagelink-info .link-intro {
    flex: none;
    padding: 10px 10px;
    width: 80px;
    text-align: center;
    margin-right: 10px
}

.pagelink .pagelink-item .pagelink-info a {
    flex: 1;
    color: #FFFFFF;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
}

.pagelink .pagelink-item .pagelink-info a:hover {
    text-decoration: underline
}

.pagelink .pagelink-item.next .pagelink-info p:nth-child(1) {
    text-align: right
}

.pagelink .pagelink-item.prev .link-intro {
    border-right: 1px solid #d1d1d1
}

.pagelink .pagelink-item.next {
    justify-content: flex-end
}

.pagelink .pagelink-item.next .link-intro {
    border-left: 1px solid #d1d1d1;
    margin-right: 0px;
    margin-left: 10px
}

.prodetails-related {
    margin-top: 30px
}

.prodetails-related .title {
    color: var(--fontcolor);
    font-size: var(--fontsize24);
    font-weight: var(--fontbold7);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.prodetails-related .related-list {
    display: flex;
    flex-wrap: wrap
}

.prodetails-related .related-item {
    width: 16.6666%;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    text-align: center;
    transition: all .1s linear;
    display: flex;
    flex-direction: column
}

@media(min-width:501px) {
    .prodetails-related .related-item:nth-child(n+2) {
        border-left: none
    }
}

@media(max-width:500px) {
    .prodetails-related .related-item:nth-child(n+2) {
        border-top: none
    }
}

.prodetails-related .related-item:hover {
    border-bottom: solid 1px var(--color)
}

.prodetails-related .related-item:hover .related-img img {
    transform: translate(-50%, -50%) scale(1.05)
}

.prodetails-related .related-item:hover .related-info .related-title a {
    color: var(--color)
}

.prodetails-related .related-item .related-img a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0px;
    padding-bottom: 100%
}

.prodetails-related .related-item .related-img a img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .1s linear
}

.prodetails-related .related-item .related-info {
    flex: 1;
    font-size: var(--fontsize14);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.prodetails-related .related-item .related-title a {
    margin-bottom: 10px;
    color: var(--fontcolor);
    line-height: 20px
}

.prodetails-related .related-item .related-btn {
    color: var(--color);
    font-size: var(--fontsize16);
    padding-left: 15px
}

/* news list */
.newslist {
    display: flex;
    flex-wrap: wrap
}

.newslist .newsitem {
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .1);
    border-radius: 4px;
    transition: all .1s linear
}

.newslist .newsitem:hover {
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17)
}

.newslist .newsitem:hover .news-img img {
    transform: scale(1.02)
}

.newslist .newsitem:hover .news-info .news-title a {
    color: var(--color)
}

.newslist .newsitem:hover .news-info .news-btn {
    background: var(--color);
    border-color: var(--color);
    color: #FFFFFF
}

.newslist .newsitem .news-img {
    overflow: hidden
}

.newslist .newsitem .news-img img {
    width: 100%;
    height: auto;
    transition: all .2s linear
}

.newslist .newsitem .news-info {
    padding: 15px;
    flex: 1
}

.newslist .newsitem .news-info .news-title a {
    font-size: var(--fontsize18);
    font-weight: var(--fontbold7);
    color: var(--fontcolor);
    line-height: 26px;
    text-transform: capitalize
}

.newslist .newsitem .news-info .news-date {
    color: var(--fontcolor);
    font-size: var(--fontsize14);
    margin-top: 10px
}

.newslist .newsitem .news-info .news-text {
    margin-top: 10px;
    color: var(--introcolor);
    line-height: 24px
}

.newslist .newsitem .news-info .news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 38px;
    margin-top: 15px;
    color: var(--introcolor);
    border: 1px solid #d2d2d2;
    transition: all .1s linear;
    border-radius: 4px
}

.newslist.list1 .newsitem {
    width: 32%;
    margin-right: 2%
}

.newslist.list1 .newsitem:nth-child(3n) {
    margin-right: 0px
}

.newslist.list0 .newsitem {
    width: 100%;
    display: flex;
    align-items: center
}

.newslist.list0 .newsitem .news-img {
    width: 300px;
    height: 100%
}

.newslist.list0 .newsitem .news-img img {
    height: 100%;
    object-fit: cover
}

.newslist.list0 .newsitem .news-info .news-title a {
    font-size: var(--fontsize18)
}

/* news details */
.newscontent-title {
    font-size: var(--fontsize26);
    font-weight: var(--fontbold7);
    line-height: 1.3;
    margin-bottom: 20px
}

.newscontent-date {
    color: var(--introcolor);
    font-size: var(--fontsize14)
}

.newscontent-date em {
    color: var(--color);
    margin-right: 10px
}

.newscontent-date .news-views {
    margin-left: 20px
}

.newscontent-details {
    margin-top: 20px;
    margin-bottom: 30px
}

/* solution */
.solution-1-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 30px
}

.solution-1-list .info {
    flex: 1
}

.solution-1-list .info * {
    text-align: left
}

.solution-1-list .info .text {
    margin: 20px 0px
}

.solution-1-list .item {
    margin-left: 20px;
    width: 20%;
    background: #FFFFFF;
    box-shadow: 0 5px 10px 0 rgba(19, 20, 21, .15);
    padding: 50px 30px;
    position: relative;
    transition: all .1s linear
}

.solution-1-list .item:hover {
    box-shadow: 0px 5px 12px 0px rgba(19, 20, 21, .4)
}

.solution-1-list .item::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: var(--color)
}

.solution-1-list .item em {
    font-size: 52px;
    color: var(--color);
    line-height: 1
}

.solution-1-list .item img {
    width: auto;
    height: 50px
}

.solution-1-list .item .title {
    font-weight: var(--fontbold7);
    padding: 20px 0px;
    color: var(--fontcolor);
    font-size: var(--fontsize22)
}

.solution-2 {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: flex-end;
    background-size: 1920px
}

.solution-2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, var(--fontcolor) 0, rgba(0, 0, 0, 0) 100%);
    z-index: -1
}

.solution-2 .activity-wrap {
    width: 50%;
    color: #FFFFFF;
    padding: 100px 0px;
    z-index: 9
}

.solution-2 .activity-wrap .text {
    font-size: var(--fontsize18)
}

.solution-2 .activity-wrap .title {
    font-size: 48px;
    font-weight: var(--fontbold7);
    line-height: 1.1;
    margin: 10px 0px 20px
}

.solution-2 .activity-wrap .content {
    font-size: var(--fontsize16);
    line-height: 24px;
    margin-bottom: 20px
}

.solution-2 .activity-wrap .content p {
    color: #FFFFFF
}

.solution-2 .activity-wrap .img {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.solution-2 .activity-wrap .img img {
    height: 200px;
    margin-right: 15px;
    transition: all .2s linear
}

.solution-2 .activity-wrap .img img:hover {
    transform: translateY(-5px)
}

.solution-3 {
    padding-top: 4%
}

.solution-3 .solution-3-list {
    margin-top: 50px;
    justify-content: center
}

/* video */
#pagevideo {
    padding: 0px 0px 100px;
    margin-top: 50px
}

.page-video {
    padding: 0px 60px;
    position: relative
}

.page-video .item:hover .info {
    background: var(--color)
}

.page-video .item:hover .info a,
.page-video .item:hover .info p {
    color: #FFFFFF
}

.page-video .item .video {
    z-index: -1
}

.page-video .item .video img {
    width: 100%
}

.page-video .item .info {
    height: 100px;
    z-index: 9;
    background: #FBFBFB;
    transition: all .2s linear;
    width: 80%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -100px;
    padding: 10px 20px
}

.page-video .item .info p {
    font-size: var(--fontsize20);
    height: 48px;
    font-weight: var(--fontbold7);
    line-height: 24px;
    margin-bottom: 10px
}

.page-video .item .info a {
    text-decoration: none;
    color: var(--color);
    font-size: var(--fontsize16);
    display: flex;
    align-items: center;
    justify-content: center
}

.page-video .item .info a em {
    margin-left: 10px
}

.page-video .video-button-next,
.page-video .video-button-prev {
    position: absolute;
    top: 50%;
    left: 0px;
    background: var(--color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    cursor: pointer;
    transition: all .1s linear
}

.page-video .video-button-next.swiper-button-disabled,
.page-video .video-button-prev.swiper-button-disabled {
    background: #bababa
}

.page-video .video-button-next em,
.page-video .video-button-prev em {
    font-size: var(--fontsize20)
}

.page-video .video-button-next:hover,
.page-video .video-button-prev:hover {
    opacity: .9
}

.page-video .video-button-next {
    left: auto;
    right: 0px
}

/* faq */
.page-faq .wrapper {
    margin-top: 50px;
    display: flex
}

.page-faq .wrapper .img {
    width: 45%
}

.page-faq .wrapper .right {
    flex: 1;
    padding-left: 30px
}

.page-faq .wrapper .pagefaq-list .item {
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    margin-bottom: 20px;
    border-radius: 4px
}

.page-faq .wrapper .pagefaq-list .item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    cursor: pointer;
    transition: all .2s linear
}

.page-faq .wrapper .pagefaq-list .item .link p {
    margin: 0px;
    color: inherit;
    font-weight: var(--fontbold7);
    font-size: var(--fontsize18)
}

.page-faq .wrapper .pagefaq-list .item .link em {
    font-weight: var(--fontbold7);
    transition: all .2s linear
}

.page-faq .wrapper .pagefaq-list .item .content {
    color: var(--introcolor);
    padding: 15px;
    display: none
}

.page-faq .wrapper .pagefaq-list .item.open .link {
    background: var(--color);
    color: #FFFFFF
}

.page-faq .wrapper .pagefaq-list .item.open .link em {
    transform: rotate(180deg)
}

/* contact */
.contact-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.contact-list .contact-item {
    width: 23%;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 2%;
    text-align: center;
    transition: all .1s linear
}

.contact-list .contact-item:hover {
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .25)
}

.contact-list .contact-item:hover em {
    font-size: var(--fontsize28, 28px)
}

.contact-list .contact-item em {
    background: var(--color);
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: var(--fontsize22);
    transition: all .2s linear
}

.contact-list .contact-item .contact-item-title {
    font-weight: var(--fontbold7);
    font-size: var(--fontsize22);
    margin: 20px 0px
}

.contact-list .contact-item .contact-item-text {
    margin-bottom: 0px
}

.contact-list .contact-item .contact-item-text a {
    color: var(--fontcolor);
    text-decoration: none;
    margin-right: 10px
}

.contact-list .contact-item .contact-item-text a:hover {
    color: var(--color)
}

.contact-box {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17)
}

.contact-box .contact-img {
    width: 45%
}

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

.contact-box .contact-img iframe {
    width: 100%;
    height: 100%
}

.contact-box .contact-main {
    flex: 1;
    padding: 40px 30px 20px
}

.contact-box .contact-main .title {
    color: var(--fontcolor);
    font-size: var(--fontsize26);
    font-weight: var(--fontbold7);
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.contact-box .contact-main .title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 81px;
    height: 2px;
    background: var(--color)
}

/* download */
.download-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.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
}

.download-list li:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .2)
}

.download-list li .download-img {
    width: 80px
}

.download-list li .download-img img {
    width: 100%
}

.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)
}

.project-list {
    display: flex;
    flex-wrap: wrap
}

.project-list li {
    width: 23%;
    margin-right: 2%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .05);
    transition: all .1s linear;
    margin-bottom: 20px
}

.project-list li:hover {
    box-shadow: 1px 2px 10px rgba(0, 0, 0, .15)
}

.project-list li:hover .project-info .project-name {
    color: var(--color)
}

.project-list li:nth-child(4n) {
    margin-right: 0px
}

.project-list li .project-img {
    overflow: hidden
}

.project-list li .project-img img {
    width: 100%;
    transition: all .1s linear
}

.project-list li .project-info {
    padding: 15px
}

.project-list li .project-info a {
    color: var(--fontcolor)
}

.project-list li .project-info a .project-name {
    font-size: var(--fontsize18);
    height: 50px;
    font-weight: var(--fontbold7);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.project-list li .project-info a .project-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.faqs-list li {
    width: 100%;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    margin-right: 0px;
    padding: 0px
}

.faqs-list li .project-info {
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0px
}

.faqs-list li .project-info.open .project-name {
    background: var(--color);
    color: #FFFFFF
}

.faqs-list li .project-info.open .project-content {
    display: block
}

.faqs-list li .project-info .project-name {
    padding: 10px 15px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all .2s linear
}

.faqs-list li .project-info .project-content {
    color: var(--introcolor);
    padding: 15px;
    display: none
}

/* inquiry */
.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: 20px;
    color: var(--introcolor)
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a {
    color: var(--color);
    font-size: var(--fontsize18)
}

.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)
}

.pro-bottom {
    margin-top: 50px;
    box-shadow: 0px 3px 8px 0px rgba(19, 20, 21, .17);
    padding: 20px 10px;
    border-radius: 4px
}

.pro-bottom .type-intro {
    margin-bottom: 10px
}

.pro-bottom table td,
.pro-bottom table th {
    padding: 2px 10px
}

.pro-bottom a {
    text-decoration: underline;
    text-transform: lowercase
}

.pro-bottom a:hover,
.pro-bottom a:active {
    color: var(--color)
}

@media (max-width:1280px) {
    .sidebar {
        width: 320px
    }

    .sidebar-item {
        padding: 20px
    }

    .page-main {
        padding-left: 20px
    }

    .pro-list.list1 li .pro-img {
        width: 250px
    }

    .singglepic {
        width: 300px
    }

    .preview-container {
        width: 300px
    }

    .prodetails-info {
        padding-left: 2%
    }

    .download-list li {
        width: 100%
    }
}

.newsendinquiry {
    margin-left: 20px;
    cursor: pointer
}

.inquiry-pc {
    padding: 0px 15px
}

.mediaplay {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 2px solid #FFF;
    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);
    line-height: 1.2
}

.pagesbanner .pagesbanner-animate .p2 {
    margin-top: 20px;
    font-size: var(--fontsize18);
    font-weight: var(--fontbold4)
}

@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)
    }
}