@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	margin-top: 1em;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Fluid Styles */
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float:left;
	display: block;

}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}










/* ========================================== */
/* ========================================== */
/* Mobile Layout: 480px and below. */
  /* 手机 */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;

	clear: none;
	float: none;
	align-content:center;

}

/* Header & HERO styles*/
.heroHeader {
	width:100%;
}

.logo {
	width:100%;
	display: block;
}

.tiles {
	width: 100%;
	padding-bottom:3em;
	margin-bottom:3em;


	clear: both;
	display:block;
 

	border-radius:1em;
	background-color:#e3f1e0;
}



/* Navigation Bar styles */
.topNav {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
	height: auto;
	position: static;
}

/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & Content areas styles */
.textContainer {
    padding-top:0px;
	
}
#sectionOne {
	width: 100%;
			background-color:#a6d5cb;


	
}


.paraContent{
	text-align:left;
	font-size: 1.2em;

	font-family: 宋体, "Times New Roman"；
	
	font-style: normal;

	line-height: 1.8em;
	padding:1em;

		color:#684c22;
		width:80%;
		}



#sectionTwo {
	width: 100%;
	margin-left: 0;
	clear: both;
	display: none;
}
.secondarySection {
	width: 100%;
	margin-left: 0;
	clear: both;

}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}

/*.contentArea{
    width: 80%;
    margin-left: 10%;
    margin-top: 0;
    margin-bottom: 5%;
}*/



.tiles:hover {
	opacity: 0.6;
	cursor: pointer;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
/* Footer styles*/
.footer {
	background-color:#c3e5eb;
	
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
}
.footerSection {
	width: 100%;
	margin-left: 0;
	clear: both;
background-color:#9DD1A4;

	
}
.footerTitle {
	text-align: center;
	width: 100%;
	margin-left: 0;
    margin-top:10px;
}

.gallery {
	width:100%;
	background-color:none;
		text-align: center;
		align-self:center;
		align-content:center;
		
}
.showAreaH2 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
}








/* =================================================================================================*/
/* =================================================================================================*/
/* =================================================================================================*/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/* 平板 */
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
}
.logo {

	display: block;
}
/* Navigation styles*/
.topNav {
	clear: none;
	width: 49.1525%;
    margin-left: 35.5932%;
}
.topNavUl {
	position: static;
	width: 100%;
	margin-left: 0;
}
.topNavLI {
	clear: none;
	width: 31.0344%;
	height: auto;
	position: static;
	margin-left: 3.4482%;
}

/* Main heading styles*/
.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {

}
#sectionOne {
	width: 100%;
		background-color:#a6d5cb;

}
#sectionTwo {
	clear: none;
	width: 40.6779%;
    margin-left: 8.4745%;
	display: block;
}
.tiles {
	clear: none;
	width: 32.2033%;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 10px;
	background-color:#e3f1e0;
}
.secondarySection {
	clear: none;
	width: 49.1525%;
	margin-left: 1.6949%;
	display: block;
	
}
.secondaryHeading {
	width: 100%;
	margin-left: 0;
}
/* Footer styles*/
.footer {
	background-color:#f9f9fc;
		border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
}
.footerSection {
	clear: none;
	width: 32.2033%;
	margin-left: 1.6949%;
	display: block;
}
.footerTitle {
     margin-top: 20%;
}
.gallery {
}
.showAreaH2 {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

















/* =================================================================================================*/
/* =================================================================================================*/
/* =================================================================================================*/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/* 桌面 */
@media only screen and (min-width: 769px) {
.gridContainer {
	width:100%;
	max-width: 1280px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Header & HERO styles*/
.heroHeader {
		width: 100%;
}
.logo {
	width: 100%;
	text-align:center;
}

.tiles {
	width: 32.2033%;
	clear: none;
	margin-left: 1.6949%;
	display: block;
    padding-bottom: 2em;
	margin-bottom:2em;
	
	color:#5B5B5B;
	line-height:1.5em;
	background-color:#e3f1e0;
}

/* Navigation styles*/
.topNav {
	width: 23.7288%;
	clear: none;
	margin-left: 52.5423%;
}
.topNavUl {
	width: 100%;
	margin-left: 0;
	position: static;
}
.topNavLI {
	width: 100%;
	margin-left: 7.1428%;
	clear: none;
	height: auto;
	position: static;
}
/* Main heading styles*/

.mainHeading {
}
.mainTagline {
}

/* Text & content area styles*/
.textContainer {

}
/*.mySection {
	width: 40.6779%;
	margin-left: 10.1694%;
	clear: none;
}*/
#sectionOne {
	width: 100%;
		background-color:#a6d5cb;
	
}

.paraContent{
	width:65%;
	text-align:left;
	font-size: 1.2em;
	font-family: 宋体;
	font-style: normal;

	line-height: 1.8em;
	padding:1em;

		color:#684c22;
		}
		
#sectionTwo {
	width: 40.6779%;
	margin-left: 1.6949%;
	clear: none;
	display: block;
}
.secondarySection {
	width: 100%;
	clear: none;
	margin-left: 1.6949%;
	display: block;

}
.secondaryHeading {
	margin-left: 0;
	width: 100%;
}

/* Gallery styles*/

/* Footer styles*/
.footer {
background-color:#f9f9fc;
		border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
}
.footerSection {
		background-color:#9DD1A4;
	width: 100%;
	clear: none;
	margin-left: 1.6949%;
	display: block;

		border-bottom-right-radius:1em;
	border-bottom-left-radius:1em;
}
.footerTitle {
	margin-left: 0;
	width: 100%;
    margin-top: 3%;

	color:#FFF;
}
.gallery {
	background-color:none;
	
}
.showAreaH2 {
}
.zeroMargin_desktop {
	margin-left: 0;
	color: #000;
	line-height: 1.3em;
}
.hide_desktop {
display: none;
}
}












