/*搜索功能*/
.search-product {}
.search-product form {
    display: block;
    float: right;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.search-product .test {
    float: left;
    width: 80%;
    height: 42px;
    line-height: 42px;
    color: #666;
    border:1px solid #dedede;
    padding: 0 12px;
    font-size: 12px;
	background: rgba(255, 255, 255, 1);
}
.search-product .button {
    width: 20%;
    height: 42px;
    line-height: 38px;
    background:#00ada3 url(../images/search.png) no-repeat center;
}
/*搜索功能 end*/

/*产品优势*/
.product-adv {}
.product-adv .item {
	margin:2% 0;
	verflow:hidden;
}
.product-adv .item .word {
	width:50%;
	padding:5% 5%;
}
.product-adv .item .word h3 {
	font-size:24px;
	color:#00ada3;
	font-weight:bold;
	line-height:1.6;
}
.product-adv .item .word h4 {
	font-size:18px;
	color:#3a3a3a;
	margin:5% 0;
}
.product-adv .item .word .word-h {}
.product-adv .item .word .word-h h5 {
	font-size:18px;
	color:#00ada3;
	margin:15px 0;
	padding-left: 20px;
    position: relative;
}
.product-adv .item .word .word-h h5:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00ada3;
}
.product-adv .item .word .word-p {
	margin:5% 0 0 0;
}
.product-adv .item .word .word-p p {
	font-size:14px;
	color:#666;
}

.item-list {
	display: flex;
	width:100%;
}
.item-list .list {
	flex: 1;
}

.product-adv .item .photo {
	width:50%;
}

/*swiper 左右切换*/
.swiper-page {
	position:absolute;
	left:5%;
	bottom:5%;
	z-index:2;
}
.swiper-page a {
	float: left;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #00ada3;
    text-align: center;
    font-size: 24px;
    color: #00ada3;
    font-family: 宋体;
}
.swiper-page a:hover {
	background:#00ada3;
	color:#fff;
}


/*自适应样式*/
@media screen and (max-width:1024px) {
.product-adv {}
.product-adv .item {
	margin:2% 0;
	verflow:hidden;
}
.product-adv .item .word {
	width:100%;
	padding:5% 5%;
}
.product-adv .item .word h3 {
	font-size:24px;
	color:#00ada3;
	font-weight:bold;
	line-height:1.6;
}
.product-adv .item .word h4 {
	font-size:18px;
	color:#3a3a3a;
	margin:5% 0;
}
.product-adv .item .word .word-h {}
.product-adv .item .word .word-h h5 {
	font-size:18px;
	color:#00ada3;
	margin:15px 0;
	padding-left: 20px;
    position: relative;
}
.product-adv .item .word .word-h h5:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00ada3;
}
.product-adv .item .word .word-p {
	margin:5% 0 0 0;
}
.product-adv .item .word .word-p p {
	font-size:14px;
	color:#666;
}

.item-list {
	display: flex;
	width:100%;
}
.item-list .list {
	flex: 1;
}

.product-adv .item .photo {
	width:100%;
}

}
/*自适应样式 end*/



/*产品列表-TOP*/
.screen-top {
	min-height: 60px;
	padding: 2% 0;
	position: relative;
}

.screen-top .series-name {
	display: inline-block;
}

.screen-top .series-name h1 {
	position: relative;
	z-index: 4;
	font-size: 36px;
	color: #00ada3;
	font-weight: bold;
}

.screen-top .series-name h1:after {
	display: block;
	content: '';
	background: #fff;
	height: 12px;
	margin-top: -6px;
}

.screen-top .search {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	max-width: 360px;
	padding-right: 60px;
}

.screen-top .search .test {
	width: 100%;
	line-height: 58px;
	height: 60px;
	color: #ccc;
	padding: 0 15px;
	border: 1px solid #eee;
	font-size: 16px;
}

.screen-top .search .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	line-height: 60px;
	color: #fff;
	height: 100%;
	background: #00ada3 url(../images/search.png) no-repeat center;
	text-align: center;
}
@media screen and (max-width:1024px) {
.screen-top {
	min-height: 60px;
	padding: 8% 0;
	position: relative;
}

.screen-top .series-name {
}

.screen-top .series-name h1 {
	position: relative;
	z-index: 4;
	font-size: 24px;
	color: #;
	font-weight: bold;
}

.screen-top .series-name h1:after {
	height: 6px;
	margin-top: -6px;
}

.screen-top .search {
	position: relative;
	display:block;
	width: 100%;
	max-width: 360px;
	padding-right: 60px;
}

.screen-top .search .test {
	margin:10px 0;
	line-height: 38px;
	height: 40px;
}

.screen-top .search .button {
	top:10px;
	height: 40px;
	line-height: 40px;
}
}

/*筛选功能*/
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    background: #fff;
}
.screen-box {
	margin: 2% 0;
	*border: 1px solid #f5f5f5;
	border-bottom: none;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 2px;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class.色系 {
    display: none;
}
.screen-box  .screen-class .tit {
	width: 120px;
	padding: 16px 20px;
	overflow: hidden;
	width: 10%;
	max-width: 100px;
	float: left;
	background: #fff;
	font-size: 14px;
	color: #333;
}

.screen-box  .screen-class .class-box {
	float: left;
    width: 90%;
}
.screen-box  .screen-class .class-box li {
	display:block;
	float:left;
	padding: 16px 20px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	position: relative;
}
.screen-box  .screen-class .class-box li a {
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.screen-box  .screen-class .class-box li a.active {
	color: #00ada3;
}
@media screen and (max-width:1024px) {
.screen {
}
.openscreen {
	width: 100%;
    margin: 2% 0;
    padding: 10px 20px;
    overflow: hidden;
    float: left;
    background: #0c3771;
    font-size: 16px;
    color: #fff;
}
.screen-box {
	*display:none;
	border: 1px solid #f5f5f5;
	border-bottom: none;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 2px;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
	width: 100%;
	padding: 10px 20px;
	overflow: hidden;
	float: left;
	background: #f5f5f5;
	font-size: 16px;
	color: #999;
}
.screen-box  .screen-class .class-box {
	width:100%;
}
.screen-box  .screen-class .class-box {
	font-size: 0px;
}
.screen-box  .screen-class .class-box span {
	width: 80px;
	min-width: 80px;
	max-width: 80px;
	font-size: 12px;
}
.screen-box  .screen-class .class-box span a {
	font-size: 12px;
}
}
/*筛选功能 end*/

/*产品列表*/
.product-list {
	padding: 0%;
}

.product-list ul {
}

.product-list ul li {
	width: 15.6%;
    float: left;
    margin: 0.5%;
    padding: 2% 0.5%;
    *border: 1px solid #f6f6f6;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    text-align: center;
}
.product-list ul li .pic {
	position:relative;
	width:100%;
	padding-top:100%;
}
.product-list ul li .pic .photo {
	position:absolute;
	top:0;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
	overflow:hidden;
}
.product-list ul li .pic .photo img {
	max-width:100%;
	max-height:100%;
}

.product-list ul li:hover .pic .photo img {
	transition: all 0.8s;
	transform: translate(0%,0%);
}
.product-list ul li h3 {
    height: 25px;
	font-size: 14px;
	color:#3a3a3a;
	margin-top:20px;
	transition: all 0.8s;
}
.product-list ul li h4 {
    height: 16px;
	font-size: 12px;
	color:#666;
	transition: all 0.8s;
}

.product-list ul li:hover {
	border:1px solid #00ada3;
}
.product-list ul li:hover .pic .photo{
	transform: translate(0px,-5px);
}

.product-list ul li .pic .photo:before {
	content:"";
	position:absolute;
	z-index:2;
	width:80px;
	height:350px;
	top:0;
	left:-150px;
	overflow:hidden;
	background:-moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	background:-webkit-gradient(linear,left top,righttop,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,0)));
	background:-webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	background:-o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	-webkit-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
}
.product-list ul li:hover .pic .photo:before {
	left:300px;
	transition:left 1s ease 0s;
}
.product-list ul li:hover h3 {
	color:#00ada3;
	margin-left:10px;
}

/*自适应样式*/
@media screen and (max-width:1024px) {
.product-list {
	padding-top: 4%;
}

.product-list ul {
}

.product-list ul li {
	width: 48%;
	margin:2% 1%;
	padding:4% 2%;
}
.product-list ul li .pic {
	position:relative;
	width:100%;
	padding-top:100%;
}
.product-list ul li .pic .photo {
	position:absolute;
	top:0;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
	overflow:hidden;
}
.product-list ul li .pic .photo img {
	max-width:100%;
	max-height:100%;
}

}
/*自适应样式 end*/