.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border: 2px solid transparent;
	border-radius: 100%;
	background: #000;
	opacity: .2;
}

.banner .swiper-pagination-bullet-active {
	background: #01b4ee !important;
	border-color: white;
	opacity: 1;
}
/*.oll{
	margin-top: 188px;
}*/

/*.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #d7182a;
}*/

.banner .swiper-button-next,
.banner .swiper-button-prev {
	padding: 0 60px;
}

@media (max-width:768px) {
	.banner .swiper-button-next,
	.banner .swiper-button-prev {
		display: none;
	}
	.oll{
	margin-top: 110px;
}

}
.indexpro {
    margin-top: 30px;
}
.indexabout {
	overflow: hidden;
	margin: 30px 0;
}

.indexabout .fl {
	float: left;
	width: 48%;
}

.indexabout .fl img {
	width: 100%;
	display: block;
}

.indexabout .fr {
	float: right;
	width: 48%;
	padding-top: 20px;
}

.indexabout .fr p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.indexabout .fr img {
	width: 100%;
	display: block;
	margin: 20px auto;
}

.indexabout ul li{
	float: left;
	width: 17%;
	margin: 0 4%;
	text-align: center;
	font-size: 16px;
}
.indexabout ul li img {
	width: 100%;
	display: block;
	margin: 10px auto;
}
.prolist {
	overflow: hidden;
	margin: 20px 0;
}

.prolist ul li {
	/*width: 21%;
	margin: 0 2%;*/
	width: 17%;
	margin: 0 4%;
	float: left;
	position: relative;
}

.prolist ul li img {
	width: 100%;
	display: block;
}

.prolist ul li a {
	display: block;
}

.prolist ul li .box1 {
	position: absolute;
	width: 90%;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	display: none;
}

.prolist ul li .box1 h4 {
	font-size: 24px;
	color: white;
}

.prolist ul li .box1 p {
	font-size: 16px;
	color: white;
}

.prolist ul li .box1 p.p {
	position: relative;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.prolist ul li .box1 p.p:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: white;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	z-index: 9;
}

.prolist ul li .box1 a {
	color: white;
	font-size: 14px;
	display: inline-block;
	width: 200px;
	border-radius: 10px;
	text-align: center;
	line-height: 30px;
	margin: 20px 0;
	border: 1px solid white;
}

.prolist ul li .box2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}

.prolist ul li .box2 h3 {
	font-size: 30px;
	color: white;
	line-height: 50px;
	position: relative;
	margin-bottom: 10px;
}

.prolist ul li .box2 h3:before {
	content: "";
	bottom: 0px;
	width: 20px;
	height: 2px;
	position: absolute;
	background: white;
	left: 50%;
	margin-left: -10px;
	z-index: 9;
}

.prolist ul li .box2 h4 {
	font-size: 18px;
	color: white;
}

.prolist ul li .box2 p {
	font-size: 16px;
	color: white;
}


/*.prolist ul li.on:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(23 150 224 / 73%);
}*/


/*.prolist ul li.on .box2 {
	display: none;
}
.prolist ul li.on .box1{
	display: block;
}*/

.prolist ul li:hover .box2 {
	display: none;
}

.prolist ul li:hover .box1 {
	display: block;
}

.prolist ul li:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(23 150 224 / 73%);
}


/*  */

.indexnew {
	margin: 30px 0;
	overflow: hidden;
	clear: both;
}


/*.indexnew .til {
	text-align: center;
	font-size: 2rem;
	color: #222222;
	line-height: 34px;
	font-weight: bold;
	position: relative;
}

.indexnew .til:before {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	left: 25%;
}

.indexnew .til:after {
	position: absolute;
	content: "";
	width: 10%;
	height: 2px;
	background: #a9a9a9;
	top: 15px;
	right: 25%;
}*/

.wanlist ul {
	display: none;
}

.newslist li {
	float: left;
	/*width: 33.33%;*/
	width: 17%;
	margin: 0 4%;
	/*padding: 10px;*/
}

.newslist li a {
	display: block;
	border: 1px solid #eee;
	transition: .3s;
}

.newslist .news-img {
	overflow: hidden;
}

.newslist .news-img img {
	width: 100%;
	transition: .3s;
}

.news-con {
	padding: 15px;
}

.news-con h3 {
	padding-top: 5px;
	color: #333;
	font-size: 16px;
	/*height: 55px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news-con span {
	display: block;
	font-size: 12px;
	color: #999;
}

.news-con p {
	padding-top: 15px;
	font-size: 14px;
	color: #666;
	/*height: 55px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newslist li a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

.newslist li a:hover .news-img img {
	transform: scale(1.1);
}

.newslist li a:hover h3 {
	color: #3356ac;
}

.newslist li span {
	color: #a9a9a9;
	font-size: 14px;
	display: inline-block;
	margin-top: 20px;
	position: relative;
}


/*.newslist li span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background: url(../image/mosew.png) no-repeat;
	background-size: 100% 100%;
	top: 5px;
	right: -30px;
}*/


/*.newslist li a:hover span {
	color: #3356ac;
}*/


/*.newslist li a:hover span:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background: url(../image/moseb.png) no-repeat;
	background-size: 100% 100%;
	top: 5px;
	right: -30px;
}*/

.biaoti {
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

.biaoti h2 {
	font-size: 34px;
	font-weight: bold;
	color: #f2f2f2;
	text-align: center;
}

.biaoti p {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #484848;
}

.more {
	font-size: 12px;
	display: inline-block;
	border: 1px solid #707070;
	border-radius: 60px;
	color: #707070;
	padding: 2px 15px;
	font-style: normal;
	vertical-align: middle;
}

.more em {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.more img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
}


/*.more:hover {
	background-color: #1E5AAF;
	color: #fff;
}*/

@media(max-width:768px) {
	.newslist li {
		width: 100%;
		margin: 20px 0;
	}
	.indexnew .til {
		text-align: center;
		font-size: 1.4rem;
		color: #222222;
		line-height: 34px;
		font-weight: bold;
		position: relative;
	}
	.indexnew .til:before {
		position: absolute;
		content: "";
		width: 10%;
		height: 2px;
		background: #a9a9a9;
		top: 15px;
		left: 10%;
	}
	.indexnew .til:after {
		position: absolute;
		content: "";
		width: 10%;
		height: 2px;
		background: #a9a9a9;
		top: 15px;
		right: 10%;
	}
	.indexabout .fl {
		float: left;
		width: 100%;
	}
	.indexabout .fr {
		float: right;
		width: 100%;
		padding-top: 20px;
	}
	.prolist ul li {
		width: 46%;
		margin: 2% 2%;
		float: left;
		position: relative;
	}
	.prolist ul li .box2 h4 {
		font-size: 14px;
		color: white;
	}
	.prolist ul li .box2 p {
		font-size: 12px;
		color: white;
	}
	.prolist ul li .box1 h4 {
		font-size: 16px;
		color: white;
	}
	.prolist ul li .box1 p {
		font-size: 12px;
		color: white;
	}
	.prolist ul li .box1 a {
		color: white;
		font-size: 12px;
		display: inline-block;
		width: 130px;
		border-radius: 10px;
		text-align: center;
		line-height: 30px;
		margin: 20px 0;
		border: 1px solid white;
	}
}