﻿.bannerswiper .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff;
	opacity: 0.7;
}

.bannerswiper .swiper-pagination-bullet-active {
	background: #2c98e7;
	opacity: 1;
}

.sec1 {
	padding: 30px 0;
}

.sec1 .seCon ul.ul1 {
	background: #fff;
}

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

.sec1 .seCon ul.ul1 li a {
	display: block;
	border: 1px solid #878787;
	line-height: 42px;
	font-size: 15px;
	border-radius: 4px;
	color: #878787;
}

.sec1 .seCon ul.ul1 li.on a, .sec1 .seCon ul.ul1 li:hover a {
	background: #2c98e7;
	color: #fff;
	border-color: #2c98e7;
}

.sec1 .seCon ul.ul2 li {
	width: 22.75%;
	float: left;
	text-align: center;
	margin: 30px 3% 0 0;
	position: relative;
	overflow: hidden;
}

.sec1 .seCon ul.ul2 li a {
	display: block;
	background: #fff;
	border: 1px solid #ddd;
}

.sec1 .seCon ul.ul2 li .text {
	padding-bottom: 20px;
}

.sec1 .seCon ul.ul2 li .text h3 {
	font-size: 18px;
	line-height: 35px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec1 .seCon ul.ul2 li .text p {
	font-size: 15px;
	color: #666;
}

.sec1 .seCon ul.ul2 li .text p strong {
	font-weight: 500;
}

.sec1 .seCon ul.ul2 li .text span {
	display: block;
	width: 110px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	font-size: 14px;
	margin: 8px auto 0;
	border: 1px solid #ccc;
	color: #555;
}

.sec1 .seCon ul.ul2 li:hover .text span {
	border-color: #2c98e7;
	background: #2c98e7;
	color: #fff;
}

.sec1 .seCon ul.ul2 li .hover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0);
	transform: rotateX(180deg) scale(0.2, 0.2);
	-webkit-transform: rotateX(180deg) scale(0.2, 0.2);
	transition: 0.6s;
}

.sec1 .seCon ul.ul2 li .hover span {
	display: block;
	width: 68px;
	height: 68px;
	margin: 50% auto;
	line-height: 68px
}

.sec1 .seCon ul.ul2 li:hover .hover {
	opacity: 1;
	transform: rotateX(0deg) scale(1.1);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	background: rgba(0, 0, 0, 0.3);
}

.sec1 .seCon ul.ul2 li:nth-child(4n) {
	margin-right: 0;
}

.sec1 .seCon ul.ul2 li i.border {
	display: block;
	position: absolute;
	background: #2c98e7;
	transition: 0.8s;
	z-index: 999;
}

.sec1 .seCon ul.ul2 li i.border_t {
	left: -1px;
	top: 0px;
	height: 1px;
	width: 0;
}

.sec1 .seCon ul.ul2 li i.border_r {
	right: 0px;
	top: -1px;
	height: 0px;
	width: 1px;
}

.sec1 .seCon ul.ul2 li i.border_b {
	right: -1px;
	height: 1px;
	bottom: 0;
	width: 0;
}

.sec1 .seCon ul.ul2 li i.border_l {
	width: 1px;
	bottom: -1px;
	left: 0px;
	height: 0;
}

.sec1 .seCon ul.ul2 li:hover i.border_t {
	width: 100%;
}

.sec1 .seCon ul.ul2 li:hover i.border_r {
	height: 100%;
}

.sec1 .seCon ul.ul2 li:hover i.border_b {
	width: 100%;
}

.sec1 .seCon ul.ul2 li:hover i.border_l {
	height: 100%;
}

.sec1 .more a {
	display: block;
	width: 160px;
	line-height: 42px;
	text-align: center;
	font-size: 15px;
	margin: 20px auto 0;
	border-radius: 21px;
	border: 1px solid #ddd;
	color: #444;
}

.sec1 .more a:hover {
	background: #2c98e7;
	color: #fff;
}

.sec2 {
	padding: 40px 0 30px;
	background: url(../images/abbg2.jpg) no-repeat;
	background-size: cover;
}

.sec2 .title h2, .sec2 .title p {
	color: #fff;
}

.sec2 .comBox {
	width: 85%;
	margin: 0 auto;
	position: relative;
	display: table;
}

.sec2 .pic {
	width: 39%;
	display: table-cell;
	vertical-align: middle;
}

.sec2 .text {
	box-sizing: border-box;
	padding: 0px 80px 0 30px;
	display: table-cell;
}

.sec2 .text h4 {
	font-weight: 500;
	font-size: 20px;
}

.sec2 .text h3 {
	font-size: 28px;
	color: #fff;
}

.sec2 .text span.line {
	display: block;
	width: 60px;
	height: 5px;
	background: #fff;
	margin: 4px 0px 7px;
}

.sec2 .text p {
	font-size: 15px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	color: #fff;
}

.sec2 .text a {
	display: block;
	position: absolute;
	bottom: 15px;
	width: 100px;
	line-height: 28px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	border-radius: 17px;
}

.sec2 .text a:hover {
	background: #fff;
	color: #333;
}

.sec2 .slider {
	margin: 30px 60px 0;
}

.sec2 .slick-slider .slick-list {
	padding-top: 10px;
}

.sec2 .slider .slick-slide .image {
	padding: 0 8%;
	box-sizing: border-box;
}

.sec2 .slider .slick-slide .image a {
	display: block;
	background: #fff;
	padding: 8px 8px 0;
}

.sec2 .slider .slick-slide h3 {
	line-height: 40px;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
}

.sec2 .slick-next {
	background: url(../images/right1.png) no-repeat center;
	background-size: cover;
}

.sec2 .slick-prev {
	background: url(../images/left1.png) no-repeat center;
	background-size: cover;
}

#main .pic1 {
	width: 80%;
	margin: 40px auto 0;
}

.sec3 {
	padding: 40px 40px 20px;
	background: #f3f4f7;
	background-size: cover;
}

.sec3 .title h2, .sec3 .title p {
	color: #333;
}

.slick-slider .slick-list {
	padding: 0 10px;
}

.sec3 .image {
	text-align: center;
	padding: 10px 15px;
}

.sec3 .image .pho {
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

.sec3 .image img {
	transition: 0.3s;
}

.sec3 .image img:hover {
	transform: scale(1.1);
}

.sec3 .image h3 {
	font-size: 16px;
	line-height: 40px;
	font-weight: 500;
	transition: 0.3s;
	border-top: none;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
	color: #333;
}

.sec3 .image:hover h3 {
	background: #2c98e7;
	color: #fff;
}

.slick-next, .slick-prev {
	width: 36px;
	height: 60px;
	margin-top: -30px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .4)
}

.sec3 .slick-next {
	background: url(../images/right1.png) #dadada no-repeat center;
	background-size: cover;
}

.sec3 .slick-prev {
	background: url(../images/left1.png) #dadada no-repeat center;
	background-size: cover;
}

.slick-next:before, .slick-prev:before {
	display: none;
}

.sec4 {
	padding-top: 40px;
	background: none;
}

.sec4 .title h2 {
	color: #343434;
}

.sec4 .title p {
	color: #878787;
}

.sec4 li {
	width: 25%;
	float: left;
	padding: 10px 15px;
	box-sizing: border-box;
}

.sec4 li .pho {
	overflow: hidden;
}

.sec4 li .pho img {
	transition: 0.3s;
}

.sec4 li .pho:hover img {
	transform: scale(1.1);
}

.sec4 li a {
	display: block;
}

.sec4 li a h3 {
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	font-weight: 500;
	background: #e6e6e6;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.sec4 li:hover a h3 {
	background: #2c98e7;
	color: #fff;
}

.sec4 .more a {
	display: block;
	width: 160px;
	line-height: 42px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 15px;
	margin: 20px auto;
	border-radius: 21px;
	transition: 0.3s;
	color: #444;
}

.sec4 .more a:hover {
	background: #2c98e7;
	border-color: #2c98e7;
	color: #fff;
}

.sec5 {
	padding: 20px 0 50px;
	background: url(../images/newsbg.jpg) no-repeat bottom center;
	background-size: cover;
}

.sec5 .title h2, .sec5 .title p {
	color: #565656;
}

.sec5 .fl {
	width: 65%;
	float: right;
	background: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	position: relative;
}

.sec5 .more {
	position: absolute;
	right: 25px;
	top: 10px;
}

.sec5 .more a {
	display: block;
	color: #999;
	font-size: 14px;
	line-height: 40px;
}

.sec5 ul.flList {
	border-bottom: 2px solid #2c98e7;
	margin-bottom: 20px;
}

.sec5 ul.flList li {
	float: left;
}

.sec5 ul.flList li a {
	display: block;
	padding: 7px 15px;
	font-size: 16px;
	color: #333;
}

.sec5 ul.flList li.on a, .sec5 ul.flList li:hover a {
	background: #2c98e7;
	color: #fff;
}

.sec5 .comBox {
	padding: 0 10px 10px;
	height: 440px;
}

.sec5 .comBox .pho {
	width: 38%;
	float: left;
	height: 430px;
	background: #f6f6f6;
}

.sec5 .comBox .pho .tex {
	padding: 15px 15px 20px;
}

.sec5 .comBox .pho .tex:hover {
	background: #2c98e7;
	color: #fff;
}

.sec5 .comBox .pho .tex:hover p {
	color: #fff;
}

.sec5 .comBox .pho .tex h3 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: 16px;
}

.sec5 .comBox .pho .tex p {
	line-height: 25px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	height: 50px;
}

.sec5 .comBox .text {
	width: 60%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.sec5 .comBox .text li {
	border-bottom: 1px dashed #ddd;
}

.sec5 .comBox .text li a {
	display: block;
	line-height: 42px;
	padding-left: 16px;
	position: relative;
	background: url(../images/sj.png) no-repeat left center;
	background-size: 12px;
}

.sec5 .comBox .text li a h3 {
	font-weight: 500;
	padding-right: 100px;
	white-space: nowrap;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec5 .comBox .text li a span {
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 13px;
	color: #878787;
}

.sec5 .fr {
	width: 33%;
	float: left;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	padding: 10px 20px 20px;
	box-sizing: border-box;
	position: relative;
}

.sec5 .fr .ul {
	overflow: hidden;
	height: 440px !important;
}

.sec5 .fr .ul li {
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
}

.sec5 .fr .ul li a {
	display: block;
	overflow: hidden;
}

/* 
.sec5 .fr .ul li .pho {
	width: 120px;
	float: left;
}

.sec5 .fr .ul li .pho img {
	height: 75px;
}

.sec5 .fr .ul li .text {
	margin-left: 130px;
} */

.sec5 .fr .ul li .text span {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	margin-right: 6px;
}

.sec5 .fr .ul li .text h3 span {
	background: #2c98e7;
	font-size: 13px;
}

.sec5 .fr .ul li .text p span {
	background: #ff8f07;
	position: absolute;
	left: 0;
	top: 0;
}

.sec5 .fr .ul li .text h3 {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80%;
	margin-bottom: 5px;
}

.sec5 .fr .ul li .text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 22px;
	font-size: 13px;
	color: #999;
	position: relative;
	padding-left: 26px;
}

.sec6 {
	padding-top: 30px;
}

.sec6 .ysCon {
	margin-top: 50px;
	position: relative;
}

.sec6 .ysCon .pic {
	width: 400px;
	margin: 0 auto;
}

.sec6 .ysCon .text {
	position: absolute;
}

.sec6 .ysCon .tex1 {
	left: 0;
	top: 40px
}

.sec6 .ysCon .tex2 {
	right: 0;
	top: 40px;
	text-align: right;
}

.sec6 .ysCon .tex3 {
	left: 0;
	bottom: 40px
}

.sec6 .ysCon .tex4 {
	right: 0;
	bottom: 40px;
	text-align: right;
}

.sec6 .ysCon .tex2 .top, .sec6 .ysCon .tex4 .top {
	justify-content: flex-end
}

.sec6 .ysCon .text .top {
	display: flex;
}

.sec6 .ysCon .text .top strong.num {
	font-size: 30px;
	padding: 7px 13px;
	color: #2c98e7;
	border: 3px solid #2c98e7;
	text-decoration: underline;
	margin-top: -20px;
	line-height: 30px;
}

.sec6 .ysCon .text .top strong.zi {
	font-size: 24px;
	color: #333;
	background: #fff;
	margin-left: -10px;
	line-height: 30px;
}

.sec6 .ysCon .text .bott {
	display: flex;
	margin-top: 10px;
	flex-direction: column
}

.sec6 .ysCon .text .bott p {
	line-height: 30px;
	font-size: 16px;
	color: #333;
	padding-left: 8px;
}

.sec6 .ysCon .text .bott p:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2c98e7;
	display: inline-block;
	margin-right: 6px;
}

.sec7 {
	background: url(../images/yxbg.jpg) no-repeat;
	padding-top: 160px;
	margin-top: 60px;
	overflow: hidden;
	background-size: cover;
}

.sec7 .title h2, .sec7 .title p {
	color: #fff;
}

.sec7 .image h3 {
	color: #fff;
	background: none;
}

.sec7 .image:hover h3 {
	background: #ff8f07;
	color: #fff;
}

.sec7 .image img {
	transition: inherit;
}

.sec7 .image img:hover {
	transform: inherit;
}

.sec7 .slick-prev, .sec7 .slick-next {
	width: 50px;
	height: 50px;
	border: 50%;
}

.sec7 .slick-prev {
	background: url(../images/prev.png) no-repeat center;
	background-size: cover;
	left: -50px;
}

.sec7 .slick-next {
	background: url(../images/next.png) no-repeat center;
	background-size: cover;
	right: -50px
}

@media all and (min-width: 1024px) and (max-width:1600px) {
	.sec5 .comBox .pho .tex p {
		-webkit-line-clamp: 4;
	}
	.sec2 .comBox {
		width: 90%;
	}
	.sec2 .pic {
		width: 35%;
	}
	.sec2 .text {
		width: 52%;
		padding: 0px 40px 0 40px;
	}
	.sec2 .text h3 {
		font-size: 26px;
	}
	.sec6 .ysCon .pic {
		width: 300px;
	}
	.sec6 .ysCon .text .top strong.zi {
		font-size: 24px;
	}
	.sec6 .ysCon .text .top strong.num {
		padding: 5px 10px;
		margin-top: -16px;
		font-size: 28px;
	}
	.sec6 .ysCon .tex3, .sec6 .ysCon .tex4 {
		bottom: -25px;
	}
}

@media all and (min-width: 1024px) and (max-width:1500px) {
	.sec5 .comBox .pho .tex p {
		-webkit-line-clamp: 4;
	}
	.sec2 .text a {
		bottom: 0px;
	}
	.sec2 .text span.line {
		margin: 6px 0;
		width: 50px;
		height: 4px;
	}
	.sec2 .text h3 {
		font-size: 25px;
	}
	.sec6 .ysCon .text .top strong.zi {
		font-size: 20px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec1 .seCon ul.ul1 li {
		padding: 8px 10px;
	}
	.sec2 .slider {
		margin: 30px 0 0;
	}
	.sec2 .text {
		padding-top: 0;
	}
	.sec2 .text h3 {
		font-size: 24px;
	}
	.sec7 {
		padding-top: 130px;
		margin-top: 10px;
	}
	.sec7 .slick-prev, .sec7 .slick-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}
	.sec7 .slick-prev {
		left: -40px;
	}
	.sec7 .slick-next {
		right: -40px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1200px) {
	.sec1 .seCon ul.ul1 li {
		padding: 6px 5px;
	}
	.sec1 .seCon ul.ul1 li a {
		font-size: 14px;
	}
	.sec5 .comBox .pho .tex p {
		-webkit-line-clamp: 6;
	}
	.sec2 .text {
		padding: 0px 0px 0 30px;
	}
	.sec2 .pic {
		width: 40%;
	}
	.sec2 .text {
		width: 58%;
	}
	.sec2 .text h3 {
		font-size: 20px;
	}
	.sec2 .text a {
		bottom: 0;
	}
	.sec2 .text span.line {
		width: 40px;
		height: 3px;
	}
	.sec2 .text p {
		font-size: 14px;
		line-height: 24px;
	}
	.sec6 .ysCon .pic {
		width: 45%;
		left: 27.5%;
	}
	.sec6 .ysCon .text .top strong.num {
		margin-top: -10px;
		padding: 8px 15px;
	}
	.sec6 .ysCon .text .top strong.zi {
		font-size: 24px;
		line-height: 35px;
	}
	.sec6 .ysCon .text .bott {
		font-size: 14px;
		line-height: 24px;
	}
	.sec6 .ysCon .text {
		margin-top: 30px;
	}
	.sec7 {
		margin-top: 30px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.bannerswiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.sec1 {
		padding: 0 0 20px;
	}
	.sec1 .seCon ul.ul1 {
		border: none;
	}
	.sec1 .seCon ul.ul1 li {
		width: 50%;
		padding: 5px;
	}
	.sec1 .seCon ul.ul1 li a {
		line-height: 36px;
		font-size: 15px;
	}
	.sec1 .seCon ul.ul2 li {
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
		margin: 15px 0% 0 0;
	}
	.sec1 .seCon ul.ul2 li .text {
		padding: 10px 0;
	}
	.sec1 .seCon ul.ul2 li .text h3 {
		font-size: 15px;
		font-weight: 500;
	}
	.sec1 .seCon ul.ul2 li .text p {
		font-size: 13px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec1 .seCon ul.ul2 li .text span {
		width: 80px;
		line-height: 24px;
		border-radius: 12px;
		font-size: 12px;
	}
	.sec1 .seCon ul.ul2 li .hover {
		display: none;
	}
	.sec1 .seCon ul.ul2 li i.border {
		display: none;
	}
	.sec1 .more a {
		width: 100px;
		line-height: 26px;
		font-size: 13px;
		border-radius: 13px;
	}
	.sec2 {
		padding: 40px 10px 20px;
	}
	.sec2 .comBox {
		width: 100%;
		display: block;
	}
	.sec2 .pic {
		width: 100%;
		display: block;
	}
	.sec2 .text {
		width: 100%;
		padding: 20px 0 0 0px;
		display: block;
	}
	.sec2 .text h4 {
		font-size: 16px;
	}
	.sec2 .text h3 {
		font-size: 18px;
	}
	.sec2 .text span.line {
		width: 40px;
		margin: 6px 0;
	}
	.sec2 .text p {
		font-size: 14px;
		line-height: 26px;
	}
	.sec2 .text a {
		position: inherit;
		bottom: inherit;
		margin: 0 auto;
	}
	.sec2 .slider {
		margin: 30px 20px 0;
	}
	.sec2 .slick-next {
		right: -18px;
	}
	.sec2 .slick-prev {
		left: -18px;
	}
	.slick-slider .slick-list {
		padding: 0 0px;
	}
	#main .pic1 {
		width: 100%;
		margin-top: 25px;
	}
	.sec3 .image {
		padding: 10px;
	}
	.slick-next, .slick-prev {
		width: 30px;
		height: 60px;
		margin-top: -30px;
	}
	.sec3 .slick-next {
		right: -30px;
	}
	.sec3 .slick-prev {
		left: -30px;
	}
	.sec4 {
		padding: 20px 15px 0;
		box-sizing: border-box;
	}
	.sec4 li {
		width: 48%;
		padding: 10px 0;
		box-sizing: border-box;
		margin-right: 4%;
	}
	.sec4 li:nth-child(2n) {
		margin-right: 0;
	}
	.sec4 li a h3 {
		font-size: 15px;
		line-height: 30px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec4 .more a {
		width: 100px;
		line-height: 26px;
		font-size: 13px;
		margin: 20px auto;
		border-radius: 13px;
	}
	.sec5 {
		padding: 20px 10px 50px;
	}
	.sec5 .fl {
		width: 100%;
		padding: 10px 10px;
	}
	.sec5 .more {
		right: 15px;
	}
	.sec5 .more a {
		font-size: 12px;
		line-height: 30px;
	}
	.sec5 ul.flList li a {
		padding: 5px 12px;
		font-size: 14px;
	}
	.sec5 .comBox {
		padding: 0 10px 10px;
		height: inherit;
	}
	.sec5 .comBox .pho {
		width: 100%;
		float: inherit;
		height: inherit;
	}
	.sec5 .comBox .pho .tex p {
		line-height: 22px;
		font-size: 13px;
		height: 44px;
	}
	.sec5 .comBox .text {
		width: 100%;
		float: inherit;
		padding-left: 0px;
	}
	.sec5 .fr {
		width: 100%;
		margin-top: 20px;
		padding: 10px 10px 20px;
	}
	.sec5 .fr .ul {
		overflow: hidden;
		height: 340px !important;
	}
	/* .sec5 .fr .ul li .pho {
		width: 120px;
		float: left;
	}
	.sec5 .fr .ul li .pho img {
		height: 75px;
	}
	.sec5 .fr .ul li .text {
		margin-left: 130px;
	} */
	.sec6 .ysCon {
		margin: 30px 10px 0;
	}
	.sec6 .ysCon .pic {
		display: none;
	}
	.sec6 .ysCon .text {
		width: 100%;
		margin-top: 25px;
		padding: 8px 15px 8px;
		box-sizing: border-box;
		border-bottom: 1px dashed #ddd;
	}
	.sec6 .ysCon .tex1, .sec6 .ysCon .tex2 {
		margin-top: 25px;
	}
	.sec6 .ysCon .text .top strong.num {
		padding: 7px 12px;
		border: 2px solid #0070c5;
		margin-top: -10px;
		line-height: 22px;
	}
	.sec6 .ysCon .text .top strong.zi {
		font-size: 22px;
	}
	.sec6 .ysCon .fr .top {
		justify-content: inherit
	}
	.sec6 .ysCon .text .bott {
		line-height: 24px;
		font-size: 14px;
		margin-top: 10px;
	}
	.sec6 .ysCon .fr {
		text-align: left;
	}
	.sec7 {
		background: url(../images/yxbg.jpg) no-repeat center;
		padding-top: 120px;
		margin-top: 30px;
		background-size: cover;
	}
	.sec7 .image h3 {
		display: block;
		border-top: 1px solid #ddd;
	}
	.sec7 .slick-prev, .sec7 .slick-next {
		width: 35px;
		height: 35px;
		margin-top: -17px;
	}
	.sec7 .slick-prev {
		left: -35px;
	}
	.sec7 .slick-next {
		right: -35px
	}
}