.nav_top_bg{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	border-top: 2px solid #d91d19;
	border-bottom: 1px solid #ccc;
	background-color:#fcfcfc;
	color:#666; 
}

.right{
	float:right;
}
.nav_top a{
	color:#666;
	padding-left:10px;
}
.
.nav_img{
	padding:12px 0;
}
.nav_img img{
	width: 100%;
	display: block;
    margin-top: 8px;
}
.auto{
	width: 1000px;
	margin: 0 auto;
}
.sub_nav_logo{
	height: 65px;
	line-height: 65px;
	/*background:url(../images/logo.png) no-repeat left center;
	padding-left:452px;*/
	margin-bottom: 10px;
}
.sub_nav_img{
	width:500px;
	height: 65px;
	float:left;
}
.sub_nav_logo img{
	display: block;
	float:left;
	margin-left: 5px;
}
.search input{
	vertical-align: middle;
	height:30px;
	line-height: 30px;
	margin-top: 17px;
}
.searchBtn{
	background-color: #ba080f;
	color:#fff;
	border-style: none;
	height: 30px;
	line-height: 30px;
	margin:0;
}
/*nav*/
.padding_100{
	padding-left:calc(50% - 500px);
}
.nav{
	height:50px;
	line-height: 50px;
	background-color: #ba0100;
	position: relative;
	/*border-top:4px solid #ba080f;*/
	min-width: 1000px;
}
.nav >ul{
	height: 50px;
}
.nav >ul >li{
	float:left;
    color:#fff;
    width:142px;
    height:50px;
    display: block;
    overflow: hidden;
   
}
.nav ul li a{
	color: #fff;
    width:142px;
    height:50px;
    text-align: center;
    display: block;
    font-size: 16px;
   /* padding: 0px 21px;*/
    font-weight: bold;
}
.nav ul li ul{display: none;}
.nav ul li ul li{
	top:44px;
    left:0;
    float:left;
    
}

.nav ul li ul li a{
    color:#000;
    width:130px;
    text-align: center;
    font-size:14px;
    font-weight: normal;
    padding:0px;
}
.nav >ul >li >a:hover{
     background-color: #a90100;  
}
.nav .on{
	background-color: #a90100; 
}
.sub_nav_wrapper_1001{
	width:100%;
	height:50px;
	border:1px solid #ccc;
	background-color: #f7f7f7;
	display: none;
}
.sub_nav{
	/*position:absolute;
	top:50px;*/
	
	height:48px;
	width:1000px;
	margin:0 auto;
	left:0;
	background-color: #f7f7f7;
	display: none;

	/*opacity:0.8;
    z-index: 9999;*/
}

.sub_nav li{
	float:left;
	width:166px;
    height:48px;
    display: block;
}

.sub_nav a{
	color:#333;
	font-size:14px;
	width:166px;
    height:48px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.sub_nav a:hover{
	color:#e7121a !important;
	text-decoration:none;
}
.footer{
	width: 100%;
	border-top: 2px solid #d91d19;
}
.link{
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #dedede;
}
.link a{
    color:#666;
    margin:0 10px;
}
.black{
	color:#333;
	font-weight: bold;
}
.link1{
	font-size: 12px;
	height: 50px;
	line-height: 50px;
	color:#e7121a;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
.link1 a{
    color:#e7121a;
    margin:0 10px;
}
.link2{
	/*width:100%;*/
	height: 100px;
	/*background:url(../images/down_logo.png) no-repeat left 40px;*/
	/*padding-left:360px;*/
    font-size:12px;
    color:#666;
    padding-top:25px;
}
.link2_img{
	width:360px;
	height: 100px;
	padding-top:15px;
	float:left;
}
.link2 p{
	width: 1000px;
    height: 25px;
    line-height: 25px;
    float: left;
	text-align: center;
}
.link3{
	font-size: 12px;
	height: 130px;
	background:url(../images/police.png) no-repeat center 20px;
}
/**********search_detail**************/
.search_wrapper{
	width:1000px;
	margin-top:75px;
	/*border-top:1px solid #ccc;*/
}
.search_hits{
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color:#666;
}
.keywords{
	color:#e7121a;
}
.search_content{
	width:100%;
	height: 140px;
	border-bottom: 1px dotted #ccc;
}
.img_left{
	float:left;
	margin:30px 30px 25px 0;
	width:135px;
	height:85px;
}
.img_left img{
	width:135px;
	height:85px;
}
.wenzi_right{
	float:left;
	margin:30px 0px 25px 0;
	width:830px;
}
.wenzi_right .title{
	font-size: 16px;
	/*font-weight: bold;*/
	color:#333;
}
.wenzi_right p{
	color: #666;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*分页*/
#page{
	font-size:14px;
}
#page a{
	font-size:14px;
}