/*头部导航*/
#index{margin-bottom:60px;float:left;width:100%;overflow:hidden;}
.headerSearch{width:95%;margin:0 2.5%;position:relative;height:50px;}
.headerSearchInput{float:left;width:calc(88% - 70px);border-radius:15px;border:none;height:30px;margin:10px 0;outline:none;
background:#f5f5f5 url(../png/search.png) no-repeat left center;background-size:20px;background-position: 10px;padding:0 35px;}
.headerImgDIv{width:12%;float:left;height:30px;margin:10px 0;}
.headerImg{height:30px;width:30px;margin:0 auto;display:block;}
.news{position:absolute;top:5px;right:-2px;width:25px;line-height:15px;color:#fff;background:Red;text-align: center;border-radius:10px;font-size:8px;}

/*swiper轮播图片*/
.swiperImg{width:95%;margin:0 2.5%;border-radius:5px;}
.swiper-slide{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    overflow: auto  /*overflow :auto 必须*/
}
.swiper-slide-active { height:auto;}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{height:600px !important;}
/*内容开始导航*/
.contensTitle{width:95%;margin:0 2.5%;height:40px;}
.contensTitle li{width:33.33%;float:left;text-align:center;font-size:16px;line-height:40px;margin-bottom:5px;}
.contensTitleSpan{color:#1e9fff;border-bottom:2px solid #1e9fff;}
/*内容开始*/
.newsContentsAll{width:100%;float:left;border-bottom:1px solid #f5f5f5;line-height:40px;}
.newsContents{width:92%;margin:0 4%;}
.newsRed{color:red;}
.newsAllUl{width:100%;float:left;}
.newsAllLi{width:95%;margin:0 2.5%;float:left;border-bottom:1px solid #f5f5f5;height:80px;padding:10px 0;}
.newsLiDivLR{width:100%;float:left;height:80px;}
.newsLiDivLeft{width:60%;float:left;height:80px;font-size:14px;}
.newsLiDivCenter{width:40%;float:left;height:80px;}
.newsLiDivCenter img{width:120px;height:80px;margin:0 auto;display:block;}
.newsLiDivRight{width:100%;float:left;font-size:12px;height:20px;}
.newsLiDivRight img{width:20px;height:20px;float:left;}
.newsLiDivRightspans{float:left;line-height:20px;margin-left:10px;}
.newsLiDivRightspans02{float:left;line-height:20px;}
.newsAllLiTwo{width:95%;margin:0 2.5%;float:left;border-bottom:1px solid #f5f5f5;padding:10px 0;}
.newsLiDivLRTwo{width:100%;float:left;margin-bottom:10px;font-size:14px;}
.contentsImgAll{width:100%;float:left;height:100px;padding:10px 0;}
.contentsImgs{width:45%;margin:0 2.5%;height:100px;float:left;}
.newsAllLi02{width:95%;margin:0 2.5%;float:left;border-bottom:1px solid #f5f5f5;height:80px;padding:10px 0;}
.newsLiDivCenter02{width:40%;float:left;height:80px;}
.newsLiDivCenter02 img{width:120px;height:80px;margin:0 auto;display:block;}
.overflowhidden{height:40px;margin-bottom:20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}