.group__bnr {
	background: url("../img/index/bnr.jpg") no-repeat center;
	background-size: cover;
	padding: 110px 0 90px 75px;
	position: relative;
    transition: all .4s ease;
}
.group__bnr:hover {
    opacity: 0.8;
}
.group__bnr::after {
	content: "";
	background: url("../img/index/bnr_b.png") no-repeat center;
	width: 133px;
	height: 141px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
    left: auto;
}
.group__bnr a {
	display: block;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	font-size: 0;
}

.group__bnr dl {
	background: rgba(15,2,1,0.75);
    color:#fff;
    width: 612px;
    padding: 64px 0 80px;

}
.group__bnr dl dd {
    padding: 10px 66px 0 70px;
}

.line_bottom::before {
    content: "";
    background: url(../img/index/f_hline2.png) repeat-x top center;
    position: absolute;
    height: 11px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
}