.home_banner {
	width: 100%;
	position: relative;
	margin-top: 100px;
}

.home_banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home_banner_page {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 5;
}

.home_banner_page span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 0 4px;
	border: 1px solid transparent;
	transition: all .5s;
	position: relative;
}

.home_banner_page span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
}

.home_banner_page span.swiper-pagination-bullet-active {
	border: 1px solid #fff;
}

.home_pro {
	width: 100%;
	position: relative;
	padding: 5.2vw 0 3.12vw;
}

.pro_left {
	width: 23%;
	border-radius: 10px;
	background: #f3f3f3;
	overflow: hidden;
	padding: 1.56vw;
}

.pro_tt {
	color: #333;
	font-weight: bold;
	margin-bottom: 2vw;
	line-height: 1;
}

.pro_cate_name {
	font-weight: bold;
	color: #124390;
	height: 40px;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0 25px 0 15px;
	transition: all .5s;
	cursor: pointer;
	position:relative;
}
.pro_cate_name:before{
	content: "";
	position:absolute;
	top:50%;
	right:15px;
	transform:translateY(-50%);
	width: 6px;
	height: 10px;
	background: url(../image/pro_arrow.png) no-repeat center;
}
.pro_cate_name.cur {
	background: #0c71fb;
	color: #fff;
	border-radius: 10px;
}
.pro_cate_name.cur:before{
	filter: grayscale(1) brightness(500%);
}
.pro_right {
	width: 74%;
}

.pro_li {
	width: calc(92% / 3);
	margin-right: 4%;
	border-radius: 10px;
	overflow: hidden;
	background: url(../image/home_cp_bg.png) no-repeat center;
	background-size: cover;
	padding: 1.8vw;
}

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

.pro_name {
	color: var(--wy_Color);
	line-height: 1;
	min-height: 48px;
	margin-bottom: 3.12vw;
}

.pro_img {
	width: 100%;
	height: 12vw;
	min-height: 200px;
	position: relative;
}

.pro_img img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: all .5s;
}

.pro_li:hover .pro_img img {
	transform: translateY(-50%) scale(1.05);
}

.pro_num {
	color: var(--wy_Color);
	text-align: right;
	line-height: 1;
}

.home_news_box {
	height: 75px;
	background: #f3f3f3;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px 25px;
}

.home_news_tt {
	width: 72px;
	height: 35px;
	border-radius: 18px;
	color: #fff;
	background: var(--wy_Color);
	text-align: center;
	line-height: 35px;
}

.news_tt {
	color: #333;
	line-height: 35px;
}

.home_news_con {
	width: calc(100% - 95px);
}

.roll-wrap {
	width: 100%;
	height: 35px;
	overflow: hidden;
	position: relative;
}

.roll__list {
	width: 100%;
	position: absolute;
	left: 0;
}

.roll_col li {
	display: block;
	height: 35px;
	line-height: 35px;
}

.home_link {
	width: 100%;
	padding: 3.12vw 0;
}

.link_li {
	width: calc(85% / 4);
	margin-right:5%;
}

.link_li:nth-child(4n){
	margin-right: 0;
}
.link_tt{
	color:#000;
	font-weight: bold;
	padding-bottom: 13px;
	position:relative;
	text-transform: capitalize;
}
.link_tt:before{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:2.3vw;
	min-width: 30px;
	height: 7px;
	background:#ec7219;
}
.link_ej{
	width: 100%;
	margin-top: 25px;
}
.link_ej a{
    display: flex;
	align-items: center;
	width: 100%;
	height:60px ;
	font-size: 14px;
	color: #333;
	border-top:1px solid rgba(0,0,0,.3);
	padding-right: 15px;
	background:url(../image/link_arrow.png) no-repeat right center;
}
.link_ej a:hover{
	color: var(--wy_Color);
}
@media only screen and (max-width: 768px) {
	.home_banner {
		margin-top: 65px;
	}

	.home_banner .swiper-slide {
		height: 300px;
	}

	.home_pro {
		padding: 50px 0 30px;
	}

	.pro_left {
		width: 100%;
	}

	.pro_left {
		padding: 20px;
	}

	.pro_right {
		width: 100%;
		margin-top: 20px;
	}

	.pro_li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 30px 20px;
	}

	.pro_img img {
		right: 50%;
		transform: translate(50%, -50%);
	}

	.pro_li:hover .pro_img img {
		transform: translate(50%, -50%) scale(1.05);
	}
	.home_news_box{
		padding:15px 20px;
	}
	.home_news_tt{
		width: 60px;
	}
	.home_news_con{
		width: calc(100% - 65px);
	}
	.home_link{
		padding: 50px 0 30px;
	}
	.link_li{
        width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}