@charset "utf-8";
.credit_banner_bg{
    height:350px;
    background:url(../../image/credit_banner_bg.png) no-repeat center;
}
.bg_color{
    background: #fff;
}
.credit_wrap{
    width:1200px;
    margin:0 auto;
}
.credit_title{
    width:100%;
    height:120px;
    font-size:26px;
    text-align:center;
    line-height:120px;
    color:rgb(50,50,50);
    margin-top: 10px;
}
.credit_content_wrap{
    width:100%;
    overflow:hidden;
}
.credit_content_item{
    width:350px;
    height:453px;
    float:left;
    position:relative;
    margin-bottom:60px;
    cursor: pointer;
}
.credit_content_item:hover .credit_item_tip{
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.8;
    font-size:26px;
    color:#fff;
    line-height:453px;
    text-align:center;
}
.credit_content_item:nth-child(3n+2){
    margin:0 55px 60px;
}
.credit_item_tip{
    width:100%;
    height:40px;
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.8;
    font-size:16px;
    color:#fff;
    text-align:center;
    line-height:40px;
    padding-left:10px;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}
/*hotline*/
.hotline_bgs{
    display:none;
}
.hotline_bg{
    height:160px;
    background:#2E3643;
    min-width:1200px;
}
.hotline{
    height:160px;
    width:1200px;
    margin:0 auto;
    border-bottom:1px solid #3D4959;
}
.hotline_list{
    width:1200px;
    height:160px;
    padding:30px 0 0 0;
}
.hotline_list_item{
    width:24%;
    height:64px;
    padding:0 0 30px 0;
    float:left;
    margin-right: 1%;
}
.hotline_list_item_last{
    width:30%;
}
.hotline_item_left{
    width:62px;
    float:left;
    height:34px;
    font-family:'微软雅黑';
    font-size:14px;
    font-weight:bold;
    line-height:14px;
    color:#ccc;
}
.hotline_item_left_one{
    width:80px;
    float:left;
    height:34px;
    font-family:'微软雅黑';
    font-size:14px;
    font-weight:bold;
    line-height:14px;
    color:#ccc;
}
.hotline_item_right{
    height:34px;
    float:left;
    padding:0 0 0 20px;
    font-family:'宋体';
    font-size:12px;
    line-height:12px;
    color:#ccc;
    background:url(../../image/man.png) left bottom no-repeat;
}
.hotline_item_right span{
    display:block;
    font-family:'宋体';
    font-size:12px;
    line-height:32px;
    color:#ccc;
}
/*hotline*/
/*手机样式*/
@media screen and (max-device-width:1000px){
    .credit_banner_bg{
        background:url(../../image/credit_banner_bg.png) no-repeat center;
        background-size: cover;
        display: block;
        width:100%;
        height: 180px;
        position: relative;
    }
    .credit_wrap{
        width:100%;
        margin:0;
        height:auto;
    }
    .credit_title{
        width:100%;
        height:150px;
        font-size:30px;
        text-align:center;
        line-height:150px;
        color:rgb(50,50,50);
    }
    .credit_content_wrap{
        width:100%;
        height:auto;
        overflow:hidden;
        display:-webkit-flex;
        display:flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items:center;
        align-items:center;
    }
    .credit_content_item{
        width:350px;
        height:453px;
        position:relative;
        margin-bottom:30px;
    }
    .credit_content_item:nth-child(3n+2){
        margin:0 0 30px;
    }
    .credit_item_tip{
        width:100%;
        height:40px;
        position:absolute;
        left:0;
        bottom:0;
        background:#000;
        opacity:0.8;
        font-size:16px;
        color:#fff;
        text-align:center;
        line-height:40px;
        padding-left:10px;
        -webkit-transition: all .7s;
        -moz-transition: all .7s;
        -ms-transition: all .7s;
        -o-transition: all .7s;
        transition: all .7s;
    }
}