﻿

body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background: url(../image/body-bg.jpg) no-repeat;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #68BC0E;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}


.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}


.header{
    height: 180px;
}
.header .logo{
    float: left;
    margin-top: 40px;
    animation: zoomIn 1s;
}
.search{
    position: absolute;
    top: 30px;
    right: 0;
    height: 32px;
}
.search a{
    color: #fff;
}
.search form{
    display: inline-block;
    margin-left: 20px;
}
input[type='text']{
    height: 32px;
    line-height: 32px;
    width: 150px;
    padding: 0 40px 0 10px;
    border: none;
    background: #ECFFD2;
    border-radius: 30px;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: url(../image/search6.png) no-repeat center center;
}

.nav{
    float: right;
    margin-top: 92px;
}
.menu>li{
    float: left;
    width: 112px;
    position: relative;
    margin-left: 10px;
}
.menu>li>a{
    position: relative;
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}
.menu>li>a:hover{
    text-decoration: none;
    background: #F6F6F6;
}
.menu>li>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 5px;
    background: #68BC0E;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
}
.menu>li>a:hover:before{
    left: 0;
    width: 100%;
}

.section{
    position: relative;
    min-height: 500px;
    background: #fff;
}

.title h3{
    font-size: 22px;
    font-weight: normal;
    margin: 20px 0;
}
.title h3 a{
    position: relative;
    display: inline-block;
    color: #68BC0E;
    margin-left: 15px;
    text-decoration: none;
}
.title h3 a:before{
    content: '';
    position: absolute;
    top: 5px;
    left: -15px;
    bottom: 5px;
    width: 6px;
    background: #68BC0E;
    border-radius: 5px;
}
.title h3 a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 0;
    height: 3px;
    background: #68BC0E;
    transition: .3s;
}
.title h3 a:hover:after{
    width: 100%;
}
.title h3 a.on{
    color: #68BC0E;
}
.title h3 a.on:after{
    width: 100%;
}
.title h3 span{
    color: #B6B7B4;
    font-size: 13px;
    margin-left: 10px;
}


.dynamic{
    float: left;
    width: 850px;
    overflow: hidden;
}
.albumBox{
    float: left;
    width: 356px;
    height: 243px;
    overflow:hidden;
    position:relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    bottom: 10px;
    width: 110px;
    z-index:1;
}
.albumBox .hd ul{
    float: right;
    margin-right: 10px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background: #B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
    height: 243px;
}
.albumBox .bd img{
    display:inline-block;
    width: 356px;
    height: 243px;
}
.albumBox .bd li>a{
    display: block;
    position: relative;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 80px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: rgba(0,0,0,.5);
}
.albumBox .bd li p a{
    color: #fff;
}
.albumBox .bd li p a:hover{
    color: #68BC0E;
    text-decoration: none;
}

.notice{
    float: right;
    width: 464px;
}
.notice ul{
    margin: -7px 0;
}
.notice ul li{
    position: relative;
    height: 32px;
    line-height: 32px;
}
.notice ul li span{
    float: right;
}
.notice ul li p{
    margin-right: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.consult{
    float: right;
    width: 325px;
    height: 294px;
    margin-top: 20px;
    padding: 25px 30px;
    background: #F2F2F2;
    box-sizing: border-box;
}
.consult h3{
    color: #666;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}
.consult p{
    color: #6AB91D;
    font-size: 18px;
    line-height: 30px;
}
.consult .tel{
    position: relative;
    padding-left: 60px;
}
.consult .tel:before,
.consult .address:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../image/spirit1.png) no-repeat 0 -151px;
}
.consult .address{
    position: relative;
    margin-top: 20px;
    padding-left: 65px;
}
.consult .address:before{
    background: url(../image/spirit1.png) no-repeat -45px -151px;
}
.consult .address p{
    font-size: 15px;
    margin-bottom: 30px;
}
.consult>a{
    display: inline-block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background: #71C025;
    border-radius: 25px;
}
.consult>a:hover{
    opacity: .85;
    filter: Alpha(opacity=85);
}


.mid-nav{
    height: 270px;
    margin-top: 30px;
    background: #F2F2F2;
}
.mid-nav ul li{
    float: left;
    width: 20%;
    margin-top: 35px;
    text-align: center;
}
.mid-nav ul li p a{
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    text-decoration: none;
}
.mid-nav ul li img{
    border-radius: 50%;
    transition: .3s;
}
.mid-nav ul li img:hover{
    opacity: .85;
    filter: Alpha(opacity=85);
    animation: pulse 1s;
}


.notification{
    float: left;
    width: 585px;
}
.notification ul li{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #D5C6C6;
    overflow: hidden;
}
.notification ul li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.notification .date{
    float: left;
    width: 90px;
    height: 85px;
    color: #fff;
    text-align: center;
    background: #6AB91D;
    border-radius: 5px;
}
.notification .date p{
    font-size: 30px;
    margin-top: 10px;
}
.notification .info{
    margin-left: 110px;
}
.notification .info h3{
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 5px 0;
}
.notification .info p{
    height: 50px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
}


.college-style{
    float: right;
    width: 585px;
}
.college-style ul{
    min-height: 340px;
}
.college-style ul li{
    height: 34px;
    line-height: 34px;
}
.college-style ul li span{
    float: right;
    color: #666;
    font-size: 16px;
}
.college-style ul li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 120px;
}
.college-style ul li a{
    position: relative;
    padding-left: 18px;
    font-size: 16px;
}
.college-style ul li a:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #68BC0E;
    border-radius: 50%;
}


.activity-video .bd{
    margin-top: 30px;
    overflow: hidden;
}
.activity-video ul{
    margin: 30px -40px 30px 0;
}
.activity-video ul:after{
    content: '';
    display: block;
    clear: both;
}
.activity-video ul li{
    float: left;
    width: 270px;
    margin: 0 40px 30px 0;
    position: relative;
}
.activity-video ul li:hover a{
    color: #fff;
}
.activity-video ul li img{
    display: inline-block;
    width: 270px;
    height: 172px;
}
.activity-video ul li p{
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.activity-video ul li a{
    display: block;
    position: relative;
    font-size: 16px;
    text-decoration: none;
}
.activity-video ul li a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #E6E6E6;
}
.activity-video ul li a:hover:after{
    border: 2px solid #68BC0E;
}
.activity-video ul li a:hover{
    color: #fff;
    background: #68BC0E;
}


.footer{
    height: 220px;
    color: #fff;
    margin-top: 50px;
    background: #87BC45;
}
.footer .lf img{
    margin-top: 30px;
}
.footer .lf p{
    height: 60px;
    line-height: 30px;
    margin: 30px 0 0 50px;
}
.footer p a{
    color: #fff;
}
.footer .rt{
    text-align: right;
}
.footer .rt p{
    margin-top: 60px;
    font-size: 16px;
}
.footer .rt>a{
    position: relative;
    display: inline-block;
    margin: 30px 0 0 28px;
    border-radius: 50%;
}
.footer .rt .qrCode{
    position: absolute;
    top: -106px;
    left: 50%;
    width: 96px;
    height: 96px;
    margin-left: -48px;
    display: none;
}
.footer .rt .qrCode img{
    display: inline-block;
    width: 92px;
    height: 92px;
    border: 2px solid #fff;
}
.footer .rt .qrCode:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fff;
}


.slideBox{
    width:1200px;
    height: 445px;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 25px;
    z-index: 1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:10px;
    height:10px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
    transition: .3s;
}
.slideBox .hd ul li.on{
    width: 25px;
    background: #E50112;
    border-radius: 25px;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 1200px;
    height: 445px;
}

.banner{
    margin: 20px 0 30px;
}

.bread{
    height: 50px;
    line-height: 50px;
    background: #68AA17;
}
.bread span{
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 0 25px;
    padding: 0 20px;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bread .rt{
    position: relative;
    margin-right: 30px;
    padding-left: 25px;
    color: #fff;
}
.bread .rt:before{
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    width: 17px;
    height: 16px;
    background: url(../image/spirit1.png) no-repeat -320px -180px;
}

.bread .rt a{
    color: #fff;
}


.file-notify{
    width: 100%;
}
.notify-list{
    margin: 30px -20px;
    overflow: hidden;
}
.notification .notify-list li{
    float: left;
    width: 580px;
    margin-left: 20px;
    margin-right: 20px;
}
.notification .notify-list li:nth-child(11){
    border-bottom: none;
}


.college-list{
    float: none;
    width: 100%;
}
.college-list ul{
    margin: 20px 0;
}
.college-list ul li{
    height: 50px;
    line-height: 50px;
    padding: 0 30px 0 15px;
    border-bottom: 1px dotted #8C8C8C;
}
.college-list ul li:hover{
    background: #F6F6F6;
}
.college-list ul li p a{
    text-decoration: none;
    padding-left: 25px;
}
.college-list ul li p a:before{
    background: #fff;
    border: 2px solid #68AA17;
}


.dynamic-list{
    margin: 30px 0;
}
.dynamic-list li{
    height: 188px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
}
.dynamic-list .img{
    float: left;
    width: 260px;
    height: 168px;
    overflow: hidden;
}
.dynamic-list img{
    display: inline-block;
    width: 260px;
    height: 168px;
    transition: .3s;
}
.dynamic-list img:hover{
    transform: scale(1.1);
}
.dynamic-info{
    margin-left: 280px;
}
.dynamic-info h2{
    font-size: 20px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.dynamic-info p{
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    color: #8B8B8B;
    margin: 10px 0 15px;
}
.dynamic-info span{
    position: relative;
    top: 10px;
    color: #666;
    padding-left: 25px;
}
.dynamic-info span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../image/spirit1.png) no-repeat -320px -158px;;
}
.dynamic-info .rt{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../image/spirit1.png) no-repeat -285px -132px;
    transition: .3s;
}
.dynamic-info .rt:hover{
    background-position-y: -164px;
}


.detail{
    margin: 20px 0;
}
.caption{
    margin-bottom: 20px;
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 5px;
}
.content{
    padding-top: 30px;
    min-height: 300px;
}


.profile{
    padding: 25px 0;
    min-height: 300px;
}


.search-list{
    margin: 30px 0;
}
.search-list li{
    margin-bottom: 25px;
}
.search-list li h3{
    font-size: 18px;
}
.search-list li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 10px 0 5px;
}
.search-list li span{
    color: #666;
}