@charset "utf-8";

.nav-cases { border-bottom:3px solid #B51E27 !important;}
	
/*工程案例*/
body,html{background: #F3F3F3;}
.my-project{
    width: 100%;
    float: left;
    box-shadow: 0px 25px 25px 2px #E1E1E1;
}
.project-common-wrap{
    width: 100%;
    float: left;
    height: 63px;
    background-color: #fff;
    line-height: 60px;
    padding-top: 5px;
}
.project-common-wrap ul li{
    float: left;
    width:16.66%;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    cursor: pointer;
    /* margin: 0px 2%; */
}
.project-common-wrap ul li:hover,.project-on{border-bottom: 3px solid #B51D29;}
.project-common-icon{
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    margin-right: 5px;
}
.project-com-title{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    margin: 70px 0px;
    letter-spacing: 2px;
}
.project-com-wrap{
    width: 100%;
    float: left;
    padding-bottom: 100px;
    margin-top:40px;
}
.project-com-box{
    width: 372px;
    height: 315px;
    float: left;
    margin-right: 42px;
    background-color: #fff;
    margin-bottom: 40px;
}
.project-com-box:nth-child(3n){margin-right: 0px;}
.project-com-img{
    width: 100%;
    height:265px;
    float: left;
    object-fit:cover;
    cursor: pointer;
}
.project-com-text{
    width: 100%;
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
}
.page-box{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
}
.page-box-btn{
    width: 75px;
    display: inline-block;
    height: 35px;
    border:1px solid #909090;
    color: #909090;
    margin: 0px 10px;
    font-size: 16px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.page-box-btn:hover{
    border:1px solid #BE1818;
    color: #B51E27;
}
.page-box span{
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #B61B29;
    margin: 0px 5px;
    vertical-align: middle;
    font-size: 18px;
    cursor: pointer;
    margin-top: -5px;
}
.page-box-on{
    background: url(../images/pro-case-pagebg.png) no-repeat center center;
    background-size: 35px 35px;
    color: #fff !important;
}
.project-com-box2{
    width: 100%;
    float: left;
    background-color: #fff;
    margin-bottom: 20px;
}
.project-com-box3{
    width: 880px;
    float: left;
    height: 460px;
}
.project-com-img3{
    width: 100%;
    height:400px;
    float: left;
    object-fit:cover;
}
.project-com-img2{
    width: 310px;
    padding-left: 10px;
    height: 460px;
    float: left;
}





.news-wrap{
    width: 100%;
    float: left;
    background: #F3F3F3;
    padding-bottom: 90px;
}
.dteail-title{
    width: 100%;
    float:left;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin: 70px 0 20px;
}
.dteail-img{
    width: 100%;
    text-align:center; 
	margin:20px auto; 
	float:left;
}
.dteail-img img {
    max-width: 1000px;
}
.news-detail-tbox{
    width: 100%;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #A0A0A0;
    padding-bottom: 25px;
    border-bottom: 1px solid #999999;
}
.news-detail-tbox span{margin-left: 20px;}
.news-detail-return{
    width: 120px;
    height: 40px;
    border:1px solid #999999;
    line-height: 40px;
    text-align: center;
    float: right;
    font-size: 14px;
    color: #343434;
}

.details-content {
    display: inline-block;
    padding: 20px 0;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}

.dteail-text{
    width: 100%;
    float: left;
    margin-top: 35px;
    font-size: 14px;
    color: #404040;
    line-height: 32px;
}
/**/
.news-detail-page{
    width: 100%;
    float: left;
    position: relative;
   height: 80px;
     line-height: 80px;
    margin-top: 50px;
    font-size: 14px;
    color: #333;
    border-top: 1px solid #E0E0E0;
}
.detail-page-text{
    width: 50%;
    float: left;
    cursor: pointer;
}
.detail-page-text img{
   width:20px;
   height: 21px;
   margin-top: 30px;
}
.detail-page-text:hover{
    color: #DA251C;
}


