﻿.banner-box{
	width: 100%;
	height: 500px;
	display: block;
	overflow: hidden;
	position: relative;
}
.banner-img{
	width: 100%;
	height: 110%;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	transition: all .3s linear;
}
.banner-mask{
	width: 100%;
	height: 100%;
	display: block;
	background-color: #000;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
}
.about1-box,
.about2-box{
	width: 1700px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.main-title{
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px, 
				 rgba(0, 0, 0, 0.7) 2px 1px 5px, 
				 rgba(0, 0, 0, 1) 0px 0px 1px, 
				 rgba(0, 0, 0, 1) 0px 0px 2px;
	letter-spacing: 2px;
	display: block;
	position: relative;
	top: -35px;
}
.about-logo{
	display: block;
	text-align: center;
}
.about-info-box{
	margin: 40px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
.about-info-title{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;

}
.about2-box .about-info-title{
	font-size: 20px;
	text-align: justify;
	letter-spacing: 2px;
}
.about-info-box li{
	list-style: none;
}
.about-info-bold{
	font-weight: bold;
}
.green{
	color: #018943;
	font-weight: bold;
}
.about-info-list{
	color: #333333;
	font-size: 16px;
	padding-bottom: 40px;
	letter-spacing: 1px;
	line-height: 2.4;
	transition: all .3s linear;
	opacity: 0;
}
.about-info-list.active{
	opacity: 1;
}
.about2-box .about-info-list{
	letter-spacing: 2px;
	text-align: justify;
}
.about-info-list-bold{
	color: #000;
	font-size: 20px;
	font-weight: bold;
	display: inline;
}