﻿/*轮播图*/
.slide{
    position: relative;
    height: 100vh;
    z-index: 1;
    transition: .5s;
}
.slideBox{
    width:100%;
    height: 100vh;
    padding-top: 48px;
    overflow:hidden;
    position:relative;
    text-align: center;
    box-sizing: border-box;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 12%;
    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%;
}
.slide .down{
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translateX(-50%);
    animation: fadeInDown 2s linear infinite;
    cursor: pointer;
}
.slide .down:hover{
    animation-play-state: paused;
}

/*主体*/
.section{
    position: relative;
    background: #fff url(../image/cloud.png) no-repeat right bottom;
    transition: 1s;
}
.mTop{
    margin-top: calc(-100vh + 240px);
    z-index: 9;
}
.title{
    padding: 50px 0;
    overflow: hidden;
}
.title h1{
    position: relative;
    color: #000;
    font-size: 30px;
}
.title h1 span{
    color: #999;
    font-size: 22px;
    font-weight: normal;
}
.title h1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 60px;
    height: 5px;
    background-color: #D31F3D;
}
.title .rt{
    margin-top: 15px;
}
.title i{
    display: inline-block;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    background-color: #BD2840;
    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;
}
.title h2{
    color: #fff;
    font-size: 30px;
}
.title div span{
    color: #fff;
    font-size: 16px;
    opacity: .6;
}
/*图片新闻*/
.news{
    height: 800px;
    overflow: hidden;
    background: url(../image/gray-bg.jpg) no-repeat center center;
}
.news ul li .date h4{
    font-size: 16px;
}

.wrapper{
    height: 770px;
    background:#A92E6D url(../image/red-bg.jpg) no-repeat center center;
}
.wrapper .title {
    position: relative;
    padding: 40px 0;
}
.wrapper .title .rt{
    position: absolute;
    right: 0px;
}
.wrapper .title i{
    background-color: #fff;
    opacity: .6;
}
.wrapper .title .rt:hover i{
    opacity: 1;
}
.box{
    height:560px;
    padding: 15px;
    border: 1px solid #D28EA5;
    background-color: rgba(255,255,255,.1);
    box-sizing: border-box;
    opacity: 0;
    transition: .5s;
}
.dynamic{
    float: left;
    width: 65%;
}
.dynamic .box>.lf{
    width: 45%;
    overflow: hidden;
}
.dynamic .box>.lf>a{
    display: block;
    height: 255px;
    overflow: hidden;
}
.dynamic .box>.lf img{
    width: 100%;
    min-height: 100%;
}
.dynamic .box>.lf img:hover{
    transform: scale(1.1);
}
.dynamic .date{
    display: inline-block;
    position: relative;
    top: -20px;
}
.dynamic .date span{
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    color: #fff;
    background-color: #BD2A3C;
    z-index: 1;
}
.dynamic .date:after{
    content: '';
    position: absolute;
    top: -20px;
    right: -150px;
    bottom: 0;
    left: -40px;
    background-color: #fff;
    transform: skewX(30deg);
    z-index: 0;
}
.dynamic .info{
    padding: 0 25px 30px 25px;
    background-color: #fff;
}
.dynamic .info h3{
    font-size: 22px;
    font-weight: normal;
    height: 66px;
    line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dynamic .info p{
    margin: 10px 0 20px;
    height: 75px;
    line-height: 25px;
    color: #666;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.dynamic .info>a{
    color: #cc3333;
    text-decoration: underline;
}
.dynamic .info>a:hover{
    font-style: italic;
    font-weight: bold;
}
.dynamic ul{
    float: right;
    width: 50%;
    margin-right: 10px;
}
.dynamic ul li{
    padding-bottom: 10px;
    margin: 10px 0 20px;
    border-bottom: 1px solid #BA5A7C;
}
.dynamic ul li:nth-child(4){
    margin-bottom: 0;
    border-bottom: none;
}
.dynamic ul li span{
    display: inline-block;
    padding: 6px 20px 6px 10px;
    background-color: #fff;
}
.dynamic ul li p{
    margin: 15px 0 5px;
    height: 50px;
    line-height: 25px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dynamic ul li a{
    color: #fff;
    font-size: 18px;
}
.dynamic ul li a:hover{
    text-decoration: underline;
}
.information{
    float: right;
    width: 32%;
}
.information ul{
    margin: 5px;
}
.information ul li{
    margin-bottom: 22px;
    overflow: hidden;
}
.information ul li .date{
    float: left;
    width: 85px;
    height: 85px;
    color: #993366;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    background-color: #fff;
    box-sizing: border-box;
}
.information ul li h2{
    line-height: 40px;
    font-size: 36px;
}
.information ul li p{
    margin: 10px  0 15px 100px;
    height: 60px;
    line-height: 30px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.information ul li a{
    color: #fff;
    font-size: 18px;
}
.information ul li a:hover{
    text-decoration: underline;
}

/*友情链接*/
.links ul{
    margin-bottom: 60px;
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}
.links ul li{
    position: relative;
    float: left;
    margin-right: 50px;
    padding-left: 20px;
    font-size: 18px;
}
.links ul li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #B72942;
    border-radius: 50%;
}