.m-box{
	min-width: 1200px;
	min-height: 850px;
}



.header{
	padding: 10px 40px;
	display: flex;
	align-items: center;
}

.header .title{
	font-size: 30px;
	padding-left: 20px;
}

.header img{
	width: calc(125px / 2);
	height: calc(133px / 2);
}

.main{
	max-width: 80%;
	margin: 0 auto;
	padding: 200px 0;
}
.main h1{
	width: 100%;
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	margin: 20px 0;
}
.main h2{
	width: 100%;
	font-size: 20px;
	text-align: left;
	line-height: 62px;
}
.main p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 46px;
}
.main .img_con{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.main .img_con img{
	width: 30%;
	height: auto;
}
.footer{
	position: fixed;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    background-color: rgba(255,255,255,1);
    width: 100%;
}

.footer a:hover{
	color: #540707;
}