/* ========== */


/* = top img = */


/* ========== */

.index_img {
	/*display: flex;*/
	/*position: relative;*/
}

.index_img .topImg {
	position: relative;
	width: 100%;
	min-width: 1200px;
}

.index_img .topImg img {
	width: 100%;
}


/* ========== */


/* = mid section = */


/* ========== */

.mid {
	color: #444444;
	margin: 80px auto 0 auto;
	height: 525px;
	width: 1200px;
	display: flex;
	background-color: #fff;
	border: #e9e6e6 1px solid;
	filter: progid: DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
	-moz-box-shadow: 2px 2px 10px #e9e6e6;
	-webkit-box-shadow: 2px 2px 10px #e9e6e6;
	box-shadow: 2px 2px 10px #e9e6e6;
}

.small {
	height: 452px;
}

.mid img {
	width: 700px;
}

.mid .article {
	/*width: 500px;*/
	flex: 1;
	display: flex;
	/*background: red;*/
	align-items: center;
	justify-content: center;
	/*margin: 0 auto;*/
}

.mid .article .article_container {
	height: 190px;
	width: 310px;
	/*background: green;*/
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.mid .article .article_container h2 {
	font-weight: bold;
	font-size: 24px;
	color: #444;
	margin-bottom: 10px;
}

.more_info {
	margin-top: 20px;
	color: #d9682a;
}

.more_info:hover {
	text-decoration: underline;
}

.mid .article .article_container .p_FX {
	/*background: yellow;*/
	width: 360px;
	margin: 20px;
}

.mid .article .article_container .p_MG {
	/*background: yellow;*/
	width: 340px;
	margin: 20px;
}

.mid .article .article_container .p_consult {
	/*background: yellow;*/
	width: 330px;
	margin: 20px;
}


/* ========== */


/* = topImg_word = */


/* ========== */

.topImg_word {
	/*width: 320px;*/
	/*height: 180px;*/
	/*background: pink;*/
	color: #fff;
	position: absolute;
	/*position: relative;*/
	z-index: 1999;
	/*top: 330px;*/
	top: 35%;
	left: 15%;
	/*left: 310px;*/
}

.topImg_word h1 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px;
}

.topImg_word h2 {
	font-size: 18px;
	line-height: 40px;
}

.bg{
	background: url("../img/banner.jpg");
	height:600px;
	padding-top:50px;
}