@charset "utf-8";

body { margin:0; padding:0; background:#ccc;}

ul,li { padding:0; margin:0;}

.lineimg { width:100%; max-width:1200px; margin:0 auto; height:auto; overflow:hidden;}
	.lineimg img { width:100%; height:auto; float:left;}

ul.homelist { width:100%; max-width:1200px; margin:0 auto; height:auto; overflow:hidden; background:#FFF; padding:15px 0;}
	ul.homelist li { width:50%; height:auto; float:left; overflow:hidden; text-align:center; padding:20px 0;}
		ul.homelist li	img { width:90%; max-width:600px;}

@media screen and (max-width:900px){
ul.homelist li { width:90%; height:auto; float:none; margin:0 auto; }
}


#myVideo {width: 100%; height:auto;}


.toplogo {width:100%; max-width:1200px; text-align:center; height: auto; margin:0 auto; background:#FFFFFF;}
	.toplogo img { width:200px; height:auto;}

.topnav { width:100%; max-width:1200px; height: auto; margin:0 auto; background:#0082CB;}
	.topnav ul { width:100%; max-width:1200px; height:55px; line-height:55px; margin:0 auto; text-align:center;}
	.topnav ul li { list-style:none; display:inline-table; text-align:center; width:16%; font-weight:bold;}
	.topnav ul li a { font-family:"微软雅黑","黑体"; font-size:16px; text-decoration:none; color:#FFF; display:block;}
	.topnav ul li:hover,.topnav ul li.hover { background:#005F9B; color:#FFED00;}


.foot { width:100%; max-width:1200px; margin:0 auto; height:auto; overflow:hidden; background:#FFFFFF; padding:15px 0; text-align:center; color:#666;}
	.foot a { color:#666; text-decoration:none;}
	
	
.singlebox { width:100%; max-width:1200px; height:auto; margin:0 auto; background:#FFF;}
	.singlebox .singlecontent { padding:15px; height:auto; overflow:hidden; line-height:160%;}

.aboutcon1 { font-size:28px; text-align:center;}