.hb_top_twonav{
}
.leftbu{
    position: absolute;
    width: 50%;
    height: 50px;
    left: 0;
    background-color: #005bac;
}
.hb_top_twonav .subtitle{
    width: 1400px;
    margin: auto;
    height: 100%;
    background-color: #005bac;
    position: relative;
}
.hb_top_twonav .subtitle:after{
content: '';
  position: absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-top:50px solid transparent;
  border-bottom:50px solid transparent;
  border-right:50px solid #fff;
}
.stucontinner{
    width: 1358px;
    margin:72px auto 99px;
    /* width: 100%;
    height: 1080px;
    background:url(/image/student/bg.png) no-repeat center ;
    background-size: auto 100%;
    line-height: 1; */
}
.student_L{
    width: 38.225%;
    height: 517px;
    margin-top: 42px;
    background:url(/image/student/pic1.png) no-repeat bottom center;
    background-size: 100% auto;
	background-color: #fff;
}
.tea-gree .student_L {
    /* background:url(/image/student/pic1.png) no-repeat;
	background-color: #fff; */
}
.student_L ul{
    padding-top: 70px;
    width: 80%;
    margin: auto;
}
.student_L ul li{
    width: 70%;
	background-color: #c69f16;
    border-radius: 10px;
    margin-bottom: 22px;
}
.teacher_L ul li{
    background-color: #16c660;
}
.student_L ul li a{
    font-size:18px;
	line-height: 55px;
    color: #ffffff;
    display: block;
    padding-left: 40px;
}
.student_R{
    width: 61.775%;
    height: 720px;
    background:url(/image/student/pic4.png) no-repeat center bottom;
    background-size: 100% auto;
	background-color: #005bac;
}
.student_R ul{
    padding-top: 72px;
    margin-left: 5%;
}
.student_R ul li{
    width: 30%;
    float: left;
    margin-left: 10.5%;
	background-image: linear-gradient(180deg, 
		#cee1ff 0%, 
		#a3cbee 100%);
    background-color:#cee1ff;
    border-radius: 10px;
    margin-bottom: 18px;
    padding: 0px 0;
}
.student_R ul li a{
    font-size: 18px;
	letter-spacing: 0px;
    color: #005bac;
    display: block;
    text-align: center;
}
.tiao a {
    overflow: hidden;
    height  : 56px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    line-height: 56px;
}

.tiao a span {
    position          : relative;
    display           : inline-block;
    -webkit-transition: -webkit-transform .3s;
    transition        : -webkit-transform .3s;
    transition        : transform .3s;
    transition        : transform .3s, -webkit-transform .3s
}

.tiao a span::before {
    position         : absolute;
    top              : 100%;
    content          : attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0)
}

.tiao a:focus span,
.tiao a:hover span {
    -webkit-transform: translateY(-100%);
    -ms-transform    : translateY(-100%);
    transform        : translateY(-100%)
}

@media screen and (max-width: 1400px) {
    .stucontinner,.hb_top_twonav .subtitle{
        width: 80%;
    }
    .erji_title{
        font-size: 30px;
    }
    .xiangqtext,.xiangqtext p{
        font-size: 16px;
        line-height: 25px;
    }
    .student_L ul li a{
        font-size: 16px;
        line-height: 50px;
        padding-left: 30px;
    }
    .student_R ul li{
        padding: 5px 0;
    }
    .student_R ul li a{
        font-size: 16px;
    }
    .tiao a{
        line-height: 38px;
        height: 38px;
    }
}
@media screen and (max-width: 1280px){
    .student_L ul{
        width: 100%;
    }
    .student_R{
        height: 650px;
    }
    .student_R ul li {
        padding: 5px 0;
        width: 40%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 1023px){
    .stucontinner{
        margin: 1.5rem auto .99rem;
    }
    .stucontinner, .hb_top_twonav .subtitle{
        width: 100%;
    }
    .student_L,.student_R{
        width: 100%;
        margin: auto;
    }
    .student_L{
        height: auto;
        margin-top: 0;
        padding-bottom: 1rem;
    }
    .student_L ul{
        padding-top: 0;
        width: 90%;
        margin-top: 0;
    }
    .student_L ul li{
        width: 100%;
        margin-bottom: .2rem;
        
    }
    .student_L ul li a{
        font-size: .28rem;
        line-height: 3;
        text-align: center;
        padding-left: 0;
    }
    .student_R{
        height: auto;
        padding-bottom: 1rem;
    }
    .student_R ul{
        padding-top: .72rem;
        margin-left: 2.5%;
    }
    .student_R ul li{
        width: 45%;
        margin-left: 2.5%;
        padding: .05rem 0;
        margin-bottom: .18rem;
    }
    .student_R ul li a{
        font-size: .28rem;
    }
}<!--ºÄÊ±1763855536.3446Ãë-->