.page-titleTwo{
    width: 550px;
}
.page-title{
    margin-top: 0px;
    padding-top: 100px;
    margin-bottom: 120px;
}
.dev-container{
    width: 1920px;
    height: 1010px;
    background: url(../img/dev-01.jpg) no-repeat;
    background-size: 100% 100%;
}

.dev-bottom{
    width: 130px;
    height: 40px;
    margin: auto;
    line-height: 40px;
    border: 1px solid #cccccc;
    font-size: 16px;
    color: #666;
    text-align: center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-top: 50px;
}

.nav-search input{
    outline: none;
    width: 207px;
    height: 30px;
    background: transparent;
    border: 1px solid #999999;
    padding-left: 10px;
}