* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
ul, ol, li {
    list-style-type: none;
}
img {
    border: 0;
    display: block;
}
input, select, textarea, li{
    vertical-align: middle;
}
.w12{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.tit{
    text-align: center;
    margin-top: 40px;
}
.tit h2{
    color: #f25333;
    font-size: 36px;
}
.tit p{
    font-size: 18px;
    color: #666;
    margin-top: 10px;
    display: block;
    line-height: 30px;
}
.tit p font{
    color: #f25333;
}
.hyfx_list{
    margin: 30px 0;
}
.zx_btn{
    width: 690px;
    height: 50px;
    margin: 0 auto;
}
.zx_btn a{
    display: block;
    width: 300px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #f13b35;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
}
.zx_btn a:first-child{
    float: left;
}
.zx_btn a:last-child{
    float: right;
    background: #ff9900;
}
/*教学环境*/
.animation{
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
}
.jxhj{
    width: 100%;
    overflow: hidden;
    background: #f6f6f6;
    margin-top: 50px;
    padding-bottom: 50px;
}
.jxhj ul{
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}
.jxhj ul li{
    width: 25%;
    float: left;
    margin-bottom: 10px;
}
.jxhj ul li a{
    display: block;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}
.jxhj ul li a p {
    position: absolute;
    background-color: rgba(241,59,63,.9);
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    bottom: -40px;
    z-index: 1;
    margin: 0;
}
.jxhj ul li a:hover p{ bottom:0;}
.jxhj ul li a img{ display:block;}
.jxhj ul li a:hover img{transform: scale(1.2);-webkit-transform: scale(1.2);-moz-transform: scale(1.2);}
/*专业推荐*/
.zytj_tit{
   text-align: center;
   margin: 30px 0;
}
.zytj_tit b{
    display: block;
    width: 326px;
    height: 61px;
    line-height: 61px;
    color: #fff;
    font-size: 26px;
    background-image: url(../images/14.jpg);
    margin: 0 auto;
}
.zytj_tit p{
    font-size: 18px;
    padding-top: 10px;
    color: #666;
}
.zytj{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.zytj ul{
    width: 1200px;
    height: 445px;
    margin-right: auto;
    margin-left: auto;
}
.zytj ul li{
    width: 285px;
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 40px;
}
.zytj ul li:last-child{
    margin-right: 0;
}
.zytj ul li a{
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding-bottom: 10px;
    position: relative;
    left: 0;
}
.zytj ul li a b{
    display: block;
    color: #000;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 10px;
}
.zytj ul li a p {
    display: block;
    color: #666;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 5px;
}
.zytj ul li a em {
    color: #ff4800;
    font-style: normal;
    display: block;
    padding-left: 10px;
    padding-top: 15px;
    margin-bottom: 10px;
}
.zytj ul li a strong{
    display: block;
    border: 1px solid #ff4800;
    color: #ff4800;
    font-size: 20px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 10px;
    border-radius: 5px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}
.zytj ul li a:hover{ left:5px;}
.zytj ul li a strong:before{content: ''; position:absolute; height:36px; width:100%; left:-100%; top:0; background-color:#ff4800;transition: .4s;-moz-transition: .4s;-webkit-transition: .4s;-o-transition: .4s; z-index:0;}
.zytj ul li a:hover strong:before{ left:0;}
.zytj ul li a strong span{ position:relative; z-index:1;}
.zytj ul li a:hover strong span{ color:#fff;}
/*学历证书*/
.xlzs{
    margin-top: 50px;
    background-image: url(../images/xueli_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 30px;
    height: 716px;
}
.xl_img{
    display: block;
    width: 991px;
    margin: 80px auto;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.jybz{
	padding-bottom: 40px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.jybz ul{
    height: 616px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.jybz ul li{
    width: 588px;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}
.jybz ul li:nth-child(2n){
    margin-right: 0;
}
.jybz ul li a {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding-bottom: 20px;
    position: relative;
    left: 0;
}
.jybz ul li a b {
    display: block;
    padding-top: 10px;
    padding-left: 20px;
    color: #000;
    font-size: 24px;
    font-weight: normal;
}
.jybz ul li a p {
    display: block;
    padding-top: 5px;
    padding-left: 20px;
    color: #666;
    font-size: 18px;
    font-weight: normal;
}
.jybz ul li a:hover{ left:5px;}
/*成功学子*/
.cgxz ul{
    margin: 40px auto;
}
.cgxz ul li{
    width: 285px;
    float: left;
    margin-left: 20px;
}
.cgxz ul li:nth-child(1){
    margin-left: 0;
}
.cgxz ul li .cgxz_txt{
    position: relative;
}
.cgxz ul li .cgxz_txt p{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    background: rgba(0,0,0,0.6);
}
.cgxz ul li .txt_1{
    margin-top: 10px;
}
.cgxz ul li .txt_1 p{
    font-size: 20px;
    line-height: 32px;
}
.cgxz ul li .txt_1 p:nth-child(2){
    text-align: right;
}