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

.bannerswiper .swiper-pagination span {
	margin: 0 6px;
	border: 2px solid #fff;
	opacity: 1;
}

.bannerswiper .swiper-pagination-bullet-active {
	background: none;
}

.sec1 {
	padding-top: 40px;
}

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

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

.sec1 .ul1 li a:hover {
	background: #258cd2;
	color: #fff;
}

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

.sec1 .ul2 li a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #efefef;
	text-align: center;
}

.sec1 .ul2 li a h3 {
	font-size: 16px;
	background: #fafafa;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 13px 10px;
	font-weight: 500;
}

.sec1 .ul2 li a .pho img {
	width: 90%;
}

.sec1 .ul2 li a:hover h3 {
	background: #258cd2;
	color: #fff;
}

.sec1 .more a {
	margin: 30px auto;
}

.sec3 {
	padding: 40px 0;
}

.sec3 .container {
	position: relative;
	padding-bottom: 8%;
}

.sec3 li {
	width: 20%;
	padding: 20px;
	box-sizing: border-box;
}

.sec3 li .pho {
	position: relative;
}

.sec3 li .pho:before {
	content: "";
	position: absolute;
	left: 40px;
	top: 40px;
	right: 40px;
	bottom: 40px;
	transform: rotate(45deg);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	z-index: -1;
}

.sec3 li:nth-child(odd) {
	float: left;
}

.sec3 li:nth-child(even) {
	position: absolute;
	top: 35%;
}

.sec3 li:nth-child(2) {
	left: 10%;
}

.sec3 li:nth-child(4) {
	left: 30%;
}

.sec3 li:nth-child(6) {
	left: 50%;
}

.sec3 li:nth-child(8) {
	left: 70%;
}

.sec5 {
	background: url(../images/index/bg4.jpg) no-repeat;
	padding: 60px 0;
	background-size: cover;
}

.sec5 .text {
	width: 50%;
	overflow: hidden;
	color: #fff;
}

.sec5 .text h2 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 20px;
}


.sec5 .text h3:before {
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.sec5 .text p {
	font-size: 16px;
	line-height: 2em;
	text-indent: 2em;
	height: 200px;
	overflow: hidden;
}

.sec5 .text a {
	display: block;
	width: 140px;
	line-height: 36px;
	border-radius: 20px;
	font-size: 15px;
	text-align: center;
	border: 1px dashed #fff;
	color: #fff;
	margin: 40px 0 60px;
	float: right;
}


.sec5 ul li {
	width: 25%;
	float: left;
	padding: 30px 15px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}


.sec5 ul li span {
	display: block;
	height: 56px;
	width: 50px;
	background: url(../images/index/icon26-1.png) no-repeat center;
	background-size: cover;
	margin: 0 auto 10px;
}

.sec5 ul li:nth-child(2) span {
	background-image: url(../images/index/icon27-1.png);
}

.sec5 ul li:nth-child(3) span {
	background-image: url(../images/index/icon28-1.png);
}

.sec5 ul li:nth-child(4) span {
	background-image: url(../images/index/icon29-1.png);
}

.sec5 ul li h4 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.sec9 {
	padding: 40px 0;
}

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

.sec9 li a {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	background: #fafafa;
}

.sec9 li .text {
	padding: 25px 25px 0;
	position: relative;
}

.sec9 li .text:after {
	content: "+";
	width: 40px;
	height: 40px;
	line-height: 34px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #da9e44;
	transition: 0.3s;

}

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


.sec9 li .text p {
	font-size: 15px;
	color: #666;
	line-height: 30px;
	margin: 13px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.sec9 li .text span {
	display: block;
	font-size: 14px;
	line-height: 50px;
	color: #999;
}

.sec6 {
	padding: 40px 0;
	background: #f8f9f7;
}

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

.sec6 a {
	display: block;
	border-radius: 8px;
	overflow: hidden;
}

.sec6 .pho {
	position: relative;
}

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

.sec6 h3 {
	font-size: 18px;
	padding: 20px;
	background: #fff url(../images/index/next1.png) no-repeat right 12px center;
	background-size: 24px;
	color: #333;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec6 .swiper-pagination {
	line-height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec6 .swiper-pagination span {
	background: none;
	border: 2px solid #b6c7d9;
	width: 10px;
	height: 10px;
	margin: 0 6px;
}

.sec6 .swiper-pagination .swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	background: url(../images/index/pag.png) no-repeat center;
	background-size: cover;
	border: none;
}

.sec7 {
	padding-top: 40px;
}

.sec7 .box .fl {
	width: 33.33%;
	padding: 15px 25px;
	box-sizing: border-box;
}

.sec7 .box a {
	display: block;
	position: relative;
}

.sec7 .box .tbox {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	background: #258cd2 url(../images/index/icon34.png) no-repeat left 10px center;
	background-size: 30px;
	line-height: 60px;
	padding: 0 10px 0 50px;
}

.sec7 .fl:nth-child(2) .tbox {
	background-image: url(../images/index/icon36.png);
}

.sec7 .fl:nth-child(3) .tbox {
	background-image: url(../images/index/icon37.png);
}

.sec7 .box .tbox h3 {
	float: left;
	font-size: 19px;
	color: #fff;
}

.sec7 .box .tbox a {
	font-size: 14px;
	color: #efefef;
	float: right;
	display: block;
	background: url(../images/index/jt.png) no-repeat right center;
	background-size: 15px;
	padding-right: 20px;
}

.sec7 .box ul {
	padding: 5px 14px 10px;
	border: 1px solid #ddd;
}

.sec7 .box ul a {
	line-height: 50px;
	position: relative;
	padding-left: 16px;
	border-bottom: 1px dashed rgba(238, 238, 238, .8);
}

.sec7 .box ul a:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #dedede;
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
}

.sec7 .box ul a h3 {
	padding-right: 100px;
	font-size: 16px;
	font-weight: 500;
	color: #595757;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec7 .box ul li:hover a h3 {
	color: #258cd2;
}

.sec7 .box ul li:hover a:before {
	background: #258cd2;
}

.sec7 .box ul a span {
	display: block;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
	color: #81868e;
}

.sec4 {
	margin-top: 40px;
}

.sec4 .title {
	margin-bottom: 20px;
}

.sec4 .container {
	padding: 0 30px 30px;
}

.sec4 .fl {
	width: 23%;
}

.sec4 .fl li {
	margin-top: 40px;
}

.sec4 .fl strong {
	color: #258cd2;
	font-size: 38px;
}

.sec4 .fl b {
	color: #258cd2;
	font-size: 26px;
}

.sec4 .fl p {
	font-size: 16px;
	color: #666;
	margin-top: 5px;
}

.sec4 .fr {
	position: relative;
	width: 72%;
}

.sec4 .fr .zg {
	position: absolute;
	left: 33.8%;
	top: 32%;
	width: 54px;
	height: 54px;
	z-index: 30;
}

.sec4 .fr .zg span {
	width: 54px;
	line-height: 54px;
	display: block;
	background: #258cd2;
	color: #fff;
	text-align: center;
	font-size: 15px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 10;

}

.sec4 .fr .zg:after {
	-webkit-animation: amplify 2.8s infinite 0.1s;
	animation: amplify 2.8s infinite 0.1s;
	content: '';
	width: 160px;
	height: 160px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 64, 160, 0.1);
	opacity: 0.1;
	z-index: 2;
}

.sec4 .fr .zg:before {
	-webkit-animation: amplify 2.8s infinite 0s;
	animation: amplify 2.8s infinite 0s;
	content: '';
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 64, 160, 0.1);
	opacity: 0.1;
	z-index: 2;
}

.sec4 .fr ul li {
	position: absolute;
}

.sec4 .fr ul li p {
	font-size: 15px;
	margin-top: 12px;
	text-align: centere;
}

.sec4 .fr ul li span {
	display: block;
	width: 9px;
	height: 9px;
	background: #258cd2;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
}

.sec4 .fr ul li span::after {
	-webkit-animation: amplify 2.8s infinite 0.3s;
	animation: amplify 2.8s infinite 0.3s;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 64, 160, 0.1);
	opacity: 0.1;
}

.sec4 .fr ul li span::before {
	-webkit-animation: amplify 2.8s infinite 0.2s;
	animation: amplify 2.8s infinite 0.2s;
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 64, 160, 0.1);
	opacity: 0.1;
	z-index: 2;
}


.sec4 .fr ul li.li1 {
	left: 35%;
	top: 12%;
}

.sec4 .fr ul li.li2 {
	left: 40%;
	bottom: 24%;
}

.sec4 .fr ul li.li3 {
	right: 27%;
	top: 16%;
}

.sec4 .fr ul li.li4 {
	left: 41.5%;
	top: 34%;
}

.sec4 .fr ul li.li5 {
	right: 6%;
	bottom: 34%;
}

.sec4 .fr ul li.li6 {
	left: 27%;
	top: 41%;
}

.sec4 .fr ul li.li7 {
	left: 34%;
	bottom: 50%;
}

.sec4 .fr ul li.li8 {
	left: 13%;
	bottom: 27%;
}

.sec4 .fr ul li.li9 {
	left: 13%;
	top: 25%;
}

@-webkit-keyframes amplify {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.4);
		transform: translate(-50%, -50%) scale(0.4);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-moz-keyframes amplify {
	0% {
		-moz-transform: translate(-50%, -50%) scale(0.4);
		transform: translate(-50%, -50%) scale(0.4);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		-moz-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes amplify {
	0% {
		-webkit-transform: translate(-50%, -50%) scale(0.4);
		-moz-transform: translate(-50%, -50%) scale(0.4);
		transform: translate(-50%, -50%) scale(0.4);
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	75% {
		-webkit-transform: translate(-50%, -50%) scale(1);
		-moz-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


.flink h2 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #bcdff6;
}

.flink a {
	display: inline-block;
	padding: 0px 12px 0 6px;
	color: #bcdff6;
	line-height: 15px;
	margin: 6px 0;
	border-right: 1px solid #efefef
}

@media all and (min-width: 1024px) and (max-width: 1680px) {
	.sec1 .ul2 li a .text h3 {
		font-size: 17px;
	}

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

	.sec5 .text h2 {
		font-size: 34px;
	}

	.sec5 ul li {
		padding: 30px 10px 0;
	}

	.sec3 li .pho:before {
		left: 30px;
		top: 30px;
		bottom: 30px;
		right: 30px;
	}

	.sec6 h3 {
		font-size: 18px;
	}

	.sec4 .fl {
		padding-right: 40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.swiper-button-prev:after, .swiper-button-next:after {
		font-size: 37px;
	}

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

	.sec .more a {
		width: 132px;
		font-size: 14px;
		line-height: 36px;
		margin-top: 24px;
	}

	.sec .more a:after {
		top: 9px;
	}

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

	.sec1 .ul2 li {
		padding: 0 18px;
	}

	.sec1 .ul2 li a h3 {
		padding: 10px 8px;
	}

	.sec1 .ul2 li a .text h3 {
		font-size: 16px;
	}

	.sec9 li {
		padding: 20px;
	}

	.sec9 li .text {
		padding: 25px 20px 0;
	}

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

	.sec9 li .text p {
		line-height: 28px;
	}

	.sec5 .text {
		width: 55%
	}

	.sec5 .text h2 {
		font-size: 32px;
	}

	.sec5 .text a {
		width: 120px;
		font-size: 14px;
		line-height: 35px;
	}

	.sec5 ul li span {
		width: 52px;
		height: 56px;
	}

	.sec5 ul li h4 {
		font-size: 17px;
	}

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

	.sec7 {
		padding-top: 20px;
	}

	.sec7 .box .tbox {
		line-height: 50px;
		background-size: 25px;
		background-position: left 15px center;
	}

	.sec7 .box .fl {
		padding: 15px;
	}

	.sec7 .box ul a h3 {
		padding-right: 85px;
	}

	.sec7 .box ul a span {
		font-size: 14px;
	}

	.sec4 .container {
		padding: 30px 20px 20px;
	}

	.sec4 .fl li {
		margin-top: 20px;
	}

	.sec4 .fl strong {
		font-size: 36px;
	}


}

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


	.sec5 ul li span {
		width: 48px;
		height: 54px;
	}

	.sec5 ul li h4 {
		font-size: 17px;
	}

	.sec4 .fl {
		padding-left: 0;
	}

	.sec7 .box .fl {
		padding: 10px;
	}

	.sec7 .box .tbox {
		background-size: 22px;
		background-position: left 16px center;
	}

	.sec7 .box .tbox h3 {
		font-size: 18px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec1 .ul1 li a {
		font-size: 15px
	}

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

	.sec9 li {
		padding: 15px;
	}

	.sec9 li .text:after {
		font-size: 28px;
	}

	.sec5 .text h2 {
		font-size: 32px;
	}

	.sec5 .text h3 {
		font-size: 28px;
	}

	.sec7 .box ul a h3 {
		font-size: 15px;
	}

	.sec4 .fr .zg span {
		width: 40px;
		line-height: 40px;
		font-size: 14px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {
	.sec1 .ul1 li a {
		line-height: 36px
	}

	.sec5 ul li p {
		font-size: 12px;
	}

	.sec4 .fl {
		padding: 0;
	}

}

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

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

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

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

	.sec9 li {
		padding: 15px 14px
	}

	.sec9 li a {
		border-width: 3px;
	}

	.sec9 li:hover a {
		border-width: 3px;
	}

	.sec9 li .text:after {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 23px;
		font-weight: normal;
	}

	.sec9 li .text {
		padding: 15px 10px 0;
	}

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

	.sec9 li .text p {
		font-size: 13px;
		line-height: 20px;
	}

	.sec9 li .text span {
		line-height: 30px;
	}

	.sec5 {
		background-position: right 32% center;
	}

	.sec5 .text {
		width: 60%;
	}

	.sec5 ul li span {
		width: 36px;
		height: 40px;
	}

	.sec5 ul li h4 {
		font-size: 16px;
	}

	.sec3 .container {
		padding-bottom: 12%;
	}

	.sec3 li {
		padding: 10px;
	}

	.sec3 li:nth-child(even) {
		top: 42%;
	}

	.sec3 li .pho:before {
		left: 20px;
		top: 20px;
		right: 20px;
		bottom: 20px;
	}

	.sec6 h3 {
		padding: 12px;
		font-size: 15px;
	}

	.sec6 .pho:after {
		width: 44px;
		height: 44px;
	}

	.sec7 .box ul a span {
		display: none;
	}

	.sec7 .box ul a h3 {
		padding-right: 8px;
	}

	.sec4 .fl {
		width: 25%;
	}

	.sec4 .fl p {
		font-size: 15px;
	}

	.sec4 .fr ul li {
		margin-top: 20px;
	}

}



@media all and (min-width: 0) and (max-width: 1024px) {
	.bannerswiper .swiper-button-prev:after, .bannerswiper .swiper-button-next:after {
		font-size: 30px;
	}

	.bannerswiper .swiper-button-prev {
		left: 10px;
		top: 60%;
	}

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

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

	.sec1 {
		padding-top: 30px;
	}

	.sec1 .container {
		margin-top: 0
	}

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

	.sec1 .ul1 {
		padding: 0px 10px;
		overflow: hidden;
	}

	.sec1 .ul1 li {
		width: 33.33%;
		float: left;
		padding: 5px 8px;
		box-sizing: border-box;
		margin: 0;
	}

	.sec1 .ul1 li:last-child {
		display: none;
	}

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

	.sec1 .ul2 li {
		width: 33.33%;
		padding: 10px;
		box-sizing: border-box;
		margin-top: 10px;
	}

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

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

	.sec5 {
		background: url(../images/index/bg4.jpg) no-repeat right center;
		padding: 30px 0;
		background-size: cover;
	}

	.sec5 .text {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.sec5 .text h2 {
		font-size: 26px;
	}

	.sec5 .text h3 {
		font-size: 22px;
		margin: 10px 0;
		padding-left: 50px;
	}

	.sec5 .text h3:before {
		width: 34px;
	}

	.sec5 .text p {
		font-size: 15px;
		line-height: 32px;
	}

	.sec5 .text a {
		width: 120px;
		line-height: 33px;
		border-radius: 17px;
		font-size: 14px;
		margin: 30px 0;
	}

	.sec5 ul li h4 {
		font-size: 17px;
	}

	.sec9 {
		padding: 20px 0;
	}

	.sec9 li {
		padding: 10px;
	}

	.sec9 li .text {
		padding: 20px 20px 0;
	}

	.sec9 li .text:after {
		width: 32px;
		height: 32px;
		line-height: 28px;
		font-size: 24px;
		font-weight: normal;

	}

	.sec9 li:hover a {
		border: 4px solid #258cd2;
	}

	.sec9 li .text h3 {
		font-size: 15px;
	}

	.sec9 li .text p {
		font-size: 14px;
		line-height: 27px;
		margin: 6px 0;
	}

	.sec9 li .text span {
		font-size: 13px;
		line-height: 40px;
	}

	.sec4 {
		margin: 20px 0 30px;
	}

	.sec4 .container {
		width: 100%;
		padding: 0 10px;
	}

	.sec4 .fl {
		float: left;
		width: 25%;
	}

	.sec4 .fl li {
		margin: 0 0 10px;
	}

	.sec4 .fl strong {
		font-size: 28px;
		font-weight: 500;
	}

	.sec4 .fl p {
		font-size: 14px;
	}

	.sec4 .fr {
		float: right;
	}

	.sec4 .fr h4 {
		font-size: 24px;
		line-height: 40px;
	}


	.sec4 .fr p {
		font-size: 14px;
		line-height: 27px;
		margin: 10px 0;
	}

	.sec4 .fr a {
		width: 120px;
		line-height: 32px;
		border-radius: 16px;
	}

	.sec7 {
		padding-top: 40px;
	}


	.sec7 .box .fl {
		width: 100%;
		padding: 15px 20px;
	}

	.sec7 .box .tbox {
		background-size: 26px;
		line-height: 52px;
		padding: 0 10px 0 40px;
	}

	.sec7 .box .tbox h3 {
		font-size: 18px;
	}

	.sec7 .box .tbox a {
		font-size: 13px;
		background-size: 13px;
		padding-right: 17px;
	}

	.sec7 .box ul {
		padding: 5px 10px;
	}

	.sec7 .box ul a {
		line-height: 40px;
	}

	.sec7 .box ul a h3 {
		padding-right: 80px;
		font-size: 15px;
	}

	.sec7 .box ul a span {
		font-size: 13px;
	}

	.flink h2 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.flink span {
		font-size: 14px;
	}

	.flink a {
		line-height: 14px;
	}
}

@media all and (min-width: 0) and (max-width: 768px) {

	.sec9 li {
		width: 50%;
	}

	.sec9 li:last-child {
		display: none;
	}

	.sec4 .fl {
		display: none;
	}

	.sec4 .fr {
		float: inherit;
		width: 100%;
	}

	.sec4 .fr .zg span {
		width: 15px;
		height: 15px;
		color: rgba(0, 0, 0, 0);
	}

	.sec4 .fr .zg {
		width: 15px;
		height: 15px;
	}

	.sec4 .fr .zg:before {
		width: 40px;
		height: 40px;
	}

	.sec4 .fr .zg:after {
		width: 60px;
		height: 60px;
	}
}


@media all and (min-width: 0) and (max-width: 650px) {
	.bannerswiper .swiper-button-prev:after, .bannerswiper .swiper-button-next:after {
		font-size: 24px;
	}

	.bannerswiper .swiper-pagination span {
		width: 8px;
		height: 8px;
	}

	.sec1 .ul1 li, .sec1 .ul2 li {
		width: 50%;
	}

	.sec1 .ul1 li:last-child {
		display: block;
	}

	.sec7 .box .tbox {
		line-height: 50px;
		background-size: 22px;
	}

	.sec5 ul {
		display: none;
	}
}

@media all and (min-width: 0) and (max-width:400px) {

	.sec9 li {
		width: 100%;
		float: inherit;
	}

	.sec9 li:last-child {
		display: block;
	}
}