/* CSS Document */

.owl-theme .owl-controls{
	background:none;
	height:50px;
	margin-top:-45px;
	text-align:right;
}
.owl-pagination{
	background:none;
	margin-top:8px;
	padding-top:4px;
	margin-bottom:0px;
}

.title-slider-caption{
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	margin-top:-38px;
	padding-top:5px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	text-align:left;
	text-trasnform:uppercase;
	font-size:13px;
}


/**************************************/
.top_pic_box{
	margin:auto;
	margin-top:0px;
	width:100%;
	height:auto;
	overflow:hidden;
}
.top_pic_box img{
	width:100%;
	height:auto;
}
.top_pic_box .title_lan{
	position:absolute;
	top:50%;
	margin-top:-25px;
	margin-left:-10px;
	width:auto;
	padding-left:16px;
	padding-right:16px;
	height:50px;
	background:rgba(0,0,0,0.3);
	border:6px solid rgba(255,255,255,0.5);
	/*background-clip:content-box;*/
	background-clip:padding-box;
	color:#FFF;
	text-align:center;
	line-height:36px;
	font-size:22px;
	font-family:Tahoma, verdana, Helvetica, Arial, "Microsoft Yahei", "SimSun", sans-serif;
	text-shadow: 1px 1px 0 #000;
	z-index:10;
	overflow:hidden;
	
}
.top_pic_box_b_bglan{
	height:9px;
	background-image:url(../img/index/index_08.gif);
	background-position:top center;
	background-repeat:repeat-x;
	overflow:hidden;
}



.content_pro_list{
	margin:auto;
	margin-top:10px;
	width:98%;
	height:auto;
	min-height:350px;
	overflow:hidden;
}
.content_pro_list ul{
	
}
.content_pro_list ul li{
	padding:4px;
	width:148px;
	height:auto;
	overflow:hidden;
}
.content_pro_list ul li .pic_sbox{
	width:100%;
	height:auto;
}
.content_pro_list ul li .pic_sbox img{
	/*width:100%;*/
	width:140px;
	border:#CCC 1px solid;
	height:auto;
}
.content_pro_list ul li .title_s{
	margin-top:4px;
	line-height:18px;
	text-align:center;
	font-size:12px;
	color:#333;
}
.content_pro_list ul li .title_s a{
	color:#333;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

.element * {
  position: absolute;
  margin: 0;
}


/*******CheckBoxs**********************************/
/* fancyform styles */





















