﻿@charset "utf-8";
.module0408{
	width:1400px;
	width:var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.module0408_con{
	width: 100%;
	height: 5rem;
	margin-top: 1rem;
}
.module0408_con:nth-child(1){ margin-top: 0;}
.module0408_con a{
	display: flex;
	justify-content: space-between;
	height: 100%;
	align-items: center;
	border: 1px #e9e9e9 solid;
	position: relative;
	overflow: hidden;
}
.module0408_con a:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
	background: var(--OneColor);
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0408_con a:hover:after{ opacity: 1; left: 0;}
.module0408_con a:hover .module0408_xia svg{ fill: #fff;}

.module0408_type{
	width: 10rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    font-size: 1.25rem;
    font-family: opm;
    color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0408_type:before {
    width: 1px;
    height: 20%;
    content: "";
    position: absolute;
    right: 0px;
    top: 40%;
    background: #e8e8e8;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0408_con a:hover .module0408_type:before{ background: rgba(255,255,255,0.8);}
.module0408_con a:hover .module0408_type{ color: #fff;}
.module0408_tit{
	width: calc(100% - 10rem);
    overflow: hidden;
    font-size: 1.125rem;
	color: rgba(0,0,0,0.7);
	padding-right: 5rem;
    padding-left: 2rem;
	 white-space: nowrap;
    text-overflow: ellipsis;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0408_con a:hover .module0408_tit{ color: #fff;}
.module0408_xia{
	width: 5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
}
.module0408_xia svg{
	width: 1.5rem;
	fill:var(--FontTowColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

@media screen and (max-width:1023px)and (min-width:300px){
.module0408{
	width:94%;
}
.module0408_con{
	width: 100%;
	height: 4rem;
    margin-top: 0.6rem;
}


.module0408_type{
	width: 6.5rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    font-size: 1rem;
    font-family: opm;
    color: rgba(0,0,0,0.8);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0408_tit{
    width: calc(100% - 6.5rem);
    font-size: 1rem;
    
	padding-right: 3.5rem;
    padding-left: 1rem;
}
.module0408_xia{
	width: 3.5rem;
}
.module0408_xia svg{
	width: 1rem;
}


}
