/*wecase detail*/
.caroi img{
    width: 100%;
}
.blog-wrapper h3{
    margin-bottom: 25px;
}

/*about comment*/
.contact{
    color: #424242;
    margin-bottom: 1em;
    position: relative;
}
.styled-input.agile-styled-input-top {
    margin-top: 0;
}
.styled-input input[type="text"],.styled-input textarea{
    font-size: 1em;
    color: #555;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    background: none;
    -webkit-appearance: none;
    outline: none;
    margin-top: 15px;
}
.styled-input textarea {
    min-height: 13em;
}
.styled-input input:focus ~ label,.styled-input textarea:focus ~ label ,.styled-input textarea:valid ~ label{
    font-size: 1.1em;
    color: #777;
    top: -1.3em;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input {
    width:100%;
    margin: 2em 0 1em;
    position: relative;
}
.styled-input label {
    color: #555;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span,.styled-input textarea ~ span {
    display: block;
    width: 0;
    height:2px;
    background:#777;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.styled-input textarea ~ span {
    bottom: 5px;
}
.styled-input input:focus.styled-input textarea:focus {
    outline: 0;
}
.styled-input input:focus ~ span,.styled-input textarea:focus ~ span {
    width: 100%;
    -webkit-transition: all 0.075s;
    -moz-transition: all 0.075s;
    transition: all 0.075s;
}
.styled-input-sub{
    text-align: center;
}
.styled-input-sub input[type="submit"] {
    outline: none;
    color: #fff;
    width: 10%;
    padding: .8em 2em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #777;
    border: 2px solid #34b336;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.styled-input-sub input[type="submit"]:hover {
    background-color: transparent;
    color: #216385;
    letter-spacing: 5px;
}
a:focus, a:hover {
    color: #777;
    text-decoration: none;
}

.align-center{
    text-align:center;
}

.padding-bottom-15{
    padding-bottom:15px;
}

a.sub2{
    color:#2F4056 !important;
}



/*joinus index*/
.joinus .recruit{
    padding-bottom: 35px;
    margin-right: 15px;
    background: #fff;
    margin-bottom: 20px;
}
.joinus .recruit .reclistbox{
    position: relative;
    padding: 20px 15px 18px 30px;
    letter-spacing: 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.joinus .recruit .reclistbox .recitembox{
    font-size: 14px;
    height: 20px;
    margin-bottom: 10px;
    color: #333;
    line-height: 20px;
}
.recviewdetail {
    cursor: pointer;
}
.otw{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.joinus .recruit .reclistbox .recitembox .recjobname{
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    float: left;
    max-width: 300px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.joinus .recruit .reclistbox .recitembox .reccommpayn{
    height: 20px;
    line-height: 20px;
    float: right;
    cursor: pointer;
    max-width: 260px;
    font-size: 16px;
}
.joinus .recruit .reclistbox .recitembox .recjobdesc{
    height: 26px;
    line-height: 26px;
    display: inline-block;
    clear: both;
}
.joinus .recruit .reclistbox .recitembox .recjobdesc p{
    font-size: 16px;
    color: #ff5959;
    margin-right: 10px;
    float: left;
}
.joinus .recruit .reclistbox .recitembox .recjob_demand{
    float: left;
    height: 20px;
}
.joinus .recruit .reclistbox .recitembox .recjob_demand .recdemand_item{
    float: left;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-right: 1px solid #eee;
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
    padding: 0 8px;
}
.joinus .recruit .reclistbox .recitembox .recviewdetail{
    float: right;
}
.joinus .recruit .reclistbox .recitembox .recviewdetail span{
    border: 1px solid #eee;
    padding: 2px 5px;
}
.joinus .recruit .reclistbox .recdetail{
    width: 100%;
    /*height: 300px;*/
    display: none;
    padding: 5px 0;
}

.joinus .recruit .reclistbox .recdetail .recpos_tit{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.joinus .recruit .reclistbox .recdetail .recpos_ul{
    height: auto;
    font-size: 12px;
    line-height: 34px;
}

.joinus .recdetail p{
    padding:0px !important;
    margin: 0px !important;
}



.case-main {
    width: 48%;
    float: left;
    margin-right: 1%;
    height: 320px;
    overflow: hidden;
}

.case-img {
    overflow: hidden;
    height: 270px;
}
@media (max-width:480px){
    .case-main {
        width: 100%;
        /*float: left;*/
        /*margin-right: 1%;*/
        height: 180px;
        overflow: hidden;
    }
    .case-info{
        padding:0px !important;
    }
    .case-img {
        overflow: hidden;
        height: 150px;
    }
}
@media (min-width:480px) and (max-width:767px){
    .case-main {
        width: 48%;
        float: left;
        margin-right: 1%;
        height: 180px;
        overflow: hidden;
    }
    .case-info{
        padding:0px !important;
    }
    .case-img {
        overflow: hidden;
        height: 150px;
    }
}
@media (min-width:768px) and (max-width:991px){
    .case-main {
        width: 48%;
        float: left;
        margin-right: 1%;
        height: 190px;
        overflow: hidden;
    }
    .case-img {
        overflow: hidden;
        height: 147px;
    }
}
@media (min-width:992px) and (max-width:1199px){
    .case-main {
        width: 48%;
        float: left;
        margin-right: 1%;
        height: 260px;
        overflow: hidden;
    }
    .case-img {
        overflow: hidden;
        height: 215px;
    }
}
