body,
			html,h1,h2,h3 {
				padding: 0;
				margin: 0;
			}

			.container {
				width: 1200px;
				margin: auto;
				padding-bottom: 60px;
			}

			header {
				background: url(../img/top_bg.png);
				height: 100px;
				background-size: 100% 100%
			}

			header h3 {
				width: 1200px; 
				margin: 0 auto;
				line-height: 100px;
				font-size: 26px;
				color: #FFFFFF;
			}

			.tabs {
				display: flex;
				width: 1200px;
				margin: auto;
				justify-content: space-around;
				color: #ffffff;
			}

			.item {}

			footer {
				background: red;
				text-align: center;
				color: #ffffff;
				padding-top: 40px;
				padding-bottom: 40px;
				width: 100%;
			}

			footer div {
				margin: 5px 0;
			}

			.el-dialog .el-dialog__header {
				background-color: #E40404;
			}

			.el-dialog .el-dialog__title {
				color: #fff;
			}

			a{
				text-decoration:none;
				color: #333;
			}
			.top_title{
				height: 70px; line-height: 70px;
				border-bottom: 2px solid #e9e9e9;
				width: 100%
			}
			.top_title b{font-size: 24px; color: #e40404; border-bottom: 4px solid #e40404; line-height:68px; padding: 0 20px; display: block; float: left;}