* {
				margin: 0;
				padding: 0;
			}

			body {
				margin: 0px auto;
				font-family: "Microsoft YaHei", sans-serif;
				caret-color: #ffffff;
			}

			/* 导航+ */
			#navigation {
				background-color: rgba(22, 89, 148, 1);
				width: 100%;
				height: 86px;
				position: fixed;
				top: 0px;
				z-index: 999;
			}

			#logo {
				float: left;
				margin-right: 42px;
				margin-top: 12px;
			}

			.navigation-column {
				float: left;
				height: 86px;
				width: 178px;
				line-height: 86px;
				text-align: center;
				font-size: 20px;
				font-weight: 700px;
				color: #FFF;
				transition: background-color 1s;
			}

			.navigation-column:hover {
				animation: bba 1s 1 forwards;
			}
@keyframes bba{
	from{}
	to{background-color: rgba(92, 175, 247, 1)}
}

			#navigation1 {
				list-style: none;
				margin: 0px auto;
				width: 995px;
			}
			.navigation-column a{
				display: inline-block;
				height: 86px;
				width: 100px;
				color: #FFF;
				text-decoration: none;
			}
			.navigation_1{
				line-height: 46px;
				list-style: none;
				display: none;
			}
			#navigation1 ul li{
				margin-left: 0px;
				height: 46px;
				line-height: 46px;
			}
			#navigation-column2:hover ul{
				background-color: rgba(92, 175, 247, 0.5);
			}
			/* 导航- */
			/* banner+ */
			#banner {
				margin-top: 86px;
				width: 100%;
			}
			#copyright {
				background-color: rgba(22, 89, 148, 1);
				margin-top: 60px;
				width: 100%;
				height: 121px;
				text-align: center;
				line-height: 100px;
				color: #FFF;
			}
			#navigation1 a{
				height: 46px;
				line-height: 46px;
			}
			.navigation-column-1{
				background-color: rgba(92, 175, 247, 0.5);
			}
			