.productBanner{
	width: 100%;
	height: auto;
	background: #fff;
	position: relative;
}

.productImg{
    width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    opacity: 0;
	filter: alpha(opacity=0);
}

.productImg{
    -webkit-animation: imgop 1s ease both .4s;
	-ms-animation: imgop 1s ease both .4s;
	-moz-animation: imgop 1s ease both .4s;
	-o-animation: imgop 1s ease both .4s;
	animation: imgop 1s ease both .4s;
}

.productTxt{
    position: absolute;
	z-index: 2;
	top: 50%;
	color: #000;
	width: 100%;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);
}

.describeText{
	width: 366px;
	height: 132px;
	margin-left: 58px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	padding: 26px 20px;
	opacity: 0;
}

.describeText h6 {
	font-size: 22px;
	color: #000;
}

.describeText h6:nth-child(odd){
	text-align: left;
}

.describeText h6:nth-child(even){
	margin-top: 34px;
	margin-right: -24px;
	text-align: right;
}

.describeText {
	-webkit-animation: indbanLeft 1s ease both .4s;
	-moz-animation: indbanLeft 1s ease both .4s;
	-o-animation: indbanLeft 1s ease both .4s;
	-ms-animation: indbanLeft 1s ease both .4s;
	animation: indbanLeft 1s ease both .4s;
}

@-webkit-keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-moz-keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-o-keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-ms-keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes indbanLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(140px);
		transform: translateX(140px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes imgop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes imgop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes imgop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes imgop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes imgop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes imgop {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.nav-ul h3 a {
	color: #000;
}

.nav-ul li.on h3 i {
	display: block;
	width: 30px;
	height: 3px;
	background-color: #2B9CFF;
	position: absolute;
	left: 50%;
	margin-left: -14px;
	bottom: 29%;
}

.productContent {
	width: 100%;
	height: auto;
	background: #fff;
	padding-top: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	overflow: hidden;
}

.productList{
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 60px;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */  
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.productModule{
	width: 580px;
	height: 378px;
	background: #FFFFFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 40px;
}

.productModule:hover{
	box-shadow: 0px 0px 24px 0px rgba(43, 156, 255, 0.18);
}

.imgBox{
	width: 100%;
	height: 198px;
	position: relative;
	overflow: hidden;
}

.imgBox img {
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.imgTxt{
	width: 100%;
	height: 198px;
	font-size: 34px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 198px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}

.txtBox{
	width: 100%;
	height: 180px;
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
	padding: 0 50px;
	display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
	display: -moz-box; /* Firefox 17- */  
	display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
	display: -moz-flex; /* Firefox 18+ */  
	display: -ms-flexbox; /* IE 10 */  
	display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}