@charset "utf-8";
/* CSS Document */
.container-fluid {
	padding:0px;
}
#banner {
	background-image:url(../images/banner_about.jpg);
	background-attachment: fixed;
	background-position:top center;
	background-repeat:no-repeat;
	height:1217px;
	text-align:center;	
	color:#fff;
	font-size:14px;	
}
#banner table {
	width:100%;
}
#banner > div:nth-child(1) {
	height:457px;
	padding-top:138px;
}
#banner > div:nth-child(1) > div:nth-child(2) {
	padding-top:60px;
	font-size:30px;	
	opacity: 0.8;
}
#banner > div:nth-child(2), #banner > div:nth-child(2) td {
	height:343px;
	line-height:25px;
	padding:0px 10px;
}
#banner > div:nth-child(3) {
	background-image:url(../images/img_about.jpg);
	background-attachment: fixed;
	background-position:top center;	
	background-repeat:no-repeat;
	background-size:cover;	
}
#banner > div:nth-child(3), #banner > div:nth-child(3) td {
	height:417px;
	line-height:25px;
	padding:0px 10px;
}
@media (min-width: 768px) {
  #banner > div:nth-child(1) > div:nth-child(2) {
	padding-top:20px;
	font-size:71px;	
  }
  #banner > div:nth-child(2), #banner > div:nth-child(2) td {
	height:343px;
	line-height:55px;
	padding:0px;
	font-size:16px;	
  }
  #banner > div:nth-child(3), #banner > div:nth-child(3) td {
	height:417px;
	line-height:40px;
	padding:0px;
	font-size:16px;	
  }
}
#content > div {	
	padding:0px;
	position:relative;
	color:#636363;
	font-size:13px;
	text-align:center;
	line-height:22px;
}
#content > div span {
	font-size:22px;
	line-height:60px;
}
#content img {
	width:100%;
}
#content > div:nth-child(2) img,
#content > div:nth-child(4) img,
#content > div:nth-child(7) img {
	opacity: 0;
}
#content > div > div {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;	
}
#content > div > div table,
#content > div > div td {	
	width:100%;
	height:100%;	
}
@media (min-width: 768px) {
  #content > div {
	line-height:22px;
	font-size:16px;
  }
}
@media (min-width: 992px) {
  #content > div {
	line-height:30px;
  }
}
@media (min-width: 1200px) {
  #content > div {
	line-height:40px;
  }
}
#bottom {
	height:86px;
	background-color:#8c98b0;
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:30px;
	padding-top:7px;
}
#bottom span {
	font-size:18px;
}