/*  */
.web_main {
    background: #fff;
}

.c_location li::after, .side-cate li .icon-cate.icon-cate-up:before, .side-cate li .icon-cate.icon-cate-down:before, .side-cate li li a:before, .sel_item .sel::before, .c_faq_list li .title::before, .more_detail .more:before, .innerPro_item .right_icon::before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}

/* transition */
.about_say_item, .about_say_item:before, .c_news_info .more, .c_share .share_bar .share_btn img, .rec_pro_list .rec_pic img, .pdf_btn img, .listApp_ul li .app_pic img, .listApp_inner .hot_pic img, .listApp_inner .hot_pic_l img, .innerPro_item .right_icon::before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* img scale */
.pro_item .pro_pic img, .c_news_item .news_pic img, .about_say_item .about_pic img, .home_about_left .about_pic img, .about_sec_pic .about_pic1 img, .c_pro_item .pro_pic img, .video_div .video_pic img, .news_item .news_pic img, .c_customer_item .c_cus_info,.hoverItem .c_pub_pic img {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.pro_item:hover .pro_pic img, .c_news_item:hover .news_pic img, .home_about_left .about_pic:hover img, .about_sec_pic:hover .about_pic1 img, .video_div .video_pic:hover img, .news_item:hover .news_pic img, .rec_pro_list li:hover .rec_pic img, .listApp_ul li:hover .app_pic img, .listApp_inner .hot_pic:hover img, .listApp_inner .hot_pic_l:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.about_say_item:hover .about_pic img, .c_pro_item:hover .pro_pic img, .hoverItem:hover .c_pub_pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

/* .sitemap-content */
.sitemap-content{padding-top: 4% !important;}

@media only screen and (max-width: 950px) {
    .sitemap-content, .privacy-main{padding-top: 72px !important;}
    #cont > ul > li > ul > li.has-childs > ul{display: block !important;}
}



/* web_th */
.web_th {
    text-align: center;
    max-width: 1300px;
    margin: 0 auto;
}

.web_th_left {
    text-align: left;
    max-width: 1480px;
}

.web_th .s_title {
    color: var(--commonColor);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.25;
    text-transform: uppercase;
}

.web_th .s_title a {
    color: var(--commonColor);
}

.web_th .title {
    font-size: 60px;
    line-height: 1.35;
    font-family: 'CHAPARRALPRO-BOLD';
    text-transform: uppercase;
}

.web_th .brief {
    line-height: 1.75;
    color: #333;
    padding-top: 1.7%;
    text-transform: capitalize;
}

.ser_info .web_th .title {
    font-size: 48px;
}

/* c_ad_box */
.c_ad_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.c_ad_inner {
    width: 100%;
    margin: 0 auto;
    padding: 5% 50px;
    max-width: 1480px;
    font-family: 'CHAPARRALPRO-BOLD';
}

.c_ad_th {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    color: #fff;
}

.c_ad_btn {
    text-align: center;
}

.c_ad_btn .more {
    display: inline-block;
    color: #fff;
    background: var(--commonColor);
    font-size: 24px;
    line-height: 1.25;
    padding: 12px 36px 10px;
    margin-top: 2%;
}

.c_ad_btn .more:hover {
    background: var(--lightColor);
}

@media only screen and (max-width: 1450px) {
    .web_th .title, .c_ad_th {
        font-size: 50px;
    }

    .ser_info .web_th .title {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1350px) {
    .web_th .title, .c_ad_th {
        font-size: 40px;
    }

    .c_ad_btn .more {
        font-size: 22px;
    }

    .ser_info .web_th .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1200px) {
    .web_th .title, .c_ad_th {
        font-size: 30px;
    }

    .c_ad_btn .more {
        font-size: 20px;
    }

    .ser_info .web_th .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 950px) {
    .web_th .title, .c_ad_th {
        font-size: 22px;
    }

    .web_th .brief {
        line-height: 1.5;
    }
    .c_ad_inner{padding: 30px;}

    .c_ad_btn .more {
        padding: 10px 26px 8px;
    }

    .ser_info .web_th .title {
        font-size: 22px;
    }
}

/* pad_top  mar_top */
.pad_top_l {
    padding-top: 6%;
}

.pad_bottom_l {
    padding-bottom: 6%;
}

.mar_top_l {
    margin-top: 6%;
}

@media only screen and (max-width: 1450px) {
    .pad_top_l {
        padding-top: 5%;
    }

    .pad_bottom_l {
        padding-bottom: 5%;
    }

    .mar_top_l {
        margin-top: 5%;
    }
}

@media only screen and (max-width: 1350px) {
    .pad_top_l {
        padding-top: 4%;
    }

    .pad_bottom_l {
        padding-bottom: 4%;
    }

    .mar_top_l {
        margin-top: 4%;
    }
}

@media only screen and (max-width: 1200px) {
    .pad_top_l {
        padding-top: 3%;
    }

    .pad_bottom_l {
        padding-bottom: 3%;
    }

    .mar_top_l {
        margin-top: 3%;
    }
}

@media only screen and (max-width: 950px) {
    .pad_top_l {
        padding-top: 30px;
    }

    .pad_bottom_l {
        padding-bottom: 30px;
    }

    .mar_top_l {
        margin-top: 30px;
    }
}

/* c_banner */
.c_banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.c_banner_bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}

.c_banner .layout {
    z-index: 2;
}

/* .c_banner .banner_inner{position: relative; z-index: 3;} */
.c_banner_txt {
    text-align: center;
    padding: 8% 0;
}

.c_banner_txt .th {
    font-size: 72px;
    font-weight: bold;
    color: #E8E5DC;
    line-height: 1.2;
    text-transform: uppercase;
}

.c_banner_btn {
    text-align: center;
}

.c_banner_btn .btn {
    background: #FAFAFA;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    width: 136px;
    text-align: center;
    color: var(--commonColor);
    background-repeat: no-repeat;
    font-weight: bold;
    margin-top: 20px;
}

.c_banner_btn .btn_pdf {
    background-image: url(../img/icon_down_1.png);
    background-position: 30% 11px;
    background-size: 20px auto;
    margin-right: 16px;
    padding-left: 20px; display: none;
}

.c_banner_btn .btn:hover {
    color: #fff;
    background-color: var(--commonColor);
}

.c_banner_btn .btn_pdf:hover {
    background-image: url(../img/icon_down.png);
}

@media only screen and (max-width: 1450px) {
    .c_banner_txt .th {
        font-size: 62px;
    }
}

@media only screen and (max-width: 1350px) {
    .c_banner_txt .th {
        font-size: 52px;
    }
}

@media only screen and (max-width: 1200px) {
    .c_banner_txt .th {
        font-size: 42px;
    }
}

@media only screen and (max-width: 1023px) {
    .c_banner {
        margin-top: 50px;
        margin-bottom: 0;
    }

    .c_banner_img {
        min-height: 200px;
        object-fit: cover;
    }

    .c_banner_title {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .c_banner_txt{display: flex; align-items: center; justify-content: center; min-height: 160px; flex-direction: column;}

    .c_banner_txt .th {
        font-size: 24px;
    }

    .c_banner_btn .btn {
        margin-top: 12px;
        width: 126px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 38px;
    }
    .news_detail_banner .c_banner_txt .th{display: none;}
}

/* c_location */
.c_location {
    justify-content: center;
    flex-wrap: wrap;
    line-height: 24px;
    background: #E5DEC7;
    overflow: hidden;
    padding: 12px 0;
}

.c_location_bar, .c_local_bar {
    flex-wrap: wrap;
}

.c_location li {
    position: relative;
    line-height: 1.25;
    padding: 6px 0;
    padding-right: 10px;
    margin-right: 5px;
    /* text-align: center; */
    text-transform: capitalize;
}

.c_location li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.c_location li::after {
    position: absolute;
    right: 0;
    content: '\f105';
    content: '-';
    top: 5px;
}

.c_location li:last-child::after {
    content: '';
}

.c_location li a {
    display: block;
}

.c_location li:last-child a {
    color: var(--commonColor);
}

.c_location li:last-child span {
    color: var(--commonColor);
}

.c_location li a:hover {
    color: var(--commonColor);
}

@media only screen and (max-width: 950px) {
    .c_location {
        padding: 12px 0;
    }
}

/* c_more_btn */
.more_btn .more {
    font-size: 24px;
    color: #333;
    font-family: 'CHAPARRALPRO-BOLD';
    position: relative;
    padding-right: 30px;
}

.more_btn .more::after {
    position: absolute;
    right: 0;
    content: '';
    background: url(../img/icon_plus_b.png) no-repeat center/22px auto;
    top: -1px;
    width: 22px;
    height: 22px;
}

.more_btn_gr .more {
    color: var(--commonColor);
}

.more_btn_gr .more::after {
    background-image: url(../img/icon_plus.png);
}

.more_btn .more:hover {
    color: var(--commonColor);
    margin-left: 5px;
}

/* .more_btn_gr .more:hover{margin-left: 5px;} */
.more_btn .more:hover::after {
    background-image: url(../img/icon_plus.png);
}


@media only screen and (max-width: 1200px) {
    .more_btn .more {
        font-size: 22px;
    }
}

@media only screen and (max-width: 950px) {
    .more_btn .more {
        font-size: 20px;
    }

    .more_btn .more::after {
        background-size: 18px auto;
        top: -3px;
    }
}

/* c_recommend_video */
.c_recommend_video .web_th .brief {
    padding-top: 0.5%;
}

.c_recommend_video_list {
    padding-top: 1.5%; position: relative;
}

.video_item {
}

.video_item .pro_pic {
    padding-bottom: 66.6%;
    overflow: hidden;
    box-sizing: border-box;
}

.video_item .pro_pic img {
    transition: all 0.3s ease;
}

.video_item .video_icon {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video_item .video_icon::before {
    position: absolute;
    width: 90px;
    height: 90px;
    background: url(../img/play.png) no-repeat center/100% auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    content: '';
}

.video_item .title {
    margin: 15px 0 10px;
    text-align: left;
    min-height: 60px;
}

.video_item .title, .video_item .title a {
    font-weight: bold;
    line-height: 1.25;
    font-size: 20px;
}

.video_item:hover .pro_pic img {
    transform: scale(1.05);
}

.video_item:hover .title a {
    color: var(--commonColor);
}

.video_item:hover .video_icon::before {
    background-image: url(../img/play_g.png);
}

.recomVideo-prev {
    left: -50px;
}

.recomVideo-next {
    right: -50px;
}

.recomVideo-pagination {
    display: none;
}

@media only screen and (max-width: 1350px) {
    .video_item .video_icon::before, .video_div .video_icon {
        width: 80px;
        height: 80px;
    }

    .video_item .title, .video_item .title a {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .video_item .video_icon::before, .video_div .video_icon {
        width: 72px;
        height: 72px;
    }

    .video_item .title, .video_item .title a {
        font-size: 21px;
    }
}

@media only screen and (max-width: 950px) {
    .video_item .title {
        display: block;
        min-height: 26px;
        margin-bottom: 0;
        margin-top: 12px;
    }

    .video_item .title, .video_item .title a {
        font-size: 20px;
    }

    .video_item .video_icon::before, .video_div .video_icon {
        width: 56px;
        height: 56px;
    }

    .c_recommend_video_list {
        padding: 10px 0 32px;
    }

    .recomVideo-prev, .recomVideo-next {
        display: none;
    }

    .recomVideo-pagination {
        display: block;
    }
}

/* c_upsel_product */
.c_upsel_product {
}

.c_upsel_product .web_th .brief {
    padding-top: 1%;
    width: calc(100% - 150px);
}

.c_upsel_pro_list {
    padding-top: 3.2%;
    position: relative;
}

.swiper_upsel_pro {
    padding: 8px 5px;
}
.swiper_upsel_pro .swiper-slide{width: calc((100% - 72px) / 4); margin-right: 24px;}

.c_pro_item {
    position: relative;
    padding: 20px 20px 65px;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.15);
}

.c_pro_item .pro_pic {
    padding-bottom: 70%;
    overflow: hidden;
}

.c_pro_item .title, .c_pro_item .title a {
    font-size: 20px;
    font-weight: bold;
    color: #1b1b1b;
}

.c_pro_item .title {
    margin-bottom: 10px; line-height: 1.25; height: 2.5em;
}

.c_pro_item:hover .title, .c_pro_item:hover .title a {
    color: var(--commonColor);
}

.c_pro_item .more_detail {
    position: absolute;
    left: 15%;
    right: 0;
    bottom: 2px;
}

.c_pro_item .more_detail .more {
    display: block;
    position: relative;
    background: var(--commonColor);
    color: #fff;
    padding: 10px 0 10px 20px;
    line-height: 1.5;
    font-size: 18px;
}

.c_pro_item .more_detail .more:before {
    content: '\f105';
    position: absolute;
    right: 10px;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    font-size: 20px;
    text-align: center;
}

.c_pro_item:hover .more_detail .more {
    background: var(--lightColor);
    padding-left: 25px;
}

.upselPro-prev, .upselPro-next {
    top: 0;
}

.upselPro-prev {
    left: auto;
    right: 80px;
}

.upselPro-next {
    right: 0;
}

.upselPro-pagination {
    display: none;
}

@media only screen and (max-width: 1350px) {
    .c_upsel_pro_list {
        padding-top: 2%;
    }

    .upselPro-prev, .upselPro-next {
        top: -12px;
    }
}

@media only screen and (max-width: 950px) {
    .swiper_upsel_pro .swiper-slide{width: 100%; margin-right: 20px;}
    .c_upsel_pro_list {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .c_pro_item {
        padding: 14px 16px 60px;
    }

    .upselPro-prev, .upselPro-next {
        display: none;
    }

    .upselPro-prev {
        right: 50px;
    }

    .upselPro-pagination {
        display: block;
    }

    .c_upsel_product .web_th .brief {
        width: 100%;
    }
}


/* c_customer_eval */
.c_customer_eval {
}

.c_customer_list {
    padding-top: 2%;
    position: relative;
}

.c_customer_item .cus_pic {
    padding-bottom: 100%;
    overflow: hidden;
}

.c_cus_info {
    line-height: 1.25;
    padding-top: 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(var(--comColorRgb), 0.65);
    display: flex;
    justify-content: center;
    padding: 3% 8%;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    height: 0;
    bottom: -6%;
}

.c_cus_info .title, .c_cus_info .title a {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 1.15;
}

.c_cus_info .title {
    margin-bottom: 8px;
}

.c_cus_info .brief {
    line-height: 1.75;
    max-height: 76%;
    overflow-y: auto;
}

.c_cus_info .more_btn_gr {
    margin-top: 8px;
}

.c_cus_info .more_btn_gr .more {
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}

.c_cus_info .more_btn_gr .more::after {
    background-image: url(../img/icon_plus_w.png);
    top: 2px;
}

.c_customer_item:hover .c_cus_info {
    height: 100%;
    bottom: 0;
}

.customer-prev {
    left: -50px;
}

.customer-next {
    right: -50px;
}

.customer-pagination {
    display: none;
}

@media only screen and (max-width: 1450px) {
    .c_cus_info .title, .c_cus_info .title a {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1350px) {
    .c_cus_info .title, .c_cus_info .title a {
        font-size: 28px;
    }

    .c_cus_info .more_btn_gr .more {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .c_cus_info .title, .c_cus_info .title a {
        font-size: 26px;
    }

    .c_cus_info .more_btn_gr .more {
        font-size: 20px;
    }

    .c_cus_info .more_btn_gr .more::after {
        background-size: 18px auto;
        top: 0;
    }

    .c_cus_info .brief {
        line-height: 1.5;
    }
}

@media only screen and (max-width: 950px) {
    .c_cus_info .title, .c_cus_info .title a {
        font-size: 24px;
    }

    .c_cus_info .more_btn_gr .more {
        font-size: 20px;
    }

    .c_cus_info .more_btn_gr .more::after {
        background-size: 18px auto;
        top: 0;
    }

    .c_customer_list {
        padding: 10px 0 32px;
    }

    .c_customer_item .c_cus_info {
        height: 100%;
        bottom: 0;
        padding: 15px;
    }

    .c_cus_info .brief {
        line-height: 1.75;
    }

    .customer-next, .customer-prev {
        display: none;
    }

    .customer-pagination {
        display: block;
    }
}


/* c_lastest_news */
.c_lastest_news .swiper-slide {
    width: calc(50% - 20px); margin-right: 40px;
}

.c_news_list {
    padding-top: 2%;
    position: relative;
}

.c_news_item {
}

.c_news_item .news_pic {
    padding-bottom: 78.75%;
    overflow: hidden;
}

.c_news_info {
    line-height: 1.6;
    padding-top: 15px;
}

.c_news_info .date {
    background: url(../img/icon_date.png) no-repeat left top /auto 26px;
    line-height: 28px;
    padding: 0 0 0 32px;
    margin-bottom: 8px;
}

.c_news_info .title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25; height: 2.5em;
}

.c_news_info .brief {
    margin: 5px 0 10px; line-height: 1.5; height: 4.5em;
}

.c_news_item:hover .title, .c_news_item:hover .title a {
    color: var(--commonColor);
}

.news-prev {
    left: -50px; margin-top: -125px;
}

.news-next {
    right: -50px; margin-top: -120px;
}

.news-pagination {
    display: none;
}

@media only screen and (max-width: 1350px) {
    .c_news_list {
        padding-top: 2%;
    }

    .c_news_info .title, .c_news_info .more {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1100px) {
    .c_news_info .title{-webkit-line-clamp: 3; height: 3.75em;}
}

@media only screen and (max-width: 950px) {
    .c_lastest_news .swiper-slide{width: 100%; margin-right: 20px;}
    .c_news_list {
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .c_news_info .brief {
        display: none; height: auto;
    }

    .c_news_info .title{height: auto; display: block;}

    .c_news_info .title, .c_news_info .more {
        font-size: 20px;
    }

    .news-next, .news-prev{display: none;}

    .news-pagination {
        display: block;
    }
}

/*-------------aside-------------*/
.c_category_box {
}

.c_category_box .layout {
    display: flex;
    justify-content: space-between;
}

.aside {
    width: 24.6%;
    margin-right: 60px;
}

.c_right_box {
    flex: 1;
    width: calc(75.4% - 60px);
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    padding: 10px 0 15px;
    text-transform: uppercase;
}

.side-tit-bar .side-tit::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 26px;
    content: '';
    background: #000;
}

.side-widget {
    position: sticky !important;
    top: 100px !important;
    margin: 0 0 0;
}

.side-widget + .side-widget .side-tit-bar .side-tit {
    text-transform: none;
}

.side-widget .side-tit-bar:nth-child(n+2) {
    margin-top: 30px;
}

.side-cate {
    padding: 6px 0 0 0;
}

.side-cate li {
    position: relative;
    line-height: 26px;
    font-size: 16px;
    margin-top: 10px;
}

.side-cate li li {
    font-size: 16px;
    font-weight: normal;
    border-bottom: none;
    margin-top: 0;
}

.side-cate li a {
    position: relative;
    display: block;
    color: #333;
    padding: 12px 34px 12px 0;
    line-height: 1.25;
}

.side-cate > li > a {
    font-size: 18px;
    border-bottom: 1px solid #dcdcdc;
    color: #000;
}

.side-cate ul {
    display: none;
    overflow: hidden;
    padding: 10px 0 10px 0;
}

.side-cate ul li:last-child {
    border-bottom: none;
}

.side-cate li li a {
    padding: 10px 34px 10px 0;
    margin-right: 0;
    position: relative;
    color: #666;
}

.side-cate li a:hover, .side-cate li.active > a, .side-cate li li a:hover,
.side-cate li li.active > a {
    color: var(--commonColor);
}

/* .side-cate li a:hover::before{background: #ec5a2b;}
.side-cate li li a:hover:before,
.side-cate li li.active>a:before {color: #ec5a2b; background: none;}
.side-cate li li a:before {content: '\f105'; display: inline-block; font-size: 16px; margin-right: 6px; position: absolute; left: 0; top: 50%; transform: translateY(-50%);} */

.side-cate > li.nav-current > a {
    color: var(--commonColor);
}

.side-cate li.nav-current > a {
    color: var(--commonColor);
}

/* .side-cate li.nav-current>.icon-cate {color: #fff;} */

.side-cate li li li a {
    padding: 10px 32px 10px 16px;
    margin-right: 0;
}

.side-cate li li li li a {
    padding: 10px 32px 10px 24px;
    margin-right: 0;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 29px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #000;
    border-radius: 0%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.side-cate li .icon-cate:before {
    font-size: 24px;
    width: 100%;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f0d7';
    content: '+';
    display: block;
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f0d7';
    content: '\f068';
    display: block;
    transform: scale(0.75, 0.5);
    font-size: 20px;
}

.side-cate li .icon-cate.icon-cate-up {
    transform: rotate(180deg);
}

.side-cate li .icon-cate:hover {
    background: #f5f5f5;
}

.side-cate li li .icon-cate {
    top: 4px;
}

.side-cate li li:hover > a, .side-cate li li:hover .icon-cate {
    color: var(--commonColor);
}

.side-product-items {
    position: relative;
}

.side-product-items .items_content {
    position: relative;
    padding: 35px 0;
}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
}

.side_product_item .item-img,
.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
}

.side_product_item .item-img {
    width: 70px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    border: 1px solid #cdcdcd;
}

.side_product_item .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.side_product_item .item-img img {
    display: block;
    width: 100%;
}

.side_product_item:hover .item-img:before {
    background-color: rgba(255, 255, 255, .3);
}

.side_product_item figcaption {
    padding-left: 15px;
}

.side_product_item figcaption h3 {
    font-size: 16px;
    font-weight: normal;
}

.side_product_item figcaption h3 a {
    display: block;
    max-height: 3.2em;
    line-height: 1.6em;
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover + figcaption h3 a {
    color: #f29a20;
}

.side-product-items .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.side-product-items .side_slider {
    max-height: 450px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
}

.side-product-items .side_slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.side-product-items .side_product_item {
    height: 90px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 38px;
    color: #ccd3d9;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.side-product-items .swiper-button-disabled {
    color: #eee;
    cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
    display: inline-block;
    -webkit-transform: scale(2.5, 1);
    -ms-transform: scale(2.5, 1);
    -o-transform: scale(2.5, 1);
    transform: scale(2.5, 1);
}

.side-product-items .btn-prev {
    top: 0;
}

.side-product-items .btn-prev:before {
    content: '\f106';
}

.side-product-items .btn-next {
    bottom: 0;
}

.side-product-items .btn-next:before {
    content: '\f107';
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
    color: #000;
}

.aside .side-bn {
    width: 100%;
    margin: 0 0 40px;
}

.aside .side-bn img {
    width: 100%
}

@media only screen and (max-width: 950px) {
    .side-tit-bar .side-tit {
        font-size: 20px;
    }

    .aside {
        width: 100%;
        float: none;
        margin-bottom: 20px;
        display: none;
    }

    .c_right_box {
        width: 100%;
        float: none;
        margin-top: 0;
        padding-top: 0;
    }

    .side-widget {
        position: static !important;
    }
}

.table_wrap{width: 100%; overflow-x: auto;}


/* c_page */

.c_page {
    padding: 5% 0 0;
}

.c_pagenation, .c_pagenation .nav-links {
    display: flex;
    justify-content: center;
}

.c_pagenation .page-numbers {
    margin-right: 10px;
}

.c_pagenation .page-numbers:last-child {
    margin-right: 0;
}

.c_pagenation .page-numbers {
    display: block;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 1px;
    color: #333;
    text-align: center;
    min-width: 38px;
    background: #fff;
}

.c_pagenation .page-numbers.current {
    border-color: #333;
    background: #333;
    color: #fff;
}

.c_pagenation a.page-numbers:hover {
    border-color: var(--commonColor);
    background: var(--commonColor);
    color: #fff;
}

.c_pagenation a.prev, .c_pagenation a.next {
    padding: 0 15px; width: 38px;
    position: relative; color: transparent;
}

.c_pagenation a.prev::before, .c_pagenation a.next::before {
    position: absolute;
    content: '\f105';
    font-family: 'fontawesome';
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 36px; color: #333;
}

.c_pagenation a.prev::before {
    content: '\f104';
}

.c_pagenation a.prev:hover, .c_pagenation a.next:hover {
    color: transparent;
}
.c_pagenation a.prev:hover::before, .c_pagenation a.next:hover::before {
    color: #fff;
}

@media only screen and (max-width: 950px) {
    .c_page {
        padding: 15px 0 0;
    }

    .c_page_wrap {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
    }

    .c_pagenation .page-numbers {
        margin-right: 8px;
    }

    .c_pagenation .page-numbers:last-child {
        margin-right: 0;
    }

    .c_pagenation .page-numbers {
        min-width: 32px;
        height: 32px;
        line-height: 32px;
    }

    .c_pagenation a.prev::before, .c_pagenation a.next::before {
        line-height: 30px;
    }
}

/* c_related_th */
/* .c_related_th{font-size: 0.4rem; padding-bottom: 0.12rem; margin-bottom: 0.5rem; font-weight: bold; color: #040E27; border-bottom: 1px solid rgba(4, 14, 39, .2); position: relative;}
.c_related_th::before{position: absolute; left: 0; width: 56px; height: 6px; bottom: -3px; content: ''; background: #040E27;} */

/* c_related_pro */
/* .c_related_inner{position: relative; padding-bottom: 0.6rem;}
.relate_item{padding-bottom: 30px;}
.relate_item .pro_pic{padding-bottom: 70%; border: 1px solid #ddd; overflow: hidden; box-sizing: border-box;}
.relate_item .title{margin: 20px 0 25px; text-align: center; height: 52px;}
.relate_item .title, .relate_item .title a{font-weight: bold; line-height: 26px; font-size: 20px; font-size: max(20px, 0.22rem); font-family: 'OPENSANS-BOLD';}
.relate_item .c_more_btn{margin: 0 auto; width: 1.6rem; min-width: 140px;}
.relate_item .c_more_btn a{width: 1.5rem; font-size: 18px; min-width: 130px;}
.relate_item:hover .title a{color: #ec5a2b;}
.relate_item:hover .c_more_btn a{background: #ec5a2b;}
.relate_item:hover .c_more_btn{border-color: #ec5a2b;}
.relate_item .date{color: #666; line-height: 24px; margin-top: 0.2rem;}
.relate_item .brief{margin: 6px 0 25px; color: #333; line-height: 24px;}

.relate_news_item .pro_pic{border: none; padding-bottom: 59.26%;}
.relate_news_item .title{text-align: left; margin: 6px 0 0;}
.relate_news_item .c_more_btn{margin: 0;}
.c_related_news .c_related_inner .swiper-button-prev, .c_related_news .c_related_inner .swiper-button-next{margin-top: -160px;}

.c_related_inner .swiper-button-prev, .c_related_inner .swiper-button-next{background-image: none; background: #999; border-radius: 0; width: 26px; height: 46px; margin-top: -120px;}
.c_related_inner .swiper-button-prev::before, .c_related_inner .swiper-button-next::before{content: ''; background-repeat: no-repeat; background-position: center; background-size: 60% auto; width: 100%; height: 100%; transform: scale(1);}
.c_related_inner .swiper-button-prev::before{background-image: url(../img/icon_left_w.png);}
.c_related_inner .swiper-button-next::before{background-image: url(../img/icon_right_w.png);}
.c_related_inner .swiper-button-prev{left: -12px;}
.c_related_inner .swiper-button-next{right: -12px;}
.c_related_inner .swiper-button-prev:hover, .c_related_inner .swiper-button-next:hover{background: #ec5a2b;}

@media only screen and (max-width: 950px) {
	.c_related_inner{padding-bottom: 6px;}
	.relate_item .title{margin: 12px 0 20px;}
	.relate_news_item .title{margin: 6px 0 0;}
	.relate_item .brief{margin-bottom: 20px;}
	.c_related_news .c_related_inner .swiper-button-prev, .c_related_news .c_related_inner .swiper-button-next{margin-top: -136px;}
} */

/* innerContent */
.c_con_th {
    font-size: 24px;
    line-height: 1.5;
    color: #2B2C30;
    font-weight: bold;
}

.c_share {
    padding: 15px 0;
    align-items: center;
}

.c_share .date {
    color: #666;
    margin-right: 5%;
}

.c_share .share_bar {
    color: #666;
    justify-content: center;
    align-items: center;
}

.c_share .share_bar .share_btn {
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    border-radius: 5px;
    background: #006634;
    transition: all 0.3s ease;
}

.c_share .share_bar .share_btn img {
    padding: 6px;
}

.c_share .share_bar .share_btn:hover {
    background: var(--lightColor);
}

.c_share .share_bar .share_btn:hover img {
    transform: rotate(15deg);
}

.innerContent {
    padding: 20px 0 0;
    color: #2B2C30;
    letter-spacing: 1px;
}

.innerContent, .innerContent p, .innerContent span {
    font-size: 16px;
    line-height: 1.75;
}

.innerContent p {
    padding-bottom: 2.6%;
}

.innerContent p:last-child {
    padding-bottom: 0;
}

.innerContent img {
    max-width: 100%;
    margin: 10px auto;
    border-radius: 2px;
}

.innerContent_other {
    padding-top: 3%;
}

.innerContent_other .link_item {
    max-width: 80%;
    width: 100%;
    font-size: 16px;
    position: relative;
    line-height: 26px;
    padding: 20px 0 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.innerContent_other .link_txt {
    margin-right: 10px;
    font-size: 24px;
}

.innerContent_other .link_title {
    flex: 1;
}


@media only screen and (max-width: 1350px) {
    .innerContent_other .link_txt {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {
    .innerContent_other .link_txt {
        font-size: 20px;
    }
}

@media only screen and (max-width: 950px) {
    .c_con_th {
        font-size: 22px;
        line-height: 30px;
    }

    .c_share {
        flex-wrap: wrap;
        padding-bottom: 0;
    }

    .c_share .date {
        width: 100%;
    }

    .c_share .share_bar {
        margin-top: 15px;
    }

    .innerContent_other .link_item {
        max-width: 100%;
        padding: 12px 0 8px;
    }

    .innerContent_other .link_txt {
        font-size: 18px;
        margin-right: 2px;
    }

}
#index_scrollsidebar {
    top: 50%;
    right: 0;
    transition: all ease-in-out 1s;
    /* visibility: hidden; */
    opacity: 1;
    position: fixed;
    /* transform: translateY(-50%);*/
    z-index: 99999
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: var(--commonColor);
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: var(--commonColor);
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
    display: block
}

#index_scrollsidebar ul li > a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%;
}

#index_scrollsidebar .gototop {
    background-color: #333
}

#index_scrollsidebar .gototop .s_smooth {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar .gototop .s_smooth img {
    width: 23px;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: var(--commonColor);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--commonColor);
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media only screen and (max-width: 1024px) {
    #index_scrollsidebar {
        display: none;
    }
}

.fix_slide_foot {
    display: none;
    background: var(--commonColor);
    position: fixed;
    width: 100%;
    bottom: 0;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    height: 50px;
    z-index: 111;
}

.fix_slide_foot li {
    border-right: 1px solid white;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.fix_slide_foot li:last-of-type() {
    border-right: none;
}

.fix_slide_foot li a[title=email] img {
    height: 30px
}

.fix_slide_foot li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.fix_slide_foot li img {
    height: 25px;
    width: auto;
}

.show0 img {
    width: 120px;
    margin: 0 auto 10px;
    display: block;
    max-width: unset !important;
}

.show0 img:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {

    .fix_slide_foot {
        display: flex;
    }

    body {
        padding-bottom: 50px
    }
}
