.inner-content ul.gallery {
	margin: 0 auto 5px;
	padding: 0;
	display: table;
	width: 100%;
}

.inner-content ul.gallery li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 275px;
	margin-bottom: 32px;
	cursor: pointer;
	margin-right: 32px;
	/*box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);*/
}

.inner-content ul.gallery li:hover {
	-webkit-filter: drop-shadow(3px 3px 3px #ccc);
}

.inner-content ul.gallery li:hover .ptitle {
	background: #81b1b5;
	color: #FFFFFF;
}

.inner-content ul.gallery li:hover .ptitle span {
	color: #000000;
}

.inner-content ul.gallery li:hover .img11 {
	/*	transform: scale(1.2);*/
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
}

.inner-content ul.gallery li div.img:hover {
	border: solid 1px #81b1b5;
}

.inner-content ul.gallery li div.img {
	border: solid 1px #e9ebeb;
	border-radius: 5px 5px 0 0;
	/*width: 275px;
	height: 275px;
	border: solid 1px #e9ebeb;
	border-bottom: none;
	line-height: 275px;
	
	text-align: center;
	overflow: hidden;
	border-radius: 5px 5px 0 0;*/
}


/*.inner-content ul.gallery li img {
	width: 275px;
	height: 275px;
	border: solid 0px #e9ebeb;
	padding: 0;
	margin: 0 auto;
	vertical-align: middle;
	margin-top: -3px;
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}*/

.inner-content ul.gallery li .ptitle {
	width: 265px;
	margin-top: 2PX;
	border: solid 0px #9A9A9A;
	text-align: center;
	background: #F1F1F1;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #232323;
	padding: 18px 6px;
	letter-spacing: 1px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	border-radius: 0 0 5px 5px;
}

.inner-content ul.gallery li.mrgNO {
	margin-right: 0;
}

.inner-content ul.gallery li .imgDiv {
	width: 275px;
	height: 275px;
	border: solid 0px #e9ebeb;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/tm.png);
	margin-top: -275px;
	z-index: 3;
}

.inner-content ul.gallery li .ptitle {
	margin-top: 0PX;
}

.inner-content ul.gallery li .ptitle span {
	color: #e9573f;
}

.inner-content ul.gallery:hover li:not(:hover) {
	/*-webkit-filter: grayscale(.8);*/
}


/***********************/

.he_border1 {
	
	width: 275px;
	height: 275px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}.he_border1:hover{
	background: #81b1b5;
}

.he_border1 .he_border1_img {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 1;
	overflow: hidden
}

.he_border1:hover .he_border1_img {
	position: absolute;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .4
}

.he_border1 .he_border1_caption {
	color: #fff;
	padding: 0;
	margin: 0;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.he_border1 .he_border1_caption::before,
.he_border1 .he_border1_caption::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform .4s;
	-moz-transition: opacity 0.4s, -moz-transform .4s;
	-o-transition: opacity 0.4s, -o-transform .4s;
	transition: opacity 0.4s, transform .4s
}

.he_border1 .he_border1_caption::before {
	top: 8%;
	right: 10%;
	bottom: 8%;
	left: 10%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.he_border1 .he_border1_caption::after {
	top: 8%;
	right: 10%;
	bottom: 8%;
	left: 10%;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.he_border1:hover .he_border1_caption::before,
.he_border1:hover .he_border1_caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}

.he_border1 .he_border1_caption,
.he_border1 .he_border1_caption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 1000
}

.he_border1 .he_border1_caption_p {
	letter-spacing: 1px;
	font-size: 18px;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 60%;
	left: 10%;
	color: #F1F1F1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0;
	text-transform: uppercase;
}

.he_border1:hover .he_border1_caption_p {
	top: 45%;
	opacity: 1
}


/************/

.catelist1 {
	width: 100%;
	margin: 0 auto 5px;
	padding: 0;
	display: table;
}

.catelist1 li {
	margin: 0;
	padding: 0;
	width: 186px;
	height: 45px;
	display: block;
	background: #F5F5F5;
	text-align: center;
	line-height: 45px;
	margin-right: 16px;
	margin-bottom: 12px;
	float: left;
}

.catelist1 li a.aa {
	display: block;
	width: 96%;
	height: 100%;
	color: #232323;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 2%;
	font-size: 14px;
	text-transform: capitalize;
	letter-spacing: 1px;
}

.catelist1 li a.aa:hover {
	color: #FFFFFF;
	background: #4f8488;
}

.catelist1 li a.activee {
	color: #FFFFFF;
	background: #4f8488;
}

.catelist1 li .secCate a.activee {
	color: #FFFFFF;
	background: #195c62;
}

.catelist1 li .secCate {
	position: absolute;
	width: 186px;
	background: #343434;
	display: none;
	z-index: 999999;
}

.catelist1 li .secCate a {
	width: 96%;
	padding: 0 2%;
	background: #343434;
	color: #FFFFFF;
	display: block;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 45px;
	position: relative;
	font-size: 14px;
	z-index: 999999;
}

.catelist1 li .secCate a:hover,
.catelist1 li .secCate a.active {
	color: #FFFFFF;
	background: #195c62;
}

.curl-top-right2:before {
	width: 15px;
	height: 15px;
}