body{
	position: relative;
}
.container{
	width:1180px;
	margin:0 auto;
	overflow: hidden;
}
.header-bg{
	height:40px;
}
.header-top{
	background-color:#ededed;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 999999;
}
.hrader-top-left{
	height: 40px;
}
.hrader-top-left a{
	font-size: 14px;
	margin-right:20px;
}
.hrader-top-left a:hover{
	color:#1AAF1E;
}
.header-top-right a{
	margin-left:20px;
	font-size: 14px;
	position: relative;
}
.header-top-right a.login::before{
	content:"";
	position: absolute;
	top:0;
	bottom:0;
	left:-10px;
	margin:auto;
	height: 12px;
	border-left: 1px solid #999;
}
header.pc-header .logo a img{
	width: 215px;
}
header.pc-header .logo .txt-image{
	width: 545px;
}
.mobile-header{
	display: none;
}
/* 搜索 */
.search-box{
	background-color: #fff;
	display: inline-block;
	height: 30px;	
}
.search-box input{
	height:30px;
	padding:0 10px;
	width:160px;
	box-sizing: border-box;
}
.search-box a{
	width:30px;
	height:30px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-left:0;
	background-color:#11be42;
}
.search-box a i{
	font-size:16px;
	color:#fff;
}

/* 手机版搜索 */
.web-search{
	display: flex;
	height: 0;
	padding:0;
	background-color: #ddd;
	transition: all .5s; 
	overflow: hidden;
}
.web-search.on{
	height: auto;
	padding:.3rem;
}
.web-search input{
	padding:0 .3rem;
	height:1.5rem;
	width: 14rem;
	box-sizing: border-box;
	font-size: .65rem;
}
.web-search a {
	width: 1.5rem;
	height: 1.5rem;
	background-color: #11be42;
}
.web-search a i {
	font-size: .7rem;
	color: #fff;
}
/* 侧面导航 */
.aside{
	width: 100px;
	height: 240px;
	border-radius: 60px;
	padding:30px 0;
	box-sizing: border-box;
	background-image: linear-gradient(#01d880, #1ab01f);
	background-color: #11be42;
	position: fixed;
	right:15px;
	top:250px;
	z-index: 9999;
}
.aside img{
	display: block;
	margin:0 auto;
}
.aside span{
	display: block;
	color:#fff;
	text-align: center;
	font-size:12px;
	line-height:2;
	margin-top: 5px;
}
.aside a + a{
	display: block;
	margin-top: 12px;
}
.footer-bg{
	height: 325px;
}
footer{
	background-color: #ededed;
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
}
footer .footer-nav{
	padding:10px 0;
}
footer .footer-nav nav{
	width: 390px;
	display: inline-block;
}
footer .footer-nav nav a{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #ccc;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
footer .footer-nav nav a.down{
	background-color: #333333;
	color:#fff;
}
footer .footer-nav nav a:hover{
	background-color: #1AAF1E;
	color:#fff;
}
footer .footer-logo{
	width: 220px;
	margin-top: 30px;
}
footer .footer-copyright{
	background-color:#ccc;
	padding:15px 0;
}
footer .footer-copyright .link{
	display: inline-block;
}
footer .footer-copyright .link a{
	margin-right: 5px;
}


/* 列表页 */
.list-page-route{
	background-color: #ededed;
	height: 40px;
	line-height: 40px;
	margin-bottom: 40px;
}
.list-page-route a.home,
.list-page-route i{
	color:#666;
}
.list-page-route h3{
	display: none;
}
.list-page-nav{
	width: 280px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}

.list-page-nav .page-title span{
	font-size: 20px;	
}
.list-page-nav .page-title p{
	text-transform: capitalize;
	margin-top: 5px;
	color:#999;
}
.list-page-nav a{
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
}
.list-page-nav a.active,
.list-page-nav a:hover{
	background-image: linear-gradient(#399afd,#544eff);
	color:#fff;
}
.list-page-nav .page-title{
	height: 100px;
	display: block;
	width: 100%;
	background-color: #666;
	color:#fff;
	padding-top: 30px;
	box-sizing: border-box;
}

@media only screen and (max-width: 1240px), only screen and (max-device-width: 1240px) {
   .container{
   	  width:960px;
   }
   .list-page-nav{
	   width: 220px;
	   font-size: 16px;
   }
   .list-page-nav .page-title{
	   height: 100px;
   }
}


@media only screen and (max-width: 980px), only screen and (max-device-width: 980px) {
   .container{
   	  width:720px;
   }
   header.pc-header .logo .txt-image{
	  width: 400px;
   }
   .search-box{
	   display: none;
   }
   
    .list-page-route{
	   font-size: .55rem;
	   line-height: 1.3rem;
	   height: 1.3rem;
	   overflow: hidden;
	   text-overflow: ellipsis;
	   white-space: nowrap;
	   padding: 0 .5rem;
	   margin-bottom:0;
   }
   .list-page-route .container{
	   text-align: left;	     
   }
   .list-page-route h3 {
       font-size: .55rem;
       color: #666666;
       line-height: 1.3rem;
	   display: inline-block;
	   font-weight: normal;	 
   }
   .list-page-route a{
	   color:#666;
   }
}

@media only screen and (max-width: 730px), only screen and (max-device-width: 730px) {
   .container{
   	  width:100%;
   }
   .pc-header{
	   display: none;
   }
   .mobile-header{
   	   display: flex;
	   background-color: #fff;
	   padding:.5rem;
   }
   .mobile-header a img{
	   height:2.6rem;
   }
   .mobile-login a{
	   font-size:.6rem;
   }
   .mheader-menu{
	   width: 1.15rem;
	   margin-right: .5rem;
   }
   .index_nvmenu {
       position: absolute;
       top: 0;
       right: 0;
       background: rgba(53, 53, 53, 0.9);
       width: 7rem;
       display: none;
       z-index: 999;
       padding: 0 .5rem 3rem;
   }
   
   .index_nvmenu img {
       position: absolute;
       width: .8rem;
       height: auto;
       top: 1rem;
       right: 1rem;
   }
   
   .index_nvmenu ul {
       margin-top: 2.5rem;
   }
   
   .index_nvmenu ul li a {
       display: block;
       font-size: .55rem;
       color: #ffffff;
       text-align: center;
       line-height: 2.8;
   }
   
   .aside{
	   display: none;
   }
   
   .list-page-route{
	   display: none;
   }
  

  
   .list-page-nav{
	   width: 100%;
	   display: flex;
	   align-items: center;
	   justify-content: space-between;
	   flex-wrap: wrap;
	   padding:.5rem;
	   box-sizing: border-box;
   }
   
   .list-page-nav .page-title{
	   display: none;
   }
   
   .list-page-nav a{
	   display: block;
	   width: 7.25rem;
	   height:1.4rem;
	   text-align: center;
	   line-height: 1.4rem;
	   font-size: .55rem;
	   background: #f6f6f6;
	   color: #444444;
	   border-radius:5px;
	   border: 1px solid #ddd;
	   margin-bottom: .5rem;
   }
     .expert_detail_nav{
	  display: none;
  }
   
   .footer-bg{
	   height:10rem;
   }
   footer .footer-nav{
	   padding:0rem .5rem;
   }
   footer .footer-logo{
	   display: none;
   }
   footer .footer-nav nav{
	   width: 100%;
	   display: flex;
	   align-items: flex-start;
	   justify-content: space-between;
	   flex-wrap: wrap;
   }
   footer .footer-nav nav a{
	   width: 4.65rem;
	   height:2rem;
	   line-height: 2rem;
	   font-size: .55rem;
	   margin-right: 0;
	   margin-top: 0.25rem;
	   margin-bottom: .25rem;
   }
   footer .footer-copyright{
	   padding:.5rem 0;
   }
   footer .footer-copyright .link{
	   padding: 0 .5rem;
	   display: block;
	   font-size: .55rem;
	   text-align: center;
   }
   footer .footer-copyright p{
	   float: none;
	   text-align: center;
	   font-size: .55rem;
	   margin-top: .5rem;
   }   
}