.main_container{
	margin:0 auto;
	box-sizing:border-box;
	letter-spacing:2px;
}
.main_container_padding{
	padding:1.5rem 2rem;
}
.grid_bg{
	background: url(../../i/client/home/pic_bg_topics.jpg) repeat;
	background-position: center center;
	
}
.main_title{
	display:inline-block;
	width:100%;
	letter-spacing:5px;
	vertical-align:middle;
	font-weight:bold;
	color:#666666;
	font-size:2.2rem;
	line-height:3.4rem;
}
.main_title_normal{
	position:relative;
	letter-spacing:5px;
	vertical-align:middle;
	font-weight:bold;
	color:#666666;
	font-size:2.2rem;
	line-height:3.4rem;
	overflow:hidden;
	box-sizing:border-box;
}
.main_title_normal span{
	padding-right:.7rem;
	background-color:white;
	box-sizing:border-box;
}
.main_title_normal:after{
	position:absolute;
	width:100%;
	height:2px;
	top:49%;
	background-color:#af1f39;
	content:"";
}
.product_list{
	display: grid;
	box-sizing:border-box;
	gap: .5rem;
	padding:0;
	margin:0;
}
.service_list{
	display: grid;
	box-sizing:border-box;
	gap: .5rem;
	padding:0;
	margin:0;
}
.service_list li{
	margin-bottom:6px;
}
.service_title{
	width:100%;
	padding:.5rem;
	box-sizing:border-box;
	color:white;
	background-color:#2e75b6;
	line-height:1.4rem;
	font-size:1rem;
	font-weight:bold;
	text-align:center;
	margin-bottom:2px;
	transition:.3s all ease-out;
}
.service_list li img{
	transition:.3s all ease-out;
}
.service_list li:hover img{
	opacity:.8;
}
.service_list li:hover .service_title{
	background-color:#be4b5f;
}
.form-search{
	position:relative;
	display:inline-block;
	width:100%;
	letter-spacing:3px;
	border:solid 1px #666666;
	border-radius:10px;
	height:3rem;
	overflow:hidden;
	margin:1rem 0;
	vertical-align:middle;
	background-color:white;
	padding:.3rem;
	box-sizing:border-box;
}
.form-search #search-box{
	border:none;
	width:88%;
	height:2.3rem;
	line-height:2.3rem;
	font-size:1.2rem;
}
.form-search #search-box:focus{
	outline:none;
}
.product_list li{
	border:solid 1px #666666;
	padding:.5em;
	box-sizing:border-box;
	cursor:pointer;
}
.product_list li img{
	width:100%;
}
.service_list li img{
	width:100%;
	aspect-ratio:3/2;
}
.service_list span{
	display:block;
	width:100%;
	color:black;
	padding:7px 10px;
	box-sizing:border-box;
}
.product_list li a{
	color:black;
}
.product_list li,.product_list li img,.product_list li:hover p{
	transition:all .3s ease-out;
}
.product_list li:hover{
	border:solid 1px #af1f39;
}
.product_list li:hover img{
	opacity:.7;
}
.product_list li:hover p{
	color:#af1f39;
}
.product_list p{
	letter-spacing: 0;
	line-height: 1.5rem;
	padding-left:1.2rem;
	font-size:90%;
	box-sizing:border-box;
	position: relative;
	margin-top:1em;
	margin-bottom:0;
}
.product_list p:before {
	content: "";
	display: inline-block;
	border: .4rem solid transparent;
	border-left: 0.5rem solid #af1f39;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top:.65rem;
	left: 0.2rem;
	z-index: 2;
}
.search-button{
	background: url(../../i/client/home/search.svg) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	width: 1.2rem;
	height: 1.2rem;
	right: 0.6rem;
	top: 50%;
	margin-top: -0.6rem;
	color: #af1f39;
	cursor:pointer;
	border:none;
	outline:none;
}
.news_more{
	border:solid 1px white;
	transition:.3s all ease-out;
}
.news_more:hover{
	border:solid 1px #af1f39;
	background-color:white;
	color:#af1f39;
}
#mian_news a{
	transition:.3s all ease-out;
}
#mian_news a:hover{
	color:#af1f39;
}
#search-box{
}
@media screen and (min-width: 1281px){
	html{
		font-size:18px;
	}
	.main_container{
		width:1280px;
	}
	.main_title{
		width:45%;
		margin-right:9%;
	}
	.form-search{
		width:45%;
	}
	.product_list{
		padding:2rem;
		grid-template-columns: repeat(6, 1fr);
	}
	.service_list{
		width:100%;
		margin:0 auto;
		padding:2rem;
		grid-template-columns: repeat(4, 1fr);
	}
	
}
@media screen and (min-width: 1025px) and (max-width: 1280px){
	html{
		font-size:16px;
	}
	.main_container{
		width:100%;
	}
	.main_title{
		width:45%;
		margin-right:9%;
	}
	.form-search{
		width:45%;
	}
	.product_list{
		padding:2rem;
		grid-template-columns: repeat(5, 1fr);
	}
	.service_list{
		width:100%;
		margin:0 auto;
		padding:2rem;
		grid-template-columns: repeat(4, 1fr);
	}
	.main_title_normal{
		padding-left:1rem;
		padding-right:1rem;
	}
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	html{
		font-size:14px;
	}
	.main_container{
		width:100%;
	}
	.product_list{
		padding:2rem 0;
		grid-template-columns: repeat(4, 1fr);
	}
	.service_list{
		width:100%;
		margin:0 auto;
		padding:2rem;
		grid-template-columns: repeat(3, 1fr);
	}
	.main_title_normal{
		padding-left:1rem;
		padding-right:1rem;
	}
}
@media screen and (max-width: 768px) {
	html{
		font-size:14px;
	}
	.main_container{
		width:100%;
	}
	.product_list{
		padding:2rem 0;
		grid-template-columns: repeat(3, 1fr);
	}
	.service_list{
		width:100%;
		margin:0 auto;
		padding:2rem;
		grid-template-columns: repeat(2, 1fr);
	}
	.main_title_normal{
		padding-left:1rem;
		padding-right:1rem;
	}
	
}