.sub_banner{width:100%;height:40vw;position:relative;background:center center no-repeat;background-size:cover; overflow:hidden;}
.sub_banner::before{width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.1);content:''}
.sub_banner .img{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	-webkit-mask:url(../images/tt.png);
	-webkit-mask-position:right;
	-webkit-mask-repeat:no-repeat;
	-webkit-mask-size:cover;
	-webkit-animation:bannerAnimate 2s ease 1;
	background-color: #c82635;
	background-position: center top;
}
@-webkit-keyframes bannerAnimate{
0%{-webkit-transform:scale(5)}
100%{-webkit-transform:scale(1)}
}
.sub_title{width:auto;position:absolute;left:7%;top:40%;-webkit-transform:translate(-50%,-50%);color:#fff;line-height:1.4;text-shadow:4px 4px 10px rgba(0,0,0,.2)}
.sub_title b{display:block;font-size:48px;font-family:'hklhj';}
.sub_title p{
	font-family:hklhj;
	display:block; margin-top:1vh;
	font-size:38px;
	text-transform:capitalize
}
