
/*-- //responsive-design --*/
.col-md-4{
	    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	}
.col-xs-12 {
    width: 100%;
	 float: left;
}

@media (min-width: 768px){
.col-sm-6 {
    width: 50%;
	float: left;
}
}
@media (min-width: 992px) {
	.col-md-4 {
    width: 33.33333333%;
	 float: left;
  }
	}
.filtr-item {
    padding: 1em;
}
.item-desc {
    background-color: rgba(0,0,0,0.5);
    color: white;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em;
} 
/* Filter controls */
.anli {
	padding:1em;}
ul.simplefilter {
    text-align: center;
    margin-bottom: 2em;
}
.simplefilter li {
    color: #4b4a4a;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    padding: 0.8em 2em;
    margin: 6px;
    border: 1px solid #4b4a4a;
	    font-weight: bolder;
} 
.simplefilter li.active {
    background-color: #fac12c;
    border-color: #fac12c;
    color: #fff;
}

.agileits-img a{ 
	display:block;
	overflow:hidden;
	/*background-color: #000;*/
}
.agileits-img a img{
    width: 100%;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all; 
	height:20em;
}
.agileits-img a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 0.5;
}
.agileits-title {
    margin-bottom: 4em;
}
.agileits-title h3 {
    font-size: 3em;
    color: #000;
    text-align: center;
	font-family: "宋体", sans-serif;
}
.agileits-title p {
    text-align: center;
    width: 45%;
    margin: 0.5em auto 0;
}
.agileits-title p a {
    color: #ff7200;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
}.pro3-tit a {
    color: #fac12c;
    text-decoration: none;
}
.pro3-tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}
.pro3-tit a:hover {
    color: #333;
}