.slide{
    position: relative;
    z-index: 1;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
    box-sizing: border-box;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 5%;
    z-index:1;
}
.slideBox .hd ul{
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideBox .hd ul li{
    position: relative;
    margin: 0 10px;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    transition: .3s;
}
.slideBox .hd ul li:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: .3s;
}
.slideBox .hd ul li.on{
    padding-right: 80px;
    font-size: 26px;
}
.slideBox .hd ul li.on:after{
    width: 75px;
}
.slideBox .bd,
.slideBox .bd>div,
.slideBox .bd ul{
    height: 100%;
}
.slideBox .bd li{
    height: 100%;
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
    height: 100%;
}


.section{
    position: relative;
    transition: 1s;
}

.title{
    padding: 35px 0;
    overflow: hidden;
}
.title h1{
    position: relative;
    color: #00214A;
    font-size: 30px;
}
.title h1 p{
    line-height: 20px;
    color: #372628;
    font-size: 26px;
    font-style: italic;
    font-family: 'Georgia';
    opacity: .5;
}

.title .rt{
    margin-top: 15px;
}
.title i{
    display: inline-block;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    background-color: #F52936;
    border-radius: 50%;
    transition: .3s;
}
.title i:nth-child(2){
    width: 22px;
    border-radius: 10px;
}
.title .rt:hover i:nth-child(2){
    width: 8px;
    border-radius: 50%;
}
.title .rt:hover i:nth-child(1){
    width: 22px;
    border-radius: 10px;
}


.news>.lf{
  	width: 55%;
}
.news ul{
    
    margin-bottom: 40px;
    overflow: hidden;
}
.news ul li{
    float: left;
    
  	width: 48%;
    border: 1px solid #DCDCDC;
}
.news ul li:last-child{
    float: right;
}
.news ul li>a{
    display: block;
    height: 273px;
    overflow: hidden;
}
.news ul li img{
    width: 100%;
    
}
.news ul li img:hover{
    transform: scale(1.1);
}
.news ul li .info{
    padding: 15px 25px 40px;
}
.news ul li .info h3{
    font-size: 24px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news ul li .info h3 a:hover{
    text-decoration: underline;
}
.news ul li .info p{
    margin: 30px 0;
    line-height: 1.5em;
    color: #666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.news ul li .info>a{
    display: inline-block;
    padding-left: 35px;
    color: #666;
    background: url(../image/arrow.png) no-repeat left center;
    transition: .3s;
}
.news ul li .info>a:hover{
    margin-left: 15px;
    color: #00214A;
    font-weight: bold;
}

.news>.rt{
  	width: 42%;
}
.news ol{
    
    overflow: hidden;
}
.news ol li{
    float: left;
    width: 50%;
    height: 277px;
    margin-bottom: 20px;
    border: 1px solid #DCDCDC;
}
.news ol li:nth-child(2n){
    border-left: none;
}
.news ol li>a{
    display: block;
    height: 164px;
    overflow: hidden;
}
.news ol li img{
    width: 100%;
    
}
.news ol li img:hover{
    transform: scale(1.1);
}
.news ol li .info{
    padding: 20px;
}
.news ol li .info p{
    line-height: 1.5em;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.notice .title{
    float: left;
    
  	width: 18%;
}
.notice .title>a{
    display: inline-block;
    margin: 50px 0;
    width: 160px;
    height: 55px;
    line-height: 55px;
    color: #00214A;
    font-size: 18px;
    padding-left: 2em;
    border: 1px solid #E5E5E5;
    background-color: #FBFBFB;
    border-left: 3px solid #00214A;
    box-sizing: border-box;
    transition: .3s;
}
.notice .title>a:hover{
    margin-left: 15px;
    font-weight: bold;
}
.notice ul{
    float: right;
    
  	width: 80%;
    margin: 35px 0;
}
.notice ul li{
    position: relative;
    float: left;
    
  	width: 33%;
    height: 214px;
    padding: 30px 15px;
    overflow: hidden;
}
.notice ul li:hover{
    box-shadow: 2px 2px 4px #F0F0F3, -2px -2px 4px #F0F0F3;
}
.notice ul li .date{
    float: left;
    text-align: center;
    color: #00214A;
    font-size: 16px;
    font-family: 'Times New Roman';
}
.notice ul li .date h2{
    line-height: 40px;
    font-size: 38px;
}
.notice ul li .info{
    margin-left: 72px;
}
.notice ul li .info h3{
    height: 4.5em;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: normal;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.notice ul li .info h3 a:hover{
    text-decoration: underline;
}
.notice ul li .info p{
    margin-top: 10px;
    line-height: 1.5em;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.notice ul li .hover{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -68px;
    padding: 12px 15px;
    background-color: rgba(0,33,74,.8);
    transition: .3s;
}
.notice ul li:hover .hover{
    bottom: 0;
}
.notice ul li .hover>a{
    float: right;
    color: #fff;
    margin-top: 8px;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #8F0000;
    border-radius: 3px;
    transition: .3s;
}
.notice ul li .hover>a:hover{
    border-radius: 15px;
}
.notice ul li .hover p{
    margin-right: 80px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice ul li .hover p a{
    color: #fff;
}
.notice ul li .hover p a:hover{
    text-decoration: underline;
}
.notice ul li:nth-child(2),
.notice ul li:nth-child(5){
    margin: 0 5px;
}


.intro{
    height: 654px;
    margin: 50px 0 60px;
    background: url(../image/intro-bg.jpg) no-repeat center bottom;
}
.video{
    position: relative;
    float: left;
    width: 48%;
    height: 506px;
    overflow: hidden;
}
.poster{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}
.poster>img{
    width: 100%;
    height: 100%;
}
.poster:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 19;
}
.poster span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 29;
    cursor: pointer;
}

.intro-info{
    float: right;
    width: 48%;
}
.topic h2{
    font-size: 38px;
    font-style: italic;
    font-family: 'Georgia';
}
.topic a{
    display: inline-block;
    padding-right: 55px;
    color: #372628;
    font-size: 18px;
    font-family: 'Times New Roman';
    background: url(../image/more1.png) no-repeat right center;
    transition: .3s;
}
.topic a:hover{
    margin-left: 15px;
    color: #81494A;
    font-weight: bold;
}
.intro-info .info{
    width: 630px;
    line-height: 2.2em;
    margin-top: 120px;
    color: #fff;
    font-size: 18px;
    font-family: 'Times New Roman';
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.why{
    float: left;
    width: 540px;
}
.why ul{
    margin: 80px 0;
}
.why ul li a{
    position: relative;
    display: block;
    width: 450px;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    margin-bottom: 20px;
    color: #acb6c5;
    font-size: 20px;
    font-family: 'Times New Roman';
    background-color: #00214A;
    box-sizing: border-box;
    transition: .3s;
}
.why ul li a:hover{
    color: #fff;
    padding-left: 30px;
    background-color: #333C48;
}
.why ul li a:after{
    content: '>';
    position: absolute;
    top: 0;
    right: 40px;
    font-size: 26px;
    font-family: '宋体';
    font-weight: bold;
}
.why-right{
    float: right;
    width: 50%;
    padding: 15px 0 80px;
}
.mien{
    position: relative;
    max-height: 490px;
    overflow: hidden;
}
.mien>a{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: '宋体';
    text-align: center;
    background-color: rgba(51,60,72,.8);
    transition: .3s;
}
.mien>a.prev{
    left: -30px;
}
.mien>a.next{
    right: -30px;
}
.mien:hover>a.prev{
    left: 0;
}
.mien:hover>a.next{
    right: 0;
}
.wrapper{
    position: relative;
}
.wrapper:before{
    content: '';
    position: absolute;
    top: 170px;
    right: 0;
    left: 45%;
    bottom: 0;
    background-color: #333C48;
}
