



/****banner******/
.banner {width:100%;}
.banner .fullSlide {  width: 1008px; height: 378px; margin:0 auto;position: relative;  }
.banner .fullSlide .bd {width: 1008px; margin: 0px auto; position: relative; z-index: 0; overflow: hidden; }
.banner .fullSlide .bd ul { width: 100% ! important; }
.banner .fullSlide .bd li { width: 100% ! important; min-width: 1008px ! important; height: 378px; text-align: center; overflow: hidden; }
.banner .fullSlide .bd li a { display: block; height: 378px; }
.banner .fullSlide .hd { width: 100%; position: absolute; z-index: 1; bottom: 22px; left: 0px; height: 30px; line-height: 30px; background: transparent url('../images/touming.png') repeat-x scroll 0% 0%; text-align: center; }
.banner .fullSlide .hd ul {width:15% ;border:0px solid red;position:relative;text-align: center; padding-top: 5px; margin:0px auto;padding:0px;height:10px; }
.banner .fullSlide .hd ul li {float:left;border-radius:50%; cursor: pointer; display: inline-block; width: 10px; height: 10px; margin: 5px; background: #939287 url('../images/tg_flash_p.png') repeat scroll -18px 0px; overflow: hidden; line-height: 9999px; }
.banner .fullSlide .hd ul .on { background-position: 0px 0px;background: #E00505;}









/**三级菜单栏  start*/

.search{ height:35px; background:url(../images/title4.jpg) no-repeat 0 0; padding-left:105px; margin-top:0px;}
.search form{ background:url(../images/title4.jpg) no-repeat right 0; padding-right:10px;}
.search ul{ padding:6px 0 0 15px;}
.search li{ float:left; height:29px; line-height:29px; overflow:hidden; color:#666; }
.search li span{ display:inline-block; height:29px; background:url(../images/index.jpg) no-repeat 0 0; padding:0px;}
.search li span input{color: #d1b176; width:259px;padding:0px;margin:0px; height:29px; line-height:29px; background:none; border:none;background:url(../images/search.png) no-repeat }
.search li.btn input{ width:56px;padding:0px;margin:0px; height:29px; overflow:hidden; background:url(../images/search_btn.png) no-repeat 0 0; border:none; cursor:pointer;}










#menu {
	font: 13px "trebuchet MS", Arial, Helvetica;
}


#menu, #menu ul {
	margin: 0;
	padding: 0;
	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 1px 0 #740000;*/
	
	text-align: center;
width: 100%;
}
#menu li:hover > a {
	color: #fafafa;
}
*html #menu li a:hover {
	color: #fafafa;
}
#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 {
	float: none;
	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: #e48f2e;
	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: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px 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;
		width:1200px;
	}
	#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: 8px 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: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;
}
</style>
/**三级菜单栏  end*/