@import url(https://fonts.googleapis.com/css?family=Arial, Helvetica, sans-serif:400,600,700);

*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #646363;
}
p {
	color: #;
	font-size: 100%;
	line-height: 1.6;
	text-align: justify;
}

h1{
	text-align: center;
	line-height: 1.6;
	font-size: 120%;
}
h2{
	text-align: left;
	font-size: 110%;
}
h3{
	text-align: left;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6,p,address,blockquote,div,ul,li {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
	}
a:link,a:visited {
	text-decoration: none;
}
a:hover,a:active {
	background: #DADADA;
	color:#646363 !important;
	transition: background 0.5s ease;
}
.top {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.header {
	width: 100%;
}
.header img {
	width: 100% !important;
	height: auto;
}
.banner {
	background: url(../_images/dragon.jpg) no-repeat center;
	background-size: contain;
	width: 100%;
	margin: -0.6% auto;
}
.banner img {
	width: 100% !important;
	height: auto;
	display: none; 
}

.formWidth {
	width: 275px;
}
.centered {
	text-align: center;
}
#table {visibility: hidden;
}
#address {
		width: 40%;
		margin: 0 9% 0 0;
		float: left;
	}
#map {
		width: 175px;
		height: 125px;
		float: left;
		background: url(_images/addressmap.jpg) no-repeat;
	}

#slideshow {
    position: relative;
    height: 0px;
    z-index:-1;
}
#slideshow img { 
    width: 100%;
    height: auto;
	position: relative;
	margin-top: 11.12%;
}
nav {
	width: 100%;
	height: 75%;
	margin: -0.5% auto;
	overflow: hidden;
}
nav ul {
	list-style: none;
	overflow: hidden;	
}
nav li a {
	background: #699;
	border-right: 1px solid #646363;
	color:#FAFAFA;
	display: block;
	float: left;
	font-size: 90%;
	font-weight: 600;
	padding: 0.55% 0.55% 0.95% 0.55%;
	text-align: center;
	width: 16.667%;
	transition: background 0.5s ease;	
}
nav li:last-child a {
	border: none;
}
nav li a:hover, nav li a:active {
	background: #DADADA;
	color: #646363;	
}

section {
	float: left;
	width: 100%;
	background-color: #646363;
	padding: 2% 2% 0 2%;
	color: #FFF;
	line-height: 1.6;
}

footer {
	float: left;
	background-color: #699;
	height: auto;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 50%;
	padding: 1% 0;
}
#China-US-Summit {
	width: 100%;
	float: left;
	margin-right: 2%;
	margin-top: 1.5%;
	background: url(../_images/China-US-Summit.jpg);
}
#China-US-Summit img {
	width: 100% !important;
	height: auto;
}
#Chinese-perspectives {
	width: 100%;
	float: right;
	margin-top: 1.5%;
	margin-left: 2%;
	background: url(../_images/Chinese-perspectives.jpg);
}
#Chinese-perspectives img{
	width: 100% !important;
	height:: auto;
}
#China-NZ-FTA {
	width: 100%;
	float: left;
	margin-right: 2%;
	margin-top: 1.5%;
	background: url(../_images/China-NZ-FTA.jpg);	
}
#China-NZ-FTA img {
	width: 100% !important;
	height: auto;
}
#Chinese-panda {
	width: 100%;
	float: right;
	margin-left: 2%;
	margin-top: 1.5%;
	background: url(../_images/Chinese-panda.jpg);
}
#China-US-Summit,#Chinese-perspectives,#China-NZ-FTA,#Chinese-panda {
	display: block;
	width: 238px;
	height: 140px;
	border-radius: 15px;
	-moz-border-radius: 15px;
}

@media only screen and (max-width: 780px) {
	.banner {
		margin: -1% auto;
	}
	nav li a {
		width: 33.33%;
		font-size: 80%;
		padding-top: 1.1%;
		padding-left: 1.1%;
		border-bottom: 1px solid #646363;
	}
	nav li:nth=child(3) a {
		border-right: none;
	}
	.top {
		font-size: 85%;	
	}
	section {
	width: 100%;
	}
	footer {
		padding: 1% 0;
	}
	p {
	font-size: 90%;
	}
	.header {
	width: 100%;
}
	h1 {
		font-size: 120%;
	}
	h2 {
		font-size: 110%;
	}
	h3 {
		font-size: 100%;
	}
}
@media only screen and (max-width: 580px) {
	.banner {
		margin: -1.75% auto;
	}
	nav li a {
		width: 50%;
		font-size: 70%;
	}
	nav li:nth=child(even) a {
		border-right: none;
	}
	.top {
		font-size: 80%;		
	}
	p {
	font-size: 90%;
	}
	h1 {
		font-size: 120%;
	}
	h2 {
		font-size: 110%;
	}
	h3 {
		font-size: 100%;
	}
	footer {
		padding: 1% 0;
	}
	
	#China-US-Summit {
	width: 100%;
	float:none;
	background: url(../_images/China-US-Summit.jpg) center no-repeat;
	}
	#China-US-Summit img {
	width: 100% !important;
	height: auto;
	}
	#Chinese-perspectives {
	width: 100%;
	float: none;
	background: url(../_images/Chinese-perspectives.jpg) no-repeat;
	}
	#Chinese-perspectives img{
	width: 100% !important;
	height:: auto;
	}
	#China-NZ-FTA {
	width: 100%;
	float: none;
	background: url(../_images/China-NZ-FTA.jpg) no-repeat;	
	}
	#China-NZ-FTA img {
	width: 100% !important;
	height: auto;
	}
	#Chinese-panda {
	width: 100%;
	float: none;
	background: url(../_images/Chinese-panda.jpg) no-repeat;
	}
	#China-US-Summit,#Chinese-perspectives,#China-NZ-FTA,#Chinese-panda {
	display: block;
	width: 238px;
	height: 140px;
	margin: 0 auto;
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align: center;
	}
}
.chinesefont {
	font: SimSun, MingLiU, KaiTi;
	font-size: 100%;
	text-align: justify;
}
.smallfont {
	font-size: 80%;
}