﻿@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 #e7a856 solid;
}
.top_nav_logo{
	width:70.666%;
	height:6.6rem;
	text-align:center;
	padding: 1.5rem;
	margin-left: 1.5rem;
	display:block;
	float:left;
    background: url(../images/logo.png) left center no-repeat;
	background-size:auto  55%;
}
.top_nav_logo img{ 
	width:100%;
}
	
.top_nav{
	width:15.5%;
    height: 6.6rem;
    display: block;
	float:right;
    background: url(../images/caidan.png) center no-repeat;
    background-size: auto 35.6%;

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


/*底部*/
#footer{
	width:100%;
	background: #ffffff;
    text-align: center;
    padding: 1rem;
    overflow: hidden;
	border-top: 2px solid #c9823d;
}
#footer a{
    color: #999999;
}
.xy_fv{
	font-size: 1.6rem;
}
#footer p {
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 2.2rem;
    text-align: center;
    color: #999999;
    width: 100%;
    font-weight: normal;
}
#footer strong {
    font-weight: normal;
}
.more_icon {
    width: 100%;
	display: block;
	border-radius: 4rem;
    height: 4rem;
    background: #e7a856 url(../images/dian.png) center no-repeat;
    background-size: auto 21%;
    border: none;
    margin-top: 1rem;
	font-size: 1.6rem;
}
/*返回*/
.Return{
    position: fixed;
    width: 4rem;
    height: auto;
    right: 0;
    bottom: 2rem;
}

/*导航样式*/
#menu{
	background: #232323;
}
.left_nav{
	padding-right: 5rem;
	margin-top: 5rem;
	position: relative;

}
.cose{
	width: 3rem;
	position: absolute;
	top: -3rem;
	right: 2rem;
	
}
.cose img{
	-webkit-transition: -webkit-transform 300ms;
	transition:transform 300ms;
}
.left_nav img.wid50{
	width: 50%;
	margin-left: 3rem;
}
.left_nav img.wid100{
	width: 100%;
}
.left_nav a{
	display: block;
    position: relative;
    z-index: 2;
    font-size: 1.8rem;
    line-height: 42px;
    color: #a7a7a7;
	text-align: right;
}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
 
.slideout-panel {
  position:relative;
  z-index: 1;
}
 
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
 
.slideout-open .slideout-menu {
  display: block;
}            


.xinzengtup{
	
}








