.web_main {
    background: #fff;
    position: relative;
    z-index: 2
}

.c_height_box {
    padding-bottom: 12%
}

.main .items_list {
    padding: 3% 0 12%
}

@media only screen and (max-width:950px) {
    .c_height_box {
        padding-bottom: 70px
    }

    .main .items_list {
        padding: 30px 0 1px
    }
}

.c_faq_list li .title::before,
.c_location li::after,
.c_location li::before,
.innerPro_item .right_icon::before,
.more_detail .more:before,
.sel_item .sel::before,
.side-cate li .icon-cate.icon-cate-down:before,
.side-cate li .icon-cate.icon-cate-up:before,
.side-cate li li a:before,
.video_pic_item .video_icon::before {
    font-family: fontawesome;
    font-style: normal;
    font-weight: 400;
    display: inline-block
}

.about_say_item,
.about_say_item:before,
.c_news_info .more,
.c_share .share_bar .share_btn img,
.innerPro_item .right_icon::before,
.listApp_inner .hot_pic img,
.listApp_inner .hot_pic_l img,
.listApp_ul li .app_pic img,
.pdf_btn img,
.project_item::before,
.rec_pro_list .rec_pic img,
.service_tab .icon {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.about_pic_big .about_pic img,
.about_say_item .about_pic img,
.about_sec_pic .about_pic1 img,
.adv_item .adv_pic img,
.adv_item::before,
.buy_list li::before,
.c_customer_item .c_cus_info,
.c_news_item .news_pic img,
.c_pro_item .pro_pic img,
.choose_active .order,
.choose_active .order::before,
.choose_item .icon_pic img,
.home_about_left .about_pic img,
.mession_item .icon_pic img,
.pro_item,
.pro_item .pro_pic img,
.project_item .pro_pic img,
.project_item .project_info,
.related_news_item .news_pic img,
.related_news_video .news_pic img,
.related_pro_item .pro_pic img,
.ser_pic_item .ser_pic img,
.sort_item .sort_pic img,
.top_icon_item .pic img,
.video_div .video_pic img {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.about_pic_big:hover .about_pic img,
.about_sec_pic:hover .about_pic1 img,
.adv_item:hover .adv_pic img,
.c_news_item:hover .news_pic img,
.home_about_left .about_pic:hover img,
.listApp_inner .hot_pic:hover img,
.listApp_inner .hot_pic_l:hover img,
.listApp_ul li:hover .app_pic img,
.pro_item:hover .pro_pic img,
.project_item:hover .pro_pic img,
.rec_pro_list li:hover .rec_pic img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.c_pro_item:hover .pro_pic img,
.related_news_item:hover .news_pic img,
.related_news_video:hover .news_pic img,
.related_pro_item:hover .pro_pic img,
.ser_pic_item:hover .ser_pic img,
.sort_item:hover .sort_pic img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.choose_item:hover .icon_pic img,
.mession_item:hover .icon_pic img,
.top_icon_item:hover .pic img {
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pubMore,
.pubMoreF {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #313134;
    width: auto;
    padding: 0 24px;
    text-align: center;
    position: relative;
    text-transform: uppercase
}

.pubMoreF {
    background: var(--color-main)
}

.pubMore::after,
.pubMoreF::after {
    display: inline-block;
    width: 14px;
    height: 12px;
    content: '';
    background: url(../image/icon_more.png) center/12px auto no-repeat;
    margin-left: 5px
}

.pubMore:hover,
.pubMoreF:hover {
    color: #fff;
    background: var(--color-main);
    text-decoration: none !important
}

.pubMoreF:hover {
    background: #313134
}

.web_th {
    text-align: center;
    margin: 0 auto
}

.web_th_left {
    text-align: left
}

.web_th .s_title {
    color: #666;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.25;
    text-transform: uppercase
}

.web_th .s_title a {
    color: #666
}

.web_th .s_title a:hover {
    color: var(--color-main)
}

.web_th .title {
    font-size: 30px;
    line-height: 1.35;
    font-family: Roboto-Bold;
    text-transform: uppercase
}

.web_th .title a {
    color: #333
}

.web_th .title a:hover {
    color: var(--color-main)
}

.web_th .brief {
    line-height: 1.75;
    color: #666;
    font-size: 18px;
    padding-top: 1.7%
}

.web_th .brief p {
    line-height: 1.75;
    color: #666;
    font-size: 18px
}

.c_ad_box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative
}

.c_ad_box::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 0;
    content: ''
}

.c_ad_inner {
    padding: 7.5% 0
}

.c_ad_box .web_th {
    width: 70%
}

.c_ad_box .web_th .s_title,
.c_ad_box .web_th .s_title a {
    color: var(--color-main)
}

.c_ad_box .web_th .brief,
.c_ad_box .web_th .brief p,
.c_ad_box .web_th .title,
.c_ad_box .web_th .title a {
    color: #fff
}

.c_ad_box .web_th .title a:hover {
    color: var(--color-main)
}

.c_ad_box .web_th .brief {
    padding-top: 0;
    margin-top: 10px
}

.c_ad_btn {
    margin-left: 5%
}

.c_ad_btn .pubMoreF:hover {
    background: #fff;
    color: var(--color-main)
}

.c_ad_btn .pubMoreF:hover::after {
    background-image: url(../image/icon_more_f.png)
}

@media only screen and (max-width:1450px) {

    .c_ad_th,
    .web_th .title {
        font-size: 50px
    }
}

@media only screen and (max-width:1350px) {

    .c_ad_th,
    .web_th .title {
        font-size: 40px
    }

    .c_ad_btn .more {
        font-size: 22px
    }
}

@media only screen and (max-width:1200px) {

    .c_ad_th,
    .web_th .title {
        font-size: 30px
    }

    .c_ad_btn .more {
        font-size: 20px
    }
}

@media only screen and (max-width:950px) {

    .pubMore,
    .pubMoreF {
        height: 46px;
        line-height: 46px
    }

    .c_ad_th,
    .web_th .title {
        font-size: 22px
    }

    .web_th .brief,
    .web_th .brief p {
        line-height: 1.5
    }

    .c_ad_inner {
        flex-direction: column;
        align-items: flex-start;
        padding: 50px 0
    }

    .c_ad_box .web_th {
        width: 100%
    }

    .c_ad_btn {
        margin: 15px 0 0
    }
}

.pad_tb {
    padding: 6.6% 0
}

.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_tb {
        padding: 6% 0
    }

    .pad_top_l {
        padding-top: 5%
    }

    .pad_top_s {
        padding-top: 3.6%
    }

    .pad_bottom_l {
        padding-bottom: 5%
    }

    .mar_top_l {
        margin-top: 5%
    }
}

@media only screen and (max-width:1350px) {
    .pad_tb {
        padding: 5.2% 0
    }

    .pad_top_l {
        padding-top: 4.2%
    }

    .pad_top_s {
        padding-top: 3.2%
    }

    .pad_bottom_l {
        padding-bottom: 4%
    }

    .mar_top_l {
        margin-top: 4%
    }
}

@media only screen and (max-width:1200px) {
    .pad_tb {
        padding: 4.4% 0
    }

    .pad_top_l {
        padding-top: 3.5%
    }

    .pad_top_s {
        padding-top: 3%
    }

    .pad_bottom_l {
        padding-bottom: 3%
    }

    .mar_top_l {
        margin-top: 3%
    }
}

@media only screen and (max-width:950px) {
    .pad_tb {
        padding: 30px 0
    }

    .pad_top_l,
    .pad_top_s {
        padding-top: 30px
    }

    .pad_bottom_l {
        padding-bottom: 30px
    }

    .mar_top_l {
        margin-top: 30px
    }
}

.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, .1)
}

.c_banner .layout {
    z-index: 2
}

.c_banner_txt {
    text-align: left;
    padding: 15% 0 4.2%
}

.c_banner_left {
    width: 48%
}

.c_banner_txt .th {
    font-size: 30px;
    font-family: Roboto-Bold;
    color: #fff;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0 0 50px
}

.c_banner_btn {
    font-family: Roboto-Bold
}

.c_banner_btn .btn {
    background: #fff;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    width: 146px;
    text-align: center;
    margin-top: 10px
}

.c_banner_btn .btn_pdf {
    margin-right: 12px
}

.c_banner_btn .btn:hover {
    color: #fff;
    background-color: var(--color-main)
}

@media only screen and (max-width:950px) {
    .c_banner_txt {
        flex-direction: column;
        padding: 15% 0 15px
    }

    .c_banner_left {
        width: 100%
    }

    .c_banner_txt .th {
        font-size: 26px;
        margin: 0 0 20px
    }

    .c_banner_btn .btn {
        margin-top: 12px;
        line-height: 40px;
        font-size: 16px;
        width: auto;
        height: auto;
        padding: 0 20px
    }

    .c_banner_btn .btn_pdf {
        margin-right: 10px
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 38px
    }
}

.c_location {
    justify-content: center;
    flex-wrap: wrap;
    line-height: 24px;
    overflow: hidden;
    padding: 16px 0;
    width: 48%
}

.c_local_bar {
    display: unset
}

.c_location li {
    position: relative;
    line-height: 1.25;
    padding-right: 15px;
    margin-right: 8px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: inline
}

.c_location li:last-child {
    padding-right: 0;
    margin-right: 0
}

.c_location li::before {
    position: absolute;
    left: -15px;
    content: '\f105';
    top: -1px
}

.c_location li:first-child::before {
    content: ''
}

.c_location li a {
    color: #fff;
    text-transform: capitalize
}

.c_location li a:hover {
    color: var(--color-main)
}

.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) center/22px auto no-repeat;
    top: -1px;
    width: 22px;
    height: 22px
}

.more_btn_gr .more {
    color: #355e40
}

.more_btn_gr .more::after {
    background-image: url(../img/icon_plus.png)
}

.more_btn .more:hover {
    color: #355e40;
    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) {
    .c_location {
        padding: 12px 0;
        width: 100%
    }

    .c_local_bar {
        justify-content: flex-start
    }

    .more_btn .more {
        font-size: 20px
    }

    .more_btn .more::after {
        background-size: 18px auto;
        top: -3px
    }
}

.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;
    position: absolute;
    left: 0;
    right: 0;
    background: rgba(53, 94, 64, .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: 700;
    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: 700
}

.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_news_list {
    padding-top: 2%;
    position: relative
}

.c_news_item .news_pic {
    padding-bottom: 74.3%
}

.c_news_info {
    line-height: 1.6;
    padding: 20px 8% 25px
}

.c_news_info .date {
    line-height: 28px;
    color: var(--color-main);
    margin-bottom: 8px
}

.c_news_info .title {
    font-size: 18px;
    line-height: 1.5;
    height: 3em;
    overflow: hidden
}

.c_news_info .brief {
    margin: 8px 0 15px;
    color: #666;
    line-height: 1.5;
    height: 3em;
    overflow: hidden
}

.c_news_info .brief a {
    color: #666
}

.c_news_item:hover .title,
.c_news_item:hover .title a {
    color: var(--color-main)
}

.c_news_item:hover .pubMore {
    background: var(--color-main)
}

.news-prev {
    left: -50px
}

.news-next {
    right: -50px
}

.news-pagination {
    display: none
}

@media only screen and (max-width:1350px) {
    .c_news_list {
        padding-top: 2%
    }

    .c_news_info .more,
    .c_news_info .title {
        font-size: 22px
    }
}

@media only screen and (max-width:950px) {
    .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
    }

    .c_news_info .more,
    .c_news_info .title {
        font-size: 20px
    }

    .news-pagination {
        display: block
    }
}

.c_categore_inner {
    display: flex;
    justify-content: space-between
}

.aside {
    width: 24%;
    margin-left: 46px
}

.c_left_box {
    flex: 1;
    width: calc(76% - 46px)
}

.side-widget {
    position: sticky !important;
    top: 100px !important;
    margin: 0
}

.side-search {
    border-bottom: 1px solid #393939
}

.side-search .search-btn {
    border: none;
    background: var(--color-main);
    color: #fff;
    border-radius: 5px;
    height: 56px;
    text-align: left;
    padding: 0 20px;
    margin: 0 0 30px;
    width: 100%;
    font-size: 16px
}

.side-tit-bar {
    position: relative;
    margin-top: 20px
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: 20px;
    line-height: 1.25;
    color: #000;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-family: Roboto-Bold
}

.side-widget .side-tit-bar:nth-child(n+3) {
    margin-top: 24px
}

.side-cate {
    padding: 10px 0 0;
    margin-left: 12px
}

.side-cate li {
    position: relative;
    line-height: 26px;
    font-size: 16px
}

.side-cate li li {
    font-size: 16px;
    font-weight: 400;
    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;
    color: #000
}

.side-cate ul {
    display: none;
    overflow: hidden;
    padding: 6px 0 12px
}

.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 li a:hover,
.side-cate li li.active>a,
.side-cate li.active>a,
.side-cate>li.nav-current>a {
    color: var(--color-main)
}

.side-cate li li li a {
    padding: 10px 32px 10px 16px;
    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: .3s;
    -o-transition: .3s;
    transition: .3s
}

.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(.75, .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.nav-current>.icon-cate,
.side-cate li li.nav-current>a,
.side-cate li li:hover .icon-cate,
.side-cate li li:hover>a,
.side-cate li:hover>.icon-cate,
.side-cate li:hover>a,
.side-cate>li.nav-current>.icon-cate {
    color: var(--color-main)
}

.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: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .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: 400
}

.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 .item-img:hover+figcaption h3 a,
.side_product_item figcaption h3 a:hover {
    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-next,
.side-product-items .btn-prev {
    position: absolute;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    opacity: 1;
    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-next:before,
.side-product-items .btn-prev: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-next:not(.swiper-button-disabled):hover,
.side-product-items .btn-prev: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_left_box {
        width: 100%;
        float: none;
        margin-top: 0;
        padding-top: 0
    }

    .side-widget {
        position: static !important
    }
}

.c_page {
    padding: 5% 0 0
}

.page_bar {
    padding: 3% 0 0
}

.c_page .pagination ul,
.page_bar .pages .pagination ul {
    display: flex;
    justify-content: center
}

.pagination li {
    margin-right: 10px
}

.pagination li:last-child {
    margin-right: 0
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    text-align: center;
    min-width: 38px;
    background: #fff
}

.pagination li span {
    border: none
}

.pagination li.active span {
    border: 1px solid var(--color-main);
    background: var(--color-main);
    color: #fff
}

.pagination li:hover a {
    border-color: var(--color-main);
    background: var(--color-main);
    color: #fff
}

.pagination li.next-page a,
.pagination li.prev-page a {
    padding: 0 15px;
    position: relative;
    border: none
}

.pagination li.prev-page a {
    padding-right: 30px
}

.pagination li.next-page a {
    padding-left: 30px
}

.pagination li.next-page a::before,
.pagination li.prev-page a::before {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    left: 0;
    top: 0;
    text-align: center;
    width: 30px;
    height: 100%;
    font-size: 28px;
    line-height: 36px
}

.pagination li.prev-page a::before {
    content: '\f104';
    left: unset;
    right: 0
}

.pagination li.next-page a:hover,
.pagination li.next-page:hover a,
.pagination li.prev-page a:hover,
.pagination li.prev-page:hover a {
    color: var(--color-main);
    background: 0 0
}

.c_sub_top {
    color: #666
}

.c_sub_top .title {
    font-family: Roboto-Bold;
    font-size: 20px;
    margin-bottom: 30px
}

.c_sub_top .brief {
    line-height: 1.75;
    font-size: 18px
}

.c_sub_top .brief p {
    padding-bottom: 2%
}

.c_related_th,
.c_related_th a {
    font-size: 40px;
    font-family: Roboto-Bold;
    position: relative;
    text-transform: uppercase;
    line-height: 1.25
}

@media only screen and (max-width:1450px) {

    .c_related_th,
    .c_related_th a {
        font-size: 36px
    }
}

@media only screen and (max-width:1350px) {

    .c_related_th,
    .c_related_th a {
        font-size: 32px
    }
}

@media only screen and (max-width:1200px) {

    .c_related_th,
    .c_related_th a {
        font-size: 28px
    }
}

@media only screen and (max-width:950px) {
    .c_page {
        padding: 20px 0 0
    }

    .pagination {
        flex-direction: column;
        justify-content: flex-end;
        align-items: center
    }

    .pagination li {
        margin-right: 8px
    }

    .pagination li:last-child {
        margin-right: 0
    }

    .pagination li a,
    .pagination li span {
        min-width: 32px;
        height: 32px;
        line-height: 32px
    }

    .pagination li.next-page a::before,
    .pagination li.prev-page a::before {
        line-height: 30px
    }

    .c_related_th,
    .c_related_th a {
        font-size: 24px
    }
}

.related_pro_inner {
    position: relative;
    padding: 2.5% 0 4.3%
}

.related_pro_inner .swiper-slide {
    width: 23%;
    height: auto
}

.related_pro_item {
    text-align: center;
    background: #fff;
    padding-bottom: 24px;
    height: 100%;
    border: 2px solid #f7f7f7
}

.related_pro_item .pro_pic {
    padding-bottom: 86.1%
}

.related_pro_item .title {
    line-height: 1.5;
    font-family: Roboto-Bold;
    font-weight: 700;
    padding: 0 20px;
    margin: 20px 0 10px;
    height: 3em;
    overflow: hidden
}

.related_pro_item .title,
.related_pro_item .title a {
    color: #333
}

.related_pro_item .brief {
    line-height: 1.5;
    color: #666;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.related_pro_item .brief a {
    color: #666
}

.related_pro_item:hover {
    border-color: var(--color-main)
}

.related_pro_item:hover .title a {
    color: var(--color-main)
}

.relatedPro-next,
.relatedPro-prev {
    top: 40%;
    display: none
}

.relatedPro-prev {
    left: -50px
}

.relatedPro-next {
    right: -50px
}

@media only screen and (max-width:950px) {
    .related_pro_inner {
        padding: 15px 0 34px
    }

    .related_pro_item {
        width: 100%;
        margin-right: 0;
        border: 1px solid #f7f7f7;
        margin-bottom: 15px;
        padding-bottom: 20px
    }

    .related_pro_item:last-child {
        margin-bottom: 0
    }

    .related_pro_item .brief,
    .related_pro_item .title {
        height: auto
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        width: 12px;
        height: 12px
    }
}

.related_inner {
    position: relative;
    padding: 2.5% 0 4.3%
}

.related_news_video {
    position: relative
}

.related_news_video .news_pic {
    padding-bottom: 60.5%
}

.related_news_video .video_icon {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    border-radius: 50%;
    background: url(../image/play.png) center/100% no-repeat
}

.related_info {
    line-height: 1.6;
    padding: 20px 0 0
}

.related_info .date {
    line-height: 28px;
    color: var(--color-main);
    margin-bottom: 8px
}

.related_info .title {
    font-size: 18px;
    line-height: 1.5;
    height: 4.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.related_news_video:hover .title,
.related_news_video:hover .title a {
    color: var(--color-main);
    text-decoration: underline
}

.relatedVideo-next,
.relatedVideo-prev {
    display: none
}

.relatedVideo-prev {
    left: -50px
}

.relatedVideo-next {
    right: -50px
}

@media only screen and (max-width:1200px) {
    .related_news_video .video_icon {
        width: 75px;
        height: 75px;
        margin: -37px 0 0 -37px
    }
}

@media only screen and (max-width:950px) {
    .related_inner {
        padding: 15px 0 34px
    }

    .related_info .title {
        height: unset;
        -webkit-line-clamp: unset
    }

    .related_news_video .video_icon {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px
    }
}

.relatedNews-next,
.relatedNews-prev {
    display: none
}

.relatedNews-prev {
    left: -50px
}

.relatedNews-next {
    right: -50px
}

.home_about .layout {
    align-items: center
}

.home_about_left {
    width: 70%
}

.about_txt_list {
    padding: 2.5% 0 1%
}

.about_txt_list li {
    margin: 0 0 10px;
    padding-left: 30px;
    background: url(../image/li.png) left 5px/20px auto no-repeat;
    font-size: 18px
}

.mession_item {
    margin-top: 30px
}

.mession_item .left_icon {
    width: 76px;
    margin-right: 30px
}

.mession_item .icon_pic {
    padding-bottom: 100%;
    border-radius: 50%;
    background: #f7dacd
}

.mession_item .icon_pic img {
    padding: 16px
}

.mession_info {
    flex: 1
}

.mession_info .title {
    font-family: Roboto-Bold;
    font-size: 22px
}

.mession_info .brief {
    margin: 10px 0 0;
    line-height: 1.75
}

.about_btn {
    margin-top: 8%
}

.company_list li {
    width: calc((100% - 50px)/ 6);
    margin-right: 10px;
    padding: 20px 0
}

.company_list li:last-child {
    margin-right: 0
}

.company_list li img {
    display: block;
    margin: 0 auto;
    max-width: 90%
}

.company_list li:hover {
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .15);
    background: #fff
}

.company_list li:hover img {
    animation: .5s swing
}

@media only screen and (max-width:950px) {
    .home_about .layout {
        flex-direction: column
    }

    .home_about_left,
    .home_about_right {
        width: 100%
    }

    .home_about_right {
        margin-top: 30px;
        padding-bottom: 40px
    }

    .about_txt_list {
        padding: 12px 0 2px
    }

    .mession_item {
        margin-top: 15px
    }

    .mession_item .left_icon {
        width: 60px;
        margin-right: 15px
    }

    .mession_info .brief {
        margin-top: 5px
    }

    .about_btn {
        margin-top: 20px
    }

    .company_list {
        padding-bottom: 30px
    }

    .company_list li {
        width: calc((100% - 20px)/ 3);
        margin-bottom: 20px;
        padding: 12px 0
    }

    .company_list li:nth-child(3n) {
        margin-right: 0
    }

    .company_list li:nth-child(n+3) {
        margin-bottom: 0
    }

    table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        height: auto
    }
}

.c_con_th {
    line-height: 1.25;
    font-family: Roboto-Bold
}

.c_share {
    padding: 15px 0;
    align-items: center
}

.c_share .date {
    color: #666;
    margin-right: 5%;
    width: 100%
}

.c_share .share_bar {
    color: #666;
    justify-content: center;
    align-items: center;
    margin-top: 15px
}

.c_share .share_bar .share_btn {
    display: block;
    width: 36px;
    height: auto;
    margin-left: 10px;
    border-radius: 5px;
    background: var(--color-main);
    transition: .3s
}

.c_share .share_bar .share_btn img {
    padding: 6px
}

.c_share .share_bar .share_btn:hover img {
    transform: rotate(15deg)
}

.innerContent {
    padding: 20px 0 0;
    color: #666
}

.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 *,
.top_info_desc * {
    color: #000 !important;
    font-family: ROBOTO-REGULAR !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.innerContent b,
.innerContent b *,
.top_info_desc b,
.top_info_desc b * {
    font-weight: bold !important;
    color: #333 !important;
}

.innerContent img {
    max-width: 100%;
    margin: 10px auto;
    border-radius: 2px
}

.other_con {
    border: 1px solid #e7e7e7;
    border-bottom: 3px solid var(--color-main);
    font-family: Roboto-Bold;
    color: #333;
    max-width: 950px;
    line-height: 1.5;
    margin-bottom: 2.6%
}

.other_con .other_con_txt {
    font-size: inherit;
    line-height: inherit;
    background: url(../image/icon6.png) right center/45px auto no-repeat;
    padding-right: 60px
}

.innerContent_other {
    padding-top: 3%;
    font-family: Arial;
    color: #666
}

.innerContent_other .link_item {
    width: 100%;
    font-size: 16px;
    position: relative;
    line-height: 26px;
    max-width: 100%;
    padding: 12px 0 8px
}

.innerContent_other .link_title {
    flex: 1
}

.innerContent_other .link_title a {
    color: #666
}

.innerContent_other .link_title a:hover {
    color: var(--color-main)
}

@media only screen and (max-width:1350px) {
    .c_con_th {
        font-size: 28px
    }

    .innerContent_other .link_txt {
        font-size: 22px
    }
}

@media only screen and (max-width:1200px) {
    .c_con_th {
        font-size: 26px
    }

    .innerContent_other .link_txt {
        font-size: 20px
    }
}

.c_con_th {
    font-size: 24px
}

.c_share {
    flex-wrap: wrap;
    padding-bottom: 0
}

.other_con {
    padding: 15px;
    font-size: 20px
}

.innerContent_other .link_txt {
    font-weight: 400;
    font-size: 18px;
    margin-right: 2px
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px
}