.banner img{
    width: 100%;
    height:auto;
}
.enterfor{
    width: 1300px;
    margin:0 auto;
    z-index: 100;
    background: #ffffff;
    position: relative;

}
.schedule{
   margin-top: -270px;
}

/*报名信息*/
.schedule{
    width: 100%;
    background-color: #ffffff;
}
.scheduleContent{
    width: 1300px;
    margin:0 auto;
    margin-top: 80px;
    box-sizing: border-box;
    position: relative;
    border-top: 1px solid transparent;
    box-shadow: 0 0 20px #ccc;
    margin-bottom: 100px;
}
.scheduleTitle{
    font-size: 24px;
    text-align: center;
    margin-top: 55px;
}
.scheduleTitle h2{
    margin-bottom: 15px;
}
.scheduleTitle h2:last-child{
    margin-bottom: 0;
}
.charge{
    margin-top: 100px;
}
.chargeLeft{
    float: left;
    /*width: 50%;*/
    margin-left: 160px;
}
.chargeLeftP{
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 700;
    margin-left: 20px;
}
.chargeLeftTU{
    list-style-type:inherit;
    padding-left: 20px;
    box-sizing: border-box;
}
.chargeLeftT{
    font-size: 16px;
    margin-bottom: 12px;

}
.chargeLeftT:last-child{
    margin-bottom: 0;
}
.chargeLeftP1{
    margin-top: 65px;
}
.chargeRgiht{
    float: right;
    /*width: 50%;*/
    margin-right: 100px;
}
.bottomTitle{
    width: 90%;
    background-color: #F1F1F3;
    margin-top: 40px;
    padding-left: 80px;
    border-top: 1px solid transparent;
    box-sizing: border-box;
    margin-left: 5%;
    padding-bottom: 25px;
}
.bottomTitle p{
    font-size: 16px;
    margin-top: 12px;
}
/*报名流程*/
.nameStep{
    margin-top: 100px;
}
/*.nameImg{*/
    /*width: 1200px;*/
    /*height: 617px;*/
    /*margin: 0 auto;*/
/*}*/
/*.nameImg img{*/
    /*width: 1200px;*/
    /*height: 617px;*/
/*}*/
.nameImg{
    width: 1200px;
    margin: 0 auto;
    margin-top: 145px;
}
.stepDiv1{
    height: 250px;
    width: 1200px;
    border-top: 10px dashed #DBE0E3;
    border-right: 10px dashed #DBE0E3;
    position: relative;
}
.stepDiv2{
    height: 250px;
    width: 1200px;
    border-top: 10px dashed #DBE0E3;
    border-left: 10px dashed #DBE0E3;
    border-bottom: 10px dashed #DBE0E3;
    position: relative;
}
.step1{
    position: absolute;
    top:-90px;
    left:-20px;
}
.step1 img{
    width: 50px;
    height:auto;
    display: inline-block;
    vertical-align: middle;
}
.step1 span{
    display: inline-block;
    font-size: 24px;
    margin-left: 15px;
}
.step2{
    position: absolute;
    top:0px;
    left:510px;
}
.step2 img{
    width: 50px;
    height:auto;
    display: inline-block;
    vertical-align: middle;
}
.step2 span{
    display: inline-block;
    font-size: 24px;
    margin-left: 15px;
}
.step3{
    position: absolute;
    bottom:0px;
    right:90px;
}
.step3 img{
    width: 50px;
    height:auto;
    display: inline-block;
    vertical-align: middle;
}
.step3 span{
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;
}
.step4{
    position: absolute;
    top:0px;
    left:30px;
}
.step4 img{
    width: 50px;
    height:auto;
    display: inline-block;
    vertical-align: bottom;
}
.step4 span{
    display: inline-block;
    font-size: 24px;
    margin-left: 15px;
    margin-top: 5px;
}
.step5{
    position: absolute;
    bottom:0px;
    left:170px;
}
.step5 img{
    width: 50px;
    height:auto;
    display: inline-block;
    vertical-align: middle;
}
.step5 span{
    display: inline-block;
    font-size: 24px;
    margin-left: 15px;
    margin-top: 5px;
}
.step6{
    position: absolute;
    bottom:0px;
    right:0px;
}
.step6 img{
    width: 50px;
    height:auto;
    display: inline-block;
    vertical-align: middle;
}
.step6 span{
    display: inline-block;
    font-size: 24px;
    margin-right: 15px;
}

/*联系我们*/

.callUs{
    width:100%;
    background-color: #ffffff;
    /*background-image: url("../img/dtbg.png");*/
    height: 595px;
    margin-top: 120px;
}
.contactUs{
    width: 1200px;
    margin: 0 auto;
}
.contactUsDetail{
    margin-top: 65px;
}

.contactsMen{
    height:275px;
    width:550px;
    float: right;
    position: relative;
}
.contactsMen label{
    color: #000000;
    font-size: 14px;
}
.contactsMen input{
    height: 35px;
    width: 410px;
    margin-left: 12px;
    font-size: 16px;
    padding:0 10px;
    box-sizing: border-box;
    border:1px solid #A1A1A1;
    box-sizing: border-box;
}
.inputDiv{
    margin-bottom: 25px;
}
.contactsMen textarea{
    height: 100px;
    width: 410px;
    padding:10px;
    box-sizing: border-box;
    font-size: 16px;
    margin-left: 12px;
    vertical-align:middle
}
.inputDiv:last-child{
    margin-bottom: 0;
}
.commite{
    width: 410px;
    height: 50px;
    color: #ffffff;
    background-color: #00A0E8;
    position: absolute;
    bottom:-55px;
    left:45px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.contactC{
    float: left;
    font-size: 14px;
    margin-left: 100px;
}
.contactC p{
    margin-bottom: 25px;
}
.erweima{
    width: 160px;
    height: 160px;
    border-radius: 5px;
    /*margin:  0 auto;*/
    /*margin-top: 5px;*/
    float: left;
}
.erweima img{
    width: 160px;
    height: 160px;
    border-radius: 5px;
    margin:  0 auto;
}
.erweima p{
    margin-left: 20px;
    margin-top: 25px;
    font-size: 12px;
}

/*xinjia*/
.nameImg{
    margin-top: 50px;
}
.nameImg p{
    font-size: 16px;
    margin-top: 12px;
}
.xing{
    margin-left: 20px;
    font-size: 14px;
    color: red;
}
