.productWrapper {
	clear: both;
	margin: 60px auto 20px;
	width: 1200px;
}

.productWrapper .wrapperImg {
	display: block;
	margin: 0 auto;
}

.productWrapper .product-display {
	display: table;
	margin: 20px 0;
}

.productWrapper .product-display a {
	display: block;
	float: left;
	border-right: dashed 1px #FFFFFF;
	width: 239px;
	/*	overflow: hidden;*/
	height: 253px;
	position: relative;
	top: 0;
	transition: all .3s;
}

.productWrapper .product-display a:hover {
	top: -5px
}

.productWrapper .product-display a * {
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.productWrapper .product-display a img {
	display: block;
	margin: 0 auto;
	width: 210px;
	height: 210px;
	border: solid 1px #EFEFEF;
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 15px #EFEFEF;
}

.productWrapper .product-display a:hover img {
	/*	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;*/
}

.productWrapper .product-display a div {
	border: solid 1px #EFEFEF;
	background: #FFFFFF;
	margin: 0 auto 0;
	width: 200px;
	color: #5f5f5f;
	height: 40px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	font-size: 15px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: none;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 0 15px #EFEFEF;
}

.productWrapper .product-display a:hover div {
	background: #084d9e;
	color: #FFFFFF;
	border: solid 1px #084d9e;
	border-top: none
}

.productWrapper .product-cate {
	margin: 50px 0 20px;
	display: table;
	width: 100%;
}

.productWrapper .product-cate img.left {
	width: 480px;
	height: 445px;
	display: block;
	float: left;
	cursor: pointer;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.productWrapper .product-cate img.left:hover {
	-webkit-filter: sepia(20%);
	filter: sepia(20%);
	-ms-filter: sepia(20%);
}

.productWrapper .product-cate div.right {
	float: right;
	width: 710px;
	display: table;
}

.productWrapper .product-cate div.right a {
	float: left;
	display: block;
	width: 350px;
	height: 218px;
	margin-right: 9px;
	margin-bottom: 9px;
	overflow: hidden;
}

.productWrapper .product-cate div.right a img {
	width: 350px;
	height: 218px;
}

div.contentY {
	color: #000000;
	letter-spacing: 2px;
	font-size: 18px;
	border-bottom: solid 2px #084d9e;
	margin: 0 auto;
	padding: 0 3px 3px;
	display: inline;
	font-weight: bold;
	text-transform: capitalize;
}


/************************/

.aboutWrapper {
	clear: both;
	margin: 20px auto;
	width: 1200px;
}

.aboutWrapper .wrapperImg {
	display: block;
	margin: 0 auto;
}

.aboutWrapper .aboutContent {
	display: table;
	width: 100%;
	margin-top: 18px;
}

.aboutWrapper .aboutContent img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.aboutWrapper .aboutContent:hover img {
	-webkit-filter: saturate(1.6);
	filter: saturate(1.6);
	-ms-filter: saturate(1.6);
}

.aboutWrapper .aboutContent img {
	display: block;
	width: 648px;
	height: 356px;
	float: left;
}

.aboutWrapper .aboutContent .aInfo {
	width: 500px;
	padding: 50px 26px;
	float: right;
	background: #f9f9f9;
	height: 256px;
	color: #454545;
	letter-spacing: 2px;
	line-height: 40px;
}

.aboutWrapper .aboutContent .aInfo div {
	color: #454545;
	letter-spacing: 2px;
	line-height: 35px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	height: 175px;
	font-size: 16px;
	text-indent: 36px;
}

.viewmoreBtn {
	border: solid 1px #084d9e;
	cursor: pointer;
	padding: 0 15px;
	display: inline-block;
	margin-top: 23px;
	text-transform: uppercase;
	letter-spacing: 2px;
	outline: none;
	position: relative;
	float: right;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background: transparent;
	color: #084d9e;
	height: 45px;
	line-height: 45px;
	width: 120px;
	font-size: 15px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.viewmoreBtn:active {
	background: #084d9e;
	top: 2px;
}

.viewmoreBtn span {
	display: inline-block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-transition: all 0.5s;
	-moz-backface-visibility: hidden;
	transition: all 0.5s;
	backface-visibility: hidden;
}

.viewmoreBtn:before {
	position: absolute;
	height: 45px;
	line-height: 40px;
	width: 100%;
	font-size: 180%;
	left: -100%;
	top: 0;
	content: "\279E";
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.viewmoreBtn:active:before {
	color: #FFFFFF;
}

.viewmoreBtn:hover span {
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	transform: translateX(200%);
}

.viewmoreBtn:hover:before {
	left: 0;
}


/************************/

.newsWrapper {
	clear: both;
	margin: 30px auto;
	width: 1200px;
}

.newsWrapper .wrapperImg {
	display: block;
	margin: 0 auto;
}

.newsWrapper .newsContent {
	width: 100%;
	margin: 18px 0;
	display: table;
}

.newsWrapper .newsContent a {
	display: table;
	height: 157px;
	width: 592px;
	background: #f2f2f2;
	float: left;
	margin-bottom: 15px;
	position: relative;
	z-index: 30;
}

.newsWrapper .newsContent a img {
	display: block;
	height: 157px;
	width: 277px;
	float: left;
	transition: all .4s;
	-moz-transform: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
}

.newsWrapper .newsContent a .newInfo {
	width: 285px;
	height: 127px;
	margin: 15px;
	float: right;
}

.newsWrapper .newsContent a .nTitle {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #343434;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.newsWrapper .newsContent a .nBrief {
	margin-top: 10px;
	width: 100%;
	height: 44px;
	line-height: 22px;
	font-size: 13px;
	letter-spacing: 1px;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsWrapper .newsContent a .nDate {
	margin-top: 27px;
	width: 100%;
	height: 15px;
	font-size: 13px;
	letter-spacing: 1px;
}

.newsWrapper .newsContent a:before {
	content: '';
	position: absolute;
	top: 0;
	right: left;
	height: 100%;
	width: 0;
	background: #084d9e;
	z-index: -1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.newsWrapper .newsContent a:hover:before {
	width: 100%;
	color: #FFFF00;
}

.newsWrapper .newsContent a:hover {
	color: #EFEFEF;
}

.newsWrapper .newsContent a:hover .nTitle {
	color: #EFEFEF;
}


/*.newsWrapper .newsContent a:hover img {
	-webkit-filter: sepia(30%);
	filter: sepia(30%);
	-ms-filter: sepia(30%);
}*/


/************************/