body{
    overflow-x: hidden;
}
.banner{
    min-height: 7rem;
}
a:hover{
    text-decoration:none;
}
ol,ul,li{
    list-style-type: none;
    padding: 0;
}
.list_center_box{
    padding-top: 4.5rem;
}
.container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.color_fff,.color_fff a{
    color: #fff!important;
}
.color_333,.color_333 a{
    color: #333!important;
}

/*最多显示一行*/
.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;
}
img{
    max-width: 100%;
    max-height: 100%;
}
.absolute-top{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1031;
}
.top_banner{
    width: 100vw;
}
.border_left_title{
    position: relative;
    font-size: 2rem;
    color: #333;
    padding-left: .5rem;
    display: inline-block;
    vertical-align: middle
}
.border_left_title:before{
    content: ' ';
    position: absolute;
    width: .2rem;
    height: 2rem;
    background: #0d6ac7;
    top: .7rem;
    left: 0;
}
.more1a{
    float: right;
}
.more1{
    display: inline-block;
    position: relative;
    padding: .2rem 2.5rem .2rem 1rem;
    color: #0d6ac7;
    border: 1px solid #0d6ac7;
    border-radius: 2rem;
}
.more1:after{
    content: "+";
    position: absolute;
    padding-left: .5rem;
    font-size: 2rem;
    top: -.8rem;
}
.more2 a{
    display: inline-block;
    position: relative;
    line-height: 1rem;
    padding: .5rem 1rem;
    color: #333;
    border: 1px solid #333;
    border-radius: 2rem;
    margin-top: 5rem;
}
.product_box{
    position: relative;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    width: 16rem;
    height: 29rem;
    margin: 20px auto 0;
}
.product_box img{
    padding-top: 2rem
}
.product_box .title{
    font-size: 23px;
    padding-top: 20px;
    color: #333;
}
.product_box .content{
    padding-top: 5px;
    line-height: 2rem;
    font-size: 16px;
    text-align: left;
    width: 11rem;
    margin:0 auto;
    color: #747474
}
.product_box .content .content-data{
    width:100%;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;
}
.product_box .more{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 1rem;
    padding: 26px 0;
    background: rgba(0,0,0,0.5);
}

.sturcture_box1{
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    border-radius: 5px;
}
.sturcture_box1 .title{
    padding: 24px 0;
    font-size: 2.5rem
}
.sturcture_box2 {
    height: 530px;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.sturcture_box2 .title{
    font-size: 1.4rem;
    padding-top: 2rem;
}
.sturcture_box2 .content{
    padding-top: 2.5rem;
    width: 15rem;
    margin: 0 auto;
    color: #686868;
    text-align: left;
}
.sturcture_box2 img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
}
.foot{
    background: url('../image/foot.png') no-repeat;
    color: #fff;
    background-size:cover;
}
.foot a{
    color: #fff;
}
.foot .link_box{
    padding-top: 76px;
    padding-bottom: 47px
}
.foot .link_box .content{
    color: #ffffff !important;
}
.foot .link_box .title{
    font-size: 20px;
}
.foot .link_box .content{
    font-size: 12px;
    margin-top: 23px;
}
.foot .copyright{
    border-top: 3px solid #3e3e46;
    padding: 20px 0;
    font-size: 12px;
}
/*列表页css*/
.list_page_box{
}
.list_page_box .list_page_intro{
}
.list_page_box .list_page_intro .title{
    font-size: 32px;font-weight: bold;padding: 1rem 0;position: relative;
}
.list_page_box .list_page_intro .title:before{
    content: ' ';
    position: absolute;
    width: 48px;
    height: 6px;
    background: #0099d9;
    bottom: 0;
    left: calc(50% - 24px);
}
.list_page_box .list_page_intro .content{
    max-width: 1000px;margin: 0 auto;padding: 37px 0;
}
.list_page_box .list_menu_title{
    font-size: 12px;display: table;margin: 0 auto;padding: 24px 0;
}
.list_page_box .list_menu_title a{
    display:table-cell;width: 122px;padding:19px 0;color: #999;
}
.list_page_box .list_menu_title a.active,.list_page_box .list_menu_title a:hover{
    background: #0099d9;color: #fff;
}
.list_page_box .list_menu_content .ul{
    width: 100%;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
    padding: 20px;
}
.list_page_box .list_menu_content .li{
    width: calc(33.33% - 3px);
    display: inline-block;
    padding: 16px 8px;
}
.list_page_box .list_menu_content .li a{
    display: block;
    color: #282828;
    vertical-align: middle;
    background: #ffffff;
    border: solid 1px #bfbfbf;
    padding: 13px 13px 0;
}
.list_page_box .list_menu_content .li a:hover{
    box-shadow: 0px 0px 27px 0px rgba(40, 40, 40, 0.2);
    border: solid 1px #0099d9;
    color: #0099d9;
}
.list_page_box .list_menu_content .li small{
    vertical-align: middle;
}
.list_page_box .list_menu_content .li .images{
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.list_page_box .list_menu_content .li img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list_page_box .list_menu_content .li .title{
    padding: 13px 0;
}
.list_page_box .list_menu_content .li .title div.left{
    display: inline-block;
    width: 80%;
    box-sizing: border-box;
    overflow: hidden;
    white-space:nowrap;
    vertical-align: middle;
}
.list_page_box .list_menu_content .li .title div.right{
    display: inline-block;
    box-sizing: border-box;
    width: calc(20% - 5px);
    overflow: hidden;
    text-align: right;
    font-size: .8rem;
    white-space:nowrap;
    vertical-align: middle;
}

.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-bottom: 12px;
}
.self-produced-card > .ul > .li{
    display: inline-block;
    position: relative;
    width: calc(33.33% - 3px);
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    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:hover:before{
    background: url("../image/icon/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;
}


.news-list-box li{
    padding: 40px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-list-box li:last-child{
    padding-bottom: 0;
    border-bottom: 0;
}
.news-list-box li a{
    display: table;
    width: 100%;
}
.news-list-box li a > div{
    vertical-align: top;
    display: table-cell;
    padding: 0 20px;
}
.news-list-box li a > div.text > div{
    padding-top: 20px;
}
.news-list-box li a > div.text > div:first-child{
    padding-top: 0;
}
.news-list-box li a > div.images{
    width: 240px;
    height: 136px;
    box-sizing: content-box;
}
.news-list-box .title{
    font-size: 16px;
    color: #333;
}
.news-list-box .description,.news-list-box .date-time{
    font-size: 14px;
    color: #666;
}

.map-box{
    color: #333;
}
.color_7f7f7f{
    color: #7f7f7f;
}
.map-box > div{
    padding-top: 20px;
    font-size: 16px;
}
.map-box .name{
    font-size: 24px;
}
.map-box > div:first-child{
    padding-top: 0;
}


.left-nav-list-box{

}
.left-nav-list-box .title{
    font-size: 24px;
    font-weight: bold;
    background: #03a0e7;
    color: #fff;
    padding: 16px 16px;
}
.left-nav-list-box .left-nav{
    padding: 0px 16px;
    border: solid #e6e6e6;
    border-width: 0 1px 1px 1px;
}
.left-nav-list-box .left-nav .li{
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e6;
}
.left-nav-list-box .left-nav .li:last-child{
    border-bottom: 0;
}

/*特色服务*/
.main-service-box{
    width: 250px;
    margin: 0 auto 10px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 30px;
}
.main-service-box .title{
    color: #254e83;
    font-size: 24px;
    font-weight: bold;
    padding-top: 12px;
}
.main-service-box .description{
    color: #9a9a9a;
    padding: 12px 20px;
    line-height: 2rem;
}

.cc-product-box{align-items:center;justify-content:center;}
.cc-product-box .cc-product-title{width: 100%;padding: 0 15px;}
.cc-product-box .cc-product-title .cc-title-img-1{width: 150px}
.cc-product-box .cc-product-title .cc-title-img-2{display: none}
.cc-product-box .cc-product-content{width: 100%}
.cc-product-box .cc-product-content .cc-product-ul{width: 100%;display: flex;flex-wrap: wrap;}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li{display: inline-block;width: 100%;padding: 15px;}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li a{display: block;padding: 15px;border-radius: 16px;height: 100%}
.cc-product-li a .cc-product-box2 .cc-text-box .content .content-data::after{content: '/';}
.cc-product-li a .cc-product-box2 .cc-text-box .content .content-data:last-child::after{content: '';}
.cc-product-li:nth-child(1) a{background: #e8faff;}
.cc-product-li:nth-child(1) a .cc-product-box2 .cc-text-box .content{color:#00c8ff;}
.cc-product-li:nth-child(2) a{background: #ffefe5;}
.cc-product-li:nth-child(2) a .cc-product-box2 .cc-text-box .content{color:#ff6200;}
.cc-product-li:nth-child(3) a{background: #e3efff;}
.cc-product-li:nth-child(3) a .cc-product-box2 .cc-text-box .content{color:#3787ff;}
.cc-product-li:nth-child(4) a{background: #efecf7;}
.cc-product-li:nth-child(4) a .cc-product-box2 .cc-text-box .content{color:#c279ff;}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2{display: flex;align-items:center;justify-content:center;}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-icon-img{width:73px}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box{width: calc(100% - 73px);text-align: left;padding-left: 30px;}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box .title{font-size: 25px;color: #1a1a1a;}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box .content{line-height: 1.7rem;padding-top: 20px;font-size: 0;}
.cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box .content-data{font-size: 20px}


/* 首页盒子 */
.cc-home-box .title{
    width: 30%;
    min-width: 350px;
}
/* 新闻中心 */
.cc-home-box.news-box .li{
    height: 25%;
    min-height: 7rem;
}
.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);
}

@media screen and (max-width: 768px) {
    .absolute-top{
        position: fixed;
    }
    .mini_bg{
        background: rgba(3, 160, 231,1);
    }
    .center_box{
        padding-top: 3rem;
        padding-bottom: 51px;
    }
    .top_nav{
        position: fixed;
        top: 0;
        width: 100vw;
        background: #fff;
        z-index: 999;
    }
    .logo{
        width:10rem;
        max-width: 32vw
    }
    .more2 a{
        margin-top: 20px;
    }
    .dropdown-menu{
        border: 0;
        border-radius: 0;
        background: none;
    }
    .iframe_edit{
        display: none;
    }
    .dividing_line{
        width: 100vw;
        height: 24px;
    }
    .foot .copyright{
        padding: 10px 5px;
        background: #3e3e46;
    }
    .mini_none{
        display: none!important;
    }
    .mini_text_left{
        text-align: left;
    }
    .mini_text_center{
        text-align: center;
    }
    .mini_text_right{
        text-align: right;
    }
    .mini_title_img{
        max-height: 55px;
    }
    .border_left_title{
        font-size: 23px;
        padding-left: 0;
    }
    .border_left_title:before{
        width: 3px;
        height: 23px;
        background: #0d6ac7;
        top: .5rem;
        left: auto;
    }
    .mini_padding{
        padding: 5px 15px;
    }
    .sturcture_box1{
        margin-top: 12px;
    }
    .sturcture_box1 img{
        border-radius: 5px 5px 0 0;
    }
    .sturcture_box1 .title{
        border-radius: 5px 5px 0 0;
        font-size: 24px;
        padding: 12px 0;
    }
    .sturcture_box2{
        height: auto;
    }
    .sturcture_box2 .title{
        font-size: 24px;
        padding-top: 12px;
        text-align: left;
    }
    .sturcture_box2 .content{
        padding-top: 12px;
        margin: 0;
        width: auto;
    }
    .sturcture_box2 img{
        position: relative;
    }
    .foot_box{
        position: fixed;
        height: 51px;
        bottom: 0;
        z-index: 10;
        width: 100%;
        text-align: center;
        background:#0d6ac7;
    }
    .foot_box ul{
        display: table;
        width: 100%;
        margin: 0;
    }
    .foot_box ul a{
        display: table-cell;
        font-size: 12px;
        width: 25%;
    }
    .foot .link_box{
        padding-top: 32px;
        padding-bottom: 24px;
    }
    .foot_box .iconfont{
        font-size: 22px;
    }
    .foot .link_box .title{
        margin-top: 12px;
    }
    .foot .link_box .content{
        font-size: 12px;
        margin-top: 0;
        display: inline-block;
    }
    .foot .link_box .cc-about.content{
        font-size: 12px;
        margin-top: 0;
        display: block;
    }

    .list_page_box .list_page_intro .title{
        font-size: 24px;
    }
    .list_page_box .list_page_intro .title:before{
        width: 32px;
        height: 3px;
        left: calc(50% - 16px);
    }
    .list_page_box .list_page_intro .content{
        padding: 12px;
        font-size: 14px;
        text-align: left;
    }
    .list_page_box .list_menu_content .ul{
        padding: 0;
    }
    .list_page_box .list_menu_content .li{
        width: 100%;
        padding: 16px 8px 0;
    }
    .list_page_box .list_menu_content .li:last-child{
        padding-bottom: 16px;
    }
    .list_page_box .list_menu_content .li .title div.right{
        color: #999;
    }
    .list_page_box .list_menu_title{
        width: 80%;
    }
    .list_page_box .list_menu_title a{
        display: inline-block;
        width: calc(50% - 3px);
    }
    .self-produced-list-box > .ul > .li{
        padding: 0 12px;
    }
    .self-produced-card > .ul > .li{
        display: block;
        width: 100%;
        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("../image/icon/icon11.png");
        bottom: 0;
        right: 0;
    }
    .map-box{
        padding-bottom: 24px;
    }
    .news-list-box li{
        padding: 10px 0;
    }
    .news-list-box li a > div.text > div{
        padding-top: 10px;
    }
}
@media (min-width: 768px) {
    .top_nav{
        position: absolute;
        top: 0;
        width: 100vw;
        background: rgba(255, 255, 255,0.5);
        z-index: 999;
    }
    .list_top_nav{
        background: #060910;
    }
    .absolute-top.cc_head_bg_color_2{
        position: relative;
    }
    .logo{
        width:10rem;
        max-width: 40vw
    }
    .padding_box{
        padding: 1rem 2.5rem;
        position: relative;
    }
    .padding_tb_0{
        padding-top: 0;
        padding-bottom: 0;
    }
    .color_333 a.nav-links,.color_fff a.nav-links{
        width: 7rem;
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        white-space:nowrap;
        text-align: center;
    }
    .color_333 a:hover,.color_333 a:active,.color_333 a.nav-links[aria-expanded="true"],.color_fff a:hover,.color_fff a:active,.color_fff a.nav-links[aria-expanded="true"]{
        background: #18a3dc;
        color: #fff!important;
    }
    .shop{
        margin-left: 2rem;
    }
    .shop a{
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: #fff!important;
        white-space:nowrap;
        background: #195684;
        display: block;
        border-radius: 5px;
        padding-left: 1rem!important;
        padding-right: 1rem!important;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
    }
    .dropdown-menu{
        text-align: center;
        min-width: 7rem;
        width: 7rem;
        left: auto;
        border: 0;
        border-radius: 0;
        background: #18a3dc;
        padding: 0;
        margin-top: 0;
    }
    .dropdown-menu .dropdown-item:hover{
        background: #195683;
    }
    .dropdown-menu a{
        color: #fff!important;
    }
    .title_box1{
        max-width: 540px;
    }
    .content1{
        padding-top: 10px;
        max-width: 540px;
        text-indent: 2rem;
        line-height: 2rem;
    }
    .dividing_line{
        width: 100vw;
        height: 72px;
    }
    .normal_none{
        display: none!important;
    }
    .self-produced-card > .ul > .li:before{
        content: ' ';
        position: absolute;
        width: 40px;
        height: 40px;
        background: url("../image/icon/icon10.png");
        bottom: 0;
        right: 0;
    }


    .cc-product-box{display: flex;align-items:center;justify-content:center;}
    .cc-product-box .cc-product-title{width: 226px;}
    .cc-product-box .cc-product-title .cc-title-img-1{width: auto}
    .cc-product-box .cc-product-title .cc-title-img-2{display:block;padding-top: 30px;}
    .cc-product-box .cc-product-content{width: calc(100% - 226px)}
    .cc-product-box .cc-product-content .cc-product-ul{width: 100%;display: flex;flex-wrap: wrap;}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li{width: calc(50% - 2px)}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li a{padding: 45px;}
    .cc-product-li a .cc-product-box2 .cc-text-box .content .content-data::after{content: '/';}
    .cc-product-li a .cc-product-box2 .cc-text-box .content .content-data:last-child::after{content: '';}
    .cc-product-li:nth-child(1) a{background: #e8faff;}
    .cc-product-li:nth-child(1) a .cc-product-box2 .cc-text-box .content{color:#00c8ff;}
    .cc-product-li:nth-child(2) a{background: #ffefe5;}
    .cc-product-li:nth-child(2) a .cc-product-box2 .cc-text-box .content{color:#ff6200;}
    .cc-product-li:nth-child(3) a{background: #e3efff;}
    .cc-product-li:nth-child(3) a .cc-product-box2 .cc-text-box .content{color:#3787ff;}
    .cc-product-li:nth-child(4) a{background: #efecf7;}
    .cc-product-li:nth-child(4) a .cc-product-box2 .cc-text-box .content{color:#c279ff;}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2{display: flex;align-items:center;justify-content:center;}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-icon-img{width:73px}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box{width: calc(100% - 73px);text-align: left;padding-left: 30px;}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box .title{font-size: 25px;color: #1a1a1a;}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box .content{line-height: 1.7rem;padding-top: 20px;font-size: 0;}
    .cc-product-box .cc-product-content .cc-product-ul .cc-product-li a .cc-product-box2 .cc-text-box .content-data{font-size: 20px}

}