﻿/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(404.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/*  新闻程序             */
.cpqe dl {/*外框*/ 
    width:850px;
	height:250px;
    float:left;
	background:#f3f3f3;
}

.cpqe dl dt img {/*左 新闻图片*/ 
    float:left;
    width:345px;
	height:250px;
 
}
	
.cpqe dl dd {/*右 内容*/ 
    float: left;
    width:440px;
	height:250px;
	margin-left:30px;
 
}
.ccpqe dl dd p {/*右 内容*/ 
 
   line-height:30px;
    width:440px;
	font-size:15px;
    float: left;
	
}
.cpqe  dl dd h1 a{/*右 新闻标题*/ 
	min-height:20px;
	_height:20px;
 
	color:#4f4f4f;
	font-size:24px;
	margin-top:10px;
 
    width:440px;
    float: left;
	margin-bottom:10px;
 
}
.cp1-wz{
	width:850px;
	height:58px;
	float:left;
	background:#797979;
	color:#FFF;
	line-height:38px;
	text-align:center;
	font-size:18px;
	margin-top:-20px;
 }
 .cp-xia{
	width:850px;
	height:197px;
	float:left;
	background:url(../image/cp_bg.jpg) no-repeat;
 
	margin-top:20px;}
.cp-xia-z{
	width:253px;
	height:79px;
	float:left;
	margin-left:150px;
	margin-top:40px;}
.cp-xia-z p{ font-size:18px;}

 
#owl-demo{position:relative;width:850px;}
#owl-demo .item{ position:relative;display:block;}
 
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:78px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
 

.owl-pagination{position:absolute;left:0;bottom:220px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../image/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../image/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:58.5%;width:33px;height:29px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(404.png);}
.owl-next{right:0;background-image:url(404.png);}
.cpqe{
	width:850px;

	float:left;}
 
 