.transformText {
	text-transform:uppercase;
}

.well {
	background :transparent;
	padding:10px 20px;
	padding-top:30px;
}

.chineseText {
	font-size:14px;
	color: #555555;
}

.hrLine {
	border:1px solid #EFEFEF;
	margin-bottom:20px;
}

.headerTop {
	width:100%;
	background: #FFC600;
	height:284px;
	padding:10px;
}

.rightBox {
	text-align:right;
	}


@media (min-width:481px) and (max-width:768px) {
	.headerTop {
	height:242px;
}	
	
}

@media (max-width:300px) and (min-width:480px) {
	.rightBox {
	text-align:center;
	}
	
	.text-center {
	text-align:left !important;
}
}
    