.bj_content{
	width:100%;
	min-width: 1200px;
	background-color:#f6f6f6 ;
	margin:0 auto;	
	padding:10px 0 60px 0;
}
.content{
	width:1080px;
	margin:0 auto;
}
.bj_content .content_top{
	width:1000px;
	margin:40px auto;
}
.content1{
	float:left;
	width:500px;
	height:44px;
	box-shadow:0 0 2px 0 gray;
	background-color: #fff;
	margin-top:6px;
	padding-left: 20px;
}
.content1 span{
	font-size:14px;
	line-height: 16px;
	text-align: center;
	margin:8px 0;
}
.content1 select{
	font-size:14px;
	margin:10px 0;
	outline: none;
	width: 60px; 
	height: 26px; 
	overflow: hidden;
	border:1px solid #dbdbdb;
}
.map{
	float:left;
	width:86px;
	height:44px;
	background-color: #fff;
	box-shadow:0 0 2px 0 gray;
	margin-left:14px;
	cursor:pointer;
	margin-top:6px;
}
.map a{
	width: 86px;
	height: 44px;
	text-decoration: none;
	color:#000;
	display: block;
}
.map img{
	padding:12px;	
}
.map .span{
	font-size: 14px;
	padding-right:6px;
}
.search{
	float:right;
	border:1px solid #dbdbdb;
	width:310px ;
}
.search input{
	width:255px;
	height:50px;
	text-indent: 1em;
	outline:none;
	background-color: #ffffff;
	border:0;
	float: left;
}
.search input:focus{
	background-color: #ffffff;
}
.search p{
	width: 55px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	float: right;
	cursor:pointer;
}
.content_bottom{
	margin:0 auto;
	width:1000px;
	border:1px solid #cacaca;
	background: #FFF;		
}
.bottom1 li{
	width:940px;
	height:190px;
	border-bottom:1px solid #cacaca;
	padding: 30px;
}
.bottom1 li:hover{
	background-color: #f6f6f6;
	transition: 1.2s;
}
.bottom1 li:last-child{
	border-bottom:none;
}
.bottom1 li dd{
	width:258px;
	height:190px;
	float:left;
	overflow: hidden;
}
.bottom1 li dd img{
	width:258px;
	height:190px;
	-webkit-transform:scale(1);
	transition: 1s;
}
.bottom1 li dd:hover img{
	-webkit-transform:scale(1.1);
	transition:1s;
}
.bottom1 li dt{
	width: 650px;
	float: right;
}
.bottom1 li dt h4{
	font-size:24px;
	color: #010101;
	font-weight: normal;
}
.bottom1 li dt h4 p{
	color:#a7a7a7;
	font-size: 14px;
	float:right;
	height: 20px;
	line-height: 20px;
}
.bottom1 li dt .p1{
	color: #121212;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-top: 16px;
}
.bottom1 li dt .p2{
	font-size:22px;
	color:#fd7822;
	line-height:24px;
	font-weight:500;
	margin-top: 24px;
}
.bottom1 li dt .p3{
	font-size:14px;
	color:#a7a7a7;
	line-height:24px;
	font-weight:500;
	margin-top: 48px;
}
.bottom1 li dt .p3 span{
	display: block;
	float:right;
	color:#fff;
	background-color: #ef7000;
	line-height:50px;
	font-size:20px;
	width:240px;
	height:50px;
	border: 0;
	cursor: pointer;
	text-align: center;
	margin-top: -26px;
	-webkit-transform:scale(1);
	transition: 1s;
}
.bottom1 li dt .p3 span:hover{
	-webkit-transform:scale(1.1);
	transition: 1s;
}
.bottom1 .noFyuan{
	width: 500px;
	height: 290px;
	margin: 100px auto 100px;
}
.bottom1 .noFyuan dt{
	width: 150px;
	height: 100px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #333333;
	border-radius: 50%;
	float: left;
	padding:30px 10px 0 10px;
}
.bottom1 .noFyuan dt span{
	color: #2c8ef6;
}
.bottom1 .noFyuan dd{
	width: 314px;
	height: 288px;
	float: right;
}
.bottom1 .noFyuan dd img{
	width: 314px;
	height: 288px;
}
.bottom1 .noFyuan dd:hover img{
	-webkit-transform:scale(1);
}
.bottom1 .noFyuan:hover{
	background-color: #ffffff;
}
.btn{
	width:230px;
	margin:20px auto;
}
.btn .prev{
	text-align: center;
	background-color: #fff;
	width:100px;
	height:40px;
	margin-right:20px;
	float:left;
	border:1px solid #e2e2e2;
	border-radius: 2px;
	display:none;
}
.btn .prev:hover{
	background-color: #f0f0f0;
}
.btn .prev img{
	width:30px;
	height:12px;
	margin-top:14px;
}
.btn .next{
	text-align: center;
	background-color: #fff;
	width:100px;
	height:40px;
	float:right;
	border:1px solid #e2e2e2;
	border-radius: 2px;
	display:none;
}
.btn .next:hover{
	background-color: #f0f0f0;
}
.btn .next img{
	width:30px;
	height:12px;
	margin-top:14px;
}


/*--------------loading----------------*/
#loading{
	width: 100%;
	height: 1000px;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
	z-index: 9999;
	text-align: center;
}
#loading img{
	margin-top: 400px;
}
