﻿img,a,div,b,em,i,li,p,h3,span {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.container {
	width: 85%;
	min-width: 1340px;
	max-width: 1340px;
	margin: 0 auto;
	position: relative;
}



/*新闻页面*/

.i_tit{
	position: relative;
	padding: 0 0 10px;
}
.i_tit h1{ 
	color: #000; 
	font-size: 36px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; 
	line-height: 40px;
	text-transform: uppercase;
}
.i_tit p{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
}






/*首页新闻*/
.i_news {
	padding: 5px 0 0px;
	overflow: hidden;
	background-color:#fff;
}

.news_img{
	width: 100%;
	height: 280px;
	overflow: hidden;
}
.news_img div{
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	background-size: cover;
	background-position: center;
}
.news_desc{
	padding: 25px 30px 35px;
	background-color: #f5f5f5;
	overflow: hidden;
}
.news_desc h3{
	font-size: 18px;
	color: #000;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 12px;
}

.news_desc p{
	color: #949494;
	font-size: 14px;
	line-height: 22px;
	height: 66px;

}
.i_news .swiper-container{
	padding-bottom: 20px;
}
.i_news .swiper-slide:hover .news_img div{
	transform: scale(1.05,1.05);
}
.i_news .swiper-slide:hover .news_desc{
	background: #fefefe;
	box-shadow: 0 0 1px 0 rgba(0,0,0,0.2);
}
.news-next,
.news-prev,
.vi-next,
.vi-prev{
	position: absolute;
	top: 202px;
	width: 30px;
	height: 78px;
	cursor: pointer;
	border-radius: 4px;
}
.news-next,
.vi-next{
	right: -50px;
	background: url(../images/news_next.png) no-repeat #f2f2f2;
}
.news-prev,
.vi-prev{
	left: -50px;
	background: url(../images/news_prev.png) no-repeat #f2f2f2;
}

.news-next:hover,
.news-prev:hover,
.vi-next:hover,
.vi-prev:hover{
	background-color: #ccc;
}

.text-center {
	text-align: center;
}




