.slideBox3 .bd li div.banner_btn_bottom{
	width: 100%;
    position: absolute;
    left: 0;
    bottom: 82px;
    text-align: center;
    color: #fff;
}
.slideBox3 .bd li div.banner_btn_bottom span.cy{
	display: inline-block;
    width: 138px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 2px solid #fff;
    font-size: 24px;
    margin: 0 14px;
    cursor: pointer;
    border-radius: 42px;
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
}
.slideBox3 .bd li div.banner_btn_bottom span.cy:hover{
	color: #fb9d44 ;
	border: 2px solid #fb9d44;
}
.slideBox3 .bd li div.banner_btn_bottom a{
	color: #fff;
}

/*体验申请*/
.applicationbox .title {
    line-height: 60px;
    height: 60px;
    margin-bottom: 10px;
}
.applicationbox .txt {
    line-height: 35px;
    padding: 0 5px;
    margin: 10px auto 2px;
    display: inline-block;
}
.explationbox {
    padding-top: 20px;

}
.ftdcbigbox form{
   text-align: center;
}
.fc-red {
    color: red;
    margin-right: 5px;
}
.option{
    margin-left: 10px;
}
.text_wrap{
    margin-left: -10px;
}
select.error {
    background: rgba(255, 68, 0, 0.17);
}
select.error option {
    background-color: #fff;
}
label.error {
    display: block;
    text-indent: 10px;
    text-align: left;
}
#checkNum-error{
    margin-left: -7px;
}
.applicationbox .yzm {
    margin: 10px auto 4px;
}

.slideBox3 .bd li div.divtwo a{color: #fff;display:inline-block; width:138px; height:47px; text-align: center; line-height:47px; border:1px solid #fff; font-size:24px; margin:0 14px; cursor: pointer; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.slideBox3 .bd li div.divtwo a:hover{background: #f7af43; color:#fff; border:1px solid #f7af43; transition:all .3s ease-in .1s; -webkit-transition:all .3s ease-in .1s; -moz-transition:all .3s ease-in .1s;}

.banner2b .divtwo a{color:#fff;display:inline-block; width:138px; height:47px; text-align: center; line-height:47px; border:1px solid #fff; font-size:24px; margin:0 14px; cursor: pointer; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.banner2b .divtwo a:hover{color:#fff;background: #f7af43; color:#fff; border:1px solid #f7af43; transition:all .3s ease-in .1s; -webkit-transition:all .3s ease-in .1s; -moz-transition:all .3s ease-in .1s;}

.zsxy1 .divtwo a,.zsxy2 .divtwo a,.zsxy3 .divtwo a{color:#fff;display:inline-block; width:138px; height:47px; text-align: center; line-height:47px; border:1px solid #fff; font-size:24px; margin-right:28px; cursor: pointer; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
.zsxy1 .divtwo a:hover,.zsxy2 .divtwo a:hover,.zsxy3 .divtwo a:hover{background: #f7af43; color:#fff; border:1px solid #f7af43; transition:all .3s ease-in .1s; -webkit-transition:all .3s ease-in .1s; -moz-transition:all .3s ease-in .1s;}

/*验证码*/
#registerModal .applicationbox .closebtn{height: 60px !important;}
#registerModal .applicationbox{margin-top: -362px !important;}
/*.checkCodeWrap{
    position: relative;
    width: 315px;
    margin: 0 auto;
}
.checkCodeWrap img{
    position: absolute;
    right: 8px;
    top: 13px;
    width: 110px;
    height: 33px;
}
#checkCode{
    width: 177px;
    padding: 0 100px;
    padding-left: 6px;
    padding-right: 130px;
}*/
.checkCodeWrap{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 1;
}
.checkCodeContent{
    width: 346px;
    height: 214px;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    position: relative;
    top: 30%;
    background: #fff;
}
.checkCodeContent h1{
    padding: 12px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 22px;
}
.closed_btn{
    width: 40px;
    height: 44px;
    background: url(../images/closebtn.png) no-repeat center;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    cursor: pointer;
    z-index: 1;
}
.codeContent{
    position: relative;
    width: 310px;
    text-align: center;
    margin: 0 auto;
}
.codeContent input{
    width: 280px !important;
    border-radius: 2px !important;
    height: 43px !important;
    margin: 0 !important;
    padding: 0px 10px !important;
    border-color: #eee;
}
.codeContent img{
    position: absolute;
    right: 14px;
    top: 6px;
    width: 110px;
    height: 33px;
}
.errMsg{
    width: 300px;
    text-align: left;
    margin: 11px auto;
    font-size: 13px;
    color: red;
}
.s_btn{
    width: 302px;
    margin: 0 auto;
    background: #318dc5;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: 16px;
    right: 22px;
    line-height: 40px;
}
