.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link{
    color:#ed2124;
}
/* 垂直水平居中 */
.xy-c{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;        /*元素的排列方向为垂直*/
    justify-content: center;    /*水平居中对齐*/
    align-items: center;        /*垂直居中对齐*/
}

/* 首页盒子 */
.cc-home-box .title{
    width: 30%;
    min-width: 350px;
}
/* 产品中心 */
.tabs .horizontal{
    text-align: center;
    padding: 0 15px 20px;
}
.tabs .horizontal > li{
    cursor:pointer;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #000000;
    border-radius: 2rem;
    padding: .5rem 2rem;
    margin: 10px 10px 0;
}
.tabs .horizontal > li.selectActive{
    background-color: #000000;
    color: #ffffff;
}

.product-box .images-box:hover{
    box-shadow: 0px 17px 38px 0px rgba(0, 0, 0, 0.3);
}
.product-box .images-box .images{
    width: 100%;
    height: 100%;
}
.product-box .images-box .images{
    position: relative;
    height: 0;
    width: 100%;
    text-align: center;
    padding-top: 130%;
}
.product-box .images-box .images img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 10px 20px 4rem;
}
.product-box .container .title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-width: 0;
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    background-color: #b2b2b2;
}
/* 关于我们 */
.about-box .li{
    display: inline-block;
    width: 280px;
    padding: 0 10px;
    max-width: 100%;
    vertical-align: middle;
}
.about-box .li > div{
    position:relative;
    text-align: center;
    width:100%;
    height:0;
    padding-top:130%;
    border-radius: 6px;
}
.about-box .li > div .t{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:50%;
}
.about-box .li > div .t .t-b{
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}
.about-box .li > div .t .t-b i{
    orphans: 0.5;
}
.about-box .li > div .b{
    position: absolute;
    top: 50%;
    left: 0;
    width:100%;
    height:50%;
    padding-top: 20px;
}
.about-box .li > div .b::before{
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    left: calc(50% - 15px);
    width: 30px;
    height: 3px;
    background-color: #fff;
}
.about-box .li > div.c{
    padding-top:140%;
}
.about-box .li > div.c .t .t-b i{
    orphans: 1;
    font-size: 60px;
}
/* 新闻中心 */
.cc-home-box.news-box .li{
    height: 25%;
}
.cc-home-box.news-box .li > div{
    display: inline-block;
    vertical-align: middle;
}
.cc-home-box.news-box .li .time{
    height: 100%;
    width: 5rem;
    background-color: #000;
    color: #fff;
    text-align: center;
}
.cc-home-box.news-box .li .d{
    font-size: 40px;
    font-weight: bold;
}
.cc-home-box.news-box .li .news{
    width: calc(100% - 5rem - 6px);
}
/* 合作伙伴 */
.cc-home-box.cooperative-box .li{
    width: 25%;
    padding: 20px 15px;
}
.cc-home-box.cooperative-box .li img{
    width: 100%;
}

/*图片比例*/
.cc-fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.cc-fixed-top-a{
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.images img{
    max-width: 100%;
    max-height: 100%;
}
.cc-image{
    position: relative;
    padding-top: 70%;
    overflow: hidden;
}
.cc-image img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*最多显示一行*/
.cc-1-l{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/*最多显示两行*/
.cc-2-l{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*隐藏滚动条*/
.companyMap::-webkit-scrollbar{
    width: 0 !important;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none!important;
}

/*分类导航sortnav*/
.cc-sonsort-box{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    overflow-y: hidden;
    background: #fff;
    opacity: .98;
}
.cc-sonsort{
    display: table;
    margin: 0 auto;
}
.cc-sonsort a{
    position: relative;
    display: table-cell;
    border-left: 1px solid #e6e6e6;
}
.cc-sonsort a:last-child{
    border-right: 1px solid #e6e6e6;
}
.cc-sonsort a.active{
    color: #ed2124;
}
.cc-sonsort a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 3px solid #ed2124;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    box-shadow:0 5px 10px 0 rgba(150, 150, 150, 0.75)
}
.cc-sonsort a.active:before,.cc-sonsort a:hover:before{
    width: 100%;
}

/*新闻列表*/
.cc-new-list-box .cc-new-list{
    border-bottom: 1px solid #e6e6e6;
}
.cc-new-list-box a .cc-a-show,.cc-new-list-box a:hover .cc-a-hide{
    display: block;
}
.cc-new-list-box a .cc-a-hide,.cc-new-list-box a:hover .cc-a-show{
    display: none;
}
.cc-new-list-box .cc-new-1{
    display: inline-block;
    vertical-align: top;
}
.cc-new-list-box .cc-new-1 .cc-date{
    color: #999
}
.cc-new-list-box .cc-new-2{
    display: inline-block;
    vertical-align: top;
}
.cc-new-list-box .cc-new-2 .cc-title{
    font-size: 16px
}
.cc-new-list-box .cc-new-3{
    display: inline-block;
    vertical-align: top;
}

.self-produced-list-box{
    padding-bottom: 24px;
}
.self-produced-list-box > .ul:nth-child(even){
    background: #f2f2f2;
}
.self-produced-list-box > .ul > .li{
    max-width: 1200px;
    margin: 0 auto;
}
.self-produced-list-box > .ul > .li >.title{
    font-family: OPPOSans-M;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    color: #1b191a;
    border-bottom: 1px solid #e6e6e6;
    padding: 12px;
}
.self-produced-list-box > .ul > .li >.title .cc-more a{
    font-size: 12px;font-weight: normal;color: #888;border-right: 1px solid #888;padding:0 5px;
}
.self-produced-list-box > .ul > .li >.title .cc-more a:last-child{
    border-right: none;
}
.self-produced-list-box > .ul > .li >.title .cc-goback a{
    font-size: 12px;font-weight: normal;color: #888;float: right;padding-top: .5rem;
}
.self-produced-card > .ul > .li{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 16px 0;
}
.self-produced-card > .ul > .li:nth-child(3n+3){
    border-right: 0;
}
.self-produced-card > .ul > .li:hover{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.self-produced-card > .ul > .li:before{
    content: ' ';
    position: absolute;
    width: 40px;
    height: 40px;
    background: url("../images/icon10.png");
    bottom: 0;
    right: 0;
}
.self-produced-card > .ul > .li:hover:before{
    background: url("../images/icon11.png");
}
.self-produced-card > .ul > .li > .images{
    padding: 24px 24px 0;
    text-align: center;
    height: 160px;
}
.self-produced-card > .ul > .li .title{
    font-size: 16px;
    color: #2a2a2a;
    padding: 20px 24px 0;
}
.self-produced-card > .ul > .li .title-en{
    font-size: 12px;
    color: #999;
    padding: 18px 24px;
}
/*联系我们-地图*/

.cc-map-box{
    position: relative;
}
.cc-map-b{
    position: absolute;top: 0;left: 0;height:100%;width: 100%
}
.companyMap a{
    display: block;
    border-bottom: 1px solid #e5e4e4;
    color: #333;
    text-decoration: none;
    font-size: 12px;
    padding: 14px;
}
.companyMap a span{
    display: block;
    word-wrap:break-word;
}
.companyMap a span.title{
    color: #000;
    font-size: 18px;
    padding-bottom: 8px;
}
.companyMap a:hover span.title{
    color: #00A14B;
}
/*联系我们-表单*/
.cc-aboutus-box{
    padding:30px 0
}
.cc-aboutus-text-box .cc-aboutus-text-1{
    font-size: 24px;font-weight: bold;border-bottom: 1px solid #000
}

/*about页框架*/
.cc-about-page-box{
    text-align: center;
    color: #333;
}
.cc-about-page-box .cc-title1{
    position: relative;
}
.cc-about-page-box .cc-title1:before{
    content: '';
    position: absolute;
}
.cc-about-page-box .cc-description{
}
.cc-about-page-box .cc-title2{
    position: relative;
    font-weight: bold;
}
.cc-about-page-box .cc-title2:before{
    content: '';
    position: absolute;
}
.cc-about-page-box .cc-content{
    color: #535353;
}
.cc-about-page-box .cc-content img{
    max-width: 100%;
}
.cc-about-page-box .cc-content .cc-li{
    display: inline-block;
    vertical-align: top;
}

/*图文位置间隔切换*/
.cc-image-text-box{

}
.cc-image-text-box .cc-image-text{
    overflow: hidden;
    text-align: left;
}
.cc-image-text-box .cc-image-text .cc-title{
    border-bottom: 2px solid #ed2124;
    font-size: 18px;
    color: #ed2124;
    font-weight: bold;
    position: relative;
}
.cc-image-text-box .cc-image-text .cc-title::before{
    content: '';
    display: block;
    position: absolute;
    left: -1rem;
    top: .8rem;
    width: 9px;
    height: 9px;
    background: #ed2124;
    border-radius: 50%;
}
.cc-image-text-box .cc-image-text:nth-child(even) .cc-title::before{
    left: auto;
    right: -1rem;
}
.cc-image-text-box .cc-image-text .cc-image{
    position: relative;
    padding-top: 0;
    overflow: auto;
}
.cc-image-text-box .cc-image-text .cc-image img{
    width: 100%;
    position: relative;
}


/*手机*/
@media (max-width: 768px) {
    .cc-mini-none{
        display: none;
    }
    .cc-fixed-top-a{
        top: 76px;
    }
    .cc-sonsort{
        width: 200%;
    }
    .cc-sonsort a{
        line-height: 45px;
        font-size: 14px;
    }
    .cc-new-list-box .cc-new-list{
        padding: 20px 0;
    }
    .cc-new-list-box .cc-new-1{
        width: 45px;
    }
    .cc-new-list-box .cc-new-1 .cc-date{
        font-size: 18px;
    }
    .cc-new-list-box .cc-new-2{
        width: calc(100% - 45px - 5px);
        padding-left: 10px;
    }
    .cc-new-list-box .cc-new-3{
        display: none;
    }
    .self-produced-card > .ul > .li{
        display: block;
        width: 80%;
        margin: 10px auto;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    }

    .cc-map-a{
        display: none;
    }
    .cc-companyMap-box{
        position: relative;
        background: #fff;
        width: 100%;
    }
    .cc-aboutus-form-box .w-50{
        width: 100% !important;
    }

    .cc-about-page-box .cc-content{
        padding-top: 30px;
    }
    .cc-about-page-box .cc-content .cc-ul-1 .cc-li{
        width: 100%;
    }
    .cc-about-page-box .cc-content .cc-ul-2 .cc-li{
        width: calc(50% - 1px);
    }
    .cc-about-page-box .cc-content .cc-ul-3 .cc-li{
        width: calc(33.33% - 3px);
    }
    .cc-about-page-box .cc-content .cc-ul-4 .cc-li{
        width: calc(25% - 3px);
    }
    .cc-about-page-box .cc-content .cc-ul-5 .cc-li{
        width: 100%;
    }

    .cc-image-text-box .cc-image-text{
        padding-bottom: 20px;
    }
    .cc-about-page-box .cc-title1{
        font-size: 24px;
        padding-top: 30px;
    }
    .cc-about-page-box .cc-title1::before{
        left: calc(50% - 140px);
        bottom: 8px;
        width: 280px;
        height: 14px;
        background: url("../images/title-bg.png")no-repeat top center;
    }
    .cc-about-page-box .cc-description{
        font-size: 14px;
        padding-top: 20px;
    }
}
/*平板*/
@media (min-width: 768px) {
    .cc-normal-none{
        display: none;
    }
    .cc-fixed-top-a{
        top: 76px;
    }
    .cc-sonsort{
        width: 1200px;
    }
    .cc-sonsort a{
        line-height: 60px;
        font-size: 16px;
    }

    /*新闻列表*/
    .cc-new-list-box .cc-new-list{
        padding: 40px 0;
    }
    .cc-new-list-box .cc-new-1{
        width: 135px;
    }
    .cc-new-list-box .cc-new-1 .cc-date{
        font-size: 30px;
    }
    .cc-new-list-box .cc-new-2{
        line-height: 3;
        padding-right: 80px;
        width: calc(100% - 375px - 8px);
    }
    .cc-new-list-box .cc-new-3{
        width: 240px;
    }
    .cc-new-list-box .cc-new-3 img{
        width: 100%;
    }

    .self-produced-card > .ul > .li{
        width: calc(33.33% - 3px);
        border-right: 1px solid #e6e6e6;
    }
    .cc-map-a{
        width: 100%;height: 0;position: relative;padding-top: 75vh;
    }
    .companyMap{
        position: absolute;
        top: 50px;
        right: 50px;
        background: #424243;
        opacity: 0.95;
        width: 320px;
        max-height: 400px;
        overflow-x: hidden;
        scrollbar-width: none;
    }
    .companyMap a{
        color: #fff;
        border-bottom: none;
    }
    .companyMap a span.title{
        color: #fff;
    }
    .companyMap a:hover span.title{
        color: #00A14B;
    }

    .cc-aboutus-text-box{
        padding-top: 96px
    }
    .cc-aboutus-text-box .cc-aboutus-text-2{
        padding: 30px 0 0 30px;
    }
    .cc-aboutus-text-box .cc-aboutus-text-3{
        padding: 30px 0 0 30px;
    }
    .cc-aboutus-text-box .cc-aboutus-text-3-1{
        display: inline-block;width: 9rem;vertical-align: top;
    }
    .cc-aboutus-text-box .cc-aboutus-text-3-2{
        display: inline-block;max-width: calc(100% - 9rem - 5px);vertical-align: top;
    }
    .cc-aboutus-form-box{
        background: url('../images/formbg.png');
        width: 762px;height: 670px;
    }
    .cc-aboutus-form-box > div{
        width: 520px;margin: 0 auto;padding-top: 90px
    }
    .cc-form-button{
        position: absolute;bottom: 30px;right: 125px
    }

    .cc-about-page-box{
        padding-bottom: 30px;
    }
    .cc-about-page-box .cc-title1{
        font-size: 24px;
        padding-top: 30px;
    }
    .cc-about-page-box .cc-title1:before{
        left: calc(50% - 212px);
        bottom: 8px;
        width: 424px;
        height: 14px;
        background: url("../images/title-bg.png");
    }
    .cc-about-page-box .cc-description{
        font-size: 14px;
        padding-top: 30px;
    }
    .cc-about-page-box .cc-title2{
        font-size: 14px;
        padding-top: 30px;
    }
    .cc-about-page-box .cc-title2:before{
        left: calc(50% - 13px);
        bottom: 0;
        width: 26px;
        height: 1px;
        background: #ed2124;
    }
    .cc-about-page-box .cc-content{
        padding-top: 30px;
    }
    .cc-about-page-box .cc-content .cc-ul-1 .cc-li{
        width: 100%;
    }
    .cc-about-page-box .cc-content .cc-ul-2 .cc-li{
        width: calc(50% - 1px);
    }
    .cc-about-page-box .cc-content .cc-ul-3 .cc-li{
        width: calc(33.33% - 3px);
    }
    .cc-about-page-box .cc-content .cc-ul-4 .cc-li{
        width: calc(25% - 3px);
    }
    .cc-about-page-box .cc-content .cc-ul-5 .cc-li{
        width: calc(20% - 4px);
    }

    .cc-image-text-box .cc-image-text:nth-child(even){
        text-align: right;
    }
    .cc-image-text-box .cc-image-text .cc-image,.cc-image-text-box .cc-image-text:nth-child(even) .cc-text{
        float: left;
        width: 50%;
        padding: 80px 20px 0;
    }
    .cc-image-text-box .cc-image-text .cc-text,.cc-image-text-box .cc-image-text:nth-child(even) .cc-image{
        float: right;
        width: 50%;
        padding: 80px 20px 0;
    }

}

/*台式电脑 */
@media (min-width: 992px) {
    .cc-fixed-top-a{
        top: 0;
    }
    .cc-banner-bottom-box .cc-list{
        width: 25%;
    }
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {
    .self-produced-list-box > .ul > .li >.title{
        padding-left: 0;
        padding-right: 0;
    }
}