@charset "utf-8";

@font-face{ font-family:BEBAS; src:url(../fonts/BEBAS.TTF);}

.banner_about {
	background: url(../images/banner_about_over.jpg) no-repeat; 
	background-size: cover;
	background-position: 50%;
	width: 100%;
	position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 650px;
    height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    -ms-flex-pack: center;
}
.banner_about .about_head {
    position: absolute;
    z-index: 2;
    margin-top: -200px;
}
.banner_about .about_info_text { color:#fff; width: 900px; margin-left: 80px;}
.banner_about .about_info_text h1 {font-size: 40px; color: #fff; font-weight: bold; margin-bottom: 26px;}
.banner_about .about_info_text h2 {font-size: 16px; color: #f3f9ff; margin-bottom: 40px;}
.banner_about .about_info_text h2 small {display: block; width: 60px; height: 5px; background: #fff; margin-top: 30px;}
.banner_about .about_info_text p {color: #fff; font-size: 16px; line-height: 30px;}
.banner_about .about_info_text p sup { top:-0.8em;font-size: 70%;}
.banner_about .about_info_box { margin-top: 80px; color:#fff; width: 900px; margin-left: 80px;display: inline-flex;}
.banner_about .about_info_box li {list-style: none; margin-right: 100px;}
.banner_about .about_info_box li:nth-child(3n) { margin-right: 0px;}
.banner_about .about_info_box li h1 {font-size: 50px; font-family:BEBAS;}
.banner_about .about_info_box li h1 small {display: block; font-size: 16px; color: #fff; margin-top: 15px;}