body{
	font-family:Arial,'Times New Roman','Microsoft YaHei','SimHei';
	background-color: #f4f4f4;
	font-size: 16px;
}
.wrap{
	width: 1200px;
	margin:0 auto;
}

.news_font_color {
    color :#ff0000 !important;
}

.news_font_bold{
    font-weight:bold !important;
}
/*------ 头部 header ------ 开始*/
#header{
	height: 90px;
	/*line-height: 90px;*/
	background-color: #fff;
	box-shadow: 0 1px 8px #ccc;
}
#logo{
	float: left;
	height: 100%;
	line-height: 90px;
}
#logo img{
	vertical-align: middle;
}
/*--- 一级导航 ---开始*/
#nav{
	float: right;
	/*height: 46px;
	line-height: 46px;*/
	font-size: 16px;
	/*margin-bottom: 30px;*/
	/*background-color: #3e6aa2;*/
}
#nav>ul>li{
	float: left;
	/*margin-left:40px;*/
	/*letter-spacing: 1px;*/
}
#nav>ul>li>a{
	display: block;
	/*padding: 34px 24px;*/
	padding: 33px 24px;
	/*padding: 33px 0;*/
	/*height: 46px;*/
	/*line-height: 46px;*/
	color: #333;
}
#nav>ul>li.en a{
	font-family:'Microsoft YaHei';
	/*color: #666; */
}
#nav>ul>li>a:hover, #nav>ul>li.on>a{
	/*color: #fff;
	background-color: #548acd;
	background-color: #d32f2f;*/
	color: #d32f2f;
	border-bottom: 3px solid #d32f2f;
}
#header #nav ul li.line{
	font-size: 22px;
	/*color: #ededed;*/
	color: #ccc;
	height: 90px;
	line-height: 90px;
	/*margin:-1px 0 0 20px;*/
}
/*--- 一级导航 ---结束*/

/*--- 二级菜单---开始*/
#nav>ul .firstmenu{
    position: relative;
}
#nav>ul .firstmenu .secmenu{
	display:none;
	/*border-top: 1px solid #E3E3E3;*/
 	position:absolute;
 	/*left: -15px;*/
 	top:90px;
  	z-index:999;
}
#nav>ul .firstmenu .secmenu .secul{
  	margin-top:0;
  	padding:0;
  	/* border-bottom: 1px solid #E3E3E3; */
  	min-width:112px;
  	/*background-color:rgba(211, 47, 47, 0.6)!important;*/
  	background-color:rgba(175,64,52, 0.6)!important;
  	/*background-color:rgba(164,0,0, 0.5)!important;*/
  	filter:Alpha(opacity=50);
  	/*background-color:#d32f2f;*/
  	background-color:#AF4034;
  	/*background-color:#a40000;*/
  	text-align:center;
}
#nav>ul li.en .secmenu .secul{
	min-width: 116px;
}
#nav>ul>.firstmenu .secmenu .secul a{
	display: block;
	font-size: 14px;
	width: 100%;
	/*height: 40px;*/
	/*line-height: 40px;*/
	line-height: 18px;
	padding:10px 0;
	color: #fff;
}
/*#nav>ul .firstmenu .secmenu.long .secul{
	width:128px;
}
#nav>ul>.firstmenu .secmenu.long .secul a{
	width:128px;
}*/
#nav>ul>.firstmenu .secmenu .secul a:hover{
	background-color:rgba(175,64,52, 0.8);
	/*background-color:rgba(164,0,0, 0.6);*/
}
/*--- 二级菜单 ---结束*/

#header #search{
	float: right;
	line-height: 90px;
	margin:0 0 0 15px;
/*	height: 30px;
	padding:10px 20px 0 0;
	border-left: 1px solid #ccc;*/
/*	font-size: 28px;
	color: #ccc;
	line-height: 94px;*/
}
.search-open-bt{
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
	width:24px;
	height:24px;
	background: 0;
	border:none;
	/*border:1px solid #ccc;*/
	outline: none;
	background: url(../images/icon_search.png) no-repeat center;
}
.search-open-bt:hover{
	background: url(../images/icon_search_hover.png) no-repeat center;
}

#header .search{
	float: right;
	/*margin-right:200px;*/
	margin:30px 100px 0 0;
	width:600px;
        width:590px;
	/*height: 66px;*/
	/*height: 40px;*/
	/*margin-top: 20px;*/
	border-bottom: 1px solid #ccc;
}
#header .search .close{
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	/*background: url(../images/icon_close.svg) no-repeat center;*/
	background: url(../images/icon_close.png) no-repeat center;
}
#header .search input.text{
	font-size: 16px;
	color: #666;
	width: 540px;
	height: 34px;
	border:none;
	/*margin-bottom: -20px;*/
	padding:0 10px;
	outline: none;
}
.search-submit-bt{
	display: inline-block;
	cursor: pointer;
	/*width:24px;
	height:24px;*/
        width:16px;
	height:auto;
	background: 0;
	border:none;
	margin-top: 5px;
        margin-top: -3px;
	/*border:1px solid #ccc;*/
	outline: none;
	/*background: url(../images/icon_search.png) no-repeat center;*/
}
/*.search-submit-bt:hover{
	background: url(../images/icon_search_hover.png) no-repeat center;
}*/
#return{
	float: right;
	line-height: 90px;
	margin-left: 15px;
}
#return a{
	font-size: 14px;
	color: #666;
	color: #e67c30;
}
/*------ 头部 header ------ 结束*/

/*#copyright{
	width: 100%;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #959595;
	font-size: 17px;
	margin-top: 50px;
	background-color: #fff;
}*/

/*------ footer ------开始*/
#footer{
	font-size: 13px;
	margin-top: 30px;
	padding:30px 0;
	background-color: #fff;
}
#footer h4{
	color: #333;
	font-size: 16px;
	margin-bottom: 18px;
}
#footer .box4{
	float: left;
	margin-right: 50px;
}
#footer .box4 ul li{
	line-height: 24px;
}
#footer .box4 ul li a{
	color: #666;
}
#footer .box4 ul li a:hover{
	color: #333;
}
#footer .art{
	padding-bottom: 15px;
	border-bottom:1px solid #f4f4f4;
}
#footer .art .xydz{
	width: 260px;
}
#footer .art .xydz ul{
	color: #666;
	margin:4px 0 0 10px;
	font-size: 13px;
	line-height: 24px;
	/*color: #666;*/
}
#footer .art .menu{
	margin-right: 60px;
}
#footer .art .menu ul{
	line-height: 24px;
}
#footer .art .links{
	margin-right: 0;
        width:500px;
}
#footer .art .links ul{
	float: left;
	margin-right:40px;
}
#footer .art .links select{
	width: 160px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	color: #666;
	margin: 4px 0;
	border-radius: 4px;
}
#footer .art .followUs{
	float: right;
}
#footer .art .followUs ul li{
	font-size: 13px;
	float: left;
	text-align: center;
}
#footer .art .followUs img,#footer .gd .followUs ul li img{
	width: 90px;
	height: 90px;
	margin-right: 10px;
	border:1px solid #eee;
}
#footer .gd{
	padding-top: 20px;
}
#footer .gd .gdLogo{
	padding-left: 10px;
	width: 260px;
}
#footer .gd .contact{
	font-size: 13px;
	color: #333;
}
#footer .gd .followUs{
	float: right;
}
#footer .gd .followUs ul li{
	font-size: 13px;
	float: left;
	text-align: center;
}

/*------ footer ------结束*/

/*------文章页列表页 侧栏 sidebar------S*/
#sidebar{
	float:left;
	/*width: 260px;*/
	width: 240px;
}
#sidebar .title{
	/*letter-spacing:2px;*/
	padding-left:30px;
	font-size: 18px;
	font-weight: bold;
	/*height: 40px;
	line-height: 40px;*/
	height: 58px;
	line-height: 58px;
	color: #333;
	/*text-shadow: 1px 1px 2px #898989; */
	background-color: #fff;
	/*border-bottom: 1px solid #ccc;*/
	/*box-shadow: 1px 1px 1px #ccc;*/
}
#sidebar>ul{
	margin-top: 30px;
}
#sidebar>ul>li{
	/*font-size: 16px;*/
	font-size: 18px;
	/*line-height:45px;*/
	line-height:58px;
	padding:0 30px;
	/*border-bottom: 1px solid #ececec;*/
	background-color: #fff;
}
/*#sidebar ul li:hover{
	cursor: pointer;
	background-color: #f5f5f5;
}*/
#sidebar>ul>li a{
	display: block;
	/*padding-left:38px;*/
	/*color: #5f5e5e;*/
	color: #666;
	border-bottom: 1px solid #ececec;
}
#sidebar>ul>li a:link{
	color: #666;
}
/*#sidebar ul li a:visited{
	color: #d32f2f;
}*/
#sidebar ul li a:hover{
	color: #d32f2f;
}
#sidebar ul li a:active{
	color: #d32f2f;
}
/*#sidebar ul li:hover a{
	color: #4378ba;
}*/
/*#sidebar ul li a span{
	float: right;
	margin-right: 10px;
}*/
#sidebar>ul>li .second li a{
	font-size: 14px;
	padding-left: 20px;
	padding-left: 26px;
	background:url(../images/icon_dot.png) no-repeat center left; 
}
/*------文章页列表页 侧栏 sidebar------E*/