@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
	padding:0px;
	font-size:14px;
	font-family: "Microsoft YaHei", Arial;
    font-weight: normal;
}
a{
             color:#555555;
             text-decoration:none;

}

a:hover{text-decoration:none;

}

.nav1{
	width:1000px;
	height:40px;
background-color:#005D93;

	margin:0 auto;
}
.clear{clear:both;}
.tt{
	width:100%;
	height:30px;
background-color:#005D93;
	
}
div.slider-nav span.right {
	-moz-background-size: 100% 100%; /* 老版本的 Firefox */
	background-size: 100% 100%;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
div.slider-nav span.left {
	-moz-background-size: 100% 100%; /* 老版本的 Firefox */
	background-size: 100% 100%;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
div.slider-nav span {
	top: 50%;
	width: 30px;
	height: 100px;
	text-indent: -9999px;
	margin-top: -50px;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}
.tit{
	height:30px;
	line-height:30px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	float:left;
	text-indent:1EM;

}
.more_btn{
	height:30px;
	line-height:30px;
	float:right;
	color:#FFF;
	margin-right:15px;
	font-weight:bold;
}
.btnr{
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	font-weight:bold;
     font-size: 18px;
	 color:#484EFB;

}
.btnr1{
	height:30px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	font-weight:bold;
     font-size: 18px;
	 color:#FFFFFF;
   
}
.more_btn a{color:#FFF;}
.more_btn a:hover{text-decoration: none;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #E0F1FA;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.food{
	width:1000px;
	height:7px;
	margin:0 auto;
	background:url(images/bottom_bg.jpg);
	margin-top:15px;
}
.lj{
	background:url(images/news_li_arr.gif) no-repeat center left;
	margin-left:5px;
	text-indent:10px;
        height:28px;
        line-height:28px;
        padding-right:5px;
}
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 0px;
    border: 1px inset;

}
.wp_search .search {

    margin-top:3px;
}
div.slider-nav span{filter:alpha(Opacity=30);-moz-opacity:0.3;opacity: 0.3;}