body {
	background: #fff;
	font-family: 'Microsoft YaHei', sans-serif;
}

.container {
	width: 1060px;
    margin: 0 auto;
    height: 200px;
}

.header {
	display: flex;
	flex-wrap:nowrap;
	padding: 20px 30px;
	.logo {
		width: 130px;
		height: 72px;
	}
	.vertical_line {
		width: 3px;
		height: 50px;
		margin-left: 3px;
    	margin-top: 28px;
		border-left: 2.5px solid #EE6018;
	}
	.title {
		width: 291px;
		color: #EE6018;
		ul {
			list-style: none;
		}
	}
}

.main {
	padding: 0 30px;
	display: flex;
	.left_module {
	    width: 600px;
	    border: 350px solid;
	    border-right: 12px solid;
	    border-left: 0px solid;
	    border-color: #434F62;
	    font-size: 16px;
	    position: relative;
	    color: #FFFFFF;
	    border-bottom: none;
	    border-right-color: transparent;
	    border-left-color: transparent;
	}
	.left_module_text {
	    position: absolute;
	    top: -357px;
    	margin-left: 6px;
    	font-size: 15px;
	}
	.right_module {
		width: 418px;
		text-align: center;
	}
	.bg_img {
		width: 418px;
		height: 305px;
		position: relative;
		text-align: center;
		background-size: cover;
		background-image: url('../images/background.png');
	}
}

.footer {
	height: 120px;
	padding: 0 30px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.test_style_1 {
	color: #434F62;
	font-size: 18px;
	font-weight: bold;
}

.test_style_2 {
	color: #434F62;
	font-size: 14px;
	font-weight: bold;
}

.test_style_3 {
	color: #bbb;
	font-size: 14px;
	text-decoration: none;
}
