*{padding:0; margin:0}
.home_bg{
	width: 100%;
	height: 1000px;
	background: #000;
	opacity: .5;
	filter:alpha(opacity=50);
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); */
	-moz-opacity:0.5; 
	-khtml-opacity:0.5;  
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	display: none;
}

/*鍏煎IE6鐨勪笉鏀寔鍥哄畾瀹氫綅闂	*/
*html .fixed2{
	_position: absolute;
	_bottom: auto;
	_top:expression(eval(document.documentElement.scrollTop));
	_margin-top:150px;
	/*_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clentHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));*/
}
*html .fixed{
	_position: absolute;
	_bottom: auto;
	_top:expression(eval(document.documentElement.scrollTop));
	_margin: 0;
	/*_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clentHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));*/
}
/*瑙ｅ喅鍥哄畾瀹氫綅涓嬫媺婊氬姩鏉℃椂鐨勯棯灞忛棶棰�*/
* html{                            
	background-image:url(about:blank); 
	background-attachment:fixed; 
} 
body { 
	_background-attachment:fixed; 
	_background-image:url(about:blank); 
} 
.home_city{
	width: 400px;
	height: 350px;
	background: #fff;
	border-radius: 10px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-top: -175px;
	margin-left: -200px;
	z-index: 10;
	display: none;
}
.home_city h3{
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	font-weight: normal;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.home_city>img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.home_city img , .home_register img{
	*position: absolute;
	*top: 10px;
	*right: 10px;
	*cursor: pointer;
}
.home_Img{
	*position: absolute;
	*top: 10px;
	*right: 10px;
	*cursor: pointer;
}
.home_city_select{
	padding-left: 10px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.home_city_select select{
	width: 114px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	margin-left: 15px;	
	outline-style: none;
}
.home_city_select select option{
	font-size: 16px;
	color: #333;
}
.home_city_select input{
	width:80px;
	height: 30px;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	background: #ef4545; 
	border: 1px solid #ef4545;
	margin-left: 20px;
	cursor: pointer;
}
.home_city h4{
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.home_city ul{
	display: inline-block;
    	padding: 0px 86px;
}
.home_city ul li{
	width: 62px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #dedede;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.home_city ul li a{
	color: #333;
}
.home_register{
	width: 400px;
	height: 252px;
	background: #fff;
	border-radius: 10px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-top: -126px;
	margin-left: -200px;
	z-index: 7;
	display: none;
}
.home_register form p input{
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 25px;
	border:1px solid #dedede;
	margin-top: 15px;
	padding: 0 10px;
}
.home_register_new {
    float: left;
    font-size: 14px;
    padding: 10px 25px;
    color: #333;
}
.home_register h3{
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	font-weight: normal;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.home_register>img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.home_register input{
	width: 328px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 25px;
	border:1px solid #dedede;
	margin-top: 15px;
	padding: 0 10px;
}
.home_register .home_register_btn{
	width: 350px;
	background: #ef4545;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	border:none;
}
.home_register a{
	float: right;
	font-size: 14px;
	padding:  10px 25px;
	color: #333;
}
/* .home_register span{
	float: left;
	font-size: 14px;
	padding:  10px 25px;
	color: #333;
	cursor: pointer;
} */
.home_pass{
	width: 400px;
	height: 320px;
	background: #fff;
	border-radius: 10px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-top: -143px;
	margin-left: -200px;
	z-index: 7;
	display: none;
	*padding-bottom: 10px;
}
.home_pass h3{
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	font-weight: normal;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.home_pass>img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.home_pass form>input{
	width: 328px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	border-radius: 5px;
	margin-left: 25px;
	border:1px solid #dedede;
	margin-top: 15px;
	padding: 0 10px;
}
.home_pass form input{
	width: 328px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 25px;
	border:1px solid #dedede;
	margin-top: 15px;
	padding: 0 10px;
}
.home_passInput{
	width: 328px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 25px;
	border:1px solid #dedede;
	margin-top: 15px;
	padding: 0 10px;
}
.home_pass form p input{
	width: 140px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 5px;
	margin-left: 25px;
	border:1px solid #dedede;
	margin-top: 15px;
	padding: 0 10px;
}
.home_pass form p .home_pass_checkCode{
	background: #ef4545;
	color: #fff;
	border: none;
}
.home_pass .home_pass_btn{
	width: 350px;
	background: #ef4545;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	border:none;
}
.home_passtop{
    *margin-left: 25px;
    *margin-top: 15px;
    *padding: 0 10px;
}
.home_zhuce{
	*padding-bottom: 10px;
}
/* 鍥惧舰楠岃瘉鐮� */
.home_pass_picCode{
	width:100px;
	height:27px;
	margin: 17px 0 0 25px;
    border-radius: 5px;
}
.Spanhuan{
    font-size: 12px;
    vertical-align: middle;
    margin: 0 0px 0 8px;
    letter-spacing: 2px;
    font-family: cursive;
    color: #666;
    cursor: pointer;
    font-weight: 500;
    *margin-top: -5px;
    *vertical-align: middle;
}
.home_details{
	width: 420px;
	min-height: 268px;
	background: #fff;
	border-radius: 10px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-top: -134px;
	margin-left: -210px;
	z-index: 7;
	display: none;
	_padding-bottom: 10px;
}
.home_details h3{
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	font-weight: normal;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #dedede;
}
.home_details>img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.home_details img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.home_details dl{
	padding: 10px 15px;
	background: #f5f5f5;
}
.home_details dl dt h4{
	font-size: 18px;
}
.home_details dl dd{
	font-size: 14px;
	color: #666666;
	height: 20px;
	line-height: 20px;
}
.home_details>p{
	min-height: 30px;
	line-height: 30px;
	padding:0 15px;
}
.home_details p{
	min-height: 30px;
	line-height: 30px;
	padding:0 15px;
}
.home_details>p label{
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.home_details p label{
	font-size: 16px;
	color: #666;
	height: 30px;
	line-height: 30px;
}
.home_details>p span{
	font-size: 16px;
	color: #000;
}
.home_details p span{
	font-size: 16px;
	color: #000;
}
.home_details>p .home_details_tel{
	font-size: 20px;
	color: #ef4545;
	font-weight: bold;
}
.home_details p .home_details_tel{
	font-size: 20px;
	color: #ef4545;
	font-weight: bold;
}
.home_release{
	width: 680px;
	height: 70%;
	overflow-y: scroll;
	background: #fff;
	border-radius: 10px;
	position:fixed;
	top: 50%;
	left: 50%;
	margin-top: -262px;
    margin-left: -360px;
	z-index: 7;
	padding: 20px;
	display: none;
}
.home_release>img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.home_release img{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.home_release p{
	font-size: 16px;
	height:30px;
	line-height:30px;
	margin-top: 10px;
	display: inline-table;
	*display: inline;
	*zoom: 1;
	_display: inline;
	_zoom: 1;
}
.home_release p label{
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: left;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	_display: inline;
	_zoom: 1;
}
.home_release p span{
	width: 120px;
	height: 24px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	_display: inline;
	_zoom: 1;
}
.home_release_one , .home_release {
	overflow: hidden;
	*overflow: hidden;
	_overflow: hidden;
}
.home_release p select{
	width: 150px;
	height: 30px;
	line-height: 30px;
	outline-style: none;
	margin-right: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../img/sort37.png) no-repeat scroll right center transparent;
    background-size: 14px;
    /* overflow: visible;
    margin:0;
    padding:0; */
}
.home_release .home_release_n{
	display: inline-block;
	width: 40px;
	height: 30px;
	line-height: 30px;
	background: #ef4545;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
}

.home_release p input[type="text"]{
	width: 70px;
	height: 26px;
}
.home_release p .home_release_text{
	width: 430px;
	height: 26px;
	line-height: 26px;
}
.home_release p span{
	margin-left: 50px;
}
.home_release p textarea{
	width: 400px;
	height: 100px;
	vertical-align: middle;
}
.home_release p input[type="button"]{
	width:100px;
	height: 40px;
	border: none;
	background: #ef4545;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
}
.home_release_p input{
	width:100px;
	height: 40px;
	border: none;
	background: #ef4545;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
	margin-right: 20px;
}
.home_release_del{
	*margin-left: 20px;
}
.home_release_cy{
		width: 148px;
		height: 28px;
		line-height: 28px;
		border: 1px solid #aaa;
		display: inline-block;
		position: relative;
	}
	.home_release_cy b{
		font-weight: normal;
		padding-left: 5px;
		width: 143px;
    	display: inline-block;
	}
	.home_release_cy img{
		position: absolute;
	    right: 1px;
	    top: 6px;
	    width: 14px;
	}
	.home_release_cy ul{ 
		width: 148px;
		height: auto;
		border: 1px solid #aaa;
		background: #fff;
		position: absolute;
		top: 29px;
		left: -1px;
		display: none;
	}
	.home_release_cy ul li{
		border-bottom: 1px solid #aaa;
		height: 20px;
		line-height: 20px;
	}
	.home_release_cy ul li input{
		vertical-align: text-bottom;
		margin-right: 5px;
	}
	.home_release_cy ul li:hover{
		background: #1e91ff;
		color: #fff;
	}
	.home_addlist{
		width: 450px;
		height:55px;
		border:1px solid #aaa;
		margin-left: 100px;
		-moz-margin-start: 104px;
    	margin-top: 10px;
    	margin-left: 104px\0;
    	
	}
	.home_addlist ul{
		display: inline-block;
	}
	.home_addlist ul li{
		float: left;
		padding:2px 5px;
		border:1px solid #ef4545;
		margin-right: 10px;
		margin-left: 10px;
		margin-top: 4px;
		cursor: pointer;
	}




/*澶撮儴*/
.home_top{
	width: 100%;
	height:30px;
	background: #eee;
}
.home_top_main{
	width: 1100px;
	height:30px;
	line-height: 30px;
	*height:30px;
	*line-height: 30px;
	background: #eee;
	margin: 0 auto;
}
.home_top_main p{
	font-size: 12px;
	float: left;
	color: #000;
}
.home_top_main b{
	float: left;
	font-weight: normal;
	cursor: pointer;
	font-size: 12px;
}
.home_top_main_city{
	*float: left;
	_margin-top:5px;
	*padding-top: 3px;
}
.home_top_main b span{
	color: #ef4545;
	padding: 0 10px;
}
.home_top_main b img{
	vertical-align: middle;
	margin-left: 5px;
}
.home_top_main  ul{
	font-size: 12px;
	float: right;
	*display: inline;
}
.home_top_main ul li{
	float: left;
	margin-left: 15px;
	cursor: pointer;
}
.home_top_main ul li a{
	font-size: 14px;
	cursor: pointer;
}
.home_top_main ul li img{
	vertical-align: text-bottom;
	margin-right:5px;
	*display: inline;
	*margin-top: 7px;
	*vertical-align: bottom;
}
.home_top_main ul li span{
	color: #ef4545;
	font-size: 14px;
	*display: inline-block;
	*display: inline;
	*margin-top: 5px;
	*vertical-align: bottom;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}


/*澶撮儴瀵艰埅*/
.home_head{
	width: 100%;
	height:90px;
    clear: both;
    *clear: both;
	background: #fff;
	position: relative;
	z-index: 1;
	*position: relative;
	*z-index: 1;
}
.home_head_main {
	width: 1100px;
	height: 90px;
	background: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	*position: relative;
	*z-index: 1;
}
.home_head_main>img{
	margin-top: 4px;
	float: left;
}
.home_head_main>ul{
	float: left;
	margin-left: 40px;
}
.home_head_main>ul>li{
	float: left;
	margin-right: 46px;
	position: relative;
}
.home_head_main>ul>li>a{
	font-weight: bold;
	color: #000;
	font-size: 16px;
	/* padding-top: 20px; */
	display: inline-block;
	/* padding-bottom: 10px; */
}
.home_head_main>ul>li>a:hover{
	color: #178fd6;
	border-top: 2px solid #178fd6;
	/* padding-top: 18px; */
}
/*ie6鍏煎鎬ss*/
body{*display: inline;*float: left;background: white;
/*_background: none; */
/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/owlsj/resources/images/logo.png');*/
}
.home_headImgA{*display: inline;*float: left;
	background-repeat: no-repeat;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='${ctx}/resources/images/logo.png');
	*background: none;
}
.home_headUL{*display: inline;*float: left;*margin-left: 40px;}
.home_headUL .LI{*display: inline;*float: left;*zoom:1;*position: relative;*margin-right: 46px;*font-weight: bold;}
.home_headUL .LI .LIa{
	font-weight: bold;
	color: #000;
	font-size: 16px;
	/* padding-top: 20px; */
	display: inline-block;
	p/* adding-bottom: 10px; */
}
.home_headUL .LI .LIa:hover{
	color: #178fd6;
	border-top: 2px solid #178fd6;
	/* padding-top: 18px; */
}

/*ol*/
.home_head_main>ul>li>ol a{
	color:#ef4545;
}
.home_head_main>ul>li>ol{
	position: absolute;
	top: 44px;
   	 left: -4px;
	width: 345px;
	height:38px;
	background: url(../images/nav_bg.jpg) no-repeat;
	/* display: none; */
}
.home_head_main>ul>li>ol>li{
	float: left;
	margin-top: 13px;
	border-right: 1px solid #fff;
	padding: 0 9px;
}

.home_head_main>ul>li>ol>li>a{
	font-size: 14px;
	color: #fff;
}
.home_head_main>ul>li>ol>li .home_head_ol_col{
	color: #ffe93b;
	text-decoration: underline;
}
.home_head_main>ul>li>ol>li>a:hover{
	text-decoration: underline;
}
/*ol IE6鍏煎css*/
.home_head_nav .home_head_ol{*display: inline;*float: left;*position: absolute;*overflow: hidden;
	*top: 44px;
 	*left: -4px;
	*width: 345px;
	*height:38px;
	*background: url(../images/nav_bg.jpg) no-repeat;
}
.home_head_nav .home_head_ol li{
	*float: left;
	*margin-top: 16px;
	*border-right: 1px solid #fff;
	*padding: 0 9px;
}
.home_head_nav .home_head_ol li a{
	*font-size: 13px !important;
	*color: #fff;
}
.home_head_ol li a:hover{
	text-decoration: underline;
	*text-decoration: underline;
}


.home_head_main_no{
	float: right;
	
}
.home_head_main_no dt{
	/* float: right; */
	margin-top: 18px;
	margin-bottom: 14px;
}
.home_head_main_no dt a{
	width: 60px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
}
.home_head_login{
	background: #178fd6;
}
.home_head_enter,.loginOut{
	background: #888;
	margin-left: 15px;
}
.home_head_main_no dd img{
	vertical-align: text-top;
}
.home_head_main_no dd{
	font-size: 13px;
	color: #178fd6;
	font-weight: bold;
}
.home_head_main_yes{
	float: right;
	margin-top: 18px;
}
.home_head_main_yes span:nth-child(1){
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-right: 20px;
	cursor: pointer;
	padding-bottom: 10px;
}
.home_head_main_yes span:nth-child(2){
	font-size: 14px;
	color: #999;
}
.home_head_main_yes span:nth-child(2):hover{
	text-decoration: underline;
	cursor: pointer;
}
.home_head_main_yes img{
	vertical-align: middle;
}
.home_head_main_yes_center{
	position: relative;
}
.home_head_main_yes_center_select{
	width: 80px;
	height: 203px;
	background: url(../images/center_bg.png);
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 2;
	display: none;
}
.home_head_main_yes_center_select ul{
	padding-top: 10px;
	padding-left: 1px;
}
.home_head_main_yes_center_select ul li{
	height: 24px;
	line-height: 24px;
	width: 78px;
	text-align: center;
}
.home_head_main_yes_center_select ul li:hover{
	background: #eee;
}
.home_head_main_yes_center_select ul li a{
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
.home_head_main>ul>li>.nav_col{
	color: #178fd6;
	border-top:2px solid #178fd6;
	/* padding-top:18px; */
}
.home_headUL .LI .nav_col,.home_headUL .LI .home_head_main_release{
	font-weight: bold;
	color: #178fd6;
	font-size: 16px;
	/* padding-top: 20px; */
	display: inline-block;
	/* padding-bottom: 10px; */
}
.home_headUL .LI .home_head_main_release{
	color: black;
}

.home_headUL .LI .nav_col:hover{
	color: #178fd6;
	border-top: 2px solid #178fd6;
	/* padding-top: 18px; */
}
.home_headUL .LI .home_head_main_release:hover{
	color: #178fd6;
	border-top: 2px solid #178fd6;
	/* padding-top: 18px; */
}

.home_head_main>ul>li>.nav_red{
	color: #ef4545;
	border-top:2px solid #ef4545;
	/* padding-top:18px; */
}
/* 鍗囩骇鐗坥nly */
.home_head_main_yes_only{
	float: right;
	/* margin-top: 18px; */
	position: relative;
	z-index: 2;
}
.home_head_main_yes_only span:nth-child(1){
	font-size: 16px;
	color: #000;
	font-weight: bold;
	/* padding-right: 20px; */
	cursor: pointer;
	/* padding-bottom: 10px; */
}
.home_head_main_yes_only .home_head_main_yes_only_center{
	font-size: 16px;
	color: #000;
	font-weight: bold;
	/* padding-right: 20px; */
	cursor: pointer;
	/* padding-bottom: 10px; */
}
.home_head_main_yes_only span:nth-child(2){
	font-size: 14px;
	color: #999;
}
.span2{
	font-size: 14px;
	color: #999;
}
.home_head_main_yes_only span:nth-child(2):hover{
	text-decoration: underline;
	cursor: pointer;
}
.span2:hover{
	text-decoration: underline;
	cursor: pointer;
}
.home_head_main_yes_only img{
	vertical-align: middle;
}
.home_head_main_yes_only_center{
	position: relative;
	z-index: 5;
}
.home_head_main_yes_only_center:hover .home_head_main_yes_only_center_select{
	*display: none;
}
.home_head_main_yes_only_center_a:hover .home_head_main_yes_only_center_select{
	*display: none;
}
.T_iframe{position: absolute;left: 0;top: 0; width: 100%;height: 100%;z-index: -1;border-radius: 10px;border: none;}
.home_head_main_yes_only_center_select{
	width: 80px;
	height: 202px;
	background: url(../images/center_bgs.png);
	position: absolute;
	top: 20px;
	left: 0px;
	z-index: 10;
	display: none;
}
.home_head_main_yes_only_center_select ul{
	padding-top: 10px;
	padding-left: 1px;
}
.home_head_main_yes_only_center_select ul li{
	height: 24px;
	line-height: 24px;
	width: 78px;
	text-align: center;
}
.home_head_main_yes_only_center_select ul li:hover{
	background: #eee;
}
.home_head_main_yes_only_center_select ul li a{
	font-size: 14px;
	color: #000;
	font-weight: normal;
}






.home_main{
	width: 1100px;
	margin: 0 auto;
	height: 346px;
	background: #f6f6f6;
	margin-top: 10px;
}
#tabDy{
	width: 628px;
	height: 260px;
	overflow:hidden;
	display: inline-block;
	*display: inline;
	*overflow:hidden;
	*zoom: 1;
}
.home_main_left_table{
	width: 628px;
	height: 260px;
	overflow:hidden;
	display: inline-block;
	*display: inline;
	*overflow:hidden;
	*zoom: 1;
}
.home_main_left{
	height: 344px;
	width: 658px;
	border: 1px solid #ebebeb;
	background: #fff;
	float: left;
	overflow:hidden;
	*overflow:hidden;
}
.home_main_left h3{
	height:39px;
	line-height: 40px;
	width: 658px;
	border-bottom: 1px solid #ebebeb;
	font-size: 20px;
	font-weight: normal;
}
.home_main_left h3 span{
	border-top: 3px solid #ef4545;
	display: inline-block;
	padding: 0 15px;
}
.home_main_left table{
	height: 260px;
	overflow:hidden;
	display: inline-block;
	*overflow:hidden;
	*zoom: 1;
}
.home_main_left table tr td:hover{
	color: #178fd6;
	text-decoration: underline;
}
.home_main_left table tr td:nth-child(4){
	color: #ef4545;
	text-decoration: underline;
}
.home_main_left table tr td{
	font-size: 16px;
	height:30px;
	line-height: 30px;
	border-bottom: 1px dashed #ebebeb;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	white-space:nowrap; 
	overflow:hidden;
	text-overflow:ellipsis;
}
.home_main_left p{
	font-size: 16px;
	text-align: center;
	color: #178fd6;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.home_main_right{
	height: 344px;
	width: 420px;
	border: 1px solid #ebebeb;
	background: #fff;
	float: right;
}
.home_main_right h3{
	height:39px;
	line-height: 40px;
	width: 420px;
	border-bottom: 1px solid #ebebeb;
	font-size: 20px;
	font-weight: normal;
}
.home_main_right h3 span{
	border-top: 3px solid #ef4545;
	display: inline-block;
	padding: 0 15px;
}
.home_main_right ul li{
	float: left;
	border:1px solid #ebebeb;
	margin-left: 34px;
	margin-top: 26px;
	cursor: pointer;
	position: relative;
	*display: inline;
	*vertical-align: top;
}
.home_main_rightul{overflow: hidden;*overflow: hidden;}
.home_main_right ul li img{
	width: 158px;
	height: 78px;
}
.home_main_right_bg{
	width: 158px;
	height: 78px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4f000000,endColorstr=#4f000000); 
	display: none;
}
.home_main_right_bg a{
	width: 60px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #178fd6;
	display: inline-block;
	border-radius: 5px;
	margin-left: 49px;
	margin-top: 24px;
}
.home_main_right>a{
	display: inline-block;
	width: 355px;
	height: 44px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background: #178fd6;
	font-size: 16px;
	font-weight: bold;
	margin-left: 34px;
	margin-top: 20px;
}
.home_a{
	display: inline-block;
	width: 355px;
	height: 44px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background: #178fd6;
	font-size: 16px;
	font-weight: bold;
	margin-left: 34px;
	margin-top: 20px;
	*display: inline;
	*zoom: 1;
}
.home_main_righttoubao{
	display: inline-block;
	width: 355px;
	height: 44px;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background: #178fd6;
	font-size: 16px;
	font-weight: bold;
	margin-left: 34px;
	margin-top: 20px;
}
.home_main_right>a:hover{
	background: #24a2ec;
}
.home_main_righttoubao:hover{
	background: #24a2ec;
}


.home_search{
	width: 1100px;
	height:55px;
	margin: 0 auto;
	padding-top: 15px;
}
.home_search img{
	float: left;
	margin: 7px 8px;
}
.home_search_area{
	width: 159px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #a0a0a0;
	float: left;
	border-radius: 5px;
	margin-right: 8px;
}
.home_search_area span{
	width: 57px;
	height: 38px;
	background: #efefef;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	border-radius: 5px 0 0 5px;
	float: left;
	*display: inline;
}
.home_search_area .home_search_span{
	width:44px;
}
.home_search_area input{
	width: 118px;
	height: 38px;
	line-height: 38px;
	border:none;
	border-radius: 5px;
	font-size: 16px;
	color: #666;
	outline-style: none;
	text-align: right;
	text-align: center;
}
.home_search_area select{
	width: 118px;
	padding:6px 0;
	height:38px;
	line-height:38px;
	/* height: 38px;
	line-height: 38px;
	line-height: 38px\9;
	*line-height: 38px;
	_line-height: 38px; */
	border:none;
	border-radius: 5px;
	font-size: 16px;
	color: #666;
	outline-style: none;
	/*text-align: right;*/
	float: left;
	*display: inline;
	*+margin:0;
	_margin: 5px 0 0 0;
	*vertical-align: middle;
	*border: 0 none;
	_border:0 none;
	*border-radius: 5px;
	*color: #666;
	*outline-style: none;
	*border:#FFFFFF none 0px;
}
/* .home_search_area select option {
   direction: ltr;
   text-align: right;
} */
.home_search>span{
	color: #a0a0a0;
	padding: 0 2px;
	float: left;
	display: inline-block;
	height: 40px;
	line-height: 40px;
}
.home_search>select{
	width: 88px;
	height: 40px;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	font-size: 16px;
	line-height: 40px;
	color: #666;
	outline-style: none;
	float: left;
	margin-right: 24px;
}
.home_search select{
	width: 86px;
	height: 38px;
	/* border: 1px solid #a0a0a0; */
	border-radius: 5px;
	font-size: 16px;
	line-height: 38px;
	color: #666;
	outline-style: none;
	float: left;
	padding:0;
}
.home_search .home_selects{
	width: 102px;
}
.home_search .home_searchSelct{
	height:40px;
}
.home_search_btn{
	width: 172px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #ef4545;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	margin-left: 48px;
}
.home_search_btn:hover{
	background: #fd5757;
}
.home_search_btns{
	width: 172px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #178fd6;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
	margin-left: 10px;
}
.home_search_btns:hover{
	background: #24a2ec;
}



.home_cont{
	width: 1100px;
	min-height: 600px;
	margin: 0 auto;
	border: 1px solid #ebebeb;
	table-layout: fixed;
}
.home_cont h3{
	height:39px;
	line-height: 40px;
	width: 1100px;
	border-bottom: 1px solid #ebebeb;
	font-size: 20px;
	font-weight: normal;
}
.home_cont h3 span{
	border-top: 3px solid #ef4545;
	display: inline-block;
	padding: 0 15px;
}
/* .home_cont table{

} */
.home_cont table tr{
	text-align: center;
	font-size: 16px;
}
.home_cont table tr:nth-child(1){
	background: #ef4545;
	color:#fff;
}
.home_cont table tr:nth-child(1):hover{
	background: #ef4545;
}
.home_cont table tr:nth-child(1) td{
	border-bottom: none;
}
.home_cont table tr td{
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ebebeb;
   
}
.home_cont table tr td p{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break:break-all;
     display: inline-block;
     width:200px;
}
.home_cont table tr td img{
	margin-top: 5px;
}
.home_cont table tr:hover{
	background: #eeeeee;
}



.home_page{
	width:1100px;
	height:50px;
	margin: 0 auto;
	padding-top: 15px;
}
.home_page select{
	width: 118px;
	padding:9px 0;
	height:38px;
	line-height:38px;
	/* height: 38px;
	line-height: 38px;
	line-height: 38px\9;
	*line-height: 38px;
	_line-height: 38px; */
	border: 1px solid #a2a2a2;
	text-align: center;
	font-size: 12px;
	/* border-radius: 15px; */
	outline-style: none;
	float: left;
	
}
.home_page select option{
	width: 156px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}
.home_page_main{
	display: inline-block;
	float: right;
}
.home_page_main_a{
	width: 60px;
	height: 32px;
	background: #a0a0a0;
	text-align: center;
	line-height: 32px;
	color: #fff;
	display: inline-block;
	border-radius: 15px;
	float: left;
	margin-left: 20px;
	border: none;
}
.home_page_main p{
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	color: #a0a0a0;
	float: left;
	margin-left: 20px;
}
.home_page_main p input{
	width: 40px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	border: none;
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
}
.home_page_main span{
	color: #ef4545;
	padding: 0 5px;
}
.home_page_main_col{
	background: #ef4545;
}



.home_href{
	width: 1100px;
	height:auto;
	border:1px solid #ebebeb;
	margin: 0 auto;
	margin-bottom: 20px;
}
.home_href h3{
    height: 39px;
    line-height: 40px;
    width: 1100px;
    border-bottom: 1px solid #ebebeb;
    font-size: 20px;
    font-weight: normal;
}
.home_href h3 span {
    border-top: 3px solid #ef4545;
    display: inline-block;
    padding: 0 15px;
}
.home_href ul{
	display: inline-block;
	padding:10px 20px;
}
.home_href ul li{
	float: left;
	margin-right: 30px;
	line-height: 24px;
	height: 24px;
}
.home_href ul li a{
	color: #333;
	font-size: 14px;
}
.home_href ul li a:hover{
	color: #ef4545;
}



.home_footer{
	width: 100%;
	height: 120px;
	background: #464646;
}
.home_footer_main{
	width: 1100px;
	height: 80px;
	margin:  0 auto;
	text-align: center;
	padding-top: 40px;
}
.home_footer_main p{
	font-size: 12px;
	height:24px;
	line-height: 24px;
	color: #fff;
}






.bg{
	width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity:0.5;  
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
.bg_main{
    width: 600px;
    height: 512px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -256px;
    z-index: 20;
}
.bg_icon{
	position: absolute;
	right:0;
	top:0;
	
	
	
/*鍏煎IE6/7*/
/*澶撮儴瀵艰埅*/
.home_headUL{*display: inline;*float: left;*margin-left: 40px;}
.home_headUL .LI{*display: inline;*float: left;*zoom:1;*position: relative;*margin-right: 46px;*font-weight: bold;}
.home_headUL .LI .LIa{
	font-weight: bold;
	color: #000;
	font-size: 16px;
	padding-top: 20px;
	display: inline-block;
	padding-bottom: 10px;
}
.home_headUL .LI .LIa:hover{
	color: #178fd6;
	border-top: 2px solid #178fd6;
	padding-top: 18px;
}


