body {
  font-family: Arial, 'Times New Roman', 'Microsoft YaHei', 'SimHei';
  background-color: #fff;
  font-size: 15px;
}
.header .logo a.logomobile{
display:none;
}
.container-fluid{
padding-right:0;
}
.mobilenav{
display:none;
position:relative;
}
.navbar{
    position: absolute;
    top: 15px;
    right: 0;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}

/*------头部 header-----[开始]*/
.header {
  height: 130px;
  background-color:rgba(255, 255, 255, 0.3);
}

.header .wrap {
  height: 100%;
 /* background:url(../image/header-bg.png) no-repeat 470px -1px;*/
}

.header .logo {
  float: left;
  margin-top: 26px;
    position: relative;
}

.header .logo a {
  display: inline-block;
}

.header .logo>image {
  height: 84px;
}

.header .form {
  float: right;
  margin-top: 46px;
}

.header .search {
  height: 38px;
  line-height: 38px;
  border-radius: 25px;
/*
  background-color: #CDE5F6;
*/
border: 1px solid #005ca1;
}

.header .search .text {
  float: left;
  width: 200px;
  height: 38px;
  padding: 0 5px 0 10px;
  border: none;
  background: none;
  color: #999;
  outline: none;
  font-size: 14px;
}

.header .search .button_box{
  display: inline-block;
  float: right;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #005ca1;
  text-align: center;
}
.header .search .button {
  cursor: pointer;
  /*float: right;
  border: none;*/
  outline: none;
  /*width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EBA731 url(../images/icon_search.png) no-repeat center;*/
  margin: 10px 0 0;
}

/*------头部 header-----[结束]*/

/*------导航 nav-----[开始]*/
/*一级导航---[开始]*/
.nav {
margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  background-color: #005ca1;
  box-shadow: 0 4px 7px #e0e0e0;
}

.nav a {
  color: #fff;
  text-decoration: none;
}

.nav .first-menu>li {
  float: left;
  letter-spacing: 1px;
  z-index: 999;
}

.nav .first-menu>li>a {
  /*float:left;*/
  display: block;
  padding: 0 32px;
  padding: 0 26px;
  padding: 0 22px;
  /* padding: 0 17px; */
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  /*background:#0b6cb8;*/
}

.nav .first-menu>li>a:hover {
  color: #005ca1;
color: #fff;
    background-color:#297dbc;
}

/*一级导航---[结束]*/

/*二级菜单---[开始]*/
#webmenu li ul {
  display: none;
}

#webmenu li ul li {
  float: none;
}

*html #webmenu li ul li {
  display: inline;
}

#webmenu li ul a {
  font-size: 14px;
  display: block;
  float: none;
  /*height: 38px;
  line-height: 38px;
  border-top: 1px solid rgb(41 110 166 / 66%);    
  border-top: 1px solid rgb(0 43 72 /66%);
*/
  color: #fff;
  line-height: 20px;
  padding: 10px 2px;
  text-transform: capitalize;
}

#webmenu li ul a:hover {
  background-color: #297dbc;
}

#webmenu .height-auto {
  line-height: 15px;
  padding: 5px 10px;
}

.second-menu,
.third-menu,
.fourth-menu {
  position: absolute;
}

.second-menu li,
.third-menu li,
.fourth-menu li {
  /*background-color:rgba(3,124,216, 0.8)!important;
  filter:Alpha(opacity=80);
  background-color:#037cd8;*/
background-color: #005ca1;
  
}

.first-menu li {
  float: left;
  position: relative;
}

.second-menu {
  font-size: 14px;
  top: 48px;
  right: 0;
  width: 112px;
  /* width: 102px; */
  /*border-top: 1px solid #E3E3E3;*/
    right: 50%;
    transform: translateX(50%);
}

*html .second-menu {
  right: -1px;
}

.second-menu a {
  font-size: 12px;
}

.second-menu a.arrow {
  background: url(../image/arrow.png) no-repeat right top;
}

/*.second-menu a.arrow:hover {
	background: url(../image/arrow.gif) no-repeat right -32px;
}*/
/*.second-menu a.arrow-02 {
	background: url(../image/arrow.gif) no-repeat right -64px;
}*/
/*.second-menu a.arrow-02:hover {
	background: url(../image/arrow.gif) no-repeat right -110px;
}*/
.third-menu,
.fourth-menu {
  /* min-width: 112px; */
  width: 132px;
  width: 112px;
  /* width: 102px; */
  top: 0;
  /* left: 108px; */
  left: 132px;
  left:112px;
  /* left:102px; */
  border-left: 1px solid #E3E3E3;
}

/*.third-menu a {
	background:#004986;
	font-weight:normal;
	border-top:1px solid #595959;
	border-left:1px solid #595959;
	border-bottom:1px solid #333;
	border-right:1px solid #333;
}*/

#subMgm .third-menu {
	left:112px;
  /*left:102px;*/
}
#subMgm .fourth-menu {
	left:112px;
  /* left:102px; */
}
/*#subMusic, #subNews,#subMgm {
  width:132px;
  width:102px;
}*/

 .long .second-menu{
  width: 129px;
  /* width: 119px; */
}
.long .third-menu{
  left:129px;
  /* left:119px; */
}

/*二级菜单---[结束]*/
/*------导航 nav-----[结束]*/

/*------底部 footer-----start*/
#footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  background: url(../image/footer_bg.png) no-repeat center;
  padding: 50px 0;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer a {
  color: #fff;
}

#footer .footer_box {
  float: left;
}

#footer .friendLinks {
  width: 500px;
}

#footer .friendLinks h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

#footer .friendLinks h4 img {
  vertical-align: middle;
}

#footer .friendLinks ul li,
#footer .friendLinks .selectLink {
  float: left;
  width: 240px;
  line-height: 38px;
}

#footer .friendLinks ul li a:hover {
  color: #e79a2e;
}


#footer .friendLinks select {
  width: 170px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #0771C1;
  margin: 4px 0;
  margin-top: 10px;
  margin-left: 0;
  border-radius: 4px;
  border-color: #41B6E4;
  background-color: rgba(255, 255,255, 0.8);
}

#footer .wechat {
  height: 100%;
  text-align: center;
  margin: 0 60px 0 -10px;
  padding: 0 60px 10px;
  border-left: 1px solid rgb(41 110 166 / 66%);
  border-right: 1px solid rgb(41 110 166 / 66%);
}

#footer .wechat h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}

#footer .wechat .erweima {
  width: 112px;
  height: 112px;
  margin: 0 auto;
  margin-top: 20px;
}

#footer .wechat .erweima img {
  width: 112px;
  height: 112px;
}

#footer .address {
  /*padding-top: 20px;*/
  padding-top: 24px;
}

#footer .address p {
  /*line-height: 38px;*/
  line-height: 36px;
}

/*#copyright{
	font-size: 14px;
	padding-top:18px;
	text-align: center;
	height: 85px;
	line-height: 25px;
	color: #fff;
	background-color: #004986;
}*/
/*------底部 footer -----end*/


/* 斜线标题 */
.common-title{
  background: url(../image/icon_column_h_line1.png) repeat-x center;
  height: 22px;
  margin-bottom: 10px;
}
.common-title-name{
  float: left;
  border-left: 4px solid #005ca1;
  font-size: 22px;
  background: #fff;
  height: 22px;
  line-height: 22px;
  padding-left: 12px;
  padding-right: 12px;
}
.common-title-more{
  float: right;
  height: 22px;
  line-height: 22px;
  background: #fff;
  padding-left: 12px;
  font-size: 14px;
  font-weight: 400;
}
.common-title-more a{
  color: #005ca1;
}

/* 定位 */
.location{
  width: 100%;
  height: 310px;
  background-image: url(../image/location.png);
  background-position-y: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.location-wrap{
  position: relative;
  height: 100%;
}
.location-name{
  position: absolute;
  bottom: 20px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.location-path{
  position: absolute;
  bottom: 20px;
  right: 0;
  font-size: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #FEFFFF;
}
.location-path a{
  color: #FEFFFF;
}

/*------文章页列表页 左侧导航列表 sidebar2 ------开始*/
#sidebar{
	float: left;
	width: 260px;
	background-color: #fff;
	z-index: 9999;
  /* box-shadow: 1px 1px 10px #ddd; */
}
#sidebar p{
	margin:0;
	padding:0;
}
#sidebar .title{
	width: 100%;
	color: #fff;
	padding-left: 25px;
    height: 60px;
	line-height: 60px;
	font-size:23px;	
  background-color: #005ca1
}
#sidebar .list_dl{
	margin:0;
  border-left: 12px solid #005ca1;
}
#sidebar .list_dt{
    background: #fff;
    /*background: #ccc;*/
    color: #5f5e5e;
    /*width: 260px;*/
    width: 248px;
    padding: 0 40px 0 28px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #ddd;
}
#sidebar .list_dt:hover{
    color: #005ca1;
    /*background: #fafafa; */
}
#sidebar .list_dt:hover ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #048df4;
}
/*
#sidebar .current{
	border-left:4px solid #ff9400;
}
*/

#sidebar .current{
   color:#005ca1;
   background-color:#f2f7fd;
}

#sidebar .current ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #048df4;
}

#open{
    /*background: #fafafa;*/
}
#open ._after{
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff9400;
}
#sidebar .list_dt_icon{
    position: absolute;
    right: 10px;
    top: 9px;
    display: block;
    width: 16px;
    height: 16px;
    margin-top: 8px;
    /*width: 12px;
    height: 12px;
    margin-top: 11px;*/
    background: url("../image/off.png") no-repeat;
}
#open .list_dt_icon{
    background: url("../image/open.png") no-repeat;
}
#sidebar .list_dd{
    display: none;
    /*display: block;*/
    margin-left: 0;
}
#sidebar .list_li{
    background: #fff;
    /*background: #ccc;*/
    list-style-type: none;
    color: #7d7d7d;
    /*width: 260px;*/
    width: 100%;
    padding: 0 0 0 46px;
    /* height: 50px; */
    /* line-height: 50px; */
    padding: 14px 0 14px 42px;
    line-height: 22px;
    cursor: pointer;
    border-bottom: 1px solid #f3f0f0;
}
#sidebar .list_li:hover{
    color: #005ca1;
    /*background: #fafafa; */
}
/*------文章页列表页 左侧导航列表 sidebar2 ------结束*/

.main{
  background-color: #f0f1f6;
  padding: 30px 0;
}
.mainRight {
  float: right;
  width: 900px;
  min-height: 500px;
  background-color: #fff;
}
