.bannerswiper .swiper-pagination-bullet {
	margin: 0 6px;
	width: 14px;
	height: 14px;
	transition: 0.3s;
}

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

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

.sec1 {
	background: url(../images/index/bg1.jpg);
	padding-bottom: 40px;
	overflow: hidden;
}

.sec1 .lBox {
	border-radius: 15px;
	width: 21%;
	background: linear-gradient(to bottom, #0b55a5, #1e75e0, #0096df);
	overflow: hidden;
}

.sec1 .lBox .titl {
	background: url(../images/index/bg2.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 30px 0;
	color: #fff;
	font-family: "宋体";
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.sec1 .lBox .titl h3 {
	font-size: 28px;
}

.sec1 .lBox .titl span {
	display: block;
	text-align: center;
}

.sec1 .lBox .titl span i {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}

.sec1 .lBox .titl p {
	font-size: 20px;
}

.sec1 .lBox ul {

	padding: 5px 30px 35px;
}

.sec1 .lBox li {
	margin-top: 20px;

}

.sec1 .lBox li a {
	display: block;
	line-height: 50px;
	padding-left: 40px;
	font-size: 18px;
	color: #fff;
	border-radius: 25px;
	font-weight: 600;
	border: 1px dashed #fff;
	border-radius: 25px;
	position: relative;
}

.sec1 .lBox li a:before {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	left: -8px;
	top: 50%;
	margin-top: -8px;
	border-radius: 50%;
}

.sec1 .lBox li a:after {
	content: "";
	width: 28px;
	height: 28px;
	position: absolute;
	right: 16px;
	top: 12px;
	background: url(../images/index/icon6.png) no-repeat top center;
	background-size: 28px;
}

.sec1 .lBox li:nth-child(2) a:after {
	background-image: url(../images/index/icon47.png);
}

.sec1 .lBox li:nth-child(3) a:after {
	background-image: url(../images/index/icon3.png);
}

.sec1 .lBox li:nth-child(4) a:after {
	background-image: url(../images/index/icon5.png);
}

.sec1 .lBox li:nth-child(5) a:after {
	background-image: url(../images/index/icon4.png);
}

.sec1 .lBox li:nth-child(6) a:after {
	background-image: url(../images/index/icon9.png);
}

.sec1 .lBox li:nth-child(7) a:after {
	background-image: url(../images/index/icon48.png);
}

.sec1 .lBox li:nth-child(8) a:after {
	background-image: url(../images/index/icon49.png);
}

.sec1 .lBox li:nth-child(9) a:after {
	background-image: url(../images/index/icon1.png);
}

.sec1 .lBox li:nth-child(10) a:after {
	background-image: url(../images/index/icon2.png);
}
.sec1 .lBox li.on a, .sec1 .lBox li:hover a {
	background-color: #fff;
	color: #e07405;
}

.sec1 .lBox li.on a:before, .sec1 .lBox li:hover a:before {
	background: #e07405;
}

.sec1 .lBox li.on a:after, .sec1 .lBox li:hover a:after {
	background-position: bottom center;
}

.sec1 .rBox {
	width: 79%;
}

.sec1 .rBox li {
	width: 33.33%;
	float: left;
	padding: 0 0 30px 30px;
	box-sizing: border-box;
}

.sec1 .rBox li a {
	display: block;
	background: #f0f2fc;
	border-radius: 8px;
	padding: 20px;
}

.sec1 .rBox li a p {
	font-size: 22px;
	color: #000;
	padding: 0px 30px 0 0;
	margin-top: 20px;
	background: url(../images/index/jt_r.png) no-repeat right center;
	background-size: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec1 .rBox li:hover a p {
	color: #e07405;
	background-image: url(../images/index/jt_r1.png);
}

.sec2 .fl {
	width: 50%;
	padding: 0px 5% 0 8%;
	box-sizing: border-box;
	background: #1667c7;
	color: #fff;
}

.sec2 .fl li {
	width: 33.33%;
	float: left;
	padding-top: 40px;
	text-align: center;
}

.sec2 .fl li span {
	display: block;
	width: 75px;
	margin: 0 auto 10px;
}

.sec2 .fl li a {
	display: block;
	color: #fff;
	font-size: 16px;
	opacity: 0.6;
}

.sec2 .fl .text p {
	font-size: 16px;
	line-height: 2em;
	margin-top: 30px;
	text-indent: 2em;

}

.sec2 .fl li.on a {
	opacity: 1;
}

.sec2 .fr {
	width: 50%;
}

.sec2 .fr .text {
	padding: 40px 8%;
	box-sizing: border-box;
	position: relative;
}

.sec2 .fr .text:after {
	content: "";
	width: 120px;
	height: 120px;
	background: url(../images/index/icon01-1.png) no-repeat center;
	background-size: cover;
	position: absolute;
	right: 5%;
	bottom: 40px;
	opacity: 0.2;
}

.sec2 .fr .swiper-slide:nth-child(2) .text:after {
	background-image: url(../images/index/icon02-1.png);
}

.sec2 .fr .swiper-slide:nth-child(3) .text:after {
	background-image: url(../images/index/icon03-1.png);
}

.sec2 .fr .swiper-slide:nth-child(4) .text:after {
	background-image: url(../images/index/icon04-1.png);
}

.sec2 .fr .swiper-slide:nth-child(5) .text:after {
	background-image: url(../images/index/icon05-1.png);
}

.sec2 .fr .swiper-slide:nth-child(6) .text:after {
	background-image: url(../images/index/icon06-1.png);
}

.sec2 .fr .text h3 {
	font-size: 24px;
	text-align: center;
}

.sec2 .fr .text p {
	margin: 20px 0;
	font-size: 16px;
	line-height: 30px;
}

.sec2 .fr .text a {
	display: block;
	margin: 0 auto;
	width: 150px;
	line-height: 40px;
	text-align: center;
	background: #e07405;
	color: #fff;
	font-size: 15px;
}

.sec2 .more {
	margin-top: 20px;
}

.sec3 {
	background: url(../images/index/bg3.jpg) no-repeat center;
	background-size: cover;
	margin-top: 30px;
}

.sec3 .title {
	text-align: left;
	position: relative;
	float: left;
	width: 40%;
	margin: 50px 0 0 8%;
}

.sec3 .title h2 {
	z-index: 10;
}

.sec3 .title h2:before {
	content: "A";
	position: absolute;
	left: -100px;
	top: -90px;
	font-size: 190px;
	font-family: "微软雅黑";
	z-index: 1;
	color: rgb(11 85 165 / 0.3);
}

.sec3 .texBox {
	width: 50%;
	background-color: rgba(11, 85, 165, .8);
	color: #fff;
	padding: 80px 8% 40px 5%;
	box-sizing: border-box;
	float: right;
	position: relative;
}

.sec3 .texBox h3 {
	font-size: 30px;
}

.sec3 .texBox p {
	font-size: 16px;
	line-height: 36px;
	text-indent: 2em;
	margin: 12px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.sec3 .texBox a {
	display: block;
	position: absolute;
	right: 15%;
	top: 40px;
	padding-right: 40px;
	line-height: 36px;
	background: url(../images/index/icon12.png) no-repeat right 8px center;
	background-size: 26px;
	font-size: 15px;
	color: #fff;
}

.sec3 .texBox a:hover {
	background-position: right 0 center;
}

.sec3 .texBox ul {
	margin-top: 60px;
}

.sec3 .texBox li {
	width: 33.33%;
	float: left;
	text-align: center;
	font-size: 15px;
}

.sec3 .texBox li span {
	display: block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	background: #fff;
	margin: 0 auto 12px;
	border-radius: 50%;
}

.sec3 .texBox li span img {
	width: 60px;
}

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

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

.sec4 li .text {
	background: rgb(53 129 212 / 0.8);
	color: #fff;
	padding: 42px 36px 20px;
	border-radius: 8px;
	margin: -40px 25px 0;
	position: relative;
	z-index: 100;
	overflow: hidden;
}

.sec4 li .text span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100px;
	height: 100px;
	line-height: 60px;
	font-size: 32px;
	color: #fff;
	padding-left: 50px;
	box-sizing: border-box;
	background: url(../images/index/icon07.png) no-repeat;
	background-size: cover;
}

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

.sec4 li .text p {
	font-size: 15px;
	line-height: 30px;
	margin-top: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	z-index: 10;
}

.sec4 li .text:before {
	content: "";
	width: 42px;
	height: 26px;
	position: absolute;
	left: 14px;
	top: 80px;
	background: url(../images/index/icon11.png) no-repeat;
	background-size: cover;
	z-index: 1;
	opacity: 0.3;
}

.sec4 li .text b {
	display: block;
	margin-top: 14px;
	text-align: right;
	font-weight: 500;
	background: url(../images/index/icon12.png) no-repeat right 5px center;
	background-size: 25px;
	padding-right: 40px;
	transition: 0.3s;
	opacity: 0.8;
}

.sec4 li:hover .text b {
	background-position: right center;
}

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

.sec5 li a {
	display: block;
	background: #f0f2fc;
	border-radius: 8px;
	overflow: hidden;
}

.sec5 li .pho {
	position: relative;
}

.sec5 li .pho:after {
	content: "";
	width: 52px;
	height: 52px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/index/icon13.png) no-repeat center;
	background-size: cover;
}

.sec5 li h3 {
	padding: 20px 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	background: url(../images/index/jt_r.png) no-repeat right 8px center;
	background-size: 24px;
	transition: 0.3s;
}

.sec5 li:hover a h3 {
	color: #e07405;
	background: url(../images/index/jt_r1.png) no-repeat right 5px center;
	background-size: 24px;
}

.sec6 {
	margin: 30px 0;
	padding-bottom: 30px;
	background: url(../images/index/bg6.jpg) no-repeat right bottom;
	background-size: cover;
}

.sec6 .title {
	color: #fff
}

.sec6 .container {
	margin-bottom: 20px;
}

.sec6 .box {
	width: 30%;
}

.sec6 .box .box1 {
	background: url(../images/index/bg5.jpg) no-repeat;
	background-size: cover;
	border-radius: 8px;
	overflow: hidden;
	padding: 20px 22px 5px;
	margin-top: 22px;
}

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

.sec6 .box .box1 .bq {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../images/index/icon14.png) no-repeat left center;
	padding-left: 30px;
	background-size: 22px;
	color: #777;

}

.sec6 .box .box1 .time {
	width: 100px;
}

.sec6 .box .box1 .time strong {
	display: block;
	font-size: 42px;
	font-weight: 600;
	color: #e07405;
}

.sec6 .box .box1 .time span {
	display: block;
	font-size: 21px;
	color: #555;

}

.sec6 .box .box1 h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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

.sec6 .box .box1 .bott {
	margin: 12px -22px;
	border-top: 1px solid #dedede;
	padding: 10px 22px 0;
	background: url(../images/index/jt_r.png) no-repeat right 22px top 12px;
	background-size: 20px;
	font-size: 14px;
}

.sec6 .box2 {
	width: 68%;
	margin-top: 22px;
}

.sec6 .box2 .bTop {
	position: relative;
	background: rgba(255, 255, 255, .6);
	border-radius: 8px;
	overflow: hidden;
}

.sec6 .box2 .bTop a {
	display: block;
	overflow: hidden;
}

.sec6 .box2 .bTop .pho {
	width: 30%;
	float: left;
}

.sec6 .box2 .bTop .text {
	width: 70%;
	float: left;
	position: relative;
	padding: 20px 30px 0;
	box-sizing: border-box;
}

.sec6 .box2 .bTop .text .bq {
	padding-left: 30px;
	background: url(../images/index/icon14.png) no-repeat left center;
	background-size: 22px;
	font-size: 14px;
	color: #888;
	margin-bottom: 12px;
}

.sec6 .box2 .bTop .text .time {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px 22px;
	background: #0096df;
	color: #fff;
	text-align: center;
}

.sec6 .box2 .bTop .text .time strong {
	font-size: 28px;
	display: block;
}

.sec6 .box2 .bTop .text .time span {
	display: block;
	font-size: 16px;
}

.sec6 .box2 .bTop .text h3 {
	font-size: 18px;
	padding-right: 130px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sec6 .box2 .bTop .text p {
	font-size: 15px;
	line-height: 30px;
	margin: 12px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec6 .box2 .bTop .text span.mor {
	display: block;
	width: 120px;
	line-height: 34px;
	background: #0096df;
	color: #fff;
	text-align: center;

}

.sec6 .box2 .bBot {
	margin-top: 22px;
	background: rgba(255, 255, 255, .8);
	padding: 12px 10px;
	border-radius: 8px;
}

.sec6 .box2 .bBot li {
	width: 50%;
	float: left;
	padding: 0 12px;
	margin: 5px 0;
	box-sizing: border-box;
}

.sec6 .box2 .bBot li a {
	display: block;
	line-height: 36px;
	border-bottom: 1px dashed #c4e9fc;
	position: relative;
	background: url(../images/index/icon41.png) no-repeat left center;
	background-size: 22px;
}

.sec6 .box2 .bBot li a p {
	padding: 0 100px 0 30px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
}

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

@media all and (min-width: 1024px) and (max-width: 1680px) {
	.sec6 .box .box1 .time span {
		font-size: 18px;
	}

	.sec6 .box2 .bTop .text {
		padding-top: 14px;
	}

	.sec6 .box2 .bTop .text .bq {
		margin-bottom: 8px;
	}

	.sec6 .box2 .bTop .text p {
		margin: 8px 0 8px;
	}

	.sec6 .box2 .bTop .text .time {
		padding: 7px 15px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec1 .lBox {
		width: 24%;
	}

	.sec1 .lBox li {
		margin-top: 16px;
	}

	.sec1 .lBox li:last-child {
		display:none
	}

	.sec1 .lBox li a {
		line-height: 46px;
		font-size: 17px;
	}

	.sec1 .lBox li a:before {
		width: 14px;
		height: 14px;
	}

	.sec1 .lBox li a:after {
		width: 24px;
		height: 24px;
		background-size: 24px;
	}

	.sec1 .rBox {
		width: 76%;
	}

	.sec1 .rBox li a p {
		font-size: 20px;
	}

	.sec2 .fl {
		padding: 0 5%;
	}

	.sec2 .fl li span {
		width: 70px;
	}

	.sec4 li .text {
		margin: -40px 20px 0;
		padding: 42px 30px 20px;
	}
.sec3 .title {
width:30%}
	.sec3 .texBox {
	width:62%;
		padding: 80px 6% 4% 4%;
	}

	.sec3 .texBox ul {
		margin-top: 40px;
	}

	.sec6 .box .box1 {
		padding-top: 12px;
	}

	.sec6 .box .box1 .time strong {
		font-size: 37px;
	}

	.sec6 .box2 .bTop .text {
		padding-top: 10px;
	}

	.sec6 .box2 .bTop .text .bq {
		margin-bottom: 8px;
	}

	.sec6 .box2 .bTop .text p {
		margin: 5px 0 8px;
	}

	.sec6 .box2 .bTop .text .time {
		padding: 6px 12px;
	}

	.sec6 .box2 .bTop .text .time strong {
		font-size: 26px;
	}

	.sec6 .box2 .bTop .text span.mor {
		line-height: 32px;
	}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
	.sec1 .lBox .titl {
		padding: 20px 0;
	}

	.sec1 .lBox ul {
		padding: 0 25px 15px;
	}

	.sec1 .rBox li {
		padding: 0 0 35px 25px;
	}

	.sec1 .rBox li a {
		padding: 12px;
	}

	.sec1 .rBox li a p {
		font-size: 18px;
		background-size: 22px;
	}

	.sec2 .fl ul {
		margin-bottom: 10px;
	}

	.sec2 .fl li a {
		font-size: 15px;
	}

	.sec2 .fl li {
		padding-top: 30px;
	}

	.sec2 .fl li span {
		width: 62px;
		margin-bottom: 5px;
	}

	.sec2 .fl .text p {
		margin-top: 20px;
		font-size: 15px;

	}

	.sec2 .fr .text {
		padding: 30px 6%;
	}

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

	.sec2 .fr .text p {
		font-size: 15px;
		height: 60px;
		overflow: hidden;
	}

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

	.sec2 .fr .text:after {
		width: 100px;
		height: 100px;
	}

	.sec4 li {
		padding: 15px;
	}

	.sec4 li .text {
		padding: 30px 20px 20px;
	}

	.sec4 li .text span {
		width: 70px;
		height: 70px;
		padding-left: 30px;
		line-height: 40px;
		font-size: 26px;
	}

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

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

	.sec3 .title h2:before {
		font-size: 150px;
		left: -80px;
		top: -82px;
	}

	.sec3 .texBox h3 {
		font-size: 24px;
	}

	.sec3 .texBox p {
		font-size: 15px;
	}

	.sec3 .texBox a {
		font-size: 14px;
	}

	.sec5 li {
		padding: 15px;
	}

	.sec5 li h3 {
		font-size: 16px;
		background-size: 22px;
		padding: 14px 10px
	}

	.sec6 .box2 .bTop .pho {
		width: 32%;
	}

	.sec6 .box2 .bTop .text {
		width: 68%;
	}

}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	.sec1 .rBox li a p {
		font-size: 17px;
	}

	.sec .more a {
		width: 130px;
		line-height: 36px;
		font-size: 14px;
	}

	.sec .more a:after {
		width: 30px;
		height: 30px;
		top: 3px;
	}

	.sec3 .title {
		width: 30%;
	}

	.sec3 .texBox {
		width: 60%;
	}

	.sec3 .texBox li span {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}

	.sec3 .texBox li span img {
		width: 55px;
	}

	.sec6 .box .box1 h3 {
		font-size: 17px;
	}

	.sec6 .box .box1 p {
		font-size: 14px;
		line-height: 28px;
	}

	.sec6 .box .box1 .time span {
		font-size: 18px;
	}

	.sec6 .box2 .bTop .text p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec6 .box2 .bTop .text span.mor {
		width: 108px;
		line-height: 30px;
	}

	.sec6 .box2 .bTop .text {
		padding: 10px 18px 0;
	}

	.sec6 .box2 .bBot li {
		margin: 4px 0;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.sec2 .fl {
		padding: 0 40px;
	}

	.sec2 .fl li span {
		width: 56px;
	}

	.sec2 .fl li {
		padding-top: 20px;
	}

	.sec2 .fl ul {
		margin-bottom: 20px;
	}

	.sec2 .fl .text {
		margin-bottom: 20px;
	}

	.sec2 .fl .text p {
		margin-top: 10px;
	}

	.sec4 li .text {
		margin: -40px 10px 0;
	}

	.sec4 li .text {
		padding: 20px 12px 15px;
	}

	.sec6 .box2 .bTop .pho {
		width: 36%;
	}

	.sec6 .box2 .bTop .text {
		width: 64%;
	}

	.sec6 .box2 .bBot {
		padding: 10px;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {
	.bannerswiper .swiper-button-prev {
		left: 10px;
	}

	.bannerswiper .swiper-button-next {
		right: 10px;
	}

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

	}

	.bannerswiper .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}

	.bannerswiper .swiper-pagination-bullet-active {
		width: 40px;
	}

	.sec1 {
		padding-bottom: 30px;
	}

	.sec1 .lBox {
		border-radius: 0px;
		width: 100%;
		background: none;
	}

	.sec1 .lBox .titl {
		display: none;
	}

	.sec1 .container {
		padding: 0 15px 20px;
	}

	.sec1 .lBox ul {
		overflow: hidden;
		padding: 0px 0px 20px;
	}

	.sec1 .lBox li {
		width: 50%;
		float: left;
		margin-top: 0px;
		padding: 6px 8px;
		box-sizing: border-box;

	}

	.sec1 .lBox li a {
		line-height: 40px;
		padding-left: 0px;
		font-size: 15px;
		color: #fff;
		background-color: #0096df;
		border-radius: 5px;
		font-weight: 500;
		border: none;
		text-align: center;
	}

	.sec1 .lBox li.on a, .sec1 .lBox li:hover a {
		background: #0096df;
		color: #fff;
	}

	.sec1 .lBox li a:before {
		display: none;
	}

	.sec1 .lBox li a:after {
		display: none;
	}


	.sec1 .rBox {
		width: 100%;
	}

	.sec1 .rBox li {
		width: 50%;
		padding: 8px;
	}

	.sec1 .rBox li a {
		border-radius: 5px;
		padding: 0px;
	}

	.sec1 .rBox li a p {
		font-size: 16px;
		color: #333;
		padding: 0px 0px 0 0;
		margin-top: 0px;
		line-height: 40px;
		background: none;
		text-align: center;
	}

	.sec1 .rBox li:hover a p {
		color: #e07405;
		background-image: none;
	}

	.sec2 .fl {
		width: 100%;
		padding: 0px 5% 20px;
		background: #1667c7;
		height: inherit !important;
	}

	.sec2 .fl li {
		width: 50%;
		padding-top: 20px;
	}

	.sec2 .fl li span {
		width: 55px;
		margin: 0 auto 10px;
	}

	.sec2 .fl li a {
		font-size: 15px;
	}

	.sec2 .fl .text {
		display: none;

	}

	.sec2 .fr {
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	.sec2 .fr .swiper-slide {
		padding: 10px;
		box-sizing: border-box;
	}

	.sec2 .fr .text {
		padding: 20px 5%;
		box-shadow: 0 0 10px rgba(0, 0, 0, .4);
	}

	.sec2 .fr .text:after {
		width: 100px;
		height: 100px;
		opacity: 0.3;
		bottom: 10px;
	}

	.sec2 .fr .text h3 {
		font-size: 16px;
		text-align: left;
	}

	.sec2 .fr .text p {
		margin: 10px 0;
		font-size: 14px;
		line-height: 27px;
		height: 81px;
		overflow: hidden;
	}

	.sec2 .fr .text a {
		width: 120px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 4px;
	}

	.sec2 .more {
		margin-top: 30px;
	}

	.sec3 {
		background: url(../images/index/bg3.jpg) no-repeat center;
		background-size: cover;
		margin-top: 30px;
	}

	.sec3 .title {
		text-align: left;
		position: relative;
		float: inherit;
		width: 100%;
		margin: 30px 0 0 0;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.sec3 .title h2:before {
		left: -40px;
		font-size: 140px;
	}

	.sec3 .texBox {
		width: 100%;
		padding: 60px 3% 30px 3%;
		float: inherit;
	}

	.sec3 .texBox h3 {
		font-size: 25px;
	}

	.sec3 .texBox p {
		font-size: 15px;
		line-height: 28px;
		text-indent: 2em;
		margin: 10px 0 10px;
	}

	.sec3 .texBox a {
		right: 5%;
		top: 20px;
		font-size: 14px;
	}

	.sec3 .texBox ul {
		margin-top: 30px;
	}

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

	.sec3 .texBox li span {
		width: 76px;
		height: 76px;
		line-height: 76px;
		margin: 0 auto 8px;
		border-radius: 50%;
	}

	.sec3 .texBox li span img {
		width: 50px;
	}

	.sec4 li {
		width: 100%;
		padding: 14px;
	}

	.sec4 li a {
		border-radius: 8px;
		overflow: hidden;

	}

	.sec4 li .text {
		padding: 40px 12px 20px;
		border-radius: 0 0 8px 8px;
		margin: 0px 0px 0;
	}

	.sec4 li .text span {
		width: 70px;
		height: 70px;
		line-height: 40px;
		font-size: 28px;
		padding-left: 35px;
	}

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

	.sec4 li .text p {
		font-size: 14px;
		line-height: 27px;
		margin-top: 8px;
	}

	.sec4 li .text:before {
		left: 12px;
		top: 60px;
	}


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

	.sec5 li a {
		border-radius: 6px;
	}

	.sec5 li .pho:after {
		width: 48px;
		height: 48px;
	}

	.sec5 li h3 {
		padding: 10px 5px;
		font-size: 16px;
		background: none;
	}

	.sec5 li:hover a h3 {
		background: none;
	}

	.sec6 {
		margin: 20px 0;
		padding-bottom: 20px;
	}

	.sec6 .title {
		color: #fff
	}

	.sec6 .container {
		padding: 0 3%;
	}

	.sec6 .box {
		width: 100%;
	}

	.sec6 .box .box1 {
		padding: 12px 15px 5px;
		margin-top: 16px;
	}


	.sec6 .box .box1 .time strong {
		font-size: 36px;
	}

	.sec6 .box .box1 .time span {
		font-size: 17px;

	}

	.sec6 .box .box1 h3 {
		font-size: 16px;
		margin: 6px 0 8px;
	}

	.sec6 .box .box1 p {
		font-size: 14px;
		line-height: 27px;
	}

	.sec6 .box .box1 .bott {
		margin: 12px -15px;
		padding: 10px 15px 0;
		background: url(../images/index/jt_r.png) no-repeat right 15px top 10px;
		background-size: 20px;
	}

	.sec6 .box2 {
		width: 100%;
		margin-top: 16px;
	}


	.sec6 .box2 .bTop .pho {
		width: 100%;
		float: inherit;
	}

	.sec6 .box2 .bTop .text {
		width: 100%;
		float: inherit;
		padding: 14px 12px;
	}

	.sec6 .box2 .bTop .text .bq {
		margin-bottom: 8px;
	}

	.sec6 .box2 .bTop .text .time {
		display: none;
	}


	.sec6 .box2 .bTop .text h3 {
		font-size: 16px;
		padding-right: 0px;
	}

	.sec6 .box2 .bTop .text p {
		font-size: 14px;
		line-height: 27px;
		margin: 8px 0;
	}

	.sec6 .box2 .bTop .text span.mor {
		width: 100px;
		line-height: 30px;

	}

	.sec6 .box2 .bBot {
		margin-top: 16px;
		padding: 8px;
	}

	.sec6 .box2 .bBot li {
		width: 100%;
		float: inherit;
		padding: 0px;
		margin: 5px 0;
	}

	.sec6 .box2 .bBot li a {
		background-size: 20px;
	}

	.sec6 .box2 .bBot li a p {
		padding: 0 90px 0 26px;
		font-size: 14px;
	}

	.sec6 .box2 .bBot li a span {
		font-size: 13px;
	}

}