/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: url(../images/l.png) no-repeat;
  position: absolute;
  top: 60px;
  left: -45px;
  z-index: 10;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: url(../images/r.png) no-repeat;
  position: absolute;
  top: 60px;
  right: -60px;
  z-index: 10;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
	overflow: hidden;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#owl-demo { width: 880px; margin-left: auto; margin-right: auto; }
#owl-demo .item{ display: block; margin: 5px; font-size: 14px; line-height: 32px; text-align: center; color: #333; text-decoration: none; }
#owl-demo .item:hover{ color: #C00; }
#owl-demo img { display: block; width: 265px; height: 190px; }
/* 150 190 */
.pic_black { margin-top: 20px; }
.pic_black .tit_nav { line-height: 30px; height: 30px; margin-bottom: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; background-color: #F1F1F1; }
.pic_black .tit_nav span { font-size: 14px; color: #FFF; font-weight: bold; background-color: #1981C8; height: 30px; display: block; width: 100px; text-align: center; float: left; }
.pic_black .tit_nav .more { float: right; margin-right: 10px; }


.tk_con{width:380px;height:320px;border:2px solid #1469bf;background:#fff;position:fixed;bottom:0px;right:0px;z-index:1000;font-family: "微软雅黑";}
.tk_gb{float:right;margin:10px;font-size:20px;color:#999;cursor: pointer;}
.tk_wzcon{padding:0px 15px 0 15px;height:244px;overflow-y:auto;}
.tk_tit{text-align:center;font-size:20px;color:#cb0100;font-weight:bold;line-height:38px;padding-bottom:10px;}
.tk_wzcon p{line-height:28px;color:#474747;text-indent:2em;font-size:14px;font-family: "微软雅黑";}