﻿@charset "utf-8";
.swiper-banner{
    overflow: hidden;
    position: relative;
}
.swiper-banner a{
    display: block;
    overflow: hidden;
}
.swiper-banner img{
    width: 100%;
    transition: all .3s;
}
.swiper-banner .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: .9;
}
.swiper-banner .swiper-pagination-bullet-active{
    background: #77001a;
}
.swiper-banner .banner-button-prev,.swiper-banner .banner-button-next{
    width: 66px;
    height: 66px;
    background: url(../images/prev_banner.png) no-repeat center center;
    
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 40%;
    margin-top: -64px;
    z-index: 3;
    transition: all.3s;
    transform: translatex(-100%);
    opacity: 0;
    visibility: hidden;
}
.swiper-banner .banner-button-next{
    transform: translateX(100%);
    background: url(../images/next_banner.png) no-repeat center center;
    left: auto;
    right: 20px;
}
.swiper-banner:hover .banner-button-prev,.swiper-banner:hover .banner-button-next{
    transform: translatex(0);
    visibility: visible;
    opacity: 1;
}
.banner-pagination {
    text-align: center;
    margin-top: -21px;
    position: relative;
    z-index: 2;
}
.banner-pagination span{
    width: 14px;
    height:14px;
    border-radius: 50%;
    background: #fff;
}
.banner-pagination .swiper-pagination-bullet-active{
    background: #0f66bb;
}
.swiper-banner .swiper-slide-active img{
    animation: zoomin 10s ease-in-out infinite alternate;
    -webkit-animation: zoomin 10s ease-in-out infinite alternate;
}
@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.1);}
}
.main1 {
 padding: 14px 0 10px;
}
.common-title{
}
.common-title div{
    display: inline-block;
    line-height: 45px;
}
.common-title div p{
    font-size: 24px;
    color: #292929;
    border-bottom: 2px solid #0f66bb;
    display: inline-block;
}
.common-title div span{
    font-size: 37px;
    color: #f1f1f1;
    text-transform: uppercase;
    position: relative;
    left: -20px;
    z-index: -1;
    top: -2px;
}
.common-title a{
    float: right;
    font-size: 14px;
    color: #6f6e6e;
    line-height: 54px;
}
.common-title a span{
    font-size: 14px;
    color: #0068b7;
}
.new_first{
    width: 349px; 
    margin: 25px 0;
}
.new_first_img{
    width: 349px; 
    height: 232px;
    overflow: hidden;
}
.new_first_img img{
    display: block;
    height: 100%;
    width: 100%;
}
.new_first:hover .new_first_img img{
    -webkit-animation: zoomin 5s ease-in-out infinite alternate;
    animation: zoomin 5s ease-in-out infinite alternate;
}
.new_first_title span{
    float: right;
    line-height: 30px;
    font-size: 13px;
    color: #999999;
}
.new_first_title p{
    font-size: 15px;
    color: #424242;
    line-height: 30px;
    font-weight: bold;
}
.new_first a>span{
    color: #a2a2a2;
    font-size: 13px;
    display: block;
    text-indent: 2em;
    line-height: 18px;
}
.news_ul{
    width: 520px;
    margin-top: 20px;
}
.news_ul ul li:hover a p{
color: #0068b7;
}
.news_ul ul li a{
    width: 88%;
    padding-left: 10px;
    border-left: solid 1px #dcdcdc;
    margin-bottom: 17px;
}
.news_ul ul li div p{
    font-size: 20px;
    color: #4a4a4a;
    text-align: right;
    
}
.news_ul ul li div span{
    font-size: 12px;
    text-align: right;
    color: #4a4a4a;
    display: block;
}
.news_ul ul li a p{
    color: #333;
    margin-bottom: 7px;
}
.news_ul ul li a span{
    display: block;
    font-size: 13px;
    color: #aaa;
}
.notic_ul{
    margin-top: 20px;
}
.notic_ul ul li {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.notic_ul ul li:last-child{
    border-bottom: none;
}
.notic_ul ul li div p, .news_ul  ul li div p, div.gsl ul li div p{
    font-size: 13px;
    color: #fff;
    background: #0068b7;
    line-height: 23px;
    text-align: center;
    padding: 0 3px;
}
.notic_ul ul li div span, .news_ul ul li div span, div.gsl ul li div span{
    line-height: 34px;
    background: #eee;
    font-size: 20px;
    color: #1d1d1d;
    display: block;
    text-align: center;
}
.notic_ul ul li a{
    color: #505151;
    width: 82%;
    line-height: 25px;
    margin-top: 3px;
}
.main2{
    background: url(../images/main2-bg.png) no-repeat right bottom;
    background-color: #0068b7;
    padding: 30px 0;
}
.main2 .common-title div p,.main2 .common-title a,.main2 .common-title a span{
    color: #fff;
    z-index: 3;
    position: relative;
}
.main2 .common-title div p{
    border-color: #fff;
}
.main2 .common-title div span{
    color: #277ec0;
    z-index: 2;
}
.swiper-gsl{
    margin-top: 25px;
    overflow: hidden;
}
.gsl ul li{
    float: left;
    width: 48%;
    padding: 15px 8px;
    background: #fff;
    margin: 24px 0 0 4%;
}
.gsl ul li:first-child,.gsl ul li:nth-child(3){
    margin-left: 0;
}
.gsl ul li:first-child,.gsl ul li:nth-child(2){
    margin-top: 0;
}
.gsl ul li div p{
    line-height: 41px !important;
    font-size: 28px;
    background: #818484;
    text-align: center;
    color: #fff;
    padding: 0 6px !important;
}
.gsl ul li div span{
    line-height: 53px;
    font-size: 20px;
    color: #818484;
    background: #eee;
    display: block;
    text-align: center;
}
.gsl ul li a{
    width: 87%;
    margin-top: 1px;
}
.gsl ul li a p{
    font-size: 16px;
    line-height: 23px;
    color: #434343;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gsl ul li:hover a p,.gsl ul li:hover div span{
    color: #0068b7;
}
.gsl ul li:hover div p{
    background: #0068b7;
}
.gsl ul li a span{
    display: block;
    color: #7b7878;
    text-indent: 2em;
    line-height: 22px;
}
.gsl-pagination {
    text-align: center;
    margin-top: 20px;
}
.gsl-pagination span{
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
    transform: rotate(45deg);
}
.gsl-pagination .swiper-pagination-bullet-active{
    background: #00cde5;
}   
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.main3{
    background: url(../images/main3_bg.png) no-repeat left bottom;
    padding: 30px 0;
}
.zyjs{
    width: 185px;
    height: 463px;
    background: url(../images/zyjs_bg.png) no-repeat;
    padding: 23px 26px;
}
.zyjs a{
    display: block;
}
.zyjs a p{
    font-size: 29px;
    color: #fff;
    width: 30px;
    padding-bottom: 25px;
    line-height: 40px;
    text-align: center;
    background: url(../images/zyjs_more.png) no-repeat bottom center;
}
.zyjs a span{
    font-size: 22px;
    color: #fff;
    position: absolute;
    white-space: nowrap;
    top: 30px;
    left: 98px;
    transform-origin: 0 0;
    transform: rotate(90deg);
}
.zyjs_list{
    width: 1078px;
}
.zyjs_list ul li{
    width: 255px;
    overflow: hidden;
    height: 223px;
    float: left;
    position: relative;
    margin: 0 0 17px 19px;
}
.zyjs_list ul li:nth-child(n+5){
    margin-bottom: 0;
}
.zyjs_list ul li:first-child,.zyjs_list ul li:nth-child(5){
    margin-left: 0;
}
.zyjs_list ul li a{
}
.zyjs_list ul li a img{
    width: 255px;
    height: 223px;
    position: absolute;
    left: 0;
    top: 0;
}
.zyjs_list ul li a div{
    background: #000;
    background: rgba(0, 0, 0, .5);
    padding: 0 15px;
    position: absolute;
    left: 0;
    top: 179px;
}
.zyjs_list ul li a div h2{
    background: url(../images/zy_more.png) no-repeat 95% center;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height: 44px;

}
.zyjs_list ul li a div span,.zyjs_list ul li a div p{
    line-height: 22px;
    font-size: 14px;
    color: #ffffff;
}
.zyjs_list ul li:hover div{top: 0;height: 100%;}
.zyjs_list ul li:hover div h2{background: url(../images/zy_more.png) no-repeat 155% center;font-weight: bold;text-align: center;line-height: 60px;}
.main4{
    background: url(../images/main4_bg.png) no-repeat bottom center;
    background-color: #f5f9fc;
    padding-bottom: 20px;
}
.teacher{
    overflow: hidden;
    padding: 10px 30px;
    margin-top: 20px;
}
.teacher .swiper-slide{
    width: 142px;
}
.teacher_a{
    display: block;
    
}
.teacher_a div{
    width: 146px;
height: 175px;
overflow:hidden;
    margin: 0 auto;
    margin-bottom: 5px;
    
}
.teacher_a div img{
    width: 142px;
min-height:175px;
        display: block;
}
.teacher_a p,.teacher_a span{
    font-size: 15px;
    color: #505050;
line-height: 22px;
text-align: center;
}
.teacher_a span{
    display: block;
    position: relative;
}
.teacher_a span:after{
    content: "";
    width: 21px;
    height: 6px;
    background: #e5e5e5;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}
.teacher_a:hover span:after{
    background: #0068b7;
}
.teacher-button-prev,.teacher-button-next{
    width: 25px;
    height: 50px;
    background: url(../images/prev_teacher.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    z-index: 2;
}
.teacher-button-prev {
    left: 0;
}
.teacher-button-next{
    right: 0;
    background: url(../images/next_teacher.png) no-repeat;
}
.link-footer{
    padding: 25px 0;
}
.links-ul {margin-top:10px;}
.links-ul li{
    float: left;
    margin: 10px 40px 0 20px;
    padding-left: 15px;
    background: url(../images/link_ico.png) no-repeat left center;
}
.links-ul li:hover{
    background: url(../images/link_ico_on.png) no-repeat left center;
}
.links-ul li a{
    font-size: 16px;
    color: #1b1b1b;
    display: block;
}


@media screen and (max-width: 1000px) {
    #swiper_banner{
        padding: 0;
    }
    
    .common-title div{
        line-height: 42px;
    }
    .common-title div p{
        font-size: 18px;
        font-weight: 600;
    }
    .common-title div span{
        font-size: 25px;
    }
    .common-title a{
        line-height: 42px;
        font-size: 12px;
    }
    
    .main1 {
        padding: 5px 0 10px;
    }
    .main1 .w70,.main1 .w28{
        width: 100%;
        float: none;
    }
    .new_first{
        width: 100%;
        margin: 15px 0;
        float: none;
    }
    .new_first_img{
        width: 100%;
        height: auto;
    }
    .news_ul{
        width: 100%;
        float: none;
        margin-top: 0;
    }
    .new_first a>span{
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
    }
    .news_ul ul li a{
        margin-bottom: 15PX;
    }
    .news_ul ul li:last-child a{
        margin-bottom: 0;
    }
    .notic_ul ul li div p, .news_ul ul li div p, div.gsl ul li div p{
        font-size: 12px;
    }
    .notic_ul ul li div span, .news_ul ul li div span, div.gsl ul li div span{
        font-size: 16px;
        padding: 0 5px;
    }
    .news_ul ul li a{
        width: 85%;
    }
    .news_ul ul li a p{
        font-size: 14px;
        margin-bottom: 2px;
    }
    .news_ul ul li a span{
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    
    .notic_ul ul li{
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
    .notic_ul ul li a{
        line-height: 20px;
        font-size: 15px;    
    }
    .notic_ul ul li div span{
        line-height: 24px;
        font-size: 14px;
    }
    
    .main2{
        padding-top: 4px;
        padding-bottom: 10px;
    }
    .swiper-gsl{
        padding: 0;
        margin-top: 15px;
    }
    .gsl-pagination{
        margin-top: 10px;
    }
    .gsl-pagination span{
        width: 14px;
        height: 14px;
    }
    .gsl ul li{
        float: none;
        width: 100%;
        padding: 5px;
        margin: 5px 0;
    }
    .gsl ul li a p{
        font-size: 15px;
        margin-bottom: 0;
    }
    .gsl ul li a span{
        line-height: 18px;
        font-size: 13px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }
    
    .zyjs_list ul li a div{
        width: 100%;
    }
    .zyjs_list ul li a div h2{
        font-size: 15px;
        width: 100%;
    }
    div.gsl ul li div p{
        line-height: 30px !important;
        padding: 0 9px !important;
    }
    div.gsl ul li div span{
        font-size: 14px;
        line-height: 30px;
    }
    .zyjs{
        display: none;
    }
    .zyjs_list{
        width: 100%;
        float: none;
    }
    .zyjs_list ul li{
        width: 48%;
        margin: 0 0 0 2%;
        height: 151px;
        margin-bottom: 10px !important;
    }
    .zyjs_list ul li:nth-child(odd){
        margin-left: 0;
    }
    .zyjs_list ul li a img{
        width: 100%;
        height: 151px;
    }
    .zyjs_list ul li a div{
        top: 100%;
        margin-top: -44px;
        padding: 0 4px;
    }
    
    .link-footer{
        padding: 0 2%;
        padding-bottom: 10px;
    }
    .links-ul li{
        width: 50%;
        margin: 5px 0;
    }
}