/*banner*/
.swiper-container {
	width: 100%;
	/* max-height: 590px; */
	overflow: hidden;
}
.swiper-slide {
	text-align: center;
	background: #fff;
	height: 450px;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-button-next {
	background: url(../images/next.png) 0 0 no-repeat !important;
}
.swiper-button-prev {
	background: url(../images/prev.png) 0 0 no-repeat !important;
}
.swiper-button-next, .swiper-button-prev {
	width: 65px !important;
	height: 65px !important;
}
/*产品展示*/
.index-product-container {
	width: 1180px;
	margin: 0 auto;
}
.index-title {
	text-align: center;
	font-size: 22px;
	color: #333;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.index-product-title {
	padding: 65px 0 15px;
}
.index-title:after {
	width: 12px;
	height: 12px;
	border: 2px solid #2a99f3;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -9px;
}
.index-porduct-list li {
	width: 25%;
	float: left;
	text-align: center;
	margin-top: 18px;
}
.index-porduct-list li a {
	margin-right: 10px;
	display: block;
	overflow: hidden;
	border: 1px solid #cecece;
	height: 340px;
	margin-bottom: 2px;
}
.index-porduct-list li:hover a {
	box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	-moz-box-shadow: 0 0 10px #999;
	-ms-box-shadow: 0 0 10px #999;
}
.index-product-brief {
	font-size: 12px;
	color: #757575;
	padding: 0 10px 30px;
	line-height: 26px;
}
.index-product-brief p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
}
.index-product-subtitle {
	font-size: 16px;
	color: #606060;
	line-height: 29px;
	padding-top: 35px;
}
.index-product-subtitle::after, .index-product-subtitle::before {
	width: 40px;
	height: 1px;
	content: "";
	display: inline-block;
	background: #f1f1f1;
	margin-bottom: 5px;
}
.index-porduct-list {
	padding-top: 20px;
	overflow: hidden;
}
.index-product-img1 {
	width: 100%;
	height: 200px;
}
.index-down {
	text-align: center;
	margin-top: 10px;
}
/*设备展示*/
.index-equipment-title {
	padding: 70px 0 15px;
}
.index-equipment-content {
	margin: 38px 0 0;
	overflow: hidden;
}
.index-equipment-list {
	margin-right: 20px;
	float: left;
	width: 32%;
	height: 305px;
	border: 1px solid #a1a1a1;
}
.index-equipment-list:last-child {
	margin-right: 0;
}
.index-equipment-container {
	width: 1180px;
	margin: 0 auto;
}
.index-equipment-list img {
	width: 100%;
	height: 100%;
}
/*新闻中心*/
.index-news-container {
	width: 1180px;
	margin: 0 auto;
}
.index-news-title {
	padding: 80px 0 15px;
}
.index-news-subnav li {
	font-size: 20px;
	color: #1c1c1c;
	padding: 0 40px;
	height: 60px;
	background: #fff;
	float: left;
	line-height: 60px;
	cursor: pointer;
}
.index-news-subnav li.active {
	color: #fafafa;
	background: #0a5aac;
}
.index-news-content {
	margin-top: 40px;
	overflow: hidden;
}
.index-news-subnav {
	overflow: hidden;
	float: left;
}
.index-news-page span {
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #1a3060;
	display: inline-block;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
.index-news-page span.active {
	border: 1px solid #3467a7;
	background: #3467a7;
}
.index-news-page {
	overflow: hidden;
	float: right;
	margin-top: 25px;
}
.index-news-tab {
	display: none;
	background: #f8f8f8;
}
.index-news-tab.active {
	display: block;
}
.index-news-list {
	overflow: hidden;
	padding: 0 7px;
}
.index-news-list li {
	width: 50%;
	margin: 25px 0;
	float: left;
}
.index-news-list li a {
	display: block;
	padding: 0 27px 0 0;
}
.index-news-list li a:hover .index-news-subtitle,
.index-news-list li a:hover .index-news-subtitle em {
	text-decoration: underline;
}
 {
	text-decoration: underline;
}
.index-news-list li:nth-child(2n) a {
	padding: 0 0 0 27px;
}
.index-news-img {
	width: 210px;
	height: 98px;
	float: left;
	margin-right: 20px;
}
.index-news-subtitle {
	font-size: 18px;
	color: #0a5aac;
	padding: 10px 0;
}
.index-news-subtitle em {
	float: right;
	font-size: 16px;
}
.index-news-text {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
}
.index-news-details {
	padding-left: 25px;
}
/*关于怡俊*/
.index-about-title {
	padding: 100px 0 15px;
}
.index-about-container {
	margin: 0 auto;
	width: 1180px;
	margin-bottom: 180px;
}
.index-about-img {
	width: 470px;
	height: 345px;
	float: left;
	margin-right: 35px;
}
.index-about-img img {
	width: 100%;
	height: 100%;
}
.index-about-text {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 26px;
	margin-top: 30px;
	padding: 36px 30px 44px 0;
	background: #f8f8f8;
}
.index-about-content {
	padding: 40px 0 0 0;
	overflow: hidden;
}
