@charset "utf-8";
/* CSS Document */
#triangle-down {
display: inline-block; 
width: 0; 
height: 0; 
border-top: 0.4rem solid transparent; 
border-left: 0.6rem solid #e5e5e5;
border-bottom: 0.4rem solid transparent;
margin-right:0.5rem;
} 

/*头部*/
#header {
    width: 100%;
    height: 6.6rem;
    position: fixed;
    top: 0rem;
    left: 0;
    z-index: 99;
    background: #fff;
	border-bottom:0.2rem #ab080e solid;
	background: url(../images/nav_bg.jpg);
}
.top_nav_logo{
	width:26.666%;
	height:5.6rem;
	text-align:center;
	margin-left:1.5rem;
	margin-top:1rem;
	display:block;
	float:left;
}
.top_nav_logo img{ 
	width:auto;
	height:80%;}
	
.top_nav{
	width:22.5%;
    height: 6.6rem;
    display: block;
	float:right;
    background: url(../images/caidan.png) center no-repeat;
    background-size: auto 33.6%;

	}
/*banner*/
.main{ 
	max-width:750px;
	width:100%;
	margin:0 auto;
	margin-top:6.6rem;
	overflow:hidden;
	background-color:#e6e6e6;}

/*侧栏
#sidenav{
	z-index: 999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: #24315e;
    top: 0;
    left: 0;
    overflow: hidden;}
#sidenav ul {
    width: 105%;
    text-align: center;
    height: 90%;
    position: absolute;
    left: 50%;
    margin-left: -52.5%;
    padding: 0 20%;
    bottom: 5%;
    overflow-y: auto;
}
#sidenav li {
    text-align: left;
    border-bottom: 0.2rem solid #b3b3b3;
    padding-bottom: 0;
}
#sidenav li.bdbt{
    border-bottom: 0.2rem solid #d7444c;
}
#sidenav li h1 {
    text-align: left;
    padding-left: 0.5rem;
    color: #999;
    font-size: 1.8rem;
    height: 6rem;
    line-height: 6rem;
    background: url(../images/snav.png) 95% center no-repeat;
    background-size: 6% auto;
}
#sidenav .current {
    width: 100%;
    color: #7B705E;
    background: url(../images/snavon.png) 95% center no-repeat;
    background-size: 6% auto;
}
#sidenav li dd:last-child {
    border: none;
}
#sidenav li dd {
    border-bottom: 0.2rem solid #66677C;
    padding-left: 1rem;
}
#sidenav li dd a {
    display: block;
    width: 100%;
    color: #d8d8d8;
    height: 3.5rem;
    line-height: 3.5rem;
}
#sidenav li.pdbt-40 {
    padding-bottom: 40px;
}
#sidenav .snvind_special {
    background: none;
}
#sidenav .sidenav_close {
    position: fixed;
    top: 0;
    right: 0;
    background: url(../images/sidenav.png) center no-repeat;
    background-size: auto 100%;
    width: 5.6rem;
    height: 5.6rem;
}
#sidenav li dl {
    display: none;
}*/


/*侧栏*/
#sidenav{ display: none;
/*	z-index: 999;
    position:relative;
    width: 100%;
	height:90%;
	overflow:hidden;
    overflow: hidden;
    background: #fff;
*/   }
#sidenav ul {
    width: 100%;
    text-align: center;
	overflow:hidden;
	position: absolute;
    padding: 0 5%;
	background-color:#fff;
	top:6.6rem;
	left:0;
}
#sidenav li {
    text-align: left;
    border-bottom: 0.1rem solid #E8E8E8;
    padding-bottom: 0;
	width:100%;
	overflow:hidden;
}
#sidenav li.bdbt{
/*    border-bottom: 0.2rem solid #d7444c;
*/}
/*#sidenav li:first-child { padding-bottom: 0; }*/
#sidenav li h1 {
    text-align: left;
    padding-left: 0.5rem;
    color: #333333;
    font-size: 1.6rem;
	line-height: 4.5rem;
    background: url(../images/snav.png) 95% center no-repeat;
    background-size: 6% auto;
}
#sidenav .current {
    width: 100%;
    color: #fff;
    background:#24315F url(../images/snavon.png) 95% center no-repeat;
    background-size: 6% auto;
}
#sidenav li dd:last-child {
    border: none;
}
#sidenav li dd {
    border-bottom: 0.1rem solid #E6E6E6;
    padding-left: 1rem;
}
#sidenav li dd a {
    display: block;
    width: 100%;
    color: #333333;
    height: 3.5rem;
    line-height: 3.5rem;
}
#sidenav li.pdbt-40 {
    padding-bottom: 0;
}
#sidenav .snvind_special {
    background: none;
}
#sidenav .sidenav_close {
    position: fixed;
    top: 0;
    right: 0;
    background: url(../images/sidenav.png) center no-repeat;
    background-size: auto 100%;
    width: 5.6rem;
    height: 5.6rem;
}
#sidenav li dl {
	    padding: 0 1rem;
    display: none;
}
/*底部*/
#footer{
	width:100%;
	background: #333;
    text-align: center;
    padding: 1rem;
    overflow: hidden;
}
#footer a{
    color: #999999;
}
#footer p {
    float: right;
    font-size: 1rem;
    line-height: 2.2rem;
    text-align: center;
    color: #999999;
    width: 100%;
    font-weight: normal;
}
#footer strong {
    font-weight: normal;
}
/*返回*/
.Return{
    position: fixed;
    width: 5rem;
    height: auto;
    right: 0;
    bottom: 2rem;
}