body{
	font-family: "Microsoft YaHei";
	background-color: #fff;
        min-width: 1200px;
}
.clear{clear: both;}
html11 { 
        -webkit-filter: grayscale(100%); 
        -moz-filter: grayscale(100%); 
        -ms-filter: grayscale(100%); 
        -o-filter: grayscale(100%); 
        filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
        _filter:none; 
    } 

/*------头部 header------S*/
#header{
	margin-top: -35px;
        height: 180px;
	background: url(../images/headerbg.png) scroll no-repeat 50% 0;
	background-color: #f9f9f9;
}
/*---headerTop---S*/
#headerTop{
    position: relative;
	overflow: hidden;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	background-color: #676767;
	opacity:0.9;
	/*background-color:rgba（103,103,103,0.9）;*/
}
#headerTop .wrap>ul>li{
	padding:1px;
}
#logo{
    height: 120px;
}
#logo img{
	width: 650px;
	height: 100px;
}
#headerTop .wrap{
	overflow: hidden;
	width: 1200px;
	margin:0 auto;
}
#headerTop .wrap>ul>li,#headerTop .wrap .you .xx li,#search>ul>li{
	float: left; 
	color: #fff;
	margin:0 2px;
}
#headerTop .wrap>ul>li a,#headerTop .wrap .you .xx li a,#search a{
	color: #fff;
	text-decoration: none;
}
#headerTop .wrap>ul>li a:hover{
	text-decoration: underline;
}
#headerTop .wrap .you{
	overflow: hidden;
	float: right;
}
#headerTop .wrap .you #search{
	padding-top: 1px\9;
}
#headerTop .wrap .you .xx{
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
#headerTop .wrap .you .xx li {
	padding:1px\9;
}
#headerTop .wrap .you .xx li a:hover{
	text-decoration: underline;
}
#search{
	overflow: hidden;
	float: right;
	text-align: right;
}
#search a:hover{
	text-decoration: underline;
}
#searchText{
	float: left;
	overflow: hidden;
	width: 95px;
	height: 32px;
	background: url(searchbg.png) scroll no-repeat 0 center;
}
#searchText .text{
	float: left;
	margin:9px 0 0 0px;
	width:70%;
	height: 12px;
	border:none;
	border-radius:15px;
	background: none;
	outline: none;
	text-align: center;
	vertical-align: middle;
}
#searchText .button{
	float: right;
	margin:11px 2px 0 0;
	width: 10px;
	height: 10px;
	border:0;
	outline: none;
	background-color: none;
	background:url(icon-search.png) scroll no-repeat 0 0;
}
#search a{
	color: #fff;
	text-decoration: none;
}
#search a:hover{
	text-decoration: underline;
}
/*---headerTop---E*/
#logo .wrap{
	width: 1200px;
	margin:0 auto;
	padding-top: 35px;
	background-image:url(LOGOBG.png);}
/*----一级导航---S*/
#header .nav-wrap{
	margin-top: 13px;
	font-size: 16px;
	background-color: #45144b;
}
#nav{
	width: 1210px;
	height: 46px;
	line-height: 46px;
	margin:0 auto;
}
#nav>ul>li{
	float: left;
	letter-spacing: 1px;
	/*width:150px;*/
        /*width:120px;*/
	width:100px;
}
li.firstmenu.nLi.last {
    width: 200px !important;
}
#nav>ul>li>a{
	display: block;
	/*padding: 0 26px;*/
	height: 46px;
	line-height: 46px;
	color: #fff;
	text-decoration: none;
        text-align: center;
}
#nav>ul>li>a:hover{
	color: #45144b;
	background-color: #dfcee1;
}
/*---一级导航---E*/
/*---二级菜单---S*/
#nav>ul .firstmenu{
    position: relative;
}
#nav>ul .firstmenu .secmenu{
	display:none;
	border-top: 1px solid #E3E3E3;
 	position:absolute;
 	top:46px;
  	z-index:999;
  	
}
#nav>ul .firstmenu .secmenu .secul{
  	margin-top:0;
  	padding:0;
  	width:150px;

  	background-color:rgba(65, 65, 65, 0.7)!important;
  	filter:Alpha(opacity=80); 
  	text-align:center;
        border-bottom:solid #FFFFFF 1px;
}
#nav>ul>.firstmenu .secmenu .secul a{
    position:relative;
    font-size: 14px;
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-decoration: none;
}
#nav>ul>.firstmenu .secmenu .secul a:hover{
	background-color: #45144b;
}
/*---二级菜单---E*/
/*------头部 header------E*/

/*文章页列表页右边导航部分--开始*/
#sideRight{
	float: left;
	width: 280px;
}
#sideRight .title{
	padding-left: 20px;
	font-size: 18px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: #45144b;
}
#sideRight ul li{
	line-height:50px;
	border-bottom: 1px solid #ccc;
}

#sideRight ul li.on {
        background-color: #45144b;
}

#sideRight ul li.on a{
        color: #fff;
        background-color: #45144b;
}

#sideRight ul li a{
	display: block;
	padding-left:38px;
	color: #5f5e5e;
	text-decoration: none;
}
#sideRight ul li a:hover{
	color: #45144b;
}
#sideRight ul li a span{
	float: right;
	margin-right: 10px;
}
/*文章页列表页右边导航部分--开始*/

/*------尾部 footer------S*/
#footer{
	color: #fff;
	font-size: 14px;
}
#contactUs{
	padding-top: 20px;
	height: 120px;
	background-color: #575a5f;
}
#contactUs .adress{
	float: left;
	line-height: 26px;
        width:500px;
}
#contactUs .fd{
	font-size: 18px;
}
#contactUs .wxwb{
	float:right;
}
#contactUs .wxwb li{
	position: relative;
	float: left;
	margin-right: 30px;
}
#contactUs .wxwb li .hov{
	position: absolute;
	left: -50%;
	bottom: 60px;
	z-index: 1000;
	display: none;
}
#contactUs .wxwb li .hov img{
	width:91px;
	height:91px;
}
#contactUs .icon-logo{
	float: right;
}

#copyright{
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background-color: #45144b;
}

#copyright a{color: #fff;
	text-decoration: none;}
#copyright a:hover{
    text-decoration: underline;
}
#copyright .police{
	background: url(../image/ba.png) scroll no-repeat;
	padding-left: 25px;
}
/*------尾部 footer------E*/

.news_font_color {
    color :#ff0000 !important;
}

.news_font_bold{
    font-weight:bold;
}
.bannerm {
	position: relative;
}
.bannerm-wra {
	padding: 0px; width: 100%; height: 260px; margin-top:0px; margin-bottom:20px;
}
.bannerm-wra img {
	width: 1200px; height: 260px; display: block; margin:0 auto;
}
.about_us_t{
	position: relative; z-index: 99;
}
.about_us_title{
	left: 22px; top: 5px; width: 800px; left:400px; position: absolute;
}

.about_us_title h4 {
	width:200px; display:block; color:#FFF; background-color:rgba(160, 157, 160, 0.7)!important;filter:Alpha(opacity=80); text-align:center;
	line-height: 40px; letter-spacing: 4px; padding-top: 0px; font-family: "微软雅黑", "黑体"; font-size: 36px; text-shadow: -1px -1px 1px #000, 1px 1px 1px #FFF; 
}