/*新闻中心*/
.newsContent .titleTwo{margin-bottom:2px;}
.newsList{padding-bottom:30px;}
.newsItem{position:relative;padding:28px 0;border-bottom:1px dotted #CCCCCC;overflow:hidden;}
.newsItem .img{float:left;width:25%;overflow:hidden;}
.newsItem .img img{width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.newsItem .text{float:left;width:75%;padding-left:20px;font-size:14px;color:#666;height:110px;overflow:hidden;}
.newsItem .text h2{font-size:16px;color:#333;margin-bottom:15px;overflow:hidden;}
.newsItem .text .tit{max-width:80%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.newsItem .text .date{font-size:14px;color:#666;}
.newsItem .text p{line-height:25px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-align:justify;}
.newsItem .more{position:absolute;bottom:28px;right:0;padding-left:26px;line-height:18px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.newsItem .icon{position:absolute;width:18px;height:18px;background:url(../image/icon_10.png) no-repeat center;background-size:100% 100%;top:0;left:0;}
.newsItem:last-child{border-bottom:none;}
.newsItem:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.newsItem:hover h2{color:#0046AD;}
.newsItem:hover .more{padding-left:20px;color:#0046AD;}


/*新闻详情*/
.newsDetails{padding:40px 20px 30px;}
.newsDetails h1{font-size:20px;text-align:center;font-weight:700;}
.newsDetails .date{font-size:14px;color:#999;text-align:center;padding:15px 0 10px;margin-bottom:20px;border-bottom:1px dotted #CCCCCC;}
.newsDetails .text{font-size:14px;color:#666;line-height:25px;}
.newsDetails .text p{text-indent:0;text-align:justify;}
.newsDetails .text img{max-width:100%;margin:25px auto;}




/*解决方案详情*/
.pro_case h2{color:#0046AD;font-weight:700;padding:30px 0 20px;border-top:1px solid #EAEAEA;}
.index_case_list{position:relative;width:96%;margin:0 auto;}
.index_case_list .swiper-container{width:100%;overflow:hidden;}
.index_case_list .swiper-wrapper{width:9999px;overflow:hidden;}
.index_case_list .swiper-slide{position:relative;float:left;}
.index_case_list .swiper-slide .img{width:100%;padding:0 7px;max-height:200px;}
.index_case_list .swiper-slide img{width:100%;}
.index_case_list .p{position:absolute;width:100%;height:40px;line-height:40px;font-size:14px;text-align:center;left:0;bottom:0;color:#fff;-webkit-transition: all 0.5s;transition: all 0.5s;padding:0 7px;}
.index_case_list p{background:#133F90;background:rgba(19,63,144,0.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 15px;}
.index_case_list .swiper-slide:hover p{background:#133F90;}

.index_case_list .swiper-button{position:absolute;width:20px;height:31px;top:50%;margin-top:-15px;cursor:pointer;}
.index_case_list .swiper-button-next{right:-30px;background:url(../image/right.png) no-repeat;background-size:100% 100%;}
.index_case_list .swiper-button-prev{left:-30px;background:url(../image/left.png) no-repeat;background-size:100% 100%;}
.index_case_list .swiper-button.swiper-button-disabled{opacity:0.3;}



@media ( min-width: 1200px ) and ( max-width: 1399px ){
	/*新闻中心*/
	.newsItem .text{height:83px;}
	.newsItem .text p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:justify;}

}


@media ( min-width: 992px ) and ( max-width: 1199px ){
	/*新闻中心*/
	.newsItem .text{height:83px;}
	.newsItem .text h2{margin-bottom:10px;}
	.newsItem .text p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:justify;}
	

	/*新闻详情*/
	.newsDetails{padding-top:35px;}
	.newsDetails h1{font-size:18px;}

	
	/*解决方案详情*/
	.pro_case h2{padding-bottom:15px;}
	.index_case_list .p{font-size:13px;height:35px;line-height:35px;}
	.index_case_list p{padding:0 10px;}

}


@media ( min-width: 768px ) and ( max-width: 991px ){
	/*新闻中心*/
	.newsItem{padding:28px 0 18px;}
	.newsItem .text{height:63px;font-size:12px;}
	.newsItem .text h2{margin-bottom:5px;font-size:15px;}
	.newsItem .text .date{font-size:12px;}
	.newsItem .text .tit{width:70%;}
	.newsItem .text p{line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:justify;}
	.newsItem .more{line-height:15px;bottom:18px;}
	.newsItem .icon{width:15px;height:15px;}
	.newsItem .img{height:95px;}
	.newsItem .img img{height:100%;width:auto;}
	
	/*新闻详情*/
	.newsDetails{padding-top:30px;}
	.newsDetails h1{font-size:18px;}

	/*解决方案详情*/
	.pro_case h2{padding-bottom:15px;font-size:16px;}
	.index_case_list .p{font-size:13px;height:35px;line-height:35px;}
	.index_case_list p{padding:0 10px;}
	.index_case_list .swiper-button-next{right:-20px;}
	.index_case_list .swiper-button-prev{left:-20px;}
}

.text_img img{width:100%; max-width: 100%;}
.caseList{margin-top:30px;}
.caseListUl li{float:left;width:30.76%;margin-right:3.85%;margin-bottom:3.85%;cursor:pointer;}
.caseListUl li:nth-child(3n){margin-right:0;}
.caseListUl .img{position:relative;width:100%;overflow:hidden;}
.caseListUl .img img{width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;vertical-align:top;display:block;float:left;}
.caseListUl .img p{position:absolute;width:100%;height:45px;line-height:45px;font-size:14px;text-align:center;left:0;bottom:0;background:#133F90;background:rgba(19,63,144,0.6);color:#fff;-webkit-transition: all 0.5s;transition: all 0.5s;padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.caseListUl li:hover>.img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.caseListUl li:hover>.img p{background:#133F90;}
.caseListUl li .img p a{color:#ffffff;}

@media ( min-width: 0px ) and ( max-width: 767px ){
	.caseListUl li{float:left;width:48%;margin-right:4%;margin-bottom:3%;cursor:pointer;}
	.caseListUl li:nth-child(3n){margin-right:4%;}
	.caseListUl li:nth-child(2n){margin-right:0;}
	/*新闻中心*/
	.newsItem{padding:28px 0 18px;}
	.newsItem .text{height:auto;font-size:12px;padding-left:14px;}
	.newsItem .text h2{margin-bottom:5px;font-size:15px;}
	.newsItem .text h2 span{float:none;display:block;width:100%;}
	.newsItem .text .date{position:static;font-size:12px;color:#999;}
	.newsItem .text .tit{max-width:100%;margin-bottom:8px;}
	.newsItem .text p{line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-align:justify;}
	.newsItem .more{display:none;}
	.newsItem .img{height:95px;}
	.newsItem .img img{height:100%;width:auto;}

	/*新闻详情*/
	.newsDetails{padding:30px 0;}
	.newsDetails h1{font-size:16px;}



	/*解决方案详情*/
	.pro_case h2{padding-bottom:15px;font-size:15px;}
	.index_case_list .p{font-size:12px;height:30px;line-height:30px;}
	.index_case_list p{padding:0 10px;}
	.index_case_list .swiper-button{width:15px;height:23px;margin-top:-11px;}
	.index_case_list .swiper-button-next{right:-18px;}
	.index_case_list .swiper-button-prev{left:-18px;}

}

.sideBar {
    width: 291px;
    background: #fff;
    top: 0;
}
@media (max-width: 1399px) and (min-width: 1200px){
.sideBar {
    width: 237px;
}
}