@charset "utf-8";

@media (max-width: 768px) {
/* 手机版 */
	.col-1-5 {
		width: 50%;
		float: left;
	}


	/* 大标题 */
.index_row_bg{
	background-image: url("../webimages/index/bg_1.jpg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 30px;
	padding-bottom:20px!important;
}

.index_title{
	color:#333;
	margin-bottom: 20px;
	line-height:40px;
	text-align: center;
	padding-bottom: 0px;
}

.index_title .big{
	font-size: 24px;
	font-weight:bold;
}

.index_title .small{
	color: #999;
	font-size: 12px;
	padding-top: 0px;
	line-height: 30px;
	display: flex;
    align-items: center;
	width: 100%;
}

.index_title .small .small_text{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
}
.index_title .index_dot{
	margin-top: 0px;
	height: 20px;
	background-image: url("../webimages/index/index_dot.png");
	background-size: 60px auto;
	background-repeat: no-repeat;
	background-position: top center;
}


/* 更多按扭*/
.more_1{
	display: block;
	font-size:18px;
	text-align:center;
	color:#fff;
	border-radius:0px;
	text-indent:0px;
	margin-top:20px;

}
.more_1 .line{
	height: 1px;
	background-color: #a1a2a3;
	position:absolute;
	top:15px;
	width:100%;
	z-index: 0;
}
.more_1 span{
	padding:5px;
	padding-left:20px;
	padding-right:20px;
	background-color: #d0111b;
	z-index: 1;
	position: relative;
	border:5px solid #edeff1;
}
.more_1:hover{
	font-weight: bold;
	color: #fff;
	text-decoration-line: none;
}
.more_1:hover .line{
	font-weight: bold;background-color: #d0111b;
}


.box_1{
	display: block;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	height: 130px;
	border-radius: 15px;
	color: #d0111b;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
	transition: background-color 0.5s ease-in-out; /* 变色过渡效果 */
}
.box_1:hover{
	background-color: #d0111b;
	color: #fff;
	font-weight: bold;
	text-decoration-line: none;
	cursor: pointer;

}
.box_img{
	height:70px;

}
.box_img img{
	width:60px;

}
.box_1 .box_text{
	font-size: 16px;
}
.box_1:hover .box_img img{
	filter: brightness(0) invert(1);
}

.zizhi_bg{
	background-size: auto 100%;
	height:190px;
}

}






