.bannerSwiper .swiper-button-next, .bannerSwiper .swiper-button-prev {
	color: #fff;
}

.bannerSwiper .swiper-pagination {
	bottom: 30px;
	line-height: 20px;
}

.bannerSwiper .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #fff;
	opacity: 1;
	margin: 0 20px !important;
	position: relative
}

.bannerSwiper .swiper-pagination-bullet:after {
	content: "";
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	position: absolute;
	left: -12px;
	top: -12px;
	border-radius: 50%;
	display: none;
}

.bannerSwiper .swiper-pagination-bullet-active:after {
	display: block;
}

ul.ys_ul {
	background: #fff;
	position: relative;
	z-index: -1;
	box-shadow: 0 10px 5px rgba(0, 0, 0, .1);
}

ul.ys_ul li {
	width: 20%;
	float: left;
	position: relative;
	padding: 40px 0 40px 40px;
	box-sizing: border-box;
}

ul.ys_ul li:after {
	content: "";
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .1);
}

ul.ys_ul li span {
	display: block;
	float: left;
	width: 56px;
}

ul.ys_ul li h3 {
	margin-left: 80px;
	color: #3870cc;
	margin-bottom: 10px;
	font-size: 18px;
}

ul.ys_ul li p {
	font-size: 14px;
	color: #898989;
	margin-left: 80px;
}

.sec1 {
	position: relative;
	background: url(../images/bg5.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 40px 0;
}

.sec1 .fl {
	width: 22%;
	padding: 50px 30px 40px;
	box-sizing: border-box;
	color: #fff;
	background: #3b73cf url(../images/bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 8px;
}

.sec1 .fl .titl h2 {
	font-size: 36px;
	font-weight: 500;
	padding-left: 56px;
	background: url(../images/icon14.png) no-repeat left center;
	background-size: 46px;
}

.sec1 .fl p {
	font-size: 17px;
	margin: 20px 0;
	opacity: 0.8;
}

.sec1 .fl li {
	margin: 15px 0;
	overflow: hidden;
}

.sec1 .fl li a {
	display: block;
	line-height: 70px;
	color: #545454;
	background: #fff;
	font-size: 18px;
	position: relative;
	padding-left: 65px;
	font-weight: 600;
	border-radius: 4px;
}

.sec1 .fl li a:after {
	content: "";
	width: 45px;
	height: 45px;
	position: absolute;
	left: 14px;
	top: 12.5px;
	background: url(../images/icon8.png) no-repeat left center;
	background-size: 38px;
}

.sec1 .fl li:nth-child(2) a:after {
	background-image: url(../images/icon9.png);
}

.sec1 .fl li:nth-child(3) a:after {
	background-image: url(../images/icon10.png);
}

.sec1 .fl li:nth-child(4) a:after {
	background-image: url(../images/icon11.png);
}

.sec1 .fl li:nth-child(5) a:after {
	background-image: url(../images/icon12.png);
}

.sec1 .fl li:nth-child(6) a:after {
	background-image: url(../images/icon13.png);
}

.sec1 .fl .mor a {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	border-radius: 5px;
	border: 2px solid #fff;
	width: 160px;
	text-align: center;
	margin: 30px 0 0 70px;
}

.sec1 .fr {
	width: 75%;
}

.sec1 .fr ul {
	margin-top: -10px;
}

.sec1 .fr li {
	width: 33.33%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.sec1 .fr li a {
	display: block;
	position: relative;
}

.sec1 .fr li a .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 12px 0px 12px 20px;
	background: linear-gradient(0, rgba(56, 112, 204, .8) 50%, rgba(56, 112, 204, .1) 99%);
}

.sec1 .fr li a .text:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 15px;
	width: 30px;
	height: 30px;
	background: url(../images/icon15.png) no-repeat center;
	background-size: 30px;
}

.sec1 .fr li a p {
	line-height: 30px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 50px;
}

.sec2 {
	position: relative;
	padding: 10px 0 50px;
}

.sec2 .title {
	margin-bottom: 0;
}

.sec2:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: -85px;
	z-index: -2;
	background: url(../images/dd_bg.png) repeat;
}

.sec2 .alSwiper {
	height: 870px;
}

.sec2 .alSwiper .swiper-slide {
	height: calc((100%) / 2);
}

.sec2 .dl {
	padding: 0 10%;
	position: relative;
}


.sec2 .dl dl dt {
	width: 48%;
	float: left;
}

.sec2 .dl dl dd {
	width: 52%;
	float: left;
	padding: 0 5%;
	transform: translateY(50%);
	box-sizing: border-box;
	position: relative;
}

.sec2 .dl .swiper-slide:nth-child(odd) dd:before {
	content: "";
	position: absolute;
	right: 0;
	left: 60%;
	top: -30%;
	height: 5px;
	background: #3870cc;
	opacity: 0.7;
}

.sec2 .dl .swiper-slide:nth-child(odd) dd:after {
	content: "";
	position: absolute;
	right: 20px;
	top: -100px;
	height: 200px;
	width: 5px;
	background: #3870cc;
	opacity: 0.7;
}

.sec2 .dl dl dd h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.sec2 .dl dl dd p {
	font-size: 16px;
	line-height: 40px;
	color: #656565;
}

.sec2 .dl .swiper-slide:nth-child(2n) dt {
	float: right;
	width: 48%;

}

.sec2 .dl .swiper-slide:nth-child(2n) dd {
	float: left;
	width: 50%;

}

.sec2 .dl .swiper-slide:nth-child(even) dd:before {
	content: "";
	position: absolute;
	right: 60%;
	left: 0;
	bottom: -50px;
	height: 5px;
	background: #3870cc;
	opacity: 0.7;
}

.sec2 .dl .swiper-slide:nth-child(even) dd:after {
	content: "";
	position: absolute;
	left: 30px;
	bottom: -100px;
	height: 200px;
	width: 5px;
	background: #3870cc;
	opacity: 0.7;
}

.sec2 .dl .icon {
	width: 140px;
	height: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 140px;
	border-radius: 50%;
	z-index: 100;
	background: #3870cc;
}

.sec2 .dl .icon img {
	width: 90px;
	vertical-align: middle;
}

.sec2 .swiper {
	padding: 50px 0;
}

.sec2 .swiper-pagination {
	bottom: 0px;
}

.sec2 .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	margin: 0 5px;
}

.sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(4), .sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(5), .sec2 .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
	display: none !important;
}

.sec2 .swiper-pagination .swiper-pagination-bullet-active {
	width: 40px;
	border-radius: 8px;
}

.sec3 {
	background: url(../images/bg3.jpg) no-repeat bottom center;
	background-size: cover;
	padding-bottom: 60px;
	overflow: hidden;
}

.sec .title1 h2, .sec .title1 strong {
	color: #fff;
	opacity: 1;
}

.sec .title1 h2:after {
	background-image: url(../images/icon19.png);
	opacity: 1;
}

.sec .title1 h2:before {
	background-image: url(../images/icon18.png);
	opacity: 1;
}

.sec3 .slider {
	margin: 0 8% 20px;
}

.sec3 .container a {
	display: block;
	overflow: hidden;
	background-color: #fff;
}

.sec3 .pho {
	width: 45%;
	float: left;
}

.sec3 .text {
	width: 55%;
	float: right;
	padding: 5% 5% 0;
	box-sizing: border-box;
}

.sec3 .text h3 {
	font-size: 24px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 20px;
}

.sec3 .text h3:after {
	content: "";
	width: 6px;
	height: 24px;
	background: #3870cc;
	position: absolute;
	left: 0;
	top: 6px;
}

.sec3 .text p {
	font-size: 15px;
	line-height: 30px;
	color: #666;
	margin: 25px 0;
}

.sec3 .text span {
	display: block;
	width: 120px;
	line-height: 36px;
	border: 2px solid #3870cc;
	color: #3870cc;
	text-align: center;
	font-size: 15px;
	border-radius: 4px;
	float: right;
}

.sec3 .text:hover span {
	background: #3870cc;
	color: #fff;
}

.sec3 .slick-arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	color: rgba(0, 0, 0, 0);
	transform: translateY(-50%);
	border: none;
	border-radius: 50%;

}

.sec3 .slick-slide {
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-left: 20px solid rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

.sec3 .slick-prev {
	left: -100px;
	background: url(../images/prev.png) no-repeat center;
	background-size: cover;
}

.sec3 .slick-next {
	right: -100px;
	background: url(../images/next.png) no-repeat center;
	background-size: cover;
}

.sec4 {
	padding: 60px 0;
	position: relative
}

.sec4:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/bg2.jpg) no-repeat top center;
	z-index: -1;
}

.sec4 li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 40px 0;
	color: #fff;
	border-right: 1px solid rgba(255, 255, 255, .5);
	box-sizing: border-box;
}

.sec4 li:last-child {
	border-right: none;
}

.sec4 li strong {
	font-size: 40px;
}

.sec4 li span {
	font-size: 32px;
}

.sec4 li p {
	font-size: 18px;
	margin-top: 20px;
}

.sec4 .a_box {
	margin: 60px 10% 0;
	background: #fefefe;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.sec4 .pho {
	width: 48%;
}

.sec4 .text {
	width: 52%;
	padding: 40px 5% 0;
	box-sizing: border-box;
}

.sec4 .text h3 {
	font-size: 32px;
	color: #3870cc;
}

.sec4 .text h3 b {
	font-size: 36px;
}

.sec4 .text p {
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	height: 150px;
	overflow: hidden;
	color: #565656;
}

.sec4 .text a {
	display: block;
	width: 120px;
	line-height: 36px;
	background: #3870cc;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	float: right;
	margin-top: 20px;
}

.sec5 {
	padding-bottom: 40px;
	background: url(../images/bg6.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}

.sec5 .ul li {
	width: 25%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.sec5 .ul li a {
	display: block;
	background: #fff;
	position: relative;
	padding: 25px;
	border-radius: 4px;
}

.sec5 .ul li h3 {
	font-size: 20px;
	font-weight: 500;
	color: #595959;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .ul li a:after {
	content: "";
	position: absolute;
	left: 0px;
	width: 5px;
	height: 25px;
	background: #3870cc;
	top: 30px;
}

.sec5 .ul li a p {
	font-size: 15px;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	color: #666;
	margin-bottom: 14px;
}

.sec5 .ul li a span {
	display: block;
	margin: 8px 0;
	color: #999;
}

.sec5 .ul1 li {
	float: left;
	width: 33.33%;
	padding: 20px;
	box-sizing: border-box;
}

.sec5 .ul1 li a {
	display: block;
	padding: 40px 30px;
	background: #fdfdfd;
	position: relative;
}

.sec5 .ul1 li a:after {
	content: "";
	width: 60px;
	height: 60px;
	position: absolute;
	left: 30px;
	bottom: 20px;
	background: url(../images/bg1.png) no-repeat center;
	background-size: 60px;
}

.sec5 .ul1 li a .date {
	width: 80px;
	position: absolute;
	left: 30px;
	top: 40px;
	text-align: right;
	color: #3870cc;
}

.sec5 .ul1 li a .date strong {
	display: block;
	font-size: 24px;
}

.sec5 .ul1 li a .date span {
	display: block;
	font-size: 20px;
}

.sec5 .ul1 li a .text {
	padding-left: 100px;
}

.sec5 .ul1 li a .text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #595959;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .ul1 li a .text p {
	color: #999;
	font-size: 15px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
}

.more a {
	display: block;
	width: 160px;
	line-height: 46px;
	border: 2px solid #fff;
	text-align: center;
	margin: 20px auto;
	color: #fff;
	font-size: 15px;
	border-radius: 8px;
}

.sec5 .more a {
	border: 2px solid #3870cc;
	color: #3870cc;
}

.sec6 {
	padding-bottom: 40px;
	overflow: hidden;
	background: url(../images/dd_bg.png) repeat;
}

.sec6 li {
	width: 25%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}

.sec6 li a {
	display: block;
	background: #3870cc;
	border-radius: 5px;
	overflow: hidden;
}

.sec6 li .pho {
	position: relative;
}

.sec6 li p {
	line-height: 60px;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
	color: #fff;
	background: url(../images/icon20.png) no-repeat right 10px center;
	background-size: 30px;
}

.sec6 li span {
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon21.png) no-repeat center;
	background-size: cover;
}

.sec6 .more a {
	border: 2px solid #3870cc;
	color: #3870cc;
}

@media all and (min-width: 1024px) and (max-width:1680px) {
	ul.ys_ul li {
		padding: 30px 0 30px 20px;
	}

	ul.ys_ul li span {
		width: 45px;
	}

	ul.ys_ul li h3, ul.ys_ul li p {
		margin-left: 60px
	}

	.sec1 .fl {
		padding: 36px 15px;
	}

	.sec1 .fl li a {
		line-height: 60px;
	}

	.sec1 .fl li a:after {
		width: 40px;
		height: 40px;
		top: 10px;
	}

	.sec1 .fl .mor a {
		line-height: 40px;
		margin: 25px auto 0;
	}

	.sec2 .alSwiper {
		height: 755px;
	}

	.sec3 .text p {
		line-height: 25px;
		height: 75px;
		overflow: hidden;
	}

	.sec3 .slick-arrow {
		width: 45px;
		height: 45px;
	}

	.more a {
		width: 140px;
		line-height: 42px;
	}

	.sec4 .text {
		padding-top: 30px;
	}

	.sec4 .text h3 {
		font-size: 30px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	ul.ys_ul li {
		padding: 25px 0 25px 20px;
	}

	ul.ys_ul li span {
		width: 40px;
	}

	.sec1 .fl .titl h2 {
		font-size: 30px;
	}

	.sec1 .fl p {
		font-size: 15px;
	}

	.sec1 .fl li a {
		line-height: 52px;
		font-size: 17px;
	}

	.sec1 .fl li a:after {
		top: 6px;
		background-size: 34px;
	}

	.sec1 .fr li a strong {
		font-size: 18px;
	}

	.sec1 .fr li a .text:after {
		background-size: 25px;
		top: 38px;
	}

	.sec2 .alSwiper {
		height: 716px;
	}

	.sec3 .text h3 {
		font-size: 20px;
	}

	.sec3 .text span {
		line-height: 32px;
		width: 110px;
	}

	.sec3 .text h3:after {
		top: 4px
	}

	.sec2 .dl .icon {
		width: 120px;
		line-height: 120px;
		height: 120px;
	}

	.sec2 .dl .icon img {
		width: 80px;
	}

	.sec2 .dl dl:nth-child(odd) dd:before {
		left: 70%;
	}

	.sec2 .dl dl:nth-child(odd) dd:after {
		height: 150px;
	}

	.sec2 .dl dl:nth-child(even) dd:before {
		right: 70%;
	}

	.sec2 .dl dl:nth-child(even) dd:after {
		height: 150px;
	}

	.sec2 .dl dl dd h3 {
		font-size: 20px;
	}

	.sec2 .dl dl dd p {
		line-height: 25px;
		font-size: 15px;
	}

	.sec4 li strong {
		font-size: 35px;
	}

	.sec4 li span {
		font-size: 26px;
	}

	.sec4 li p {
		font-size: 16px;
	}

	.sec4 .text {
		padding-top: 20px;
	}

	.sec4 .text h3 b {
		font-size: 30px;
	}

	.sec6 li p {
		line-height: 50px;
		font-size: 16px;
	}

	.sec5 .ul li h3 {
		font-size: 17px;
	}

	.sec5 .ul li a:after {
		top: 27px;
		height: 25px;
	}

	.sec5 .ul1 li a .text h3 {
		font-size: 17px;
	}

	.sec5 .ul1 li a {
		padding: 30px;
	}

	.sec5 .ul1 li a .text p {
		margin-top: 10px;
		font-size: 14px;
		line-height: 25px;
		height: 50px;
	}

	.sec5 .ul1 li a:after {
		width: 50px;
		height: 50px;
	}

	.sec5 .ul1 li a .date {
		top: 30px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 36px;
	}

	ul.ys_ul li {
		padding-left: 10px
	}

	ul.ys_ul li h3, ul.ys_ul li p {
		margin-left: 50px;
	}

	ul.ys_ul li h3 {
		font-size: 17px;
	}

	ul.ys_ul li p {
		font-size: 13px;
	}

	ul.ys_ul li span {
		width: 34px;
	}

	.sec1 .fl li a {
		line-height: 45px;
		font-size: 16px;
		font-weight: 500;
		padding-left: 45px;
	}

	.sec1 .fl li a:after {
		width: 32px;
		height: 32px;
		top: 6.5px;
		left: 8px;
		background-size: 30px;
	}

	.sec1 .fl .mor a {
		width: 120px;
		line-height: 36px;
		border-width: 1px;
		font-size: 14px;
	}

	.sec1 .fr li a .text {
		padding-left: 10px;
	}

	.sec1 .fr li a .text:after {
		right: 10px;
	}

	.sec2 .alSwiper {
		height: 672px;
	}

	.sec3 .slider {
		margin: 0 4% 20px;
	}

	.sec3 .slick-next {
		right: -5%;
	}

	.sec3 .slick-prev {
		left: -5%;
	}

	.sec3 .slick-arrow {
		width: 38px;
		height: 38px;
	}

	.more a {
		width: 130px;
		line-height: 36px;
	}

	.sec2 .swiper-pagination .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}

	.sec2 .swiper-pagination .swiper-pagination-bullet-active {
		width: 30px;
	}

	.sec4 .a_box {
		margin: 40px 5% 0;
	}

	.sec4 .text {
		padding-top: 36px;
	}

	.sec4 .text p {
		font-size: 15px;
	}

	.sec4 .text a {
		width: 110px;
		line-height: 34px;
	}

	.sec6 li span {
		width: 50px;
		height: 50px;
	}

	.sec6 li p {
		line-height: 42px;
		font-size: 15px;
	}

	.sec5 .ul li {
		padding: 0px 14px 10px;
	}

	.sec5 .ul li a {
		padding: 18px
	}

	.sec5 .ul li a:after {
		top: 21px;
		height: 20px;
	}

	.sec5 .ul li a p {
		font-size: 14px;
		height: 40px;
		line-height: 20px;
	}

	.sec5 .ul1 li {
		padding: 14px;
	}

	.sec5 .ul1 li a .text h3 {
		font-size: 17px;
	}

	.sec5 .ul1 li a .text p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}

	.sec5 .ul1 li a .date {
		top: 30px;
	}

	.sec5 .ul1 li a:after {
		left: 10px;
		bottom: 10px;
		width: 42px;
		height: 42px;
		background-size: 42px;
	}

	.sec5 .ul1 li a .date strong {
		font-size: 20px;
	}

	.sec5 .ul1 li a .date span {
		font-size: 18px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec2 .alSwiper {
		height: 710px;
		margin-top: -30px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1366px) {
	ul.ys_ul li h3, ul.ys_ul li p {
		margin-left: 34px;
	}

	ul.ys_ul li h3 {
		font-size: 15px;
		margin-bottom: 8px;
	}

	ul.ys_ul li span {
		width: 28px;
	}

	.sec1 .fl {
		width: 23%;
		padding-top: 26px;
	}

	.sec1 .fl li a {
		font-size: 15px;
		line-height: 50px;
	}

	.sec1 .fl li a:after {
		width: 28px;
		height: 28px;
		background-size: 25px;
		top: 8px
	}

	.sec1 .fl .titl h2 {
		font-size: 26px;
		background-size: 36px;
	}

	.sec1 .fl p {
		margin: 10px 0;
	}

	.sec1 .fr li {
		padding: 10px;
	}

	.sec3 .text h3 {
		font-size: 17px;
	}

	.sec3 .text h3:after {
		top: 2px;
	}

	.sec3 .text h3:after {
		height: 20px;
	}

	.sec3 .text p {
		font-size: 14px;
		line-height: 28px;
		height: 81px;
	}

	.sec3 .text span {
		border-width: 1px;
		font-size: 13px;
		width: 100px;
		line-height: 30px;
	}

	.more a {
		width: 120px;
		line-height: 34px;
		border-width: 1px;
	}

	.sec2 .dl {
		padding: 0 7%;
	}
}

@media all and (min-width: 1024px) and (max-width: 1300px) {

	ul.ys_ul li p {
		height: 38px;
	}

	.sec4 .text {
		padding: 30px 4% 0;
	}

	.sec4 .text p {
		margin-top: 8px;
	}

	.sec4 .a_box {
		margin: 30px 0;
	}

	.sec4 li {
		padding: 20px 0;
	}

	.sec2 .dl {
		padding: 0 5%;
	}

	.sec6 li {
		padding: 10px 14px;
	}

	#gFooter .power {
		font-size: 12px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.swiper-button-next:after, .swiper-button-prev:after {
		font-size: 30px;
	}

	.bannerSwiper .swiper-pagination {
		bottom: 12px;
	}

	.bannerSwiper .swiper-pagination-bullet:after {
		width: 22px;
		height: 22px;
		left: -8px;
		top: -8px;
	}

	ul.ys_ul {
		display: none;
	}


	.sec1 {
		position: relative;
		background: url(../images/bg5.jpg) no-repeat;
		background-size: 100% 100%;
		padding: 0px 0 30px;
		overflow: hidden;
	}

	.sec1 .fl {
		width: 100%;
		padding: 0px 10px;
		background: none;
	}


	.sec1 .fl ul {
		overflow: hidden;
	}

	.sec1 .fl li {
		margin: 0;
		float: left;
		width: 50%;
		padding: 8px 10px;
		text-align: center;
		box-sizing: border-box;
	}

	.sec1 .fl li a {
		line-height: 40px;
		font-size: 15px;
		padding-left: 0px;
		color: #fff;
		background: #3870cc;
	}

	.sec1 .fl li a:after {
		display: none;
	}

	.sec1 .fl .mor {
		display: none;
	}

	.sec1 .fr {
		width: 100%;
	}

	.sec1 .fr ul {
		margin-top: 10px;
	}

	.sec1 .fr li {
		width: 50%;
		padding: 10px;
	}

	.sec1 .fr li a .text {
		padding: 8px 0px 8px 10px;
	}

	.sec1 .fr li a .text:after {
		display: none;
	}

	.sec1 .fr li a strong {
		font-size: 17px;
	}

	.sec1 .fr li a p {
		font-size: 15px;
		padding-right: 0px;
	}

	.sec2 {
		padding: 0px 14px 20px;
	}

	.sec2:after {
		top: -40px;
		background: url(../images/dd_bg.png) repeat;
	}

	.sec2 .dl .swiper-slide:nth-child(2n) dd, .sec2 .dl .swiper-slide:nth-child(2n) dt {
		width: 100%;
		float: inherit;
	}

	.sec2 .dl {
		padding: 0 0%;
	}


	.sec2 .dl dl dt {
		width: 100%;
		float: inherit;
	}

	.sec2 .dl dl dd {
		width: 100%;
		float: inherit;
		padding: 12px;
		transform: translateY(0%);
	}

	.sec2 .dl dl:nth-child(odd) dd:before {
		display: none;
	}

	.sec2 .dl dl:nth-child(odd) dd:after {
		display: none;
	}

	.sec2 .dl dl dd h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.sec2 .dl dl dd p {
		font-size: 15px;
		line-height: 30px;
		height: 60px;
		overflow: hidden;
	}

	.sec2 .dl dl:nth-child(2n) dt {
		float: inherit;
		width: 100%;

	}

	.sec2 .dl dl:nth-child(2n) dd {
		float: inherit;
		width: 100%;

	}

	.sec2 .dl dl:nth-child(even) dd:before {
		display: none;
	}

	.sec2 .dl dl:nth-child(even) dd:after {
		display: none;
	}

	.sec2 .dl .icon {
		display: none;
	}

	.sec2 .swiper {
		padding: 0 0 20px;
		height: 760px;
	}

	.sec2 .swiper-pagination {
		bottom: 0px;
	}

	.sec2 .swiper-pagination .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
	}

	.sec2 .swiper-pagination .swiper-pagination-bullet-active {
		width: 30px;
		border-radius: 6px;
	}

	.sec3 {
		padding-bottom: 30px;
	}

	.sec3 .slider {
		margin: 0 50px 20px;
	}

	.sec3 .pho {
		width: 100%;
		float: inherit;
	}

	.sec3 .text {
		width: 100%;
		float: inherit;
		padding-bottom: 50px;
	}

	.sec3 .text h3 {
		font-size: 17px;
	}

	.sec3 .text h3:after {
		height: 18px;
		top: 4px;
	}

	.sec3 .text p {
		font-size: 14px;
		line-height: 28px;
		height: 56px;
		overflow: hidden;
		margin: 12px 0;
	}

	.sec3 .text span {
		width: 100px;
		line-height: 32px;
		border: 1px solid #3870cc;
		font-size: 13px;
	}

	.sec3 .slick-arrow {
		width: 40px;
		height: 40px;

	}

	.sec3 .slick-slide {
		border-right: none;
		border-left: none;
	}

	.sec3 .slick-prev {
		left: -50px;
	}

	.sec3 .slick-next {
		right: -50px;
	}

	.sec4 {
		padding: 40px 0;
		background: url(../images/bg2.jpg) no-repeat top center;
		background-size: cover;
	}

	.sec4:after {
		display: none;
	}

	.sec4 li {
		width: 50%;
		padding: 30px 0;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	.sec4 li:nth-child(2n) {
		border-right: none;
	}

	.sec4 li:nth-child(3), .sec4 li:nth-child(4) {
		border-bottom: none;
	}

	.sec4 li:last-child {
		border-right: none;
		display: none;
	}

	.sec4 li strong {
		font-size: 30px;
	}

	.sec4 li span {
		font-size: 22px;
	}

	.sec4 li p {
		font-size: 16px;
		margin-top: 0px;
	}

	.sec4 .a_box {
		margin: 60px 0% 0;
	}

	.sec4 .pho {
		width: 100%;
	}

	.sec4 .text {
		width: 100%;
		padding: 22px 5% 80px;
	}

	.sec4 .text h3 {
		font-size: 24px;
	}

	.sec4 .text h3 b {
		font-size: 28px;
	}

	.sec4 .text p {
		font-size: 15px;
		line-height: 28px;
		margin-top: 9px;
		height: 170px;
	}

	.sec4 .text a {
		width: 100px;
		line-height: 32px;
	}

	.sec5 {
		padding-bottom: 20px;
	}

	.sec5 .ul li {
		width: 50%;
		padding: 10px;
	}

	.sec5 .ul li a {
		padding: 14px;
	}

	.sec5 .ul li h3 {
		font-size: 16px;
	}

	.sec5 .ul li a:after {
		width: 4px;
		height: 18px;
		top: 18px;
	}

	.sec5 .ul li a p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
		margin-bottom: 5px;
	}

	.sec5 .ul li a span {
		margin: 5px 0;
	}

	.sec5 .ul1 li {
		float: inherit;
		width: 100%;
		padding: 10px;
	}

	.sec5 .ul1 li a {
		padding: 25px 18px;
	}

	.sec5 .ul1 li a:after {
		width: 36px;
		height: 36px;
		left: 15px;
		bottom: 10px;
		background-size: 36px;
	}

	.sec5 .ul1 li a .date {
		width: 60px;
		left: 30px;
		top: 28px;
	}

	.sec5 .ul1 li a .date strong {
		font-size: 22px;
	}

	.sec5 .ul1 li a .date span {
		font-size: 18px;
	}

	.sec5 .ul1 li a .text {
		padding-left: 90px;
	}

	.sec5 .ul1 li a .text h3 {
		font-size: 16px;
	}

	.sec5 .ul1 li a .text p {
		font-size: 14px;
		line-height: 26px;
		height: 52px;
		margin-top: 10px;
	}

	.more a {
		width: 120px;
		line-height: 36px;
		border: 1px solid #fff;
		margin: 14px auto;
		font-size: 14px;
		border-radius: 5px;
	}

	.sec5 .more a {
		border: 1px solid #3870cc;
	}

	.sec6 {
		padding-bottom: 20px;
	}

	.sec6 li {
		width: 50%;
		padding: 10px;
	}

	.sec6 li p {
		line-height: 42px;
		padding: 0 8px;
		font-size: 15px;
		background: url(../images/icon20.png) no-repeat right 8px center;
		background-size: 24px;
	}

	.sec6 li span {
		width: 50px;
		height: 50px;
	}

	.sec6 .more a {
		border: 1px solid #3870cc;
	}
}