.banner .swiper-button-prev:after, .banner .swiper-button-next:after {
	content: "";
}

.banner .swiper-button-prev {
	width: 43px;
	height: 43px;
	left: 5%;
	background: url(../image/prev.png) no-repeat center;
}

.banner .swiper-button-next {
	width: 43px;
	height: 43px;
	right: 5%;
	background: url(../image/next.png) no-repeat center;
}

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

.sec .container {
	/* width: 75%; */
	margin: 0 auto;
	max-width: 1250px;
}

.sec1 {
	padding-bottom: 20px;
}

.sec1 .ul1 li {
	width: 15%;
	margin: 0 2% 15px 0;
	float: left;
}

.sec1 .ul1 li:nth-child(6n) {
	margin-right: 0;
}

.sec1 .ul1 li a {
	display: block;
	border: 1px solid #7c7f85;
	font-size: 16px;
	color: #7c7f85;
	text-align: center;
	line-height: 48px;
}

.sec1 .ul1 li:hover a {
	background: #005bac;
	border-color: #005bac;
	color: #fff;
	-webkit-box-shadow: 0 0 8px rgba(0, 103, 208, .35);
	-moz-box-shadow: 0 0 8px rgba(0, 103, 208, .35);
	-ms-box-shadow: 0 0 8px rgba(0, 103, 208, .35);
	-o-box-shadow: 0 0 8px rgba(0, 103, 208, .35);
	box-shadow: 0 0 8px rgba(0, 103, 208, .35);
}

.sec1 .ul2 li {
	width: 23%;
	float: left;
	margin: 35px 2.6% 15px 0;
	-webkit-box-shadow: 0 0 15px rgba(0, 103, 208, .35);
	-moz-box-shadow: 0 0 15px rgba(0, 103, 208, .35);
	-ms-box-shadow: 0 0 15px rgba(0, 103, 208, .35);
	-o-box-shadow: 0 0 15px rgba(0, 103, 208, .35);
	box-shadow: 0 0 15px rgba(0, 103, 208, .35);
}

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

.sec1 .ul2 li .tex {
	padding: 10px 0;
	text-align: center;
}

.sec1 .ul2 li .tex h3 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7c7f85;
	font-weight: 500;
}

.sec1 .ul2 li .tex span {
	color: #005bac;
	font-size: 15px;
}

.sec1 .ul2 li:hover .tex h3 {
	color: #fff;
}

.sec1 .ul2 li:hover .tex span {
	color: #fff;
}

.sec1 .ul2 li:hover .tex {
	background: #005bac;
}

.sec2 .container {
	width: 60%;
}

.sec2 .comBox {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.sec2 .comBox .pho {
	width: 65%;
	display: table-cell;
}

.sec2 .comBox .pho ul {
	width: 45%;
	float: left;
	margin: 0 5% 0px 0;
}

.sec2 .comBox .pho ul li {
	margin-bottom: 30px;
}

.sec2 .comBox .pho img {
	border-radius: 10px;
}

.sec2 .comBox .pho .ul2 {
	margin-top: 50px
}

.sec2 .comBox .pho li:hover img {
	box-shadow: 0 0 15px rgba(50, 111, 192, .36);
}

.sec2 .comBox .pho p {
	font-size: 22px;
	color: #005bac;
	line-height: 2em;
}

.sec2 .comBox .text {
	width: 35%;
	display: table-cell;
	vertical-align: middle;
}

.sec2 .comBox .text h3 {
	font-size: 40px;
	font-weight: 500;
	color: #005bac;
	line-height: 1;
	margin-bottom: 20px;
}

.sec2 .comBox .text h3 span {
	font-size: 29px;
}

.sec2 .comBox .text p {
	font-size: 18px;
	color: #797b81;
	line-height: 1.7em;
	text-indent: 2em;
	margin-bottom: 30px;
}

.sec4 {
	padding: 40px 0
}

.sec4 .title p {
	font-size: 24px;
	color: #7c7f84;
}

.sec4 .title span {
	color: #252525;
	font-size: 20px;
}

.sec4 .container {
	width: 75%;
}

.sec4 .swiper-container {
	padding: 0 40px
}

.sec4 .swiper-slide p {
	text-align: center;
	font-size: 20px;
	line-height: 2em;
}

.sec4 .swiper-slide-active p {
	font-size: 22px;
}

.sec4 .swiper-button-prev:after, .sec4 .swiper-button-next:after {
	content: "";
}

.sec4 .swiper-button-prev {
	background: url(../image/prev1.png) no-repeat center;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	left: 0;
}

.sec4 .swiper-button-next {
	background: url(../image/next1.png) no-repeat center;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	right: 0
}

.sec5 .container {
	width: 60%;
}

.sec5 li {
	width: 30%;
	float: left;
	margin: 0 5% 40px 0;
	text-align: center
}

.sec5 li:nth-child(3n) {
	margin-right: 0;
}

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

.sec5 li:hover img {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.sec5 li p {
	font-size: 20px;
	line-height: 2em;
	margin: 10px 0;
	white-space: nowrap;text-overflow:ellipsis; overflow:hidden; display:block; 
}

.sec5 .more {
	text-align: center
}

.sec5 .more a {
	display: inline-block;
	width: 160px;
	line-height: 45px;
	border-radius: 23px;
	background: #005bac;
	font-size: 18px;
	color: #fff;
}

.sec6 {
	width: 100%;
	margin: 40px auto;
	overflow: hidden;
}

/* .sec7 {
	width: 75%;
	margin: 0 auto;
	max-width: 1250px;
} */

.sec7 .titl img {
	width: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

.sec7 .titl h2 {
	font-size: 42px;
	color: #005bac;
	font-weight: 500;
	line-height: 60px;
}

.sec7 .swiper-container {
	padding-bottom: 50px;
}

.sec7 .swiper-slide {
	box-sizing: border-box;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}

.sec7 .swiper-slide-active {
	-webkit-transform: scale(1) translateY(10px);
	-moz-transform: scale(1) translateY(10px);
	-o-transform: scale(1) translateY(10px);
	-ms-transform: scale(1) translateY(10px);
	transform: scale(1) translateY(10px);
}

.sec7 .pho {
	border: 1px solid #005bac;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 40px;
}

.sec7 .swiper-slide-active .pho {
	margin-bottom: 20px;
}

.sec7 .text {
	padding: 0 30px
}

.sec7 .text h3 {
	font-size: 20px;
	font-weight: 500;
	color: #252525;
	height: 27px;
	overflow: hidden;
	line-height: 27px;
}

.sec7 .text p {
	font-size: 15px;
	color:#333;
}

.sec7 .swiper-pagination-bullet {
	width: 40px;
	height: 8px;
	background: #005bac;
	border-radius: 0;
	margin: 0 8px !important
}

.sec8 {
	padding: 30px 0 50px
}

.sec8 .titl h2 {
	display: inline-block;
	position: relative;
	top: -45px;
}

.sec8 .titl ul {
	display: inline-block;
}

.sec8 .titl ul li {
	float: left;
}

.sec8 .titl ul li a {
	display: block;
	font-size: 40px;
	color: #005bac;
	padding: 0 10px;
	line-height: 60px;
	position: relative;
	margin-right: 10px;
}

.sec8 .titl ul li a:after {
	content: "";
	width: 80px;
	height: 3px;
	background: #005bac;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	transition: 0.3s;
}

.sec8 .titl ul li.on a:after {
	width: 80px;
}

.sec8 .titl ul li.on a {
	/* font-size: 50px; */
	transform: translateX(0%);
}

.sec8 .titl ul li:hover a:after {
	width: 80px;
}

.sec8 .titl ul li:hover a {
	/* font-size: 50px; */
	transform: translateX(0%);
}

.sec8 .ul li {
	width: 23.5%;
	float: left;
	margin: 0 2% 30px 0;
}

.sec8 .ul li .pho {
	border-radius: 10px;
	padding: 15px;
	border: 1px solid #005bac;
}

.sec8 .ul li .pho img {
	width: 100%;
	height: 230px;
}

.sec8 .ul li .pho img {
	border-radius: 10px;
}

.sec8 .ul li .text {
	padding: 15px 10px
}

.sec8 .ul li .text h3 {
	font-size: 22px;
	font-weight: 500;
	color: #252525;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.sec8 .ul li .text p {
	font-size: 18px;
	line-height: 1.7em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #8e8e8e;
}

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

.sec8 .ul li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	border-radius: 10px;
}

.sec8 .ul li:hover .pho {
	border: none
}

.sec8 .more {
	text-align: center
}

.sec8 .more a {
	display: inline-block;
	width: 160px;
	line-height: 45px;
	border-radius: 23px;
	background: #005bac;
	font-size: 18px;
	color: #fff;
}

/* @media all and (max-width: 1660px) {
	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.sec1 {
		padding: 40px 0
	}
	.sec1 .ul1 li a {
		font-size: 18px;
		line-height: 40px;
	}
	.sec1 .ul2 li {
		width: 22.5%;
		margin: 30px 3.3% 20px 0;
	}
	.sec1 .ul2 li:nth-child(4n) {
		margin-right: 0;
	}
	.sec1 .ul2 li .tex h3 {
		font-size: 20px;
	}
	.sec2 .comBox .pho {
		width: 63%;
	}
	.sec2 .comBox .pho p {
		font-size: 17px;
	}
	.sec2 .comBox .text {
		width: 37%;
	}
	.sec2 .comBox .text h3 {
		font-size: 35px;
		margin-bottom: 12px;
	}
	.sec2 .comBox .text h3 span {
		font-size: 28px;
	}
	.sec2 .comBox .text p {
		font-size: 17px;
		margin-bottom: 0px;
	}
	.sec4 {
		padding: 50px 0
	}
	.sec4 .title p {
		font-size: 20px;
	}
	.sec4 .swiper-container {
		padding: 0 30px
	}
	.sec4 .swiper-button-prev {
		width: 40px;
		height: 40px;
	}
	.sec4 .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.sec5 .container {
		width: 80%;
	}
	.sec5 li {
		margin: 0 5% 30px 0;
	}
	.sec5 li p {
		font-size: 20px;
		margin: 5px 0
	}
	.sec5 .more a {
		width: 120px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 20px;
	}
	.sec6 {
		width: 100%;
		margin: 50px auto;
	}
	.sec7 .titl img {
		width: 30px;
		margin-right: 10px;
	}
	.sec7 .titl h2 {
		font-size: 36px;
		font-weight: 500;
		line-height: 40px;
	}
	.sec7 .swiper-container {
		padding-bottom: 40px;
	}
	.sec7 .pho {
		border: 1px solid #005bac;
		border-radius: 20px;
		padding: 15px;
		margin-bottom: 40px;
	}
	.sec7 .swiper-slide-active .pho {
		margin-bottom: 20px;
	}
	.sec7 .text {
		padding: 0 20px
	}
	.sec7 .swiper-pagination-bullet {
		width: 34px;
		height: 6px;
	}
	.sec7 .text p {
		font-size: 16px;
	}
	.sec8 {
		padding: 40px 0
	}
	.sec8 .titl h2 {
		top: -34px;
	}
	.sec8 .titl ul li a {
		font-size: 36px;
		font-weight: 100;
		line-height: 40px;
	}
	.sec8 .titl ul li a:after {
		bottom: -8px;
	}
	.sec8 .ul li {
		width: 23.5%;
		float: left;
		margin: 0 2% 30px 0;
	}
	.sec8 .ul li .text {
		padding: 20px 10px
	}
	.sec8 .ul li .text h3 {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.sec8 .ul li .text p {
		font-size: 17px;
	}
	.sec8 .more a {
		width: 120px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 20px;
	}
} */

@media all and (max-width: 1440px) {
	.banner .swiper-button-prev {
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.banner .swiper-button-next {
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.sec .container {
		width: 85%;
		max-width: 1200px;
	}
	.sec1 {
		padding: 20px 0 35px
	}
	.sec1 .ul1 li a {
		font-size: 16px;
		line-height: 36px;
	}
	.sec1 .ul2 li {
		margin: 30px 2.6% 15px 0;
	}
	.sec1 .ul2 li .tex h3 {
		font-size: 18px;
	}
	.sec2 {
		padding-bottom: 0px;
	}
	.sec2 .container {
		width: 70%;
	}
	.sec2 .comBox .pho {
		width: 58%;
	}
	.sec2 .comBox .pho ul li {
		margin-bottom: 20px;
	}
	.sec2 .comBox .pho .ul2 {
		margin-top: 60px;
	}
	.sec2 .comBox .pho p {
		font-size: 16px;
	}
	.sec2 .comBox .text {
		width: 42%;
	}
	.sec2 .comBox .text h3 {
		font-size: 28px;
		margin-bottom: 24px;
	}
	.sec2 .comBox .text h3 span {
		font-size: 25px;
	}
	.sec2 .comBox .text p {
		font-size: 16px;
		margin-bottom: 0px;
	}
	.sec4 {
		padding: 30px 0
	}
	.sec4 .title span {
		font-size: 16px;
	}
	.sec4 .swiper-container {
		padding-top: 30px;
	}
	.sec4 .swiper-slide p {
		font-size: 17px;
	}
	.sec4 .swiper-slide-active p {
		font-size: 19px;
	}
	.sec5 li p {
		margin: 0
	}
	.sec5 .more a {
		width: 120px;
		line-height: 36px;
		font-size: 15px;
		border-radius: 18px;
	}
	.sec6 {
		margin: 40px auto;
	}
	/* .sec7 {
		width: 100%;
		max-width: 1200px;
	} */
	.sec7 .titl img {
		width: 25px;
		margin-right: 10px;
	}
	.sec7 .titl h2 {
		font-size:25px;
	}
	.sec7 .swiper-container {
		padding-bottom: 30px;
	}
	.sec7 .pho {
		border-radius: 15px;
		padding: 10px;
	}
	.sec8 {
		padding: 30px 0
	}
	.sec8 .titl h2 {
		top: -36px;
	}
	.sec8 .titl h2 img {
		width: 30px;
	}
	.sec8 .titl ul li a {
		font-size: 28px;
		line-height: 50px;
	}
	.sec8 .ul li {
		margin: 0 2% 20px 0;
	}
	.sec8 .ul li .text {
		padding: 12px 10px
	}
	.sec8 .ul li .text h3 {
		font-size: 17px;
		margin-bottom: 5px;
	}
	.sec8 .ul li .text p {
		font-size: 15px;
	}
	.sec8 .more a {
		width: 120px;
		line-height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
	.sec8 .ul li .pho {
		padding: 10px;
	}
	.sec8 .ul li .pho img {
		height: 230px;
	}
}

@media all and (max-width: 1200px) {
	.sec1 {
		padding: 25px 0
	}
	.sec1 .ul1 li a {
		font-size: 15px;
		line-height: 32px;
	}
	.sec1 .ul2 li {
		margin: 20px 2.6% 20px 0;
	}
	.sec1 .ul2 li .tex {
		padding: 5px 0
	}
	.sec1 .ul2 li .tex h3 {
		font-size: 16px;
	}
	.sec1 .ul2 li .tex span {
		font-size: 13px;
	}
	.sec2 {
		padding-bottom: 0;
	}
	.sec2 .comBox .pho .ul2 {
		margin-top: 50px;
	}
	.sec2 .comBox .pho {
		width: 55%;
	}
	.sec2 .comBox .pho p {
		font-size: 16px;
	}
	.sec2 .comBox .text {
		width: 45%;
	}
	.sec2 .comBox .text h3 {
		font-size: 22px;
	}
	.sec2 .comBox .text h3 span {
		font-size: 18px;
	}
	.sec2 .comBox .text p {
		font-size: 14px;
		margin-bottom: 0px;
	}
	.sec2 .comBox .pho ul li {
		margin-bottom: 5px;
	}
	.sec4 {
		padding-top: 25px
	}
	.sec4 .swiper-slide p {
		font-size: 16px;
	}
	.sec4 .swiper-slide-active p {
		font-size: 18px;
	}
	.sec5 li p {
		font-size: 16px;
	}
	.sec5 li {
		margin-bottom: 20px;
	}
	.sec5 .more a {
		width: 100px;
		font-size: 14px;
		line-height: 28px;
		border-radius: 14px;
	}
	.sec6 {
		margin: 30px auto
	}
	.sec7 .titl img {
		width: 30px;
		margin-right: 10px;
	}
	.sec7 .titl h2 {
		font-size: 25px;
		line-height: 40px;
	}
	.sec7 .swiper-container {
		padding-bottom: 30px;
	}
	.sec7 .pho {
		border-radius: 10px;
		padding: 8px;
	}
	.sec8 .ul li .pho img {
		height:200px;
	}
	.sec7 .text {
		padding: 0 10px
	}
	.sec7 .text h3 {
		font-size: 16px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.sec7 .text p {
		font-size: 14px;
	}
	.sec7 .swiper-pagination-bullet {
		width: 30px;
		height: 5px;
	}
	.sec8 .titl ul li a {
		font-size: 25px;
		line-height: 40px;
	}
	.sec8 .titl ul li a:after {
		width: 50px;
		width: 0;
	}
	.sec8 .titl ul li.on a:after {
		width: 50px
	}
	.sec8 .titl ul li:hover a:after {
		width: 50px
	}
	.sec8 .titl h2 {
		top: -30px;
	}
	.sec8 .ul li .pho {
		padding: 8px
	}
	.sec8 .ul li .text {
		padding: 8px
	}
	.sec8 .ul li .text h3 {
		font-size: 16px;
	}
	.sec8 .ul li .text p {
		font-size: 14px;
	}
	.sec8 .more a {
		font-size: 14px;
		line-height: 28px;
		width: 100px;
		border-radius: 14px;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.banner .swiper-button-prev, .banner .swiper-button-next {
		display: none;
	}
	.banner .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
	}
	.sec .container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.sec1 {
		padding: 0px
	}
	.sec1 .ul1 {
		display: none;
	}
	.sec1 .ul2 li {
		width: 100%;
		float: inherit;
		margin: 0px 0% 30px 0;
	}
	.sec1 .ul2 li .tex h3 {
		font-size: 16px;
	}
	.sec1 .ul2 li .tex span {
		font-size: 13px;
	}
	.sec1 ul li:nth-child(even) {
		margin-right: 0;
	}
	.sec2 .comBox {
		display: block;
	}
	.sec2 .comBox .pho {
		width: 100%;
		display: block;
	}
	.sec2 .comBox .pho ul {
		width: 48%;
		margin: 0 4% 0px 0;
	}
	.sec2 .comBox .pho ul li {
		margin-bottom: 0px;
	}
	.sec2 .comBox .pho img {
		border-radius: 0px;
	}
	.sec2 .comBox .pho .ul2 {
		margin-top: 0px;
		margin-right: 0;
	}
	.sec2 .comBox .pho p {
		font-size: 16px;
		text-align: center;
	}
	.sec2 .comBox .text {
		width: 100%;
		display: block;
		padding-top: 20px;
	}
	.sec2 .comBox .text h3 {
		font-size: 20px;
		text-align: center;
		margin-bottom: 12px;
	}
	.sec2 .comBox .text h3 span {
		font-size: 16px;
	}
	.sec2 .comBox .text p {
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 10px;
	}
	.sec4 {
		padding: 20px 0
	}
	.sec4 .title p {
		font-size: 15px;
	}
	.sec4 .container {
		width: 100%;
	}
	.sec4 .swiper-slide p {
		font-size: 16px;
	}
	.sec4 .swiper-slide-active p {
		font-size: 16px;
	}
	.sec4 .swiper-button-prev {
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.sec4 .swiper-button-next {
		width: 30px;
		height: 30px;
		background-size: cover;
	}
	.sec4 .swiper-slide img {
		border: 10px solid #fff;
		box-sizing: border-box;
	}
	.sec5 .container {
		width: 100%;
	}
	.sec5 li {
		width: 100%;
		float: inherit;
		margin: 0 0% 10px 0;
	}
	.sec5 li img {
		border-radius: 6px;
	}
	.sec5 li p {
		font-size: 16px;
		line-height: 2em;
		margin: 5px 0
	}
	.sec5 .more {
		text-align: center
	}
	.sec5 .more a {
		width: 80px;
		line-height: 28px;
		border-radius: 14px;
		font-size: 13px;
	}
	.sec6 {
		width: 100%;
		margin: 20px auto;
	}
	.sec7 {
		width: 100%;
		margin: 0 auto;
	}
	.sec7 .titl img {
		width: 20px;
		margin-right: 10px;
	}
	.sec7 .titl h2 {
		font-size: 20px;
		line-height: 40px;
	}
	.sec7 .swiper-container {
		padding: 20px 0 40px;
	}
	.sec7 .swiper-slide {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		overflow: hidden;
		background: #fff;
		padding: 10px;
		border: 1px solid #005bac;
		border-radius: 10px;
	}
	.sec7 .swiper-slide-active {
		-webkit-transform: scale(1) translateY(0px);
		-moz-transform: scale(1) translateY(0px);
		-o-transform: scale(1) translateY(0px);
		-ms-transform: scale(1) translateY(0px);
		transform: scale(1) translateY(0px);
	}
	.sec7 .pho {
		border-radius: 0px;
		padding: 0px;
		margin-bottom: 0px;
		border: none;
		float: left;
		width: 40%;
		box-sizing: border-box;
	}
	.sec7 .swiper-slide-active .pho {
		margin-bottom: 0px;
	}
	.sec7 .text {
		padding: 0 0 0 10px;
		width: 60%;
		box-sizing: border-box;
		float: left;
	}
	.sec7 .text h3 {
		font-size: 15px;
	}
	.sec7 .text p {
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.sec7 .swiper-pagination-bullet {
		width: 20px;
		height: 5px;
		margin: 0 5px !important
	}
	.sec8 {
		padding: 20px 0
	}
	.sec8 .titl h2 {
		top: -30px;
	}
	.sec8 .titl {
		height: 40px;
	}
	.sec8 .titl h2 img {
		width: 20px;
	}
	.sec8 .titl ul li a {
		font-size: 20px;
		font-weight: 100;
		padding: 0 10px;
		line-height: 40px;
	}
	.sec8 .titl ul li a:after {
		height: 2px;
		bottom: 0;
	}
	.sec8 .ul li {
		width: 100%;
		float: inherit;
		margin: 0 0% 0px 0;
		border-bottom: 1px dotted #aaa;
	}
	.sec8 .ul li .pho {
		display: none;
	}
	.sec8 .ul li .text {
		padding: 10px 0px
	}
	.sec8 .ul li .text h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}
	.sec8 .ul li .text p {
		font-size: 14px;
	}
	.sec8 .more {
		margin-top: 20px;
	}
	.sec8 .more a {
		width: 80px;
		line-height: 28px;
		border-radius: 14px;
		font-size: 13px;
	}
}