		/*底部导航*/

		p,
		h3,
		ul,
		li {
			margin: 0;
			padding: 0;
		}

		footer p {
			color: #777777;
		}
		/*更多功能*/

		.moreFunc {
			background-color: #f8f8f8;
			display: block;
			width: 100%;
			height: 400px;
			overflow: hidden;
		}

		.moreFunc h3 {
			display: block;
			height: 50px;
			width: 115px;
			font-size: 28px;
			margin: 27px auto 48px;
		}

		.moreContainer {
			width: 80%;
			margin: 0 auto;
			height: 234px;
			background-color: #ffffff;
		}

		.moreContainer ul {
			list-style: none;
			height: 100%;
		}

		.first-line,
		.second-line {
			height: 50%;
			width: 100%;
		}

		.first-line li,
		.second-line li {
			width: 20%;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
			list-style: none;
			float: left;
			height: 234px;
			text-align: center;
			border: 1px solid #f8f8f8;
			border-right: 0;
			-webkit-transition: transform .5s linear;
			-moz-transition: transform .5s linear;
			transition: transform .5s linear;
		}

		.first-line li:hover,
		.second-line li:hover {
			-webkit-transform: scale(1.2);
			-moz-transform: scale(1.2);
			-ms-transform: scale(1.2);
			transform: scale(1.2);
			background-color: #03a9f4;
			z-index: 9;
			cursor: pointer;
		}

		.first-line li {
			-webkit-border-bottom: 0;
			-moz-border-bottom: 0;
			-ms-border-bottom: 0;
			border-bottom: 0;
		}

		.info-box {
			width: 100%;
			height: 100%;
			position: relative;
			overflow: hidden;
		}

		.info-box div {
			background-color: #ffffff;
			height: 50%;
			width: 50%;
			margin: 12.5% auto 0;
		}

		.scroll-title {
			height: 20%;
			text-align: center;
			padding-top: 5%;
			color: #ffffff;
		}

		.scroll-info {
			text-align: left;
			padding: 10px;
			background-color: #69cefc;
			color: #ffffff;
			height: 80%;
			overflow: hidden;
			font-size: 13px !important;
		}
		/*信息盒子*/

		.containers .container-box {
			width: 100%;
			padding: 50px 10%;
			height: 412px;
		}

		.second-box {
			display: none;
		}

		.container-box div {
			width: 50%;
			height: 100%;
			float: left;
		}

		.container-box h3 {
			margin: 32px 10px 44px;
			font-size: 28px;
			color: #333333;
		}

		.container-box ul {
			margin: 18px;
		}

		.container-box li {
			margin: 5px 0;
			color: #666666;
			font-size: 16px;
		}

		.container-box p {
			line-height: 40px;
		}
		/*三个模块样式*/

		.three-box {
			width: 100%;
			padding: 50px 10%;
			height: 414px;
			background-color: #f8f8f8;
		}

		.three-box ul {
			list-style: none;
			height: 100%;
		}

		.three-box li {
			list-style: none;
			display: block;
			float: left;
			width: 33.33%;
			height: 100%;
			text-align: center;
			border: 1px solid #f8f8f8;
			border-right: none;
			background-color: #ffffff;
			overflow: hidden;
		}

		.three-box li:last-child {
			border-right: 1px solid #f8f8f8;
		}

		.three-box section {
			width: 100%;
			height: 100%;
		}

		.three-box section:first-child {
			display: none;
		}

		.three-hover li:hover {
			cursor: pointer;
		}
		/*滑动显示部分样式*/

		.slide-title {
			padding: 10px;
			font-size: 18px;
			color: white;
			background-color: #26b6f7;
			text-align: center;
		}

		.slide-info {
			background-color: #69cefc;
			display: block;
			height: 100%;
			color: #f7fcff;
			text-align: left;
			padding: 15px;
			font-size: 15px !important;
		}

		.three-box li section:last-child {
			padding-top: 50px;
		}

		.three-box li section:last-child p:first-child {
			font-size: 18px;
			color: #03a9f4;
		}

		.three-box li section:last-child p:last-child {
			font-size: 16px;
			color: #666666;
		}

		.three-box div {
			width: 30%;
			height: 30%;
			margin: auto;
		}

		.three-title {
			color: #03a9f4;
			margin: 8px;
		}