
.campus_img li{
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}
.campus_img li:first-child{
    margin-left: 0;
}
.campus_img img{
    width: 256px;
    height: 211px;
}
.campus_img li img:hover{
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    border-radius: 10px;
    transition: all 0.5s;
}
/*---------咨询------*/
/*------------------快速报名咨询---------------*/
.details_consultation{
    margin-top:10px;
    width: 820px;
    height: 260px;
    padding-bottom: 10px;
}
.details_consultation form{
    width: 820px;
    height: 260px;
    background:linear-gradient(160deg,#eeeeee 20%,#F8F8F8 80%);
    border-radius: 10px;
}
.details_consultation form p{
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    display: inline-block;
}
.details_consultation span{
    width: 180px;
    height: 30px;
    /*background: #ff2a2a;*/
    color: red;
    font-size: 20px;

    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.details_consultation ul{
    width: 765px;
    margin: 15px auto  0px;

}
.details_consultation li{
    width: 235px;
    height: 30px;
    background: #ffffff;
    position: relative;
    display: inline-block;
    margin-left: 25px;
    margin-top: 10px;
    font-size: 14px;
}
.details_consultation input{
    height: 26px;
    width: 185px;
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    line-height: 30px;
    padding-top: 3px;

}
.details_consultation label{
    font-size: 17px;
    color: #a7a7a7;
    line-height: 30px;
    padding-left: 5px;
}

.details_consultation select{
    height: 30px;
    width: 185px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    line-height: 30px;
    font-size: 14px;
}
.details_consultation option{
    background: #f78c9f;
    color: white;
}
/*--------留言-----*/
.message{
    z-index: 11;
}
.details_consultation textarea{
    width: 720px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    padding-top: 7px;
}
/*-------------点选---------*/
.details_consultation input[type="checkbox"]{
    height: 22px;
    width: 22px;
    background: #000;
    left: 0;
    margin-top: 8px;
    padding-right: 20px;
}
.last label{
    font-size: 14px;
    color: white;
    margin-left: 30px;
    width: 160px;
    float:left;
    line-height: 36px;
}
.details_consultation button{
    width: 130px;
    height: 35px;
    font-size: 18px;
    background: #ff7c1b;
    border-radius: 5px;
    color: white;
    margin-left: 20px;
    cursor: pointer;
    border:0;
}
.details_consultation li:last-child{
    width: 500px;
    height: 40px;
    line-height: 40px;
    background:none;
}
.details_consultation h4{
    font-size:12px;
    color: #313131;
    margin-left: 30px;
    width: 120px;
    float: right;
}


/*--------阅读----------*/
.introduction_reading{
    margin-top: 60px;
}

.details_more_y {
   /* margin-bottom: 40px;*/
}







