
body {
    color: #686868;
    font-family: "宋体";
}
*{
    margin: 0;padding: 0;
}
/*导航*/
#logo span{
    text-decoration: none;
    font-size: 25px;
    color:black;
}
#mynav {
    background:white;
    border: none;
}
#mynav .navbar-right {
    margin:7px -40px;
}
.navbar-header{
    padding:5px 0 0 300px;
}

#mynav a {
    color: black;
    font-size: 18px;
}

#btn>span{
    background: darkgray;
}
#anniu ul.nav li a:hover{
    color:green ;
}
#anniu ul li a{
    padding-top:25px;
}

/*院校推荐*/
.index-backa{
    background:url(../../imgs/back1.jpg) no-repeat;
    width: 100%;
}
.mr20{
    margin-top: 20px;
    text-align: center;
}
.mr50{
    /*margin-top: 20px;*/
    text-align: center;
}
.mr40{
    margin-top:40px;
    /*margin-bottom: 10px;*/
}
.mr40>div{
    padding: 0;
}
.border{
    background-color: #fff;
    padding-top:20px;
}
.border a button{
    color: black;
}
.border img{
    width:150px;
    height: 150px;
}
.border p{
    padding-top:10px;
    font-size:18px;
    color: black;
}
.shop{
    display: inline-block;
    width:100px;
    height:30px;
    line-height:30px;
    background:rgba(232,232,232,0.5);
    border-radius: 10px;
    outline: none;
}
.shop:hover{
    background:rgba(86,151,46,0.6);
    color:white;
}
.pt{
    margin-bottom: 20px;
    margin-top:10px;
}
.xue-btn{
    width:280px;
    height:60px;
    border: 2px solid #56972E;
    border-radius:10px;
    font-size:20px;
    color:#56972E ;
    text-align:center;
    background:transparent;
    margin-top:40px;
    outline: none;
}
.xue-btn:hover{
    background-color:#56972E;
    color:white;
}
/*各大高校热门专业*/
.xiao-back{
    background:url(../../imgs/back3.png) repeat;
    width:100%;
    height:750px;
    /*margin: auto;*/
    /*text-align:center;*/
}
.border{
    background-color: transparent;
}

.lei{
    width:1000px;
    height:80px;
    text-align:center;
    margin: auto;
    /*box-sizing: border-box;*/
    padding-left:20px;
    display: flex;
    justify-content:space-between;
    margin-top: 35px;
    position: relative;
    /*border: 2px solid #56972E;*/
    background:rgba(151,185,108,0.6);
}

.lei li{
    width:140px;
    height:80px;
    line-height:80px;
    text-line:center;
    color:black ;
    font-size:17px;
}
.bordera p{
    height:80px;
    line-height:80px;
    font-size:22px;
    color: black;
}
/*2018自考信息/政策*/
.row h2{
    color: black;
}
.student{
    background:rgba(232,232,232,0.5);
}
.st-num{
    margin-left: 30px;
}
.st-num p{
    width:200px;
    height:60px;
    /*border:2px solid #56972E;*/
    background:rgba(245,225,167,0.8);
    border-radius:50%;
}
.st-num p a{
    height:60px;
    line-height: 60px;
    font-size:18px;
    text-decoration: none;
    color:black;
}
.st-num p:hover{
    background:rgba(85,151,45,0.6);
}
.st-num p a:hover{
    color: white;
}
