.page-content{
    padding-bottom: 90px;
    background: #FFF;
    overflow: hidden;
}
    .page-content .catname{
        font-size: 30px;
        color: #0e0d0d;
        text-align: center;
        padding-top: 45px;
        padding-bottom: 18px;
    }
    .page-content .catname-line{
        width: 40px;
        height: 2px;
        margin: 0 auto;
        font-size: 0;
        background: #0e0d0d;
    }
.content{
    padding: 25px;
    color: #55585a;
    font-size: 14px;
    line-height: 25px;
}
    .content img{
        max-width: 100%;
    }
/*partner-list*/
.partner-list li{
    display: inline-block;
    width: 20%;
    float: left;
    margin-top: 80px;
}
    .partner-list li a{
        display: block;
        width: 80%;
        margin: 0 auto;
        background: #FFF;
        height: 80px;
        text-align: center;
        line-height: 80px;
    }
    .partner-list li a img{
        max-width: 100%;
    }
/*contact*/
.contact{
    margin-top: 100px;
}
.contact .cname{
    font-size: 35px;
    color: #0d2a3a;
    padding:45px 0;
    font-weight: bold;
}
/*news*/
.news-list{
    border-top: 5px solid #bcbcbc;
    margin-top: 70px;
    background: #fcfcfc;
}
.news-list li{
    display: block;
    height: 115px;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}
    .news-list li .arrow {
        width: 110px;
        text-align: center;
        margin-left:auto;
    }
    .news-list li .arrow a{
        display: block;
        width: 40px;
    margin: 0 auto;
    
        height: 40px;
        text-align: center;
        line-height: 40px;
        color: #FFF;
        background: #eeeeee;
        border-radius: 90px;
    }
    .news-list li .arrow a i{
        font-size: 25px;
    }
    .news-list .date{
        width: 100px;
        border-right: 1px solid #e8e8e8;
        text-align: center;
        color: #909090;
        margin-right: 25px;
    }
    .news-list .date span{
        font-size: 23px;
    }
    .news-list .info {
        width:1000px;
    }
    .news-list .info h1{
        font-size: 17px;
        color: #676767;
    }

    .news-list .info p{
        color: #c2c2c2;
        font-size: 12px;
    }

.content .title{font-size:24px;text-align:center;line-height:40px;color:#000;}


/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

.case-list {
    margin-top: 50px;
}
.case-list li{
    display: inline-block;
    width: 350px;
    margin-right: 60px;
    background: #FFF;
    padding: 24px;
    box-sizing: border-box;
    height: 550px;
    border: 1px solid #e4e4e4;
    margin-bottom: 30px;
}
    .case-list li:nth-child(3n){
        margin-right: 0;
    }
    .case-list li .thumb{
        border: 1px solid #e4e4e4;
    }
    .case-list li h1{
        font-size: 17px;
        color: #656565;
        height: 69px;
        line-height: 69px;
        display: block;
        text-align: center;
    }
    .case-list li .case-line{
        width: 55px;
        height:1px;
        overflow: hidden;
        margin:0 auto;
        background: #666666;
        margin-bottom: 20px;
    }
    .case-list li p{
        padding: 16px;
        color: #989898;
        font-size: 12px;
        line-height: 25px;
    }
/*product*/
.product{
    margin-top: 80px;
}
.product .left{
    width: 230px;
}
.product .right{
    width: 955px;
    padding:0 40px;
    box-sizing: border-box;
}

    .product .left .lname{
        background: #02141e;
        color: #FFF;
        text-align: center;
        height: 58px;
        line-height: 58px;
        font-size: 18px;
    }
    .product .left .ltname{
        background: #e6e6e6;
        height: 58px;
        line-height: 58px;
        font-size: 16px;
        text-align: center;
        color: #4b413b;
        border-bottom: 1px solid #FFF;
    }
    .product .left .ltname a{
        display: block;
        width: 100%;
        height: 100%;
    }
    .product .left .ltname.on{
        background: #bbb;
    }
    .product .left .ltname.on a{
        color: #FFF;
    }

.product_list li{width:33.3%;float:left;margin-bottom:7px;}
.product_list li a.img{width:232px;height:232px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.product_list li a.img img{vertical-align:middle;width: 222px;height: 222px;}
.product_list li a.img:hover{border:1px solid #F90;}
.product_list li a{font-size: 14px;color: #333333;text-align: center;font-weight: bold;}


.support-list .list{
    width: 33.33%;
    text-align: center;
}

    .support-list .list h1{
        font-size: 22px;
        color: #0e0d0d;
    }
    .support-list .list .ico{
        padding: 35px 0;
    }
    .support-list .list p{
        width: 260px;
        margin:0 auto;
        display: block;
        text-align: center;
    }
@media screen and (max-width:768px) {
    .map{
        display: none;
    }
    .contact{
        padding:10px;
        box-sizing: border-box;
    }
    .partner-list li{
        width: 100%;
        float: none;
        margin-top: 40px;
    }
    .news-list li{
        box-sizing: border-box;
        padding: 15px;
    }
    .news-list .date{
        display: none;
    }
    .news-list li .r{
        display: none;
    }
    .product .left{
        width: 100%;
    }
    .product .right{
        width: 100%;
    }
    .product_list{
        padding-top: 20px;
    }
    .product_list li{
        width: 100%;
    }
    .case-list li{
        width: 100%;
    }
    .support-list .list{
        width: 100%;
    }
}
