*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;

}
html{
    font: 10px 'Microsoft YaHei';
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}
/*顶部大图区域*/
header{
    width: 100%;
    height: auto;
}
header>img{
    width: 100%;
}
.center{
    width: 1200px;
    margin: 30px auto 20px;
}
/*快讯推荐*/
.recommend{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-flow: row;
    -webkit-flex-flow: row;
    -moz-flex-flow:row;
    -ms-flex-flow:row;
}
/*快讯推荐 小标题图*/
.recommend>figure>h1{
    position: relative;
    height: 29px;
}
.recommend>figure>h1>.letterimg{
    position: absolute;
    right: 0;
    top:0;
}
.recommend>figure{
    width: 620px;
}
.recommend>figure li{
    line-height: 2em;
    height: 168px;
    padding-top: 10px;
    border-bottom: 1px dotted #009a44;
}
.recommend>figure li>a{
    font-size: 24px;
    display: block;
    width: 100%;
    color: #000;
    line-height: 1.5em;
    margin: 10px 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
}
.recommend>figure li>a:hover{
    color: #00aeff;
}
.recommend>figure li>p{
    text-indent: 2em;
    line-height: 2em;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.recommend>figure li>p>a{
    color: #00aeff;
}
.recommend>a>img{
    margin-left: 20px;
    width: 560px;
    height: 370px;
}
/*快讯推荐结束*/
/*相关资讯*/
.information{
    width: 100%;
    height: auto;
    margin-top: 37px;
}
.information>ul{
    margin-top: 30px;
}
.information>ul li{
    float: left;
    width: 386px;
    height:420px;
    margin-right: 21px;
    background-color: #f2f2f2;
}
.information>ul li>img{
    width: 100%;
    height: 260px;
}
.information>ul li:hover{
    background-color: #00afff;
}
.information>ul li:nth-child(3),.information>ul li:nth-child(6){
    margin-right:0;
}
.information>ul li:nth-child(n+4){
    margin-top: 25px;
}
.information>ul:after{
    display: block;
    height: 0;
    content: '';
    visibility: hidden;
    clear: both;
}
.information>ul li>a{
    display: block;
    width: 100%;
    height: 160px;
    padding: 15px 15px 0;
    line-height: 2em;
}
.information>ul li>a h3{
    color: #000;
    font-size: 16px;
    text-align: center;
}
.information>ul li>a p{
    font-size: 14px;
    text-indent: 2em;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
    color: #666;
}
.information>ul li>a p:hover{
    text-decoration: underline;
}
/*精彩图片*/
.wonderful{
    margin: 40px 0;
}
/*轮播图*/
.swiper-container{
    height:562px;/* 511px*/
    width: 95%;
}
#certify {
    position: relative;
    width: 100%;
    margin:30px auto 0;
}
/*左右点击按钮背景图*/
.swiper-button-next{
    width: 21px;
    height: 44px;
    right: 0;
    background: url("../images/click2.png");
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
.swiper-button-next:hover{
    background: url("../images/click1.png");
    transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
}
.swiper-button-prev{
    width: 21px;
    height: 44px;
    left: 0;
    background: url("../images/click2.png");
}
.swiper-button-prev:hover{
    background: url("../images/click1.png");
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}
/*左右点击按钮背景图 end*/
#certify  .swiper-slide {
    width:780px;/*520px */
    height:484px;/* 426px*/
    background: #fff;
}
#certify  .swiper-slide img{
    width: 100%;
    height: 100%;
    opacity:0.5;
}
#certify .swiper-slide-active img{
    opacity: 1;
}
#certify .swiper-slide p {
    padding-top: 0;
    text-align: center;
    color: #000;
    font-size: 24px;
    margin-top: 40px;
}
.swiper-slide p{
    display: none;
}
.swiper-slide-active p{
    display: block;
}
#certify .swiper-pagination {
    width: 100%;
    bottom:48px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 1px solid #00afff;
    background-color:rgba(255,255,255,0);
    width: 5px;
    height: 5px;
    opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 1px solid #00aadc;
    background-color:#00afff;
}

@media screen and (max-width: 1024px){
    header{
        width: 1200px;
    }
}

