﻿


.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.artzoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 63%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.input:focus {
	border: 1px solid #333
}
.inner-banner {
	width: 100%;
	overflow: hidden
}
.inner-banner img {
	width: 100%;
}
.lefter {
	padding-right: 50px;
}


/* home product  begin*/
#fh5co-product-list .fh5co-heading {
}
#fh5co-product-list .fh5co-heading h1 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 17px 0;
}
#fh5co-product-list .fh5co-heading h2 {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 20px 0 29px 0;
}


#fh5co-product-list .fh5co-heading .proline {
	width: 77px;
	height: 2px;
	background: #FD8F14;
	margin: 0 auto;
}
#fh5co-product-list .fh5co-heading p {
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin: 20px 0 29px 0;
}
#fh5co-product-list .tab {
}
#fh5co-product-list .tab .tab-nav li {
	margin: 0 10px 10px 0;
	padding: 0;
	border-radius: 50px;
	width: 169px;
}
#fh5co-product-list .tab .tab-nav li a {
    font-size: 12px;
	display: inline-block;
	padding: 10px 1px 10px 1px;
	border: 2px solid #FC9012;
	margin: 0;
	border-radius: 50px;
		width: 169px;
}
#fh5co-product-list .tab .tab-nav li a:hover, #fh5co-product-list .tab .tab-nav li.active a {
	background: #29B585;
	color: #fff;
	border: 2px solid #29B585;
	text-decoration: none;
	border-radius: 30px;
}
#fh5co-product-list .tab .tab-body {
	background: none;
	border: none;
	padding-top: 25px;
}
/*product*/
.pro-item {
	border: 0px solid #fff;
	background: #29B585;
	margin-bottom: 30px;
	border-radius: 30px;
}
.pro-item:hover {
	border: 1px solid #129da4;
}
.pro-item .portfolio-img {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	border-radius: 20px;
}
.pro-item .portfolio-img .zoomimgs {
}
.pro-item .portfolio-img .zoomimgs:hover {
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}
.pro-item h2 {
	font-size: 20px;
	margin: 10px 0 7px;
	font-weight: bold;
	color: #fff;
}
.pro-item h2, .pro-item p {
	padding: 0 12px;
	padding-top: 8px;
}
.pro-item:hover h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: bold
}


.pro-item:hover h221 a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}


.pro-item:hover h2 a:hover {
	color: #fff;
}
.pro-item p {
    margin-bottom: 12px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
    font-family: "Poppins";
    margin: 0px;
    height: 85px;
    padding-top: 8px;
}


/* home product end*/



.pro-item133 {
	border: 0px solid #fff;
	

	margin-bottom: 15px;
	border-radius: 30px;
}
.pro-item133:hover {
	border: 1px solid #129da4;
}
.pro-item133 .portfolio-img {
	overflow: hidden;
	padding: 10px 10px 10px 10px;
}
.pro-item133 .portfolio-img .zoomimgs {
    border-radius: 20px;
}

.pro-item133 .portfolio-img .zoomimgs:hover {
	transform: scale(1.1);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.1);
	-webkit-transform: all 1s ease 0s;
}
.pro-item133 h2 {
	font-size: 20px;
	margin: 10px 0 7px;
	font-weight: bold;
	color: #fff;
}
.pro-item133 h2, .pro-item133 p {
	padding: 0 12px;
	padding-top: 8px;
}
.pro-item133:hover h2 a {
	color: #fff;
	font-size: 20px;
	font-weight: bold
}


.pro-item133:hover h221 a:hover {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}


.pro-item133:hover h2 a:hover {
	color: #fff;
}
.pro-item133 p {
    margin-bottom: 12px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
    font-family: "Poppins";
    margin: 0px;
    height: 85px;
    padding-top: 8px;
}




















