@charset "UTF-8";
/*banner*/
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    display: block;
}
/*banner*/
/*container*/
.container{
    width:100%;
}
.prospect{
    width: 100%;
    padding-top: 30px;
}
.title{
    text-align: center;
    padding: 20px 0;
}
.title h3{
    font-weight: 400;
    font-size: 28px;
}
.title p{
    font-size: 18px;
    color: #999999;
    line-height: 2em;
}
.prospectList{
    width: 100%;
    overflow: hidden;
}
.prospectItem{
    width: 50%;
    float: left;
    position: relative;
}
.prospectItem:hover .prospectItemMask{
    background: rgba(0,0,0,0.6);
}
.prospectItem:hover .prospectItemMaskCont p{
    opacity: 1;
}
.prospectItem:hover .prospectItemMask:after{
    width: 100%;
}
.prospectItem img{
    width: 100%;
    display: block;
}
.prospectItemMask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0);
    color: white;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.prospectItemMask:after{
    content: "";
    display: block;
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ff9900;
    -webkit-transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    transition: all 0.5s ease 0.2s;
}
.prospectItemMaskCont{
    padding: 0 10%;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.prospectItemMaskCont h4{
    font-weight: 400;
    font-size: 24px;
    line-height: 2em;
}
.prospectItemMaskCont h5{
    font-weight: 400;
    font-size: 16px;
    line-height: 2em;
    text-transform: Uppercase;
}
.prospectItemMaskCont p{
    line-height: 1.8em;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.condition{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.conditionCont{
    width: 100%;
}
.conditionCont:after{
    content: "";
    display: block;
    clear: both;
}
.conditionCont img{
    width: 500px;
    height: 500px;
    float: left;
}
.conditionText{
    float: left;
    width: 600px;
    height: 500px;
    margin-left: 100px;
    position: relative;
}
.conditionTextCont{
    width: 100%;
    height: 400px;
    overflow-y: auto;
}
.conditionTextCont p{
    font-size: 16px;
    line-height: 1.6em;
}
.conditionText a{
    position: absolute;
    left: 0;
    bottom: 30px;
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: white;
    background: #F29200;
}
.joinImg{
    width: 100%;
    display: block;
    padding-top: 30px;
}
.advantage{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0;
}
.advantageList{
    width: 600px;
    float: left;
    padding-top: 50px;
}
.advantageItem{
    width: 100%;
    padding: 20px 0;
}
.advantageItem span{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    color: white;
    font-size: 30px;
    background: #538a50;
    float: left;
    margin-right: 30px;
}
.advantageImg{
    width: 500px;
    height: 500px;
    float: left;
    margin-left: 100px;
}
.applyFor{
    width: 100%;
    padding-top: 30px;
    position: relative;
}
.applyForImg{
    width: 100%;
    display: block;
}
.applyForContainer{
    width: 1000px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px -500px;
    background: white;
}
.applyForForm{
    float: left;
    margin: 40px 150px;
}
.applyForForm input{
    width: 200px;
    padding: 8px 10px;
    margin:10px 0;
    border: none;
    background: #cccccc;
}
.applyForForm button{
    width: 200px;
    display: block;
    padding: 8px 10px;
    color: white;
    text-align: center;
    background: #F29200;
    border: none;
    cursor: pointer;
    margin:10px auto;
}
.applyForTel{
    float: left;
    margin: 40px 0;
}
.applyForTel p{
    line-height: 2em;
    font-size: 16px;
}
.applyForTel b{
    font-weight: 400;
    font-size: 20px;
    line-height: 2em;
}
/*container*/