body,div,p,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,th,td {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-family:"Microsoft YaHei";
	overflow-x:hidden;
	background:#f2f2f2;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:none;
	vertical-align:middle;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
em {
	font-style:normal;
}
input,button,select,textarea {
	outline:none;
}
.none {
	display:none;
}
textarea {
	resize:none;
}
p {
	text-align:justify;
	text-justify:distribute;
}
a {
	text-decoration:none;
}
i {
	font-style:normal;
}
.clr {
	*zoom:1;
	clear:both;
}
.clr:after {
	clear:both;
	display:table;
	content:"";
}
* {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.imgContaniners {
	width:750px;
	margin:auto;
	text-align:center;
	padding-bottom: 80px;
	background: #cd2933;
}
.imgContaniners img {
	max-height:100%;
	width:auto;
	max-width:100%;
	cursor:  pointer;
}
.fixedFooter{
    display: block;
    background: #ff9900;
    border-top: 5px solid #f8e155;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height:56px;
    line-height:56px;
    font-size: 18px;
    text-align: center;
}
.fixedFooter:hover{background:#e88f0a;border-color:#dfc734;}
@media screen and (max-width:1340px){
.imgContaniners {
	width:100%;
}
}