/* CSS Document */

.owl-theme .owl-controls{
	/*background:rgba(0,0,0,0.5);*/
	height:50px;
	margin-top:-45px;
	text-align:right;
}
.owl-pagination{
	background:rgba(255,255,255,0.6);
	margin-top:8px;
	padding-top:4px;
	margin-bottom:0px;
}


/**************************************/
.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;
}


/********************************************************************/
.contents_box{
	margin:auto;
	padding-top:18px;
	width:98%;
	height:auto;
	min-height:300px;
	background-image:url(../img/index/quanqiu_t_bgt_03.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:90%;
	overflow:hidden;
}
.contents_box ul{
	width:100%;
}
.contents_box ul li{
	float:left;
	margin-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	margin-right:4px;
	width:47%;
	height:auto;
	overflow:hidden;
}
.contents_box ul li .top_pic{
	width:100%;
	height:auto;
	overflow:hidden;
}
.contents_box ul li .top_pic a{
	display:block;
}
.contents_box ul li .top_pic a.bgcolor_01{border-left:#45CAEB 7px solid;}
.contents_box ul li .top_pic a.bgcolor_02{border-left:#FF7271 7px solid;}
.contents_box ul li .top_pic a.bgcolor_03{border-left:#87C439 7px solid;}
.contents_box ul li .top_pic a.bgcolor_04{border-left:#5ECACA 7px solid;}
.contents_box ul li .top_pic a.bgcolor_05{border-left:#4CB5D2 7px solid;}

.contents_box ul li .top_pic a:hover{
	-webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
/*.contents_box ul li .top_pic a:hover img{
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	transform:rotate(5deg);
	transition-duration: 0.3s;
}*/

.contents_box ul li .top_pic a img{
	width:100%;
	border-left:#FFF 1px solid;
	height:auto;
}
.contents_box ul li .titles{
	line-height:180%;
	font-size:14px;
	text-align:center;
}




/******* content_lists--show 详情 *************************************************/

.container .title_lan_tt{
	position:absolute;
	top:50%;
	margin-top:-30px;
	margin-left:-10px;
	width:auto;
	padding-left:16px;
	padding-right:16px;
	height:50px;
	background:rgba(75,205,190,0.7);
	border:6px solid rgba(255,255,255,0.7);
	/*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 #818181;
	z-index:10;
	overflow:hidden;
}

.content_lists{
	margin:auto;
	padding-top:18px;
	width:98%;
	height:auto;
	min-height:300px;
	background-image:url(../img/index/quanqiu_t_bgt_03.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:90%;
	overflow:hidden;
}

.content_lists ul{
	width:100%;
}
.content_lists ul li{
	float:left;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:7px;
	margin-right:7px;
	width:96%;
	height:auto;
	border:#FFF 1px solid;
	-webkit-box-shadow:#757575 0px 0px 4px;
	-moz-box-shadow: #757575 0px 0px 4px;
	box-shadow: #757575 0px 0px 4px;
	overflow:hidden;
}

.content_lists ul li .top_pic{
	width:100%;
	height:auto;
	overflow:hidden;
}
.content_lists ul li .top_pic a{
	display:block;
}
.content_lists ul li .top_pic img{
	width:100%;
	height:auto;
	overflow:hidden;
}

/*
.content_lists ul li .top_pic a:hover{
	-webkit-transform:scale(1.2,1.2);
    -moz-transform:scale(1.2,1.2);
    transform:scale(1.2,1.2);
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.content_lists ul li .top_pic a:hover img{
	-webkit-transform:rotate(5deg);
	-moz-transform:rotate(5deg);
	transform:rotate(5deg);
	transition-duration: 0.3s;
}*/

.content_lists ul li .titles{
	/*position:relative;
	margin-top:-25px;*/
	width:100%;
	height:auto;
	text-align:center;
	line-height:160%;
	background:rgba(255,255,255,0.8);
	font-size:14px;
	text-align:left;
	padding:5px;
	z-index:2;
}
.content_lists ul li .titles span{
	font-size:16px;
	color:#000;
	display:block;
	line-height:180%;
}

































