#wraper {
--header_height:100px;
--target_fix_height:-80px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	max-width:1920px;
	overflow:hidden;
	position:relative
}
@media (max-width:1440px) {
#wraper {
--header_height:80px
}
}
@media (max-width:1180px) {
#wraper {
--header_height:60px;
--target_fix_height:-60px
}
}
#wraper.scrolled {
--header_height:80px
}
@media (max-width:1180px) {
#wraper.scrolled {
--header_height:60px
}
}
.index_procategory>ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	margin:0;
	padding:0
}
@media (max-width:668px) {
.index_procategory>ul {
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-webkit-flex-direction:column;
-ms-flex-direction:column;
flex-direction:column
}
}
.index_procategory>ul>li {
-webkit-transition:all .2s;
transition:all .1s;
	width:16.666666vw
}
@media (max-width:668px) {
.index_procategory>ul>li {
width:100%
}
}
.index_procategory>ul>li a {
	display:block;
	overflow:hidden;
	position:relative
}
.index_procategory>ul>li a:before {
	background:#000;
	content:"";
	display:block;
	height:100%;
	left:0;
	opacity:.8;
	position:absolute;
	top:0;
-webkit-transition:all .5s;
transition:all .5s;
	width:100%;
	z-index:2
}
.index_procategory>ul>li a .txt {
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	color:#fff;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100%;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
	left:0;
	padding:0 0 2.8rem 2.8rem;
	position:absolute;
	top:0;
	width:100%;
	z-index:5
}
@media (max-width:968px) {
.index_procategory>ul>li a .txt {
padding:0 0 20px 20px
}
}
@media (max-width:668px) {
.index_procategory>ul>li a .txt {
padding:40px 20px
}
}
.index_procategory>ul>li a .txt .icon {
	-ms-flex-negative:0;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
	background-color:#fff;
	border-radius:100%;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-flex-shrink:0;
	flex-shrink:0;
	height:2.16rem;
	-webkit-justify-content:center;
	justify-content:center;
	margin-bottom:22vh;
-webkit-transition:all .5s;
transition:all .5s;
	width:2.16rem
}
@media (max-width:968px) {
.index_procategory>ul>li a .txt .icon {
margin-bottom:100px
}
}
@media (max-width:668px) {
.index_procategory>ul>li a .txt .icon {
margin-bottom:40px
}
}
.index_procategory>ul>li a .txt .icon svg {
	color:#000;
height:.72rem;
width:.72rem
}
.index_procategory>ul>li a .txt .title {
	margin:0;
	padding:0
}
.index_procategory>ul>li a .txt .title b {
	display:block;
	font-size:1.44rem;
	line-height:1em;
	white-space:nowrap; color:#fff;
}
@media (max-width:1380px) {
.index_procategory>ul>li a .txt .title b {
font-size:1.12rem
}
}
@media (max-width:668px) {
.index_procategory>ul>li a .txt .title b {
font-size:20px
}
}
.index_procategory>ul>li a .txt .title span {
	display:block;
	font-family:Montserrat-Medium;
font-size:.96rem;
	font-weight:400;
	line-height:1em;
	margin-top:1.12rem;
	white-space:nowrap; color:#fff;
}
@media (max-width:1380px) {
.index_procategory>ul>li a .txt .title span {
font-size:.72rem
}
}
@media (max-width:668px) {
.index_procategory>ul>li a .txt .title span {
font-size:16px
}
}
.index_procategory>ul>li a .img {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:cover;
	height:calc(100vh - var(--header_height));
	-webkit-transition:all 1s;
	transition:all 1s;
	width:52vw
}
@media (max-width:968px) {
.index_procategory>ul>li a .img {
height:500px
}
}
@media (max-width:668px) {
.index_procategory>ul>li a .img {
height:200px;
width:100%
}
}
@media (min-width:668px) {
.index_procategory>ul:hover li:hover {
width:32vw
}
}
.index_procategory>ul:hover li:hover a:before {
	background-color:#004a9e
}
.index_procategory>ul:hover li:hover a .txt .icon {
	-webkit-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg)
}
.index_procategory>ul:hover li:hover a .img {
	-webkit-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1)
}
@media (min-width:668px) {
.index_procategory>ul:hover li:not(:hover) {
width:15vw
}
}