body {
    width: 100%;
}

#intro{
    width: 100%;
}
#wrap{
    min-width: 1024px;
    background: white;
}
#main{
    width: 100%;
    height: 600px;
    
}
#main .content{
    margin: auto;
    width: 1024px;
}
#partners{
    width: 100%;
    background-color: #f8f8f8;
    padding-bottom: 50px;
}

#intro .banner {
    width: 100%;
    height: 530px;
    background-color: #161638;
    /*background-image: url("img/banner.jpg");*/
    
}

#intro .slogin {
    text-align: center;
    padding-top: 230px;
    font-size: 22px;
    line-height: 40px;
    font-weight: lighter;
    color: white;
}

#intro .enroll {
    width: 386px;
    display: block;
    margin: auto;
    left: 50%;
    margin-left: -193px;
    margin-top: 60px;
    outline: none; border: none;
    padding: 15px 120px;
    background: #f94a5a;
    color: white;
    font-size: 28px;
    font-weight: lighter;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
}

#intro .enroll:hover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}

.part {
    height: 680px;
    background: #341652;
    padding-top: 90px;
}

.part .title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: white;
}

#service .features {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    margin-top: 100px;
}

#service .feature {
    float: left;
    width: 248px;
}

#service .body {
    border-left: 1px solid #715c86;
    height: 300px;
}

#service .feature:last-child .body {
    border-right: 1px solid #715c86;
}


#service .feature p, #service .feature img {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

#service .feature p {
    font-size: 24px;
    color: white;
    font-weight: lighter;
}

#service .feature .engdesc {
    color: #bf304f;
    font-size: 24px;
    margin-top: 24px;
}

#service .feature .desc {
    margin-top: 40px;
    color: #b9aad2;
    font-size: 16px;
    padding: 0 50px;
    box-sizing: border-box;
    text-align: left;
    line-height: 28px;
}

#service .feature img {
    width: 90px;
    margin-top: 32px;
}

#product{
    background: #cfc3e4;

    position: relative;
    padding-bottom: 120px;
}

#product .title {
    color: #5f4788;
}

#product .t-back {
    position: absolute;
    height: 225px;
    width: 100%;
    top: 218px;
}

#product img{
   padding-top: 40px;
    max-width: 100%;
    max-height: 100%;
}

#product .balls {
    display: block;
    height: 242px;
    margin: 62px auto;
    position: relative;
    z-index: 100;
}

#product .products {
    width: 1000px;
    margin: 0 auto;
}

#product .product {
    width: 249px;
    float: left;
}

#product .product .title {
    font-size: 28px;
    font-weight: lighter;
}

#product .product .desc {
    margin-top: 36px;
    padding: 0 30px;
    line-height: 30px;
    color: #5f4788;
}


#partners .title,#main .title{
    margin: auto;
    width: 1024px;
    color: #ff3e4d;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 150px;
}

#partners .content{
    margin: auto;
    width: 1024px;
    overflow: hidden;
}
#partners .item{
    margin: 2px;
    display: inline-block;
    width: 200px;
    height: 100px;
}

#partners .list {
    width: 196px;
    height: 110px;
    background: white;
    float: left;
    margin-left: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
    position: relative;
}

#partners .list:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

#partners .list img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#partners img{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}


#links {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e8ea;
}

#links .link {
    float: left;
    width: 246px;
    overflow: hidden;
    padding: 10px 0;
    margin-top: 20px;
}

#links .logo {
    float: left;
    margin-left: 10px;
    width: 44px;
}

#links .name {
    margin-left: 10px;
    font-size: 13px;
    float: left;
}

#links .name .desc {
    color: #a8a8a8;
}

#links .name .title {
    font-size: 16px;
}

#links .title a {
    color: black;
}

#bottom {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 138px;
}

#bottom .logo {
    margin-top: 40px;
    float: left;
    margin-left: 10px;
    width: 44px;
}

#bottom .cs {
    margin-top: 10px;
}

#bottom .name {
    margin-top: 40px;
    margin-left: 10px;
    font-size: 13px;
    float: left;
}

#bottom .name .desc {
    color: #a8a8a8;
}

#bottom .name .title {
    font-size: 16px;
}

#bottom .copy {
    float: left;
    margin-top: 20px;
    margin-left: 30px;
    border-left: 1px solid #e7e8ea;
    padding-left: 20px;
}

#bottom .copy .code {
    float: left;
}

#bottom .copy .desc {
    margin-left: 20px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}


/*ï¿½ï¿½Òµï¿½ï¿½ï¿½ï¿½Ä£ï¿½ï¿½*/
.phone{
    display: block;
    color: #b4b3b8;
    font-size: 18px;
    margin-top: -80px;
    margin-left: 780px;
    *display:inline-block;
    *margin-top:-100px;
}
#applyForm{
    margin: auto;
    margin-top: 40px;
    height: 350px;
    *margin-top:-40px;
}
#applyForm .left,#applyForm .right{
    width:512px;
    float: left;
}

#applyForm input, #applyForm select {
    border: none !important;
}
.inputDiv{
    width: 467px;
    margin: auto;
    font-size: 16px;
    color: #626263;
    vertical-align:middle;
}
input,.recruitTime,.chooseCity{

    width: 375px;
    height: 44px;
    margin-left: 10px;
    font-size: 16px;
    text-indent: 15px;
    vertical-align: middle;
    line-height: 44px;
    border:1px solid #ccc;

}
/*.recruitTime{*/
    /*padding: 10px 0;*/
/*}*/
.applyInputPhone{
    width: 269px;
    margin-left: 10px;
}
.getVerify{

    width: 102px;
    height: 37px;
    background: #5e5e5e;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    border-radius: 2px;
    *margin-top:-38px;
}
.getVerify:hover{
    cursor: pointer;
}
.jobProperty{
    margin-left: 72px;
    margin-top: -35px;
}
.jobPropertyDiv label{
    display: inline-block;
    margin-top: 12px;
}
.property{
    width: 182px;
    padding: 0 7px;
    height: 40px;
    display: inline-block;
    color: #a296b9;
    text-align: center;
    line-height: 40px;
    margin-top: 7px;
    margin-left: 7px;
    margin-bottom: 10px;
    border: 1px solid #a296b9;
    box-sizing: border-box;
    /*background: url("../img/choose2.png");*/
    position: relative;
    overflow: hidden;
    cursor: pointer;
}


.propertyChoose {
    border: 2px solid #a296b9;
}

.propertyChoose:after {
    content: '';
    background: url("../img/apply_chosen.png");
    width: 22px;
    height: 17px;
    right: -1px;
    top: 0;
    position: absolute;
}
/*.propertyChoose:before, .propertyChoose:after{*/
    /*content: '';*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*left: -1px;*/
    /*top: -1px;*/
    /*border: 2px solid #a296b9;*/
    /*!*background: url("../img/choose1.png") no-repeat right top;*!*/

/*}*/
/*.propertyChoose:after {*/
    /*left: -3px;*/
    /*top: -3px;*/
/*}*/
.gotoApply{
    clear: both;
    width: 244px;
    height: 40px;
    background: #ff3e4d;
    margin: auto;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
}
.gotoApply:hover{
    cursor: pointer;
}
.gotoApply button{
    width: 244px;
    height: 40px;
    background: #ff3e4d;
    border-style: none;
    color:#fff;
    font-size:16px;
}

.must{
    height: 32px;
}
.must i{
    background: url("../img/mustIcon.png") no-repeat left;
    margin-left: 100px;
    padding-left: 20px;
    color: #ff0000;
    display: none;
}
.confirm{
    width: 390px;
    height: 200px;
    position: absolute;
    top:61%;
    left: 50%;
    margin-left: -195px;
    background: #ffffff;
    border: solid 1px #b8b8b8;
    border-radius: 4px;
    text-align: center;
    line-height:50px;
}
.confirm i{
    display: inline-block;
    margin-top: 30px;
    background: url("../img/mustIcon.png")no-repeat left center;
    text-indent: 20px;
}
.confirm button{
    width: 100px;
    height: 30px;
    line-height: 30px;
}
.imgCode{
    width: 269px;
    margin-right: 5px;
}
.imgCodeShow img{
    width: 102px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    max-width: 102px;
    max-height: 44px;
    background-size: cover;
    position: absolute;
}
.rpofoot{width: 100%;margin: 0 auto;background-color: #ef3306;height:60px;line-height: 60px;
      position: fixed; _position:absolute; z-index: 9999;bottom: 0;margin-top: 100px;}
.f_tel{width: 1200px;line-height: 60px;margin: 0 auto;}
.f_tel p{font-size: 24px;color: #fff;text-align: center;}
.dropdown{
    /*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ ·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
    border: solid 1px #cccccc;
    border-radius: 0px;

    /*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ ·å¼æ¸…é™¤*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

    /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
    background: url("../img/arrow.png") no-repeat scroll right center transparent;


    /*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
    padding-right: 14px;
    background-color: #FFFFFF;

}

