﻿.bannerswiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #fff;
	border: 3px solid #fff;
	opacity: 0.8;
}

.bannerswiper .swiper-pagination-bullet-active {
	background: #015cb9;
	opacity: 1;
}

.bannerswiper .swiper-button-prev, .bannerswiper .swiper-button-next {
	color: #fff;
}

.sec1 .ulSwiper {
	background: url(../images/bg3.jpg);
	padding: 40px 60px;
	position: relative;
	margin-bottom: 30px;
}

.sec1 .ulSwiper a {
	display: block;
	font-size: 16px;
	color: #fff;
	position: relative;
	text-align: center;
	background: url(../images/line.png) no-repeat right center;
	background-size: 2px 100%;


}

.sec1 .ulSwiper li {
	width: 12.5%;
	float: left;
	margin-top: 20px;
}

.sec1 .ulSwiper a span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 12px;

	background-size: 48px;

}



.sec1 .ulSwiper li:last-child a {
	background: none
}

.sec1 .ul2 li {
	width: 25%;
	float: left;
	padding: 0px 20px 30px;
	box-sizing: border-box;
}

.sec1 .ul2 li a {
	display: block;
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	overflow: hidden;
}

.sec1 .ul2 li a h3 {
	font-size: 17px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	line-height: 66px;
	font-weight: 500;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, .3);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec2 {
	position: relative;
}

.sec2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -70%;
	bottom: 40%;
	background: url(../images/bg2.jpg) no-repeat top center;
	background-size: cover;
	z-index: -1;
}

.sec2 li {
	width: 25%;
	float: left;
	padding: 0px 20px 30px;
	box-sizing: border-box;
}


.sec2 li a {
	display: block;
	position: relative;
	color: #fff;
	overflow: hidden;
	border-radius: 8px;
}

.sec2 li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .2);
}

.sec2 li a .text {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	z-index: 12;
	transition: 0.3s;
}

.sec2 li a .text h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 24px;
}

.sec2 li a .text p {
	font-size: 16px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec2 li a .h_text {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 80px 20px 0;
	background: rgba(0, 0, 0, .3);
	z-index: 20;
	transform: translateX(-100%);
	transition: 0.3s;

}

.sec2 li a .h_text strong {
	font-size: 36px;
}

.sec2 li a .h_text h4 {
	font-size: 22px;
	margin: 30px 0 20px;
}

.sec2 li a .h_text p {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.sec2 li:hover a .text {
	transform: translateY(100%);
}

.sec2 li:hover a:after {
	opacity: 0;
}

.sec2 li:hover a .h_text {
	transform: translateX(0);
}

.sec3 {
	background: url(../images/bg1.jpg) no-repeat;
	padding: 5% 0 3%;
}

.sec3 .text {
	width: 55%;
	margin-left: 42%;
	margin-bottom: 10%;
}

.sec3 .text h2 {
	font-size: 42px;
	line-height: 56px;
	color: #333;
}

.sec3 .text h2 strong {
	color: #015cb9;
}

.sec3 .text span {
	display: block;
	width: 60px;
	height: 6px;
	border-radius: 3px;
	background: #015cb9;
	margin: 30px 0 40px;
}

.sec3 .text h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0;
}

.sec3 .text h3 strong {
	color: #015cb9;
}

.sec3 .text p {
	font-size: 17px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
	color: #555;
}

.sec3 .text a {
	display: block;
	float: right;
	background: #015cb9;
	color: #fff;
	width: 120px;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
}


.sec3 ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.sec3 ul li strong {
	font-size: 42px;
	color: #015cb9;
}

.sec3 ul li b {
	font-size: 30px;
	color: #333;
}

.sec3 ul li p {
	font-size: 20px;
	color: #444;
}

.sec4 li {
	width: 25%;
	float: left;
	padding: 0 20px 30px;
	box-sizing: border-box;
}

.sec4 li a {
	display: block;
	position: relative;
}

.sec4 li a .text {
	padding: 25px 15px;
	background: #f5f5f5;
}

.sec4 li a .text h3 {
	font-size: 18px;
	color: #444;
	text-align: center;
}

.sec4 li a .text span {
	display: block;
	width: 130px;
	line-height: 30px;
	border-radius: 20px;
	color: #015cb9;
	border: 2px solid #015cb9;
	margin: 20px auto 0;
	text-align: center;
}

.sec5 {
	background: url(../images/bg5.jpg) no-repeat;
	background-size: cover;
	margin-top: 40px;
	padding-bottom: 30px;
}

.sec5 .ul1 {
	text-align: center;
}

.sec5 .ul1 li {
	display: inline-block;
	margin: 0 20px 20px;
}

.sec5 .ul1 li a {
	display: block;
	width: 151px;
	line-height: 46px;
	color: #015cb9;
	text-align: center;
	font-size: 16px;
	border-radius: 21px;
	position: relative;
	background: url(../images/more_h.png) no-repeat;
	background-size: cover;
}

.sec5 .ul1 li.on a {
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	background: url(../images/more.png) #015cb9 no-repeat;
	background-size: cover;
	border-radius: 21px;
	color: #fff;
}

.sec5 .box1 .l_box {
	width: 62%;
}

.sec5 .box1 .l_box dl {
	background: rgba(255, 255, 255, .7);
	margin-bottom: 22px;
}

.sec5 .box1 .l_box dl dt {
	width: 37%;
	float: left;
}

.sec5 .box1 .l_box dl dd {
	width: 63%;
	float: left;

}

.sec5 .box1 .l_box dl dd a {
	display: block;
	padding: 20px 15px 0 30px;
}

.sec5 .box1 .l_box dl dd h3 {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .box1 .l_box dl dd b {
	font-weight: 500;
	font-size: 15px;
	color: #888;
	display: block;
	margin: 10px 0 5px;
}

.sec5 .box1 .l_box dl dd p {
	font-size: 15px;
	color: #555;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec5 .box1 span {
	display: block;
	border-top: 1px dashed #cce4f3;
	line-height: 50px;
	margin-top: 20px;
	background: url(../images/jt4.png) no-repeat right 8px center;
	background-size: 30px;
	color: #999;
	transition: 0.3s;
}

.sec5 .box1 a:hover span {
	color: #015cb9;
	background-image: url(../images/jt3.png);
	background-position: right 1px center;
}

.sec5 .box1 .l_box ul {
	background: rgba(255, 255, 255, .7);
	padding: 6px 15px 12px;
}

.sec5 .box1 .l_box li {
	width: 50%;
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;

}

.sec5 .box1 .l_box li a {
	display: block;
	border-bottom: 1px dashed #cddff0;
}

.sec5 .box1 .l_box li a p {
	padding-left: 30px;
	position: relative;
	line-height: 40px;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;

}

.sec5 .box1 .l_box li a p:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 10px;
	background: url(../images/icon18.png) no-repeat center;
	background-size: cover;
}

.sec5 .box1 .r_box {
	width: 35%;
}

.sec5 .box1 .r_box li {
	margin-bottom: 22px;
}

.sec5 .box1 .r_box li a {
	display: block;
	padding: 48px 32px 0px;
	background: rgba(255, 255, 255, .7);
	position: relative;
}

.sec5 .box1 .r_box li a h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	margin-bottom: 29px;
	margin-top: -15px;
	padding-right:90px
}

.sec5 .box1 .r_box li a p {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #565656;
}

.sec5 .box1 .r_box li a .time {
	position: absolute;
	right: 0px;
	top: 0;
	width: 80px;
	padding: 6px 0;
	text-align: center;
	background: #015cb9;
	color: #fff;
}

.sec5 .box1 .r_box li a .time strong {
	font-size: 20px;
	display: block;
	border-bottom: 1px solid #fff;
	line-height: 40px;
}

.sec5 .box1 .r_box li a .time b {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
}

@media all and (min-width:1024px) and (max-width: 1680px) {
	.sec1 .ulSwiper {
		padding: 30px 40px;
	}

	.sec2 li a .text h3 {
		font-size: 21px;
	}

	.sec2 li a .h_text h4 {
		font-size: 20px;
	}

	.sec3 .text h2 {
		font-size: 36px;
	}

	.sec3 {
		background-size: cover;
	}

	.sec3 .text p {
		font-size: 16px;
		line-height: 35px;
	}

	.sec3 .text {
		margin-bottom: 8%;
	}

	.sec5 .box1 .l_box dl dt {
		width: 41%
	}

	.sec5 .box1 .l_box dl dd {
		width: 59%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {


	.sec1 .ulSwiper {
		padding: 28px 40px;
	}

	.sec1 .ulSwiper a {
		font-size: 15px;
	}

	.sec1 .ulSwiper a span {
		width: 48px;
		height: 48px;
		background-size: 44px;
	}

	.sec1 .ul2 li a h3 {
		line-height: 58px;
	}

	.sec .more a {
		line-height: 38px;
		padding-left: 26px;
		font-size: 14px;
		background-size: 20px;
		background-position: right 10px center;
		width: 102px;
	}

	.sec2 li a .text h3 {
		font-size: 19px;
	}

	.sec2 li a .h_text h4 {
		font-size: 18px;
	}

	.sec2 li a .h_text p {
		line-height: 27px;
		font-size: 14px;
	}

	.sec4 li a .text h3 {
		font-size: 17px;
	}

	.sec4 li a .text span {
		width: 120px;
	}

	.sec5 .ul1 li a {
		width: 130px;
		font-size: 15px;
		line-height: 42px;
		background-size: 100%;
	}

	.sec5 .ul1 li.on a {
		background-size: 100%;

	}

	.sec5 .box1 .l_box dl dd p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec5 .box1 span {
		margin-top: 18px;
	}

	.sec5 .box1 .r_box li a {
		padding-top: 30px;
	}

	.sec5 .box1 .r_box li a h3 {
		margin: 0 0 30px;
	}

	.sec5 .box1 .r_box li a p {
		font-size: 14px;
		line-height: 27px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.sec1 .ulSwiper {
		padding: 28px 10px;
	}

	.sec5 .box1 .r_box li a .time {
		padding: 0;
	}

	.sec5 .box1 .r_box li a h3 {
		margin-bottom: 22px;
	}

	.sec5 .box1 .l_box dl dd a {
		padding-top: 15px;
	}

	.sec5 .box1 .l_box ul {
		padding: 6px;
	}

	.sec5 .box1 .l_box li {
		padding: 5px;
	}

	.sec5 .box1 .l_box li a p {
		line-height: 36px;
		font-size: 14px;
	}

	.sec5 .box1 .l_box li a p:after {
		top: 8px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	.sec3 .text h2 {
		font-size: 32px;
	}

	.sec3 .text h3 {
		font-size: 22px;
	}

	.sec3 .text p {
		font-size: 15px;
		line-height: 30px;
	}

	.sec3 .text span {
		width: 48px;
		height: 4px;
		margin: 20px 0;
	}

	.sec3 .text a {
		width: 110px;
		line-height: 30px;
		font-size: 13px;
	}

	.sec3 ul li strong {
		font-size: 32px;
	}

	.sec3 ul li p {
		font-size: 16px;
	}

	.sec5 .box1 .l_box dl dt {
		width: 39%;
	}

	.sec5 .box1 .l_box dl dd {
		width: 61%;
	}

	.sec5 .box1 .l_box dl dd b {
		margin: 8px 0 4px;
	}

	.sec5 .box1 span {
		margin-top: 15px;
		line-height: 40px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bannerswiper .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		border: 2px solid #fff;
	}

	.bannerswiper .swiper-button-prev:after, .bannerswiper .swiper-button-next:after {
		font-size: 32px;
	}

	.sec1 .ulSwiper {
		background: none;
		padding: 24px 10px 0;
		margin-bottom: 20px;
	}

	.sec1 .ulSwiper a {
		display: block;
		font-size: 14px;
		color: #fff;
		border-radius: 4px;
		line-height: 40px;
		position: relative;
		text-align: center;
		background: #015cb9;
		background-size: 2px 100%;


	}

	.sec1 .ulSwiper .ul1 li {
		width: 50%;
		float: left;
		padding: 8px;
		box-sizing: border-box;
	}

	.sec1 .ulSwiper .ul1 li span {
		display: none;
	}

	.sec1 .ulSwiper li:last-child a {
		background: #015cb9;

	}

	.sec1 .ul2 li {
		width: 50%;
		padding: 0px 10px 0px;
		margin-bottom: 20px;
	}

	.sec1 .ul2 li a {
		display: block;
		position: relative;
		box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
		border-radius: 8px;
		overflow: hidden;
	}

	.sec1 .ul2 li a h3 {
		font-size: 15px;
		position: inherit;
		left: inherit;
		bottom: inherit;
		right: inherit;
		line-height: 46px;
		letter-spacing: 0px;
		background: #015cb9;

	}


	.sec2 li {
		width: 50%;
		padding: 0px 10px 20px;
	}


	.sec2 li a .text {
		display: none;
	}


	.sec2 li a .h_text {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		bottom: inherit;
		padding: 10px 10px;
		background: #fafafa;
		color: #333;
		transform: translateX(0%);

	}

	.sec2 li a .h_text strong {
		display: none;
	}

	.sec2 li a .h_text h4 {
		font-size: 16px;
		margin: 0 0 8px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sec2 li a .h_text p {
		font-size: 14px;
		line-height: 27px;
		-webkit-line-clamp: 2;

	}

	.sec2 li:hover a .text {
		transform: inherit;
	}

	.sec2 li:hover a:after {
		opacity: 0;
	}

	.sec2 li:hover a .h_text {
		transform: translateX(0);
	}

	.sec3 {
		background: url(../images/bg1.jpg) no-repeat;
		background-size: cover;
		padding: 30px 0 3%;
	}

	.sec3 .text {
		width: 100%;
		padding: 20px 20px 60px;
		box-sizing: border-box;
		margin-left: 0;
		margin-bottom: 20px;
		background: rgba(255, 255, 255, .7);
	}

	.sec3 .text h2 {
		font-size: 28px;
		line-height: 40px;
	}

	.sec3 .text span {
		width: 50px;
		height: 5px;
		margin: 20px 0;
	}

	.sec3 .text h3 {
		font-size: 24px;
		line-height: 40px;
		margin: 10px 0;
	}


	.sec3 .text p {
		font-size: 15px;
		line-height: 30px;
		margin-bottom: 16px;
	}

	.sec3 .text a {
		width: 100px;
		line-height: 30px;
		border-radius: 3px;
	}


	.sec3 ul {
		display: none;
	}


	.sec4 li {
		width: 50%;
		padding: 0 12px 20px;
	}

	.sec4 li a .text {
		padding: 15px 8px;
	}

	.sec4 li a .text h3 {
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.sec4 li a .text span {
		width: 100px;
		line-height: 27px;
		border-radius: 15px;
		margin: 10px auto 0;
	}

	.sec5 {
		margin-top: 30px;
	}

	.sec5 .ul1 li {
		margin: 0 5px 10px;
	}

	.sec5 .ul1 li a {
		width: 110px;
		line-height: 34px;
		font-size: 14px;
		border-radius: 18px;
	}

	.sec5 .ul1 li.on a {
		border-radius: 18px;
	}

	.sec5 .box1 {
		padding: 0 10px;
	}

	.sec5 .box1 .l_box {
		width: 100%;
	}


	.sec5 .box1 .l_box dl dt {
		width: 40%;
	}

	.sec5 .box1 .l_box dl dd {
		width: 60%;

	}

	.sec5 .box1 .l_box dl dd a {
		padding: 10px 12px 0 10px;
	}

	.sec5 .box1 .l_box dl dd h3 {
		font-size: 16px;
	}

	.sec5 .box1 .l_box dl dd b {
		display: none;
	}

	.sec5 .box1 .l_box dl dd p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec5 .box1 .l_box span {
		display: none;
	}

	.sec5 .box1 span {
		display: block;
		border-top: 1px dashed #cce4f3;
		line-height: 50px;
		margin-top: 20px;
		background: url(../images/jt4.png) no-repeat right 8px center;
		background-size: 30px;
		color: #999;
		transition: 0.3s;
	}

	.sec5 .box1 a:hover span {
		color: #015cb9;
		background-image: url(../images/jt3.png);
		background-position: right 1px center;
	}

	.sec5 .box1 .l_box ul {
		padding: 0;
		margin-bottom: 20px;
	}

	.sec5 .box1 .l_box li {
		width: 100%;
		float: inherit;

	}

	.sec5 .box1 .l_box li a p {
		line-height: 36px;
		font-size: 14px;

	}

	.sec5 .box1 .r_box {
		width: 100%;
	}


	.sec5 .box1 .r_box li a {
		padding: 48px 22px 0px;
	}

	.sec5 .box1 .r_box li a h3 {
		font-size: 16px;
	}

	.sec5 .box1 .r_box li a p {
		font-size: 14px;
		line-height: 27px;
	}


}