@charset "UTF-8";
/* Body */
body {
	font-family: "微软雅黑", "宋体", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background: url("../images/banner.png") center top no-repeat;
	margin: 0;
}
/* Container */
.container {
	width: 1136px;
	margin-left: auto;
	margin-right: auto;
}
/* Header */
header {
	width: 100%;
	height: 336px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.text_column01 {
	text-align: left;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	font-size: 16px;
}
.text_column02 {
	text-align: right;
	line-height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	font-size: 16px;
}
.biaoti {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ecf6ff;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.bt01 {
    width: 18%;
    text-align: center;
    float: left;
    background-color: #4c6ac4;
    padding-bottom: 10px;
    margin-left: 0%;
    margin-right: 0%;
    border-radius: 3px;
    padding-top: 0px;
	font-style: 24px;
	color: #fff;
}
.bt02 {
    width: 74%;
    text-align: left;
    float: left;
    margin-top: 0px;
    background-color: #ecf6ff;
    padding-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
}
.bt03 {
    width: 8%;
    text-align: center;
    float: left;
    background-color: #4c6ac4;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
	font-style: 24px;
	color: #fff;
	border-top: 16px solid #ecf6ff;
	border-bottom: 20px solid #ecf6ff;
}
.gallery {
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    /* [disabled]min-width: 400px;
*/
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;
}
.thumbnail {
    width: 30%;
    text-align: center;
    float: left;
    margin-top: 10px;
    background-color: #F8F8F8;
    padding-bottom: 20px;
    margin-left: 1.65%;
    margin-right: 1.65%;
    border-radius: 3px;
    padding-top: 20px;
    border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
    float: left;
    width: 480px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: 52px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #FFFFFF;
    color: #FFFFFF;
    transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #0087B4;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
footer {
    background-color: #E4E4E4;
    padding-top: 15px;
    padding-bottom: 200PX;
}
.intro {
    display: inline-block;
    background-color: #fff;
    line-height: 1.75em;
    font-size: 16px;
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
