body{
    margin: 0;
    padding: 0;
    height: 100%;
}
.contain{
    width: 100%;
    height: auto;
    position: relative;
}
.header{
    width: 1100px;
    height: 80px;
    text-align: center;
	margin-left:400px;
    line-height: 80px;
    font-size: 36px;
    font-weight: bold;
	background:#ffe5ee;
}
.header1{
    width: 250px;
    height: 60px;
    text-align: center;
	margin-left:400px;
    line-height: 60px;
    font-size: 26px;
    font-weight: bold;
	background:#ffe5ee;
	margin-bottom:20px;
}
.cont{
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    line-height: 30px;
    padding: 0 400px;
    text-indent: 40px;
    text-align: justify;
    padding-bottom: 20px;
}
.cont1{
    font-size: 16px;
    color: #000;
	padding: 0 400px;
    line-height: 30px;
    text-indent: 40px;
    text-align: justify;
	padding-bottom:20px;
}
.cont2{
    font-size: 16px;
    color: #000;
	padding: 0 400px;
    line-height: 30px;
    text-align: justify;
}
.footer{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    text-align: center;
    background-color: #3b3c3d;
    color: #fff;
    left: 0;
    bottom: 0;
	margin-top:50px;
}
.footer a{
	color:#fff;
	text-decoration:none;
	transition:color 0.5s;
}
.footer a:hover{
	color:#5a93ff;
}
.footer img{
	vertical-align: middle;
}