
/*.warp{*/
    /*display: block;*/
    /*overflow: hidden;}*/
.banner,.banner img,.party,.col2,.col3,.col4,.col5,.party{;width: 1200px;margin:0 auto;overflow: hidden;}


/*公司简介*/
.party{
    margin-top: 76px;
}
.party .content-title h2{
    font-size: 34px;
    line-height: 40px;
    color: #1c72c9;
    text-align: center;
}
.party .content-title i{
    width: 46px;
    height: 6px;
    background: #ffd93f;
    margin: 22px auto 0;
    display: block;
    overflow: hidden;
}
.party .content-box{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding-bottom: 54px;
}
.party .content-box .txt{
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 32px;
}
.party .content-box .txt p,.party .content-box .txt .section span{
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: justify;
}
.party .content-box .txt .section{
    display: block;
    overflow: hidden;
    margin-top: 31px;
}
.party .content-box .txt .section span{
    font-weight: bold;
}

.party .content-box .C_img-box{
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 48px;
}
.party .content-box .C_img-box .big-box{
    width: 110%;
    height: auto;
    display: block;
    overflow: hidden;
}
.party .C_img-box .item{
    width: 386px;
    height: auto;
    float: left;
    margin-right: 19px;
    margin-bottom: 40px;
    position: relative;
    display: block;
    overflow: hidden;
}
.party .C_img-box .item .img_hover{
    position: absolute;
    top:-217px;
    transition: .2s;
    /*opacity: 0;*/
}
.party .C_img-box .item .img{
    width: 100%;
    height: 217px;
}
.party .C_img-box .item .img img{
    width: 100%;
    height: 100%;
}
.party .C_img-box .item .txt{
    width: 100%;
    height: auto;
    background: #f2f2f2;
    margin-top: 0;
    box-sizing: border-box;
    padding: 0 5px;
}
.party .C_img-box .item .txt p{
    font-size: 16px;
    line-height: 65px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #3b454a;
}
.party .C_img-box .item .txt p a{
    color: #3b454a;
}




/*2.26-14：28新增*/
.content-box .digg{
    width: 100%;
    height: auto;
    text-align: center;
    display:  block;
    overflow:  hidden;
}
.content-box .digg a{
    width: 29px;
    height: 30px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #444444;
    border-radius: 5px;
}
.content-box .digg a:hover{
    border: 1px solid #1c72c9;
    color: #1c72c9;
    text-decoration: none;
}
.content-box .digg #next{
    width: 58px;
}
/*2.26-14：28新增_end*/


@media screen and (max-width: 768px){
    
    /*party*/
    .party{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .party .content-box .txt{
        padding: 10px;
        box-sizing: border-box;
    }
    .party .content-box .C_img-box .big-box{
        width: 100%;
        height: auto;
    }
    .party .C_img-box .item{
        width: 100%;
        height: auto;
        float: none;
        margin-right: 0;
    }
    .party .C_img-box .item .img{
        height: auto;
    }
    .party .C_img-box .item .img_hover{
        width: 100%;
        height: auto;
        display: none;
    }
    .party .C_img-box .item .txt p{
        line-height: 55px;
    }
    .party .content-box .C_img-box{
        margin-top: 30px;
    }


}
@media screen and (max-width: 360px){
}
@media screen and (max-width: 320px){
    .footer {
        height: auto;
        font-size: 13px;
        line-height: 20px;
        color: #fff;
        padding: 13px;
        box-sizing: border-box;
    }
    .header{
        top: 30px;
        right: 15px;
    }
    .intro-area .banner-menu ul li{
        font-size: 15px;
    }
    .anchor-box .breadcrumbnavigation ul li{
        font-size: 12px;
    }
    .party .content-title h2{
        font-size: 32px;
    }
}







