﻿.index-col {
	background: url(../images/indexBg.jpg) no-repeat center;
	background-size: cover;
}


/*banner*/

.banner {
	display: flex;
	overflow: hidden;
}

.banner .ban-box {
	position: relative;
}

.ban-box .swiper-slide {
	position: relative;
	overflow: hidden;
}

.ban-box .ban-img img {
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.ban-box .ban-col {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.ban-box .ban-col .content {
	margin-top: -80px;
}

.ban-col .content h3 {
	font-size: 24px;
	font-family: "hg";
	text-transform: uppercase;
	line-height: 1;
	text-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
}

.ban-col .content h2 {
	font-size: 48px;
	font-family: "hg";
	text-transform: uppercase;
	margin: 20px 0 80px;
	line-height: 1.2;
	text-shadow: 0px -3px 4px rgba(0, 0, 0, 0.2);
	letter-spacing: 2px;
}

.ban-col .content a {
	display: flex;
	align-items: center;
	width: 240px;
	height: 63px;
	justify-content: center;
	background: #fff;
	position: relative;
	z-index: 0;
}

.ban-col .content a span {
	display: block;
	color: #009682;
	font-size: 16px;
	margin-right: 20px;
	transform: translateY(1px);
}

.ban-col .content a i {
	display: block;
	width: 30px;
	height: 1px;
	background: #009682;
}

.ban-col .content a:before {
	content: "";
	background: #009682;
	width: 100%;
	height: 0;
	transition: all 0.4s ease-in-out;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.ban-col .content a:hover span {
	color: #fff;
}

.ban-col .content a:hover i {
	background: #fff;
}

.ban-col .content a:hover:before {
	top: 0;
	height: 100%;
	opacity: 1;
}

.ban-box .swiper-pagination {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 80px
}

.ban-box .swiper-button-next,
.ban-box .swiper-button-prev {
	display: block;
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	transform: translateY(-50%);
	left: auto;
	right: auto;
	font-size: 20px;
	transition: all 0.4s;
}

.ban-box .swiper-button-prev {
	left: 0;
}

.ban-box .swiper-button-next {
	right: 0;
}

.ban-box .swiper-button-prev:hover,
.ban-box .swiper-button-next:hover {
	color: #fff;
	background: #009682;
}

.ban-box .swiper-pagination span.swiper-pagination-bullet-active {
	background: #009682;
}

.ban-box li.swiper-slide-active .ban-col .content h3 {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.2s;
	animation-fill-mode: both;
}

.ban-box li.swiper-slide-active .ban-col .content h2 {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.4s;
	animation-fill-mode: both;
}

.ban-box li.swiper-slide-active .ban-col .content a {
	animation-name: fadeInUp;
	animation-duration: 1.2s;
	animation-delay: 0.6s;
	animation-fill-mode: both;
}



/*最新资讯*/
.index-news{
	padding: 80px 0 60px;
}
.index-news .hd{
	line-height: 1em;
}
.index-news .hd span{
	font-size: 24px;
	color: #333;
}
.index-news .hd a{
	float: right;
	font-size: 14px;
}

.index-news .newslib{
	margin-top: 25px;
}
.newslib .pic{
	overflow: hidden;
}

.newslib li:hover .pic img {
	transform: scale(1.1);
}
.newslib .col{
	margin-top: 15px;
}
.newslib .col span{
	line-height: 1em;
	display: block;
	font-size: 12px;
	color: #999999;
}
.newslib .col h3{
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 16px;
	color: #333;
	transition: all 0.6s;
}
.newslib li:hover .col h3{
	color: #009682;
}

.newslib .swiper-button-prev,
.newslib .swiper-button-next {
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.2);
	margin-top: -70px;
	transition: all 0.4s;
	font-size: 20px;
	color: #fff;
}

.newslib .swiper-button-prev {
	left: 0;
}

.newslib .swiper-button-next {
	right: 0;
}

.newslib .swiper-button-prev:hover,
.newslib .swiper-button-next:hover {
	background: #009682;
}

.newslib .swiper-pagination {
	display: none;
}

/*首页栏目*/
.index-column{
	overflow: hidden;
}
.index-column ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0px -15px;
}
.index-column li{
	width: calc(100% / 3);
	padding: 40px 15px;
	border-top: 1px solid #eee;
}
.index-column li a{
	position: relative;
	display: block;
}
.index-column li .img{
	overflow: hidden;
}

.index-column li .img:before {
	content: '';
	position: absolute;
	top: 33%;
	right: 0;
	bottom: 0;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
	transition: all 0.6s;
	z-index: 1;
}
.index-column li a:hover .img img{
	transform: scale(1.1);
}
.index-column li a:hover .img:before {
	opacity: 0;
}

.index-column li .txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2.5rem 3.125rem 3.125rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
	transition: all 0.6s;
}
.index-column li a:hover .txt {
	background: none;
}

.index-column li .txt span{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	text-shadow: 0 0 8px rgba(0,0,0,1);
}
.index-column li .bottom p {
	display: -webkit-inline-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	line-height: 1.4em;
	color: #fff;
	width: 100%;

}
.index-column li .txt .button{
	background: #00876c;
	display: inline-block;
	padding: 0.625rem 0.9375rem;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	margin-top: 1.25rem;
}

@media only screen and (max-width: 1440px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 600px;
	}
	.ban-col .content h3 {
		font-size: 22px;
	}
	.ban-col .content h2 {
		font-size: 60px;
		margin: 20px 0 60px;
	}
	.ban-col .content a {
		width: 220px;
		height: 59px;
	}
	.ban-col .content a span {
		font-size: 15px;
	}

}

@media only screen and (max-width: 1280px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 500px;
	}
	.ban-col .content h3 {
		font-size: 20px;
	}
	.ban-col .content h2 {
		font-size: 56px;
		margin: 15px 0 50px;
	}
	.ban-col .content a {
		width: 200px;
		height: 55px;
	}
	.ban-col .content a i {
		width: 20px;
	}
	.ban-col .content a span {
		font-size: 14px;
		margin-right: 15px;
	}
	.ban-box .swiper-button-next,
	.ban-box .swiper-button-prev {
		width: 50px;
		height: 50px;
		font-size: 18px;
	}

}

@media only screen and (max-width: 1180px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 400px;
	}
	.ban-col .content h2 {
		font-size: 42px;
		margin: 15px 0 40px;
	}
	.ban-col .content h2 br {
		display: none;
	}
	.ban-col .content a {
		width: 180px;
		height: 55px;
	}
	.ban-col .content a span {
		font-size: 14px;
		margin-right: 10px;
	}
}

@media only screen and (max-width: 820px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 300px;
	}
	.ban-col .content h2 {
		font-size: 36px;
		margin: 15px 0 20px;
	}
	.ban-col .content a {
		height: 49px;
	}
	.index-news{
		padding: 30px 0px;
	}
	.index-column ul{
		margin: 0px -5px;
	}
	.index-column li{
		width: calc(100% / 2);
		padding: 10px 5px;
	}
	.index-column li .txt{
		padding: 20px;
	}
	.index-column li .txt span{
		font-size: 32px;
	}
}

@media only screen and (max-width: 540px) {
	/*banner*/
	.ban-box .ban-img img {
		height: 180px;
	}
	.ban-box .ban-col .content {
		margin: 0;
		padding: 0 50px;
	}
	.ban-col .content h3 {
		font-size: 15px;
		line-height: 1.5;
	}
	.ban-col .content h2 {
		font-size: 24px;
		margin: 10px 0 0;
	}
	.ban-col .content a {
		display: none;
	}
	.ban-box .swiper-button-next,
	.ban-box .swiper-button-prev {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}