﻿html,body{
	background-color: #f5f5f5;
	height: 100%;
}

.arcice .sp_pre,.arcice .sp_next{ float:left; line-height:25px;  width:45%;}
.detailsTitle h1{ font-size:24px;}
.detailsTitle ul li{font-size: 14px;}
.footer{ margin-top:-50px;}

@media (max-width: 768px) {
	.arcice .sp_pre,.arcice .sp_next{ width:100%; margin-top:10px; }	
	.detailPic img{
		width:80%;  
	}
	.lb,
	.lb_div{
		height: 346px;
	}
	.tj{
		background: #fff;
	}
	.breadmenu{
		float: left;
	}
	.share{
		float: right;
	}
	.details .share a{
		margin:0 5px;
	}
	.detailsTitle h3{
		font-size:36px;
	}
	.detailsTitle ul{
		display: inline-block;
		margin: 0 auto;
	}
	.detailsTitle ul li{
		float: left;
		margin:28px 12px;
	}
	.detailsTitle ul li span{
		margin-right: 8px;
	}
	.tvideo{ width:100%; height:240px;}
	
	.detailsTitle{
		height:250px; margin-top:10px;
		
	}
	.detailsTitle h1{  font-size:24px; line-height:35px; margin-top:-80px;}
}
@media (max-width: 640px) {
	.lb,
	.lb_div{
	display:none;
	}
}
@media (min-width: 769px){ 
	.lb,
	.lb_div{
		height: 346px;
	}
	.tvideo{ width:640px; height:480px;}
	
	.arcice .sp_pre,.arcice .sp_next{ margin-left:10px; }
}
@media (max-width: 992px) {
	.breadmenu{
		float: left;
	}
	.details h5 ul{
		float: left;
	}
	.details h5 a{
		margin:0 20px;
	}
	.container.details{
		padding:0 30px;
	}
	.detailsTitle{
		padding:100px 0;
		font-size:26px;
	}
	.details-content{
		margin:30px;
	}
	.tj{
		background: #fff;
	}
	.detailsTitle ul li{
		float: left;
		margin:28px 12px;
	}
}
@media (min-width: 992px) {
	.details h5 a{
		margin:0 40px;
	}
	.breadmenu{
		float: left;
	}
	.share{
		float: right;
	}
	.details .share a{
		margin:0 5px;
	}
	.details h5{
		margin-bottom: 0px;
	}
	.details h5 a {
    	margin: 0;
	}
	.detailsTitle{
		padding-top:100px;
		padding-bottom: 150px;
		
	}
	.detailsTitle h3{
		font-size:36px;
	}
	.detailsTitle ul{
		display: inline-block;
		margin: 0 auto;
	}
	.detailsTitle ul li{
		float: left;
		margin:28px 12px;
	}
	.detailsTitle ul li span{
		margin-right: 8px;
	}
	.details-content{
		margin:30px;
	}
	.tj{
		background-color: #fff;
		width:38%;
		float: left;
	}
	.lb{
		width:60%;
		float: right;
	}
	.lb,
	.lb_div{
		height: 346px;
	}
}
.detailsTitle{
	background: url(../images/details-banner.jpg) no-repeat center;
	color: #fff;
	text-align: center;
}
.details{
	
}
.details.container{
	background-color: #fff;
	padding: 0;
	position: relative;
	top:-60px;
}
.details h5{
	height:60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0;
}
.details h5 li{
	display: inline-block;
	margin-left:20px;
	color: #999999;
	font-size: 14px;
}
.details h5 li span{
	color: #9b9b9b;
	padding-right:5px;
}
.details h5 ul{
	display: inline-block;
}
.details h5 a{
	color: #666;
}
.details-content p{
	line-height: 25px;
	margin: 10px 0;
}
.breadmenu{
	color: #666666;
}
.gjci{
	color: #333;
	font-size: 14px;
}
.gjci span a{
	color: #333;
	margin-right: 10px;
}
.arcice{
	margin-top:66px;
	
}
.arcice a{
	color: #666666;
	padding-bottom: 10px;
	/*float: left;*/
}
.tjDiv{
	padding:0;
	position: relative;
	top:-45px;
}
.tj {
	padding: 20px 0;
	height: 330px;
}
.tj h6{
	border-left:4px solid #36d345;
	height:20px;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding:0 17px;
	position: relative;
	left: -1px;
	font-size:15px;
	color: #333;
}
.tj ul{
	list-style-type:disc;
	margin-left:40px;
}
.tj ul li{
	color: #c2ccc2;
	margin:26px 0 26px 0;
	max-width:100%;
	overflow:hidden;
	
}
.tj ul li a{
	padding-right:20px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tj ul li a:hover{
	text-decoration: none;
	color: #36d345;
}
.lb{
	position: relative;
	overflow: hidden;
}
.lb_div{
	position: absolute;
	transition: all 1s;
	left:0;
}
.lb_div a{
	float: left;
}
.lb_div a img{
	width:100%;
	height:100%;
}
.lb_btn{
	width:60px;
	position: absolute;
	right:0;
	bottom: 10px;
	z-index: 3;
}
.lb_btn span{
	display: inline-block;
	width:8px;
	height:5px;
	border-radius: 2px;
	background-color: rgba(255,255,255,0.6);
}
.lb_btn span.active{
	width:18px;
	background-color: #fff;
}
.details-content h3{
	padding-bottom:40px;
}
.hzxxDetailconet{
	padding:10px 0;
	border-bottom: 1px solid #ddd;
}
.hzxxDetailconet span{
	display: inline-block;
	margin-right:20px;
}
.detailHome{
	padding:20px 0;
}
.detailHome span{
	font-weight: bold;
}
.detailFont{
    line-height: 40px;
    font-size:16px;
    padding-left:0;
}
.detailHome p{
	text-indent: 20px;
}
.detailFont span{
	display: inline;
}
.detailFont p{
	color: #36d345;
    text-indent: 0;
    line-height: 20px;
}
