﻿

/*banner*/
.banner{
    width: 100%;
    overflow: hidden;
    position: relative;
	top:0;
}
.swiper-container{
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.banner .swiper-slide img {
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.banjt,.flipto-prev,.flipto-next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 60px;
    z-index: 5;
    left: 50px;
    cursor: pointer;
    color:#fff;
    font-size: 20px;
    font-family: "宋体";
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 60px;
    border-radius: 5px;
}
.swiper-button-prev,.flipto-next{
    right: 50px;
    left: auto;
}


/*about*/
#about{
    padding: 60px 0 100px 0;
    width: 100%;
    background: url(../image/about_bg.png) no-repeat right bottom;
}

#about .about_left{
    width: 28.5%;
    float: left;
    text-align: right;
    position: relative;
    margin-left: 7%;
}
#about .about_left::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #065c9a;
    left: -20%;
    bottom: -10%;
    z-index: -1;
}

.about_right{
    width: 55%;
    float: right;
    padding-top: 5%;
}
.about_right h2{
    color: #444444;
    font-size: 40px;
    line-height: 50px;
    position: relative;
    padding-left: 45px;
}
.about_right h2::after{
    content: "";
    position: absolute;
    left:0;
    top: 22px;
    width: 35px;
    height: 4px;
    background: #065c9a;
    display: block;
}
.about_right p{    
    color: #444444;
    font-size: 15px;
    line-height: 25px;
    padding-top: 25px;
    padding-bottom: 35px;
}
.about_right a,.team a.nr_more,.honor a.nr_more{
    color: #444444;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    padding: 0 30px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #065c9a;
}
.about_right a:hover,.team a.nr_more:hover,.honor a.nr_more:hover{
    background: #065c9a;
    color: #fff;
}
/*course*/
.course{
    background: url(../image/class_bg_10.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 40px;
}
.course_tab{
    padding-top: 20px;
    margin-bottom: 35px;
}
.course_tab li{
    font-size: 16px;
    line-height: 42px;
    border: 1px solid #fff;
    padding: 0 20px;
    margin: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}
.course_tab li:hover,.course_tab li.current{
    background: rgba(1,47,80,0.9);
    border: 1px solid rgba(1,47,80,0.9);
}
.course_box ul{
    margin: 0 -10px;
}
.course_box ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width:33.33%;
    margin-bottom: 20px;
}
.course_box ul li a{
    display: block;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
}
.course_box li .cou_til{
    background: rgba(255,255,255,0.8);
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    min-height: 40px;
    height: 40px;
    text-align: center;
}
.course_box li:hover .cou_til{
    background: #fff;
    min-height: 75px;
    font-size: 0;
    line-height: 0;
    height: 75px;
}
.course_box li .cou_til h3{
    color: #333333;
    font-size: 18px;
    line-height: 40px;
    display: inline-block;
    height: 40px;
}
.course_box li .cou_til h3 span{
    line-height: 40px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.course_box li:hover .cou_til h3{
    background: rgba(1,47,80,0.9);
    margin: 0 auto;
    line-height: 34px;
    padding: 0 40px;
    position: relative;
    top: -17px;
    height: 34px;
}
.course_box li:hover .cou_til h3 span{
    color: #fff;
    margin: 0 auto;
    line-height: 34px;
    height: 34px;
}
.course_box li .cou_til p{
    position: absolute;
    width: 90%;
    text-align: center;
    left: 5%;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    bottom: -100%;
}
.course_box li:hover .cou_til p{
    bottom: 6px;
}
.course_box a.nr_more,.job a.nr_more,.news a.nr_more{
    background: #fff;
    border:2px solid #fff;
    color: #065c9a;
    font-size: 16px;
    width: 140px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 45px;
    display: block;
    border-radius: 5px;
}

/*team*/
.team{
    text-align: center;
    width: 100%;
    background: none;
    padding-bottom: 45px;
}
.team .swiper-container2{
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
}
.team .item{
    position: relative;
}
.team .item .over-lay{
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 5%;
    text-align: center;
    height: 50px;
}
.team .item:hover .over-lay{
    height: 90%;
    background: rgba(0,0,0,0.8);
}
.team .item .flex_w{
    width: 100%;
    height: 100%;
}
.team .item .flex_w .team-box{
    width: 100%;
}
.team .item h3{
    color: #fff;
    line-height: 50px;
    background: rgba(1,47,80,0.9);
    font-size: 18px;
}
.team .item:hover h3{
    background: none;
}
.team .item .teawm_js{
    margin: 20px 0;
    max-height: 240px;
    overflow: hidden;
}
.team .item .teawm_js p{
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
}
.team .item .teawm_js,.team .item a{
    display: none;
}
.team .item a{
    width: 145px;
    height: 45px;
    color: #065c9a;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
}
.team .item:hover .teawm_js,.team .item:hover a{
    display: block;
}

/*job*/
.job{
    width: 100%;
    background: url(../image/job_bg_22.jpg) no-repeat center top;
    background-size: cover;
}
.job .container{
    padding: 30px 0 45px 0;
}
.job .job1_pic{
    width: 60%;
    margin: 0 auto;
}
.job .job1_pic li{
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
    text-align: center;
}
.job .job1_pic li .job1-box{
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
}
.job .job1_pic li .job1-box:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}
.job .job2_pic{
    margin-top: 10px;
    padding-bottom: 20px;
}
.job .job2_pic li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width:33.33%;
    text-align: center;
}
.job .job2_pic li .job2-box{
    width: 62%;
    padding-bottom: 62%;
    height: 0;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
}
.job .job2_pic li .job2_main{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.job .job2_pic li .flex_w{
    width: 100%;
    height: 100%;
}
.job .job2_pic li h4{
    color: #444444;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    line-height: 40px;
    margin-bottom: 12px;
}
.job .job2_pic li h4::after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 2px;
    bottom: 0;
    display: block;
    background: #065c9a;
}
.job .job2_pic li .job2-box:hover h4{
    color: #065c9a;
}
.job .job2_pic li p{
    color: #555554;
    font-size: 14px;
    line-height: 25px;
}

/*honor*/
.honor{
    background: none;
    width: 100%;
}
.honor .container{
    padding: 25px 0 40px 0;
    text-align: center;
}
.flipto-prev,.flipto-next{
    color: #fff;
	background: rgba(1,47,80,0.6);
}
.flipto-prev:hover,.flipto-next:hover{
    background:rgba(1,47,80,1);
    color: #fff;
}
.flipto-prev{
    left: 0;

}
.flipto-next{
    right: 0;
}

/*gjrzzd*/
.gjrzzd{
    width: 100%;
}
.gjrzzd .rzzd_pic{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
	top:0;
}
.gjrzzd .rzzd-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
    height: 200px;
}

/*news*/
.news {
    width: 100%;
    background: url(../image/news_bg_29.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 40px;
}
.news ul{
    margin: 25px -10px 30px -10px;
}
.news ul li{
    position: relative;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width:50%;
    margin-bottom: 20px;
}
.news ul li a{
    margin: 0 10px;
    background: #fff;
    display: block;
    padding: 15px 15px 10px 10px;
}
.news ul li:hover a{
    background: #18415f;
}
.news ul li .news_date{
    width: 60px;
    float: left;
}
.news ul li .news_date h2{
    color: #555555;
    font-size: 50px;
    text-align: center;
    line-height: 50px;
}
.news ul li:hover .news_date h2,.news ul li:hover .news_date h2 span,.news ul li:hover .news_right h3,.news ul li:hover .news_right p{
    color: #fff;
}
.news ul li .news_date h2 span{
    color: #555555;
    font-size: 14px;
    display: block;
    line-height: 15px;
}
.news ul li:hover .news_right{
    border-left: 1px solid #14364e;
}
.news ul li .news_right{
    width: 85%;
    float: right;
    padding-left: 5%;
    border-left: 1px solid #cccccc;
}
.news ul li .news_right h3{
    color: #555555;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:1;
    overflow: hidden;
}
.news ul li .news_right p{
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    padding-top:5px;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}

/*partner*/
.partner{
    width: 100%;
    background: none;
}
.partner .container{
    padding-top: 30px;
}
.partner .swiper-container3{
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
}
.partner .swiper-slide a{
    display: block;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.partner .swiper-pagination3{
    text-align: center;
    margin-top: 10px;
}
.partner .swiper-pagination3 span{
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50px;
    background: rgba(0,0,0,0.6);
    margin: 2px;
}
.partner .swiper-pagination3 span.swiper-pagination-bullet-active{
    background: rgba(0,0,0,1);
}
