.dv1 {
    width:100%;
    height: 22px;
    position: relative;
    margin:100px auto;
    color:#333333;
    font-size: 24px;
}
.liner {
    width:100%;
    height:1px;
    background-color: #999999;
    position: relative;
    top:50%;
}
.dv2 {
    text-align:center;
    width:120px;
    height:22px;
    line-height: 22px;
    margin:0 auto;
    background-color: #fff;
    position: relative;
    z-index:3;
}
.icon-star {
    font-size:22px;
    color:red;
    margin-right:10px;
}



#page {
    position: relative;
    z-index: 5;
    min-width: 960px;
    width: 100% !important;
}
#page img{
    max-width: 100%;
    height:720px;
}
#page .project-info{
    width:288px;
    height:100%;
    background:rgba(93,112,130,.47);
    position:absolute;
    top:0;
    right:0;
    padding:30px 15px;
}

.project-info h1{
    font-size:36px;
    color:#fff;
}
.project-info ul li{
    font-size: 16px;
    color:#fff;
    /*height:30px;*/
    line-height:30px;
}
.project-info ul{
    margin-top:40px;
    margin-bottom:30px;
}
.project-info .line{
    border:1px solid #fff;
    margin-top:10px;
    margin-bottom:10px;
}




/*详情*/
.prodetail .active{
    color:#0083FF;
}
.detail-content{
    margin-top:60px;
}

.home-slideshow {
    width: 100%;
    height: 300px;

    z-index: 11;
    /* opacity: 0; */
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;

    margin-bottom: 2px;
    cursor: pointer;



}
.apply-top{
    color:#fff;
    font-size:22px;
    /*background:rgba(250,250,250,.69);*/
    height:42px;
    line-height: 42px;
}
.home-slideshow input{
    width:252px;
    margin-top:24px;
    border:none;
    padding-left:10px;
    background-color: #fff;
    color:#333;
    height:40px;
    line-height:40px;
}
.home-slideshow .sub{
    background: #5D7082;
    color:#fff;
}
.home-slideshow .apply-content{
    height:242px;
}

.relevant{
    padding-top:20px;
    border-top:1px solid #E9E9E9;
}
.relevant h3{
    text-align: center;
}
.relevant .article-item{
    display: inline-block;
    height:40px;
    line-height: 40px;
    width:552px;
    background: #F3F3F3;
    padding-left:20px;
}
.relevant .articles{
    margin-top:28px;
}
.relevant .articles .title{
    color:#0066EC;
}
.relevant .articles .article-item{

}