*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.d_flex{
    display: flex;
    flex-wrap: wrap;
}
.d_j_c{
    justify-content: center;
}
.d_j_sb{
    justify-content: space-between;
}
.d_a_c{
    align-items: center;
}
.d_item{
    flex: 1;
}

.banner_box{
    min-width: 1200px;
    height: 700px;
    background-image: url(../images/banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
}
.container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}
.nav_bar{
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
}
.nav_bar li a{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #333333;
    padding: 0 14px;
    position: relative;
}
.nav_bar li a::after{
    content: "|";
    position:absolute;
    right: 0;
}
.nav_bar li:last-child a::after{
    display: none;
}


.title_box{
    padding: 10px 0;
    border-bottom: 1px solid #C1C1C1;
    margin-bottom: 10px;
}
.title_box.title_box_marginTop{
    margin-top: 20px;
}
.title_box .more{
    font-size: 16px;
    color: #666;
}
.title_box  .text_box{
    min-width: 118px;
    font-size: 22px;
    color: #222222;
    font-weight: bold;
    position: relative;
}
.title_box  .text_box::after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    background-color: #0E67D3;
    width: 100%;
}
.title_box  .text_box img{
    margin-right: 8px;
}
.title_box  .text_box i{
    font-size: 28px;
    color: #D61C1E;
}


.banner_slider_wrap{
    height: 675px;
    margin-top: 30px;
}
.banner_slider_wrap li a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_slider_wrap .hiSlider-title{
    height: 44px;
    background-color: rgba(0,0,0,.4);
    padding: 0 30px;
    font-size: 18px;
    line-height: 44px;
    text-align: left;
    text-indent: 0;
}
.banner_slider_wrap .hiSlider-pages{
    height: 44px;
    line-height: 44px;
    bottom: 0;
    left: auto;
    right: 25px;
}
.banner_slider_wrap .hiSlider-pages a{
    width: 12px;
    height: 12px;
    border-radius: 8px;
    margin: 0 5px;
}
.banner_slider_wrap .hiSlider-pages a.active{
    width: 30px;
}









.news_list{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 100%;
}
.news_list::-webkit-scrollbar{
    width: 0;
    height: 0;
    background-color: transparent;
}
.news_list li{
    /* border-bottom: 1px dashed #C1C1C1; */
    padding: 20px 0;
}
.news_list li .img_box{
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    margin-right: 40px;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news_list li .text_box{
    padding-right: 10px;
    flex: 1;
}
.news_list li .title_p{
    font-size: 18px;
    color: #000;
    line-height: 1;
    margin-bottom: 10px;
    max-width: 580px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li .title_p .zd_tag{
    font-size: 14px;
    color: #fff;
    background-color: #D6181A;
    height: 20px;
    width: 36px;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    flex-shrink: 0;
}
.news_list li:hover .title_p  {
    color: #D61618;
    /* text-decoration: underline; */
}
.news_list li .title_p .tag_add{
    font-size: 14px;
    color: #D61A1C;
    height: 20px;
    box-sizing: border-box;
    padding:0 5px;
    border: 1px solid;
    border-radius: 3px;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    flex-shrink: 0;
}
.news_list li .desc_p{
    font-size: 16px;
    color: #555;
    line-height: 24px;
    /* height: 48px; */
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
}
.news_list li .time_p{
    font-size: 16px;
    color: #999999;
    line-height: 1;
    margin-bottom: 10;
}

.content_container_wrap{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}


.gfxcp_container{
    padding: 30px;
    background-color: #0E67D3;
    margin-top: 20px;
}
.gfxcp_container .imgBox{
    width: 800px;
    height: 450px;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gfxcp_container .textBox{
    width: 305px;  
    color: #fff;
    font-size: 16px;
}
.gfxcp_container .title_div{
    font-size: 20px;
    margin-bottom: 12px;
}
.gfxcp_container .desc_div{
    line-height: 1.7    ;
}




.footer{
    padding-top:30px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    padding-bottom: 40px;
    line-height: 1.7;
}


@media only screen and (max-width: 768px) {
    *{
        box-sizing: border-box;
    }
    .banner_box{
        background-image: url(../images/banner1@3x.png);
        background-size: cover;
        width: 100%;
        min-width: 100%;
        height: 240px;
    }
    .container{
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    .nav_bar {
        padding-top: 5px;
    }
    .nav_bar li a {
        font-size: 12px;
    }
    .nav_bar li a img{
        height: 16px;
    }
    .nav_bar li:nth-child(3), .nav_bar li:nth-child(4), .nav_bar li:nth-child(5), .nav_bar li:nth-child(7), .nav_bar li:nth-child(8) {
        display: none;
    }


    .title_box.title_box_marginTop{
        margin-top: 5px;
    }
    .title_box .text_box{
        font-size: 20px;
    }
    .title_box .text_box img{
        margin-right: 5px;
        width: 20px;
    }

    .banner_slider_wrap{
        height:202.5px;
        margin-top: 15px;
    }
    .banner_slider_wrap .hiSlider-title{
        height:30px;
        padding: 0 15px;
        font-size: 14px;
        line-height: 30px;
    }
    .banner_slider_wrap .hiSlider-pages{
        height:30px;
        line-height: 30px;
        bottom: 0;
        left: auto;
        right: 25px;
    }
    .banner_slider_wrap .hiSlider-pages a{
        width: 6px;
        height: 6px;
        border-radius: 8px;
        margin: 0 5px;
    }
    .banner_slider_wrap .hiSlider-pages a.active{
        width: 15px;
    }

    .gfxcp_container{
        padding: 15px;
        margin-top: 15px;
    }
    .gfxcp_container .imgBox{
        width: 100%;
        height:207px;
    }
    .gfxcp_container .textBox{
        width: 100%;  
        color: #fff;
        font-size: 14px;
    }
    .gfxcp_container .title_div{
        margin-top: 20px;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .pc_show_list{display: none;}

    .news_list li .img_box{
        width: 30vw;
        height: 30vw;
        margin-right: 4vw;
    }
    .news_list li .text_box{
        width: 100%;
    }
    .news_list li .text_box .title_p{
        width: 98%;
        max-width: 98%;
        display: block;
    }
    .news_list.lm_lists li .text_box{
        max-width: 62vw;
        padding-right: 0;
    }
    .news_list li .desc_p{
        margin-bottom: 14px;
    }

    .phone_show_list{
        height: 88vw;
        display: block;
    }
    .phone_show_list .item_xc_a{
        display:block;
        width: 100%;
    }
    .phone_show_list .item_xc_a .imgBox{
        display:block;
        width: 100%;
        padding-bottom: 56.1038%;
        background-color: #eee;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .phone_show_list .item_xc_a .textBox{
        padding-top: 10px;
    }
    .phone_show_list .item_xc_a .textBox .title_p{
        font-size: 18px;
        color: #000;
        line-height: 1.1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }
    .phone_show_list .item_xc_a .textBox .desc_p{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-size: 16px;
        line-height: 20px;
        color: #000;
    }
    .phone_show_list .hiSlider-pages{
        width: 100%;
        text-align: center;
        bottom: 0;
    }
    .phone_show_list .hiSlider-pages a{
        width: 6x;
        height: 6px;
        background-color: #999999;
        border-radius: 6px;
        margin: 0 3px;
    }
    .phone_show_list .hiSlider-pages a.active{
        width: 18px;
        height: 6px;
        background-color: #D61618;
    }

    
    .footer{
        display: none;
        font-size: 12px;
        color: #666666;
    }
    .footer.footer_1{
        display: block!important;
        padding-bottom: 40px;
        padding-top: 30px;
    }
}