﻿/*母版页固定样式*/
body { background-color: #338888;}
/*外层*/
.center { width: 962px; height: auto; min-height: 1px !important; margin-left: auto; margin-right: auto;}
/*内层*/
.all { width: 960px; height: auto; min-height: 1px; float: left; padding: 1px; background-color: White;}

/*顶部*/
.header {}
	.tips { width: 960px; height: 22px; line-height: 22px; background-color: #cccccc;}
	.lnb { width: 960px; height: 60px; padding-top: 5px; padding-bottom: 5px;}
		.logo { float: left; width: 260px; text-align: center;}
		.banner { float: left; width: 700px; text-align: center;}
/*导航菜单
.nav { width: 958px; height: 28px; line-height: 28px; background: #A4E1E0; background-image: url('/Template/images/nav.gif'); background-repeat: repeat-x;}
	.menu ul{ margin: 0px; padding: 0px; width: 958px; height: 28px;}
	.menu ul li{ height: 28px; line-height: 28px; width: 90px; min-width: 90px !important; float: left; list-style: none; text-align: center;}
	.menu ul li a { display: block;}
	.menu ul li a:hover { background-color: #cccccc;}
*/
/*搜索*/
.search { width: 958px; height: 50px; line-height: 50px;}


.main { width: 960px; height: auto; min-height: 1px !important; float: left; display: inline;}

/*友情链接*/
/*
.link { width: 958px; height: auto; min-height: 1px !important; float: left; display: inline;}
	.ftop { width: 956px; height: 23px; line-height: 23px; font-size: 14px; border: 1px solid white; border-bottom: 1px solid #2AD4C2; background-color: #A4E1E0;}
	.flink { width: 956px; margin: 1px; height: auto; min-height: 1px !important;}
	.flink ul{ margin: 0; padding: 0; width: 956px; height: auto; min-height: 1px !important; font-size: 12px;}
	.flink ul li { width: auto; min-width: 60px !important; height: 22px; line-height: 22px; float: left; list-style: none; text-align: center;}
*/

/*底部*/
.bottom { width: 960px; height: auto; min-height: 1px !important; float: left; display: inline; background: #eeeeee; /*border-top: 1px solid #2AD4C2;*/}
	.bottomlink { width: 960px; height: auto; min-height: 1px !important; font-size: 12px;}
	.bottomlink div{ width: 960px; height: 22px; line-height: 22px; text-align: center; display: block;}
	.copyright { width: 960px; font-size: 12px; color: #999999;}
		.copyright div { width: 960px; float: left; text-align: center; display: block; height: 22px; line-height: 22px;}
