.header_con{background: url(../images/head_bj.png) 50% 50% repeat-x;width:100%;}
.header { width: 980px; height: 146px; margin: 0px auto;background: url(../images/gb/head_bj.png) repeat-x;}

.top { padding: 0px 11px;  height: 106px; width: 958px; overflow: hidden; }
.top a.logo { display: block; width: 370px; height: 106px; }
.toprg { padding: 22px 0px 8px; height: 76px; width: 228px; }
.toprg .phone img { width: 228px;  margin-bottom: 7px; }
.toprg .search { width: 228px; height: 26px; background: transparent url('../images/search.png') no-repeat scroll 0% 0%; }
.toprg .search input { background: transparent none repeat scroll 0% 0%; border: 0px none; float: left; }
.toprg .search input.t { padding: 3px 5px; width: 158px; height: 20px; line-height: 20px; color: rgb(147, 168, 196); }
.toprg .search input.b { cursor: pointer; width: 60px; height: 26px; padding: 0px;     color: #fff;}
.navbox, .nav li, .nav li.current a, .nav li.selected a span, .nav li a.selected, .nav li a.selected span { background: transparent url('../images/headerbg.png') no-repeat scroll 0% 0%; }
.navbox { height: 39px; background-position: 0px -138px; background-repeat: repeat-x; position: relative; z-index: 9; }
.nav { padding: 0px 18px; width:100% height: 40px; margin: 0px auto; }
.nav li { float: left; background: transparent url('../images/navline.png') no-repeat scroll right top; width: 116px; padding-right: 2px; text-align: center; position: relative; }
.nav li a { display: block; width: 119px; height: 40px; font: 500 14px/40px "Microsoft Yahei"; color: rgb(212, 220, 232); }
.nav li a.hover, .nav li a:hover { background: rgb(8, 42, 94) none repeat scroll 0% 0%; color: rgb(255, 255, 255); text-decoration: none; }
.nav li .submenu { display: none; position: absolute; top: 39px; left: 0px; }
.nav li .submenu { border-style: solid; border-width: 0px 1px 1px; border-color: rgb(221, 221, 221); padding: 0px 3px 3px; width: 113px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
.nav li .submenu { border-radius: 0px 0px 3px 3px; box-shadow: 0px 5px 5px rgb(211, 211, 211); }
.nav li .submenu li { float: none; padding: 0px; background: transparent none repeat scroll 0% 0%; height: auto; border-bottom: 1px dotted rgb(190, 190, 190); width: 113px; }
.nav li .submenu li a { float: none; padding: 0px; text-align: center; height: 28px; line-height: 28px; background: transparent none repeat scroll 0% 0%; width: 113px; color: rgb(0, 0, 0); }
.nav li .submenu li a:hover { background: rgb(221, 221, 221) none repeat scroll 0% 0%; font-weight: 800; width: 113px; }
.banner { min-width: 980px; position: relative; }
.banner, .banner_img, .banner_img li, .banner_num, .banner_num div, .banner_num div a { height: ; }
.banner_img { width: 100%; left: 0px; top: 0px; position: absolute; }
.banner_img li { position: absolute; top: 0px; left: 0px; width: 100%; }
.banner_num { position: relative; width: 1002px; top: 0px; left: 0px; margin: 0px auto; }
.banner_num div { width: 1002px; left: 0px; top: 0px; position: absolute; }
.banner_num div a { display: block; width: 960px; position: absolute; left: 0px; top: 0px; overflow: hidden; text-indent: -9999px; }
.banner_num ul { height: 13px; position: absolute; left: 45%; bottom: 21px; }
.banner_num ul li { background: transparent url('../images/slider_nav.png') no-repeat scroll 0% 0%; }
.banner_num ul li { width: 28px; height: 13px; margin: 0px 5px; overflow: hidden; text-indent: -9999px; float: left; cursor: pointer; background-position: 0px 0px; }
.banner_num ul li.cur { background-position: -32px 0px; }





#menu {
	margin-top:5px;
	font: 16px "trebuchet MS", Arial, Helvetica;
}

#menu, #menu ul {

	list-style: none;
}
#menu {

/*	background-image: -moz-linear-gradient(#740000, #740000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#740000), to(#740000));
	background-image: -webkit-linear-gradient(#740000, #740000);
	background-image: -o-linear-gradient(#740000, #740000);
	background-image: -ms-linear-gradient(#740000, #740000);
	background-image: linear-gradient(#740000, #740000);
	-moz-border-radius: 6px;//±ß¿ò°ëÔ²
	-webkit-border-radius: 6px;//±ß¿ò°ëÔ²
	border-radius: 6px;  //±ß¿ò°ëÔ²
	-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #bc0000 inset;//ÒõÓ°
	-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #bc0000 inset;//ÒõÓ°
	box-shadow: 0 1px 1px #777, 0 1px 0 #bc0000 inset;*/
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
}
#menu li {
	float: left;
/*	border-right: 1px solid #222;
	-moz-box-shadow: 1px 0 0 #740000;
	-webkit-box-shadow:1px 0 0 #740000;
	box-shadow: 1px 0 0 #740000;*/
	position: relative;
	
}
#menu a {
	float: left;
	/*padding: 12px 30px;
	color: #999;
	text-transform: uppercase;
	font: bold 12px Arial, Helvetica;
	text-decoration: none;*/
	text-shadow: 0 0px 0 #740000;
	
	text-align: center;
width: 100%;
margin-top:0px;
}
#menu li:hover > a {
	
}
*html #menu li a:hover {
	color: #6c4130;
}
#menu ul {
/*	margin: 20px 0 0 0;
	_margin: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 20px;
	z-index: 1;*/
/*	background: #740000;*/
/*	background: -moz-linear-gradient(#740000, #740000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#740000), to(#740000));
	background: -webkit-linear-gradient(#740000, #740000);
	background: -o-linear-gradient(#740000, #740000);
	background: -ms-linear-gradient(#740000, #740000);
	background: linear-gradient(#740000, #740000);
	-moz-box-shadow: 0 -1px rgba(255,255,255,.3);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;*/
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul ul {
	top: 0;
	left: 150px;
	margin: 0 0 0 20px;
	_margin: 0;
	/*-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);*/
}
#menu ul li {
	
	display: block;
	border: 0;
	_line-height: 0;
	/*-moz-box-shadow: 0 1px 0 #740000, 0 2px 0 #bc0000;
	-webkit-box-shadow: 0 1px 0 #740000, 0 2px 0 #bc0000;
	box-shadow: 0 1px 0 #740000, 0 2px 0 #bc0000;*/
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	
	/*width: 150px;*/
	_height: 10px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
}
#menu ul a:hover {
	background-color: #;
/*	background-image: -moz-linear-gradient(#e48f2e, #e48f2e);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e48f2e), to(#e48f2e));
	background-image: -webkit-linear-gradient(#e48f2e, #e48f2e);
	background-image: -o-linear-gradient(#e48f2e, #e48f2e);
	background-image: -ms-linear-gradient(#e48f2e, #e48f2e);
	background-image: linear-gradient(#e48f2e, #e48f2e);*/
}
#menu ul li:first-child > a {
	/*-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 3px 0 0;*/
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 0px solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 0px solid #740000;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #740000;
}
#menu ul li:first-child a:hover:after {
	/*border-bottom-color: #e48f2e;*/
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #740000;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
/*	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;*/
}


#menu li ul li{
	height:35px;
	line-height:35px;

	
	}
#menu li ul li a{
	/*height:35px;
	line-height:35px;
	font-size:12px;*/
	
	}







/* Mobile */
#menu-trigger {
	display: none;
}
@media screen and (max-width: 600px) {
	/* nav-wrap */
	#menu-wrap {
		position: relative;
	}
	#menu-wrap * {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	/* menu icon */
	#menu-trigger {
		display: block;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
		padding: 0 0 0 35px;
		border: 1px solid #222;
		color: #fafafa;
		font-weight: bold;
		background-color: #740000;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		-moz-box-shadow: 0 1px 1px #777, 0 1px 0 #bc0000 inset;
		-webkit-box-shadow: 0 1px 1px #777, 0 1px 0 #bc0000 inset;
		box-shadow: 0 1px 1px #777, 0 1px 0 #bc0000 inset;
	}
	/* main nav */
	#menu {
		margin: 0;
		padding: 10px;
		position: absolute;
		top: 40px;
		width: 100%;
		z-index: 1;
		background-color: #740000;
		display: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu:after {
		content: '';
		position: absolute;
		left: 25px;
		top: -8px;
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-bottom: 0px solid #740000;
	}
	#menu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none
		border-radius:none;
	}
	#menu ul ul {
		margin: 0 0 0 20px !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu li {
		position: static;
		display: block;
		float: none;
		border: 0;
		margin: 5px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu ul li {
		margin-left: 20px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	#menu a {
		display: block;
		float: none;
		padding: 0;
		color: #999;
	}
	#menu a:hover {
		color: #fafafa;
	}
	#menu ul a {
		padding: 0;
		width: auto;
	}
	#menu ul a:hover {
		background: none;
	}
	#menu ul li:first-child a:after, #menu ul ul li:first-child a:after {
		border: 0;
	}
}
@media screen and (min-width: 600px) {
	#menu {
		display: block !important;
	}
}
/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;
}
#menu li:hover > .no-transition {
	display: block;
}
 


 

/**Èý¼¶²Ëµ¥À¸  end*/









/**foot*/

.footer { margin: 0px auto; background: transparent url('../images/foot_bj.png') repeat-x scroll 0% 0%; height: 144px; width: 100%; overflow: hidden; }
.foot { width: 980px; height: 144px; margin: 0px auto; }
.foot_l { padding-top: 10px; width: 360px;padding-left: 10px; }
.foot_r { width: 600px; }

.font_menu{line-height:36px; color:#809ac4; font-size:14px; padding-top:18px;}
.font_menu a{color:#fff; margin:0 7px;}
.font_menu a:hover,.copyright a:hover{color:#fff;}
.copyright{color:#d5dde8; font-family:Arial;}
.copyright p{line-height:24px;}
.copyright p a{color:#d5dde8; margin:0 5px;}
.copyright p label,.copyright p span{display:block; float:left;}
.copyright p span{background:#fff; width:160px; height:20px;}
.copyright p span select{background:none; border:solid 1px #1f4a87; width:160px; height:20px; padding:1px; font-size:12px; color:#333; _color:#333\9;}
*+html .copyright p span select{color:#333;}
.copyright p.fr{margin-top:2px;}


.clear{clear:both;}

