ul,li,ol {
    line-height: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.container {
	margin-top:20px;
	padding-right:8px;
	padding-left:8px;
	margin-right:auto;
	margin-left:auto
}
.container {
	width: 1100px
}


.zuopin {
	float: left
}
.zuopin {
	width: 100%
}
.img_cont {
	width: 24.5%;
	min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



/*products*/
#options{ margin-left:14px;}
#options li a.selected {border: 1px solid #0488cd; background:#0488cd; color:#FFF;}
.ie8 .btn-color, .ie9 .btn-color {background:#0488cd !important;}
.ie8 .btn-color:hover, .ie9 .btn-color:hover {background:#2eaef0 !important;}
/* Breadcrumbs */
.breadcrumb-wrapper {margin-bottom:20px;border-bottom:1px solid #f0f0f0;height:30px; line-height:30px;}
h2.title {line-height:30px;font-size:18px;margin:0;}
.breadcrumbs {margin:0;}
.breadcrumbs ul li {display: inline-block;line-height: 24px;font-size: 13px;color: #9e9e9e;margin: 0 0 0 5px;}
.breadcrumbs ul li a {color: #898989;font-weight: 600;}
.breadcrumbs ul li:first-child {margin-left: 2px !important;}
.breadcrumbs ul li:nth-child(2):before,.breadcrumbs ul li:first-child:before {content: " ";margin: 0;}
.breadcrumbs ul li:before {color: #9e9e9e;font-family: FontAwesome;font-size: 12px;margin: 0 9px 0 0;}
.portfolio-wrap .item {}
#options {padding: 10px 0 25px;}
#options li {float: left;margin: 4px 16px 4px 0;}
#options li a {display: inline-block;background: #fafafa;color: #727272;font-size: 16px;text-decoration: none;padding: 7px 20px;border:1px solid #ddd;}
.isotope-item {z-index: 2;}
.isotope-hidden.isotope-item {pointer-events: none;z-index: 1;}
.isotope,.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    -o-transition-duration: .8s;
    -ms-transition-duration: .8s;
    transition-duration: .8s;}
.isotope {
    -webkit-transition-property: height,width;
    -moz-transition-property: height,width;
    -o-transition-property: height,width;
    -ms-transition-property: height,width;
    transition-property: height,width;}
.isotope .isotope-item {
    -webkit-transition-property: 0;
    -moz-transition-property: 0;
    -o-transition-property: 0;
    -ms-transition-property: 0;
    transition-property: 0;}
.isotope.no-transition,.isotope.no-transition .isotope-item,.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -ms-transition-duration: 0;
    transition-duration: 0;}
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;}

/*------------------------------------------------------
	分类选择
--------------------------------------------------------*/

.fadeIn {-webkit-animation-name: fadeIn;animation-name: fadeIn;}
.gallery-item { background-color: white;padding: 10px;
  -webkit-box-shadow: inset 0 0 1px #666;
  -moz-box-shadow: inset 0 0 1px #666;
  box-shadow: inset 0 0 1px #666; margin-bottom: 30px; position: relative; overflow: hidden;}
.gallery-item .content-gallery {text-align: center;}
.gallery-item .content-gallery h3 {color: #2e2e2e;font-size: 16px;font-weight: 300;margin-top: 5px;padding-bottom: 5px;display: inline-block;}
.gallery-item img {width: 100%;}
.gallery-item .overlay {
  position: absolute;top: 0;left: 0;width: 100%;min-width: 100%;min-height: 100%;height: 100%;background-color: rgba(32, 102, 162, 0.9);display: block;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;}
.gallery-item .overlay a {
  width:49px;
  height:49px;
  background:url(../images/zuoping/search_inco.png) no-repeat;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  border-radius:3px;
  text-align:center;
  position:absolute;
  top:50%;
  left:48%;
  margin-top:-16px;
  margin-left:-16px;
  }



/*###############################*/
#lightbox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
  z-index:11;
}

#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}

body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}

.lightbox-loading {
  background: url(../images/loading.gif) center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}

.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.lightbox-close {
  right: 30px;
  top: 30px;
  background-image: url(../images/zuoping/close.png);
}

.lightbox-next {
  right: 30px;
  top: 48%;
  background-image: url(../images/zuoping/next.png);
}

.lightbox-previous {
  left: 30px;
  top: 48%;
  background-image: url(../images/zuoping/previous.png);
}

