﻿/*横幅*/

.banner {

	width: 100%;

	height: auto;

	margin-bottom: 20px;

	padding: 0px;

}

.topPadding {

	height: 0px;

	width: 100%;

	background: #fff;

	position: relative;

}

/*内页横幅图片*/

.bannerImg {

	width: 100%;

	overflow: hidden;

	background-repeat: no-repeat;

	background-position: center center;

	background-size: cover;

	-webkit-background-size: cover;

	-moz-background-size: cover;

	-o-background-size: cover;

}

.bannerImg img {

	max-width: 100%;

	height: auto;

}

.banner .mobileimg {

	display: none

}