.bannerswiper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #088af4;
}

.bannerswiper .swiper-pagination-bullet-active {
	width: 50px;
	height: 10px;
	border-radius: 6px;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
	width: 50px;
	height: 50px;
}

.bannerswiper .swiper-button-next {
	background: url(../images/index/next.png) no-repeat;
	background-size: cover;
}

.bannerswiper .swiper-button-prev {
	background: url(../images/index/prev.png) no-repeat;
	background-size: cover;
}

/*****banner下部的图标********/
.icBox {
	margin: 40px auto;
	display: table;
	border-collapse: collapse;
}

.icBox .tex {
	width: 35%;
	display: table-cell;
	vertical-align: middle;
	background: url(../images/index/bg.jpg) no-repeat center;
	background-size: cover;
	vertical-align: middle;
	overflow: hidden;
	color: #fff;
	font-size: 17px;
}

.icBox .tex h2 {
	float: left;
	margin-left: 30px;
	font-size: 90px;
	width: 100px;
	line-height: 100px;
	text-align: center;
}

.icBox .tex1 {
	margin: 0 20px 0 140px
}

.icBox .tex h3 {
	font-size: 50px;
	line-height: 1;
}

.icBox .tex h4 {
	font-size: 20px;
	line-height: 40px;
}

.icBox .icon {
	display: table-cell;
	width: 65%;
	vertical-align: middle;
}

.icBox .icon li {
	width: 33.33%;
	float: left;
	padding: 20px 0;
	border: 1px solid #dedede;
	box-sizing: border-box;
	/* border-top: none;*/
	border-right: none;
	border-bottom: none;
}

.icBox .icon li:nth-child(3n) {
	border-right: 1px solid #dedede;
}

.icBox .icon li.lb {
	border-bottom: 1px solid #dedede;
}

.icBox .icon li span {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.sec1 {
	background: #fff;
	padding: 20px 0;
	margin-top: 0
}

.sec1 .ul1 li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}

.sec1 .ul1 li a {
	display: block;
	font-size: 16px;
	background: #f8f8f8;
	color: #333;
	border-radius: 4px;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 5px;
}

.sec1 .ul1 li:hover a {
	background: #088af4;
	color: #fff
}

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

.sec1 .ul2 li a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background: #fff;
}

.sec1 .ul2 li p.p1 {
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	font-weight: 600;
	color: #444;
	position: relative;
	padding: 0 8px;
	z-index: 10;
}

.sec1 .ul2 li .pho {
	position: relative;
	overflow: hidden;
	padding: 0 30px;
}


.sec1 .ul2 li a .hover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	right: 0;
	background: rgba(19, 136, 232, .9);
	padding: 40px 28px 0;
	transform: translateY(-110%);
	transition: 0.3s;
}

.sec1 .ul2 li a .hover span {
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 2px;
}

.sec1 .ul2 li a .hover p {
	margin-top: 0;
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 90px;
}

.sec1 .ul2 li a .hover b {
	display: block;
	width: 110px;
	line-height: 34px;
	border: 1px solid #fff;
	margin: 30px auto 0;
	padding-left: 14px;
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	background: url(../images/index/icon23.png) no-repeat right 8px center;
	background-size: 20px;
	border-radius: 5px;
}

.sec1 .ul2 li a:hover .pho .hover {
	transform: translateY(0);
}

.sec1 .mor a {
	margin-top: 20px;
}


.sec3 {
	padding-bottom: 40px;
	background: url(../images/index/bg9.jpg) no-repeat bottom right;
	background-size: 80%
}

.sec3 .title {
	text-align: left;
}

.sec3 .text {
	width: 50%;
	overflow: hidden
}

.sec3 .text h4 {
	margin-top: 30px;
	letter-spacing: 3px;
	font-size: 26px;
	position: relative;
}

.sec3 .text h4:before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #2ab4ab;
	position: absolute;
	left: -6px;
	top: 0;
	z-index: -1;
}

.sec3 .text p {
	font-size: 16px;
	line-height: 32px;
	text-indent: 2em;
	color: #343434;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.sec3 .text li {
	width: 25%;
	float: left;
	margin-top: 50px;
	text-align: center;
}

.sec3 .text li b {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 auto 10px;
}

.sec3 .text li strong {
	display: block;
	font-size: 36px;
	font-weight: 500;
	color: #333;
}

.sec3 .text li span {
	display: block;
	font-size: 15px;
	color: #999;
}

.sec3 .text a {
	display: block;
	width: 120px;
	line-height: 36px;
	background: #088af4;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	float: right;
	margin-top: 7%;
}


.sec4 {
	position: relative;
	background: url(../images/index/bg13.jpg) no-repeat;
	background-size: cover;
}

.sec4 li {
	width: 25%;
	float: left;
	padding: 20px 15px;
	box-sizing: border-box;
	text-align: center;
}

.sec4 li.li1 {
	display: table;
}

.sec4 li.li1 .box {
	background: #088af4;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.sec4 li.li1 .box strong {
	display: block;
	font-size: 26px;
	line-height: 100%;
	font-weight: 500;
}

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

.sec4 li .text {
	position: absolute;
	left: 0;
	height: 100%;
	bottom: -120%;
	right: 0;
	transition: 0.3s;
	background: rgba(46, 46, 46, .8);
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.sec4 li:hover .text {
	bottom: 0;
}

.sec4 li .text h3 {
	font-weight: 500;
	font-size: 22px;
	white-space: nowrap;
	width: 90%;
	margin: 0 auto 12px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 li .text p {
	font-size: 15px;
	line-height: 28px;
	width: 90%;
	margin: 0 auto;
}

.sec4 li.last .box {
	background: #86bfef;
	color: #333;
}

.sec5 {
	padding: 15px 0 30px;
	background: #f5f6f7;
}

.sec5 .list {
	text-align: center;
	margin-bottom: 30px;
}

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

.sec5 .list li a {
	display: block;
	line-height: 40px;
	width: 150px;
	background: #fff;
	border-radius: 25px;
	position: relative;
	font-size: 16px;
	color: #333;
}


.sec5 .list li.on a {
	background: #088af4;
	color: #fff;
}

.sec5 .fl {
	width: 38%;
	float: right;
}

.sec5 .fl li {
	box-sizing: border-box;
	padding: 0 0 20px 40px;
}

.sec5 .fl li a {
	display: block;
	padding: 25px 30px 0;
	background: #fff;
	border-radius: 8px;
}

.sec5 .fl li a strong {
	display: block;
	color: #088af4;
	font-size: 36px;
	font-weight: 500;
}

.sec5 .fl li a span {
	font-size: 20px;
	color: #999;
}

.sec5 .fl li a h3 {
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 30px;
	margin: 5px 0 10px;
}

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

.sec5 .fl li a b {
	display: block;
	margin: 20px -30px 0;
	padding: 0 30px;
	line-height: 50px;
	border-top: 1px solid #efefef;
	background: url(../images/index/yjt.png) no-repeat right 25px center;
	background-size: 26px;
	font-weight: 500;
	font-size: 15px;
	color: #666;
	opacity: 0.8;
}

.sec5 .fr {
	float: left;
	width: 62%;
}

.sec5 .fr .rBox {
	overflow: hidden;
}

.sec5 .fr .box a {
	display: block;
	background: #fff;
}

.sec5 .fr .box a {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.sec5 .fr .box .pho {
	width: 37.5%;
	display: table-cell;
	vertical-align: middle;
}

.sec5 .fr .box .text {
	width: 62.5%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	box-sizing: border-box;
	border-left: 1px solid #efefef;
}

.sec5 .fr .box .text span.time {
	display: block;
	font-size: 15px;
	color: #999;
	padding-left: 27px;
	background: url(../images/index/icon24-1.png) no-repeat left center;
	background-size: 22px;
	margin-bottom: 8px;
}

.sec5 .fr .box .text h3 {
	font-size: 20px;
	line-height: 50px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.sec5 .fr .box .text p {
	font-size: 15px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
}

.sec5 .fr .text span.more {
	display: block;
	width: 110px;
	line-height: 34px;
	background: #088af4;
	color: #fff;
	text-align: center;
	margin-top: 16px;
	font-size: 15px;
	float: right;
}

.sec5 .fr ul {
	margin-top: 20px;
	padding: 15px 25px;
	background: #fff;
}

.sec5 .fr li a {
	display: block;
	line-height: 42px;
	position: relative;
	border-bottom: 1px dashed #efefef;
}

.sec5 .fr li a p {
	padding: 0 90px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #555;
}

.sec5 .fr li a span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #999;
}

.sec5 .mor {
	position: relative
}

.mor a {
	display: block;
	width: 140px;
	line-height: 35px;
	background: #088af4;
	border-radius: 25px;
	position: relative;
	font-size: 15px;
	color: #fff;
	margin: 30px auto 0;
	text-align: center;
}

.mor a:after {
	content: "";
	position: absolute;
	left: -5px;
	top: -5px;
	bottom: -5px;
	right: -5px;
	border: 2px solid #088af4;
	border-radius: 30px;
}

.sec6 {
	padding-bottom: 40px;
}

.sec6 .container {
	position: relative;
}

.sec6 .pho {
	position: relative;
}

.sec6 .pho:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60%;
	background: linear-gradient(rgba(0, 0, 0, 0), #000000);
	opacity: 0.3;
}

.sec6 .swiper-button-next, .sec6 .swiper-button-prev {
	width: 40px;
	height: 60px;
}

.sec6 .swiper-button-next {
	right: -60px;
	background: url(../images/index/next1.jpg) no-repeat;
	z-index: 100;
}

.sec6 .swiper-button-prev {
	left: -60px;
	background: url(../images/index/prev1.jpg) no-repeat;
}

.sec6 a {
	display: block;
	position: relative;
}

.sec6 a span {
	display: block;
	padding: 0 12px 0 60px;
	white-space: nowrap;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #fff;
	background: url(../images/index/icon7.png) no-repeat left 12px center;
	background-size: 34px;
	position: absolute;
	left: 0;
	bottom: 20px;
	right: 0;
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
	.sec1 .ul2 li p.p1 {
		line-height: 45px;
		font-size: 16px;
	}

	.icBox {
		margin-bottom: 10px;
	}

	.sec5 .fr .box .pho {
		width: 40%;
	}

	.sec5 .fr .box .text {
		width: 60%;
	}

	.sec5 .fl li a .text {
		padding: 0 10px;
	}

	.sec5 .fl li a .time {
		padding: 15px 0;
	}

	.sec5 .fl li a {
		padding-top: 18px;
	}

	.sec5 .fr ul {
		padding: 20px 25px 25px;
	}

	.sec5 .fr li a {
		line-height: 38px;
	}

	.sec5 .fr .box .text h3 {
		line-height: 40px;
		font-size: 18px;
	}

	.sec5 .fr .text span.more {
		margin-top: 12px;
		line-height: 30px;
		width: 100px;
	}

	.sec3 .text li {
		margin-top: 34px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec1 {
		padding-top: 0;
	}

	.sec3 {
		padding-bottom: 0;
	}

	.sec3 .title {
		padding: 0 0 16px;
	}

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

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

	.sec3 .text a {
		margin-top: 5%;
	}

	.sec5 .fr .text {
		padding: 0 20px;
	}

	.sec5 .fl li a strong {
		font-size: 32px;
	}

	.sec5 .fl li a span {
		font-size: 18px;
	}

	.sec1 .ul1 li {
		padding: 6px
	}

	.sec1 .ul1 li a {
		line-height: 38px;
	}

	.sec1 .ul2 li .pho {
		padding: 0 20px;
	}

	.sec1 .ul2 li a .hover {
		padding: 10% 20px 0;
	}

	.sec1 .ul2 li a .hover p {
		line-height: 27px;
		height: inherit;
	}

	.sec1 .ul2 li a .hover b {
		line-height: 30px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.icBox .tex li span {
		width: 80px;
	}

	.icBox .tex h2 {
		font-size: 80px;
		margin-left: 10px;
	}

	.icBox .tex1 {
		margin: 0 10px 0 110px;
	}

	.icBox .tex h4 {
		font-size: 20px;
	}

	.icBox .tex {
		font-size: 16px;
	}

	.sec1 .ul1 li {
		line-height: 44px;
		padding: 8px 6px
	}

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

	.mor a {
		width: 130px;
		line-height: 34px;
		font-size: 15px;
	}

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

	.sec3 .text li strong {
		font-size: 28px;
	}

	.sec3 .text li b {
		width: 32px;
		height: 32px;
	}

	.sec3 .text a {
		width: 110px;
		line-height: 32px;
	}

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

	.sec4 li .text p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
		overflow: hidden;
	}

	.sec4 li.li1 .box strong {
		font-size: 22px;
	}

	.sec5 .list li a {
		width: 140px;
		line-height: 38px;
		font-size: 16px;
	}

	.sec5 .fr .box .text {
		padding: 0 20px;
	}

	.sec5 .fr .box .text h3 {
		line-height: 37px;
	}


	.sec5 .fr .text span.more {
		font-size: 14px;
		width: 90px;
		line-height: 28px;
	}

	.sec5 .fr ul {
		padding: 15px 20px 25px;
	}

	.sec5 .fr li a {
		line-height: 44px;
	}

	.sec5 .fl li {
		padding-left: 30px;
	}

	.sec5 .fl li a h3 {
		margin-bottom: 8px;
	}

	.sec5 .fr li:last-child {
		display: none;
	}

	.sec5 .fl li a b {
		padding: 0 20px;
		margin: 15px -20px 0;
		line-height: 40px;
	}

	.sec5 .fl li a {
		padding: 18px 20px 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec3 .text h4 {
		margin-top: 10px;
	}

	.sec5 .fl li a .time {
		padding: 8px 0;
	}


	.sec1 .ul2 li a .hover b {
		margin-top: 20px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
		width: 40px;
		height: 40px;
	}

	.sec1 .ul1 li {
		padding: 6px;
	}

	.sec1 .ul2 li {
		padding: 15px 12px;
	}

	.sec1 .ul2 li .pho {
		padding: 0 10px;
	}

	.sec5 .fr ul li:last-child {
		display: block;
	}

	.sec5 .fr li a {
		line-height: 36px;
	}

	.sec3 {
		background-size: 90%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.sec6 {
		margin: 0 60px
	}

	.sec5 .fr li a {
		line-height: 37px;
	}

	.icBox .tex h3 {
		font-size: 34px;
	}

	.icBox .tex h4 {
		margin: 0;
		font-size: 18px;
	}

	.icBox .tex p {
		font-size: 15px;
	}

	.icBox .icon li span {
		width: 76px;
	}

	.icBox .tex h2 {
		font-size: 70px;
	}

	.sec1 .ul1 li a {
		white-space: nowrap;
	}

	.sec3 {
		background-position: bottom right;
	}

	.sec3 .text li strong {
		font-size: 25px;
	}

	.sec3 .text p {
		-webkit-line-clamp: 3
	}

	.sec3 .text li span {
		font-size: 14px;
	}

	.sec3 .text a {
		margin-top: 20px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.sec1 .ul1 li {
		width: 25%;
	}

	.sec1 .ul1 li:nth-child(9), .sec1 .ul1 li:nth-child(10) {
		display: none;
	}

	.sec5 .fl li a h3 {
		font-size: 17px;
	}

	.sec5 .fl li a strong {
		font-size: 28px;
	}

	.sec5 .fl li a span {
		font-size: 16px;
	}

	.sec5 .fl li a p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media all and (min-width: 768px) and (max-width:1024px) {
	.icBox {
		display: none;
	}

	.sec1 .ul1 li {
		width: 25%;
	}

	.sec1 .ul1 li a {
		font-size: 15px;
		line-height: 35px;
	}

	.sec1 .ul1 li:nth-child(9), .sec1 .ul1 li:nth-child(10) {
		display: none;
	}

	.sec1 .ul2 li {
		width: 33.33%;
		padding: 15px;
	}

	.sec1 .ul2 li .pho {
		padding: 0 10px;
	}

	.sec1 .ul2 li p.p1 {
		font-size: 16px;
	}

	.sec1 .ul2 li:nth-child(7), .sec1 .ul2 li:nth-child(8) {
		display: none;
	}

	.sec3 .text {
		width: 60%;
		margin-left: 4%;
	}

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

	.sec3 ul {
		display: none;
	}

	.mor a {
		width: 120px;
		line-height: 34px;
		font-size: 14px;
	}

	.sec3 .text a {
		line-height: 34px;
	}

	.mor a:after {
		display: none;
	}

	.sec4 li {
		width: 33.33%;
	}

	.sec4 li:first-child, .sec4 li:last-child {
		display: none;
	}

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

	.sec4 li .text p {
		font-size: 14px;
		line-height: 25px;
	}

	.sec6 {
		overflow: hidden;
	}

	.sec5 .fr, .sec5 .fl {
		width: 100%;
		float: inherit;
	}

	.sec5 .fl li {
		width: 50%;
		float: left;
		padding: 20px;
		box-sizing: border-box;
	}
}

@media all and (min-width: 0) and (max-width:768px) {
	.bannerswiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}

	.bannerswiper .swiper-pagination-bullet-active {
		width: 40px;
		height: 8px;
		border-radius: 4px;
	}

	.bannerswiper .swiper-button-next, .bannerswiper .swiper-button-prev {
		display: none;
	}

	.sec1 .ul1 li {
		width: 50%;
		float: left;
		padding: 5px;
		box-sizing: border-box;
		line-height: 42px;
	}

	.sec1 .ul1 li a {
		font-size: 15px;
		border-radius: 4px;
		line-height: 38px
	}

	.sec1 .ul2 {
		margin-top: 20px;
		padding: 0 10px;
	}

	.sec1 .ul2 li {
		width: 100%;
		padding: 0;
		float: inherit;
		background: #fff;
		margin-top: 20px;
		border-radius: 10px;
		box-shadow: 0 0 6px rgba(0, 93, 168, .2);
	}

	.sec1 .ul2 li p.p1 {
		line-height: 35px;
		font-size: 15px;
	}

	.sec3 {
		background: none;
		padding: 0;
	}

	.sec3 .title {
		text-align: center;
	}

	.sec3 .text {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}

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

	.sec3 .text li span {
		height: 45px;
	}

	.sec3 .text a {
		width: 90px;
		line-height: 32px;
		border-radius: 3px;
		margin: 25px auto;
		font-size: 13px;
		float: inherit;
	}

	.sec3 .text ul li {
		width: 50%;
		margin-top: 30px;
	}

	.sec3 .text li b {
		width: 32px;
	}

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

	.icBox {
		display: none;
	}

	.sec4 li {
		width: 50%;
		padding: 10px 8px;
	}

	.sec4 li.li1 {
		display: none;
	}

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

	.sec4 li .text {
		height: 40px;
		bottom: 0%;
	}

	.sec4 li:hover .text {
		bottom: 0;
	}

	.sec4 li .text h3 {
		font-size: 15px;
		width: 100%;
		margin: 0;
		padding: 0 4px;
		box-sizing: border-box;
	}

	.sec4 li .text p {
		display: none;
	}

	.sec5 .list {
		margin-bottom: 20px;
	}

	.sec5 .list li {
		display: inline-block;
		margin: 0 5px;
	}

	.sec5 .list li a {
		line-height: 30px;
		width: 110px;
		border-radius: 15px;
		font-size: 15px;
	}

	.sec5 .list li a:after {
		left: -3px;
		top: -3px;
		bottom: -3px;
		right: -3px;
		border-radius: 18px;
	}

	.sec5 .fl {
		width: 100%;
		float: inherit;
	}

	.sec5 .fl li {
		padding: 0px 0 20px;
	}

	.sec5 .fl li a {
		padding: 15px 25px 0;
	}

	.sec5 .fl li a strong {
		font-size: 28px;
	}

	.sec5 .fl li a span {
		font-size: 16px;
	}

	.sec5 .fl li a p {
		font-size: 14px;
		line-height: 26px;
	}

	.sec5 .fl li a b {
		margin: 15px -25px 0;
		padding: 0 25px;
		background-position: right 25px center;
	}

	.sec5 .fr {
		float: inherit;
		width: 100%;
		margin-bottom: 20px;
	}

	.sec5 .fr .rBox {
		height: inherit;
	}

	.sec5 .fr .box a {
		display: block;
	}

	.sec5 .fr .box .text h3 {
		font-size: 18px;
	}

	.sec5 .fr .box .pho {
		width: 100%;
		display: block;
	}

	.sec5 .fr .box .text {
		width: 100%;
		display: block;
		padding: 10px 20px 60px;
	}

	.sec5 .fr .text span.time {
		font-size: 13px;
	}

	.sec5 .fr .text h3 {
		font-size: 15px;
		line-height: 30px;
	}

	.sec5 .fr .text p {
		font-size: 14px;
		line-height: 24px;
	}

	.sec5 .fr .text span.more {
		width: 90px;
		line-height: 30px;
		margin-top: 16px;
		font-size: 12px;
	}

	.sec5 .fr ul {
		padding: 10px 15px;
	}

	.sec5 .mor {
		position: relative
	}

	.mor a {
		width: 120px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
		margin: 20px auto 0;
	}

	.mor a:after {
		display: none;
	}


	.sec6 .container {
		padding: 0 50px;
	}

	.sec6 .swiper-button-next, .sec6 .swiper-button-prev {
		width: 30px;
		height: 50px;
	}

	.sec6 .swiper-button-next {
		right: 10px;
		background-size: cover;
	}

	.sec6 .swiper-button-prev {
		left: 10px;
		background-size: cover;
	}

	.sec6 a span {
		padding: 0 12px 0 50px;
		line-height: 40px;
		font-size: 15px;
		background: url(../images/index/icon7.png) no-repeat left 10px center;
		background-size: 32px;
		bottom: 10px;
	}
}