.nybanner{
    width: 100%;
    background-color: #646464;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 400px;
    background-image: url("../../images/case/nimg1920_9.jpg");
}

.pagecontent .pagenavpc li {
    width: 50%;
}

.project-content{

    padding: 100px 0px 0px 0px;
}

.content {

}
.content .title{
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 10px 0 22px;
    font-weight: bold;
}
.content .mark {
    color: #999999;
    height: 38px;
    line-height: 30px;
    text-align: center;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background-color: #fff;
}
.content-contxt{
    padding: 30px 0px;
    min-height: 400px;
}

.content-contxt .synopsis h2 {
    font-size: 18px;
    color: #ec6c21;
    margin-bottom: 20px;
}

.content-contxt .text{
    text-indent: 2em;
    min-height: 40px;
}
.content-contxt .rotation{
     padding: 40px 100px 20px 100px;
}
.content-contxt .rotation img{
    width: 100%;
    height: 600px;
}
.carousel-control-prev, .carousel-control-next {
    width: 10%;
}

.content .reLink {
    width: 100%;
    height: 25px;
    border-top: 1px solid #d7d6d6;
    padding: 15px 0 40px;
}
.clearfix a {
    text-decoration: none;
    outline: none;
    color: #666;
}
.clearfix a:hover{
    color: #ec6c21;
}
.reLink .nextLink, .reLink .prevLink {
    max-width: 500px;
    line-height: 25px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.content .fl {
    float: left;
}
.content .fr {
    float: right;
}

.project-content>h1{
    text-align: center;
}

@media screen and (max-width: 1004px) {
    .nybanner {
        background-image: url("../../images/case/nimg640_9.jpg");
        height: 220px;
    }
    .project-content{
        padding: 10px 0px 0px 0px;
    }
    .content .title{
        margin: 10px 0 10px;
    }
    .content{
        padding: 0px 10px;
    }
    .content-contxt{
        padding: 15px 0px;
    }
    .content-contxt .rotation {
        padding: 10px 5px;
    }

    .content-contxt .rotation img{
        height: 230px;
    }
    .reLink .nextLink, .reLink .prevLink{
        width: 48%;
    }
}