/* banner */
.ban1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}

.ban1z {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ban1 .ban1z-a {
	position: relative;
	left: 50%;
	top: 0px;
	width: 1920px;
	margin-left: -960px;
	text-align: center;
}

/* main */
.main {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.mainM {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.mainM .mainLeft {
	width: 240px;
	float: left;
}

.mainM .mainLeft .leftTop {
	width: 240px;
	height: 126px;
	background-color: #008ece;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
}

.mainM .mainLeft .leftTop p:nth-child(1) {
	color: #ffffff;
	font-size: 24px;
}

.mainM .mainLeft .leftTop p:nth-child(2) {
	color: #ffffff;
	font-size: 12px;
	margin-top: 14px;
}

.sideMenu {
	width: 240px;
}

.sideMenu h3 {
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 142, 206, 0.4);
	background-color: #00a1e9;
	cursor: pointer;
	font-size: 14px;
	color: #ffffff;
}

.sideMenu ul .nLi.on .sub {
	display: block;
	background-color: #00a1e9;
}

.sideMenu ul .nLi .sub {
	color: #ffffff;
	display: none;
}

.sideMenu ul .nLi .sub li {
	height: 40px;
	line-height: 40px;
	border-top: 1px solid rgba(0, 142, 206, 0.4);
	box-sizing: border-box;
	background-color: #00a1e9;
}

.sideMenu ul .nLi .sub li:hover{
	background-color: #008ece;
}

.sideMenu ul .nLi .sub li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	text-indent: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.mainRight {
	width: 928px;
	float: right;
}

.productImg {
	overflow: hidden;
}

.productImg li {
	float: left;
	margin: 0 14px 14px 0;
}

.productImg li:nth-child(3n+0) {
	margin-right: 0px;
}

.productImg li a {
	display: block;
	width: 300px;
	height: 264px;
	text-align: center;
	background-color: #f4f4f4;
	border: solid 1px #ececec;
	box-sizing: border-box;
	padding: 10px 10px 0 10px;
}

.productImg li a .img {
	width: 280px;
	height: 210px;
	overflow: hidden;
}

.productImg li a .img img {
	width: 100%;
	height: 100%;
}

.productImg li a .imgTitle {
	color: #666666;
	font-size: 16px;
	margin-top: 12px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
}

.productImg li a .img img {
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

.productImg li a:hover .img img {
	transform: scale(1.1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

