﻿
/*产品展示开始*/
/*遮罩*/

	.demo{padding: 2em 0;}
	.box{
		text-align: center;
		overflow: hidden;
		position: relative;
		border:5px #eeeeee solid;
		width:291px;
		height:215px;
		box-sizing: border-box;
	}
	.box:before{
		content: "";
		width: 0;
		height: 100px;
		background: #000;
		padding: 14px 18px;
		position: absolute;
		top: 83%;
		left: 50%;
		opacity: 0;
		transition: all 500ms cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
	}
	.box:hover:before{
		width: 100%;
		left: 0;
		opacity: 0.5;
	}
	.box img{
		width: 222px;
		height:205px;
		object-fit: cover;
	}
	.box .box-content{
		width: 100%;
		color: #fff;
		position: absolute;
		top: 83%;
		left: 0;
	}
	.box .title{
		font-size: 25px;
		font-weight: 600;
		line-height: 30px;
		text-transform: uppercase;
		margin: 0;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.box .post{
		font-size: 15px;
		text-transform: capitalize;
		opacity: 0;
		transition: all 0.5s ease 0s;
	}
	.box:hover .title,
	.box:hover .post{
		opacity: 1;
		transition-delay: 0.7s;
	}
	.box .icon{
		padding: 0;
		margin: 0;
		list-style: none;
	
	}
	.box .icon li{
		display: inline-block;
	}
	.box .icon li p{ float:left; font-size:14px; font-weight:normal;}
	.box .icon li a{
		display: block;
		font-size: 15px;
		font-weight:normal;
		color: #fff;
		margin-right: 5px;
		transform: translateY(50px);
		transition: all 0.3s ease 0s;
	}
	.box:hover .icon li a{
		opacity: 1;
		transform: translateY(0px);
		transition-delay: 0.5s;
	}
	.box:hover .icon li:last-child a{
		transition-delay: 0.8s;
	}
	@media only screen and (max-width:990px){
		.box{ margin-bottom: 30px; }
	}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
a{ outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}

.icon li a{display: block; line-height: 35px; font-family: "microsoft yahei";/* float: left; width: 70px; text-indent: 20px;*/ background: url(../images/icon-list.png) no-repeat; text-decoration:none;}
.icon .i1 { background-position: -15px -392px; } 
.icon .i2 { background-position: -15px -430px; } 
.icon .i3 { background-position: -15px -469px; } 

.row .cptitle{ width:291px; background:#eeeeee; height:50px;}
.row .cptitle p{ color:#333; font-size:16px; text-align:center; line-height:50px;}


/*遮罩*/


.products{ width:100%; margin:0 auto;}
#f1 { width:1200px; margin:0 auto; height:auto;}
#f2 { width:1200px; margin:0 auto;height:auto;}
#f3 { width:1200px; margin:0 auto;height:auto;}
#f4 { width:1200px; margin:0 auto;height:auto;}
#f5 { width:1200px; margin:0 auto;height:auto;}
#f6 { width:1200px; margin:0 auto;height:auto;}
#f7 { width:1200px; margin:0 auto;height:auto;}
#f8 { width:1200px; margin:0 auto;height:auto;}
#f9 { width:1200px; margin:0 auto;height:auto;}
/*.products .pros_tit1{ background:url(../images/f1.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit2{ background:url(../images/f2.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit3{ background:url(../images/f3.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit4{ background:url(../images/f4.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit5{ background:url(../images/f5.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit6{ background:url(../images/f6.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit7{ background:url(../images/f7.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit8{ background:url(../images/f8.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}
.products .pros_tit9{ background:url(../images/f9.jpg) no-repeat center center;  height:90px;margin-top:40px;margin-bottom:30px;}*/

.itagBox { margin: 10px auto 0px; clear: both; width: 1200px; overflow: hidden; }
.itagBox ul { width: 700px; }
.itagBox ul li { position: relative; float: left; width: 290px; background: #eeeeee; height: 295px; color: #FFF; font-weight: bold; overflow: hidden; margin: 0px 6px 6px 0px; }
.itagBox ul .tag1 { width: 295px; }
.tag_yellow { color: #fff601; }
.tag_txt { text-align: center; line-height: 20px; padding-top: 8px; }
.itagBox ul li a { overflow: hidden; position: absolute; left: 0px; top: 100px; line-height: 20px; text-align: center; padding-top: 5px; display: block; color: #FFF; width: 100%; height: 75px; /*filter: alpha(opacity=90); background: #000; opacity: 0.8;*/ background:rgba(0, 0, 0, 0.8) }
.itagBox ul li a:hover { color: #FFF; text-decoration: none; }
.itagBox ul .tag2 { background: #2E71B3; }
