/*****************product**************/
.pg-product {
	background-color: #FFFFFF;
}
.product-list {
}
.product-list .item {
	width: 33.3333%;
	float: left;
}
.product-list .item-more {
	display: none;
}
.product-list .item-box {
	padding: 2px;
	
}
.product-list .pitem-box
{
	position: relative;
	overflow: hidden;
}
.product-list .item .thu
{
	position: relative;
}

.product-list .item .caption .tl
{
	font-weight: bold;
	text-align: left;
	padding: 15px;
}

.product-list .item .iconx
{
	padding: 10px 0;
}

/*
.product-list .item .caption-hover
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}


.product-list .item .caption
{
	z-index: 9999;
	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}


.product-list .item .caption-hover
{
	z-index: 10000;
	height: 100%;
	text-align: center;
	background-color: rgba(0,140,214,0.8);
	color: #FFF;
}
*/

.product-list .item .caption-hover a
{
	display: block;
	color: #FFF;
	width: 100%;
	height: 100%;
}

.product-list .item .caption-hover a:hover
{
	opacity: 0.95;
}

.product-list .item .caption-hover .tb-row
{
	height: 100%;
}

.product-list .item .caption-hover .tl
{
	font-weight: bold;
	font-size: 1.5em;
}

.product-list .item .caption-hover .info
{
	font-size: 1.125em;
}

.product-list .item .zoomx {
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	left: 50%;
	top: 50%;
	margin-left: -20px;
	margin-right: -20px;
	color: #FFF;
}
.product-list .item .thu .iconx, .product-list .item .thu .zoomx {
	position: absolute;
	z-index: 100;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	font-size: 3.5em;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	opacity: 0.75;
	cursor: pointer;
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.product-list .item .thu .zoomx {
	font-size: 2em;
	opacity: 0;
}
.product-list .item:hover .thu .zoomx {
	font-size: 2.5em;
	opacity: 0.9;
}
.product-list .item:hover .thu .iconx {
	opacity: 0.9;
}
.product-list .item:hover .thu .iconx {
	font-size: 3em;
}
.product-list .item .thu .dtime {
	position: absolute;
	right: 10px;
	top: 10px;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	z-index: 100;
	border-radius: 2px;
}
.product-list .item .thu a {
	display: block;
	position: relative;
	z-index: 99;
}
.product-list .item .cont {
}
.product-list .item .cont {
	position: relative;
	min-height: 90px;
}
.product-list .item .cont-box {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	padding: 15px;
	min-height: 90px;
	z-index: 1000;
}
.product-list .item .dtime {
}
.product-list .item .tl {
	padding: 5px 0;
}
.product-list .item .tl a {
	display: block;
	font-size: 1.125em;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	color: #3e3a39;
	overflow: hidden;
}
.product-list .item .tl a:hover {
	color: #666;
}
.product-list .item .more {
	padding-top: 10px;
	color: #9fa0a0;
}
.product-list .item .more a {
	font-size: 12px;
	color: #999;
}
.product-list .item .more a:hover {
	color: #666;
}
.product-list .item:hover .more, .product-list .item:hover .more a, .product-list .item:hover .tl a {
	color: #FFF;
}
.product-list .item:hover .more, .product-list .item:hover .tl a:hover {
	opacity: 0.75;
}
.product-list .item:hover .more {
	display: block;
	color: #FFF;
}
.product-list .item:hover .cont-box {
	background-color: #00a0e9;
}
.product-list .item:hover .info, .product-list .item:hover .tl a, .product-list .item:hover .cont-box {
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.product-list .item:hover .cont-box {
	padding-bottom: 30px;
}
.product-list .item .vcode {
	display: none;
}
.product-list .fxitem .thu {
	overflow: hidden;
}
/**************************/
.pg-about
{
	background-color: #f7f8f8;
}

.pg-about .page-title .title strong,
.pg-news .page-title .title strong
{
	background-color: #F7f8f8;
}

.pg-about .conts
{
	line-height: 150%;
}
/*****************case**************/
.pg-case {
	background-color: #fff;
}
.case-list {
}
.case-list .item {
	float: left;
	width: 33.33%;
	padding-bottom: 20px;
}

.case-list .item-more {
	display: none;
}
.case-list .item-box {
	padding: 2px;
}
.case-list .cont
{
	padding: 15px;
	background-color: #efefef;
}

.case-list .item:hover .cont
{
	background-color: #00b9ef;
	color: #FFF;
}

.case-list .item .tl a
{
	font-size: 1.25em;
	color: #000;
	display: block;
	padding: 8px 0;
}

.case-list .item .info
{
	padding: 8px 0;
	text-align: left;
	height: 60px;
	line-height: 25px;
	overflow: hidden;
}

.case-list .item:hover .tl a,
.case-list .item:hover .info
{
	color: #FFF;
}

.case-list .item-bg {
	position: relative;
	overflow: hidden;
}
.case-list .tl {
	font-weight: bold;
	font-size: 1.125em;
}
.case-list .info {
	font-weight: normal;
	text-align: center;
	opacity: 0.75
}
.case-list .iconx {
	padding: 10px 0;
}
/*****************news**************/
.pg-news {
	background-color: #f8f8f8;
}
.news-list {
}
.news-list h2 {
	border-bottom: 1px solid #e1e1e1;
}
.news-list h2 strong {
	display: inline-block;
	padding: 5px 30px;
	font-size: 1.125em;
	line-height: 24px;
	color: #FFF;
	background-color: #00a0e9;
}
.news-list .item {
	border-bottom: 1px dashed #e1e1e1;
	padding: 5px 0;
}
.news-list .item .tl {
	float: left;
	width: 85%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	color: #222;
}
.news-list .item .tl:hover {
	color: #00a0e9;
}
.news-list .item .dt {
	float: right;
	width: 15%;
	line-height: 30px;
	height: 30px;
	text-align: right;
	color: #999;
	font-weight: normal;
}
.news-list .more {
	padding: 15px 0;
}
.news-list .more a {
	display: inline-block;
	padding: 5px 25px;
	line-height: 20px;
	background-color: #e1e1e1;
	color: #222;
}
.news-list .more a:hover {
	background-color: #aaa;
	color: #FFF;
	padding-left: 30px;
	padding-right: 30px;
}
.news-gallery {
}
.news-gallery .btn-prev, .news-gallery .btn-next {
	top: 40%;
	margin-top: -20px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 36px;
	color: #FFF;
	opacity: 0.75;
	position: absolute;
	z-index: 999;
	background-color: rgba(0,160,230,0.15);
	border-radius: 50%;
	transition: all .5s ease;
	-moz-transition: all .5s ease; /* Firefox 4 */
	-webkit-transition: all .5s ease; /* Safari and Chrome */
	-o-transition: all .5s ease; /* Opera */
}
.news-gallery .btn-prev {
	left: 20px;
}
.news-gallery:hover .btn-prev, .news-gallery:hover .btn-next {
	opacity: 1.0;
	background-color: rgba(0,160,230,0.45);
}
.news-gallery .btn-prev:hover, .news-gallery .btn-next:hover, .news-gallery .btn-prev:focus, .news-gallery .btn-next:focus {
	opacity: 0.9;
	background-color: rgba(0,160,230,0.75);
}
.news-gallery .btn-next {
	right: 20px;
}
.news-gallery .item-box {
	position: relative;
	padding-bottom: 100px;
}
.news-gallery .cont {
	position: absolute;
	bottom: 0;
	width: 90%;
	left: 5%;
	background-color: #FFF;
}
.news-gallery .cont-box {
	padding: 20px;
}
.news-gallery .cont a {
	float: left;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 150%;
}
.news-gallery .cont .dt {
	float: right;
	text-align: center;
}
.news-gallery .cont .dt .day {
	text-align: center;
	color: #00a0e9;
	border-bottom: 1px solid #c1e8fa;
	font-size: 2em;
	padding: 8px;
}
.news-gallery .cont .dt2 {
	text-align: left;
	color: #00a0e9;
	font-size: 1.25em;
	padding: 5px;
}
.news-gallery .cont .dt .date {
	text-align: center;
	color: #00a0e9;
	font-size: 1.25em;
	padding: 5px;
}
.swiper-pagination {
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: 80%;
	left: 5%;
	padding-left: 20px;
	text-align: left;
	bottom: 20px;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	line-height: 12px;
	border-radius: 100%;
}
/*****************feedback**************/
.pg-feedback {
	background-color: #fff;
}
 @media screen and (min-width:768px) and (max-width:1100px) {
.news-list .item .tl {
	width: 78%;
}
.news-list .item .dt {
	width: 22%;
}
}
 @media screen and (max-width:767px) {
.product-list {
	padding-left: 5px;
	padding-right: 5px;
}
.product-list .item {
	width: 100%;
	float: none;
	padding-bottom: 10px;
}
.product-list .item-box {
	padding-left: 0;
	padding-bottom: 5px;
}
.case-list {
	padding: 5px 0;
}
.case-list .item {
	width: 100%;
	float: none;
}
.news-list .item .tl {
	width: 70%;
}
.news-list .item .dt {
	width: 30%;
}
.case-list .item .item-box, .case-list .item0 .item-box, .case-list .item1 .item-box, .case-list .item2 .item-box, .case-list .item3 .item-box, .case-list .item4 .item-box, .case-list .item5 .item-box, .case-list .item6 .item-box, .case-list .item7 .item-box, .case-list .item8 .item-box, .case-list ul li:first-child .item-box, .case-list ul li:last-child .item-box {
	padding: 3px;
}
.news-gallery .cont-box {
	padding: 20px 15px 25px 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	width: 80%;
	left: 5%;
	padding-left: 20px;
	text-align: center;
	bottom: 10px;
}
.news-list .item .dt {
	font-size: 11px;
}
}
