@CHARSET "UTF-8";
body{
 width:100%;
 background-size:cover;
overflow:-Scroll;
overflow-x:hidden;
 }
.box{
	min-width:1024px;
	width:100%;
  	height:auto;
	/* background: url('../images/big_2.jpg') center top no-repeat; */
	background: url('../images/bg.jpg') center top no-repeat;
	background-color:#f7dfaf;
  }
.cursor{cursor:pointer;}
.dise{
background:url('../images/kuangbg.png');
background-size:120px 30px;
background-repeat:no-repeat;
color:#664030;
font-weight:bold;
text-align:center;
}
.piao{width:1912x;height:773px;position:absolute;left:50%;margin-left:-956px;top:-20px}
.mt{
	text-indent: 2em; 
}
.header
{
	width:100%;
	height:550px;
/* 	border:1px solid #f0f; */
}

.header .wuyou{
	position: absolute;
	margin-left:25%;
	margin-top:20px;
}

.small_box
{
	/*  position: absolute;  */
	/* border: 1px solid #0f0;  */
	/* background: url('../images/purple.png') center top no-repeat;  */
	width:100%;
	height:430px;
	 margin-top: 33%; 
	 color:#664030;
	  
}

.left11
{
	float:left;
	width:15%;
	height:570px;
	/* background: red; */
}


.center
{
	float:left;
	width:100%;
	
	
	/* border: 1px solid red;  */
}

.box_show{
	width:950px;
	margin: 0 auto;
	line-height: 30px;
	font-size:20px;
	
	
}

.right22
{
	float:left;
	width:15%;
	height:570px;
	/* background:orange; */
}


/* .footer
{
	width:100%;
	height:200px;
	background:#000;
} */
#footer{width:984px;height:100px;background:url(../images/footer_bg.jpg) no-repeat 0 0;margin:0 auto;position:relative;color:#4a4a4a;}

#footer .bg_l{background:url(../images/footer_bg_l.jpg) no-repeat 0 bottom;width:503px;height:200px;position:absolute;bottom:0;left:-502px;}
#footer .bg_r{background:url(../images/footer_bg_r.jpg) no-repeat 0 bottom;width:503px;height:200px;position:absolute;bottom:0;right:-503px;}
#footer .c_div{color:#4a4a4a; text-align:center;line-height:26px;padding-top:15px;}
#footer .c_div span.line{padding:0 5px;}
#footer .c_div a{color:#4a4a4a;}



.nav {
	width: 100%;
	height: 28px;
	
	margin: 0 auto;
	
}

.nav ul {
	float:right;
	width: 490px;
	height: 60px;
	margin-bottom: 0px;
	/*background-color: rgba(73,56,39,0.55);*/
	background: #493827\9;/*IE*/
	filter: alpha(opacity=55);/*IE*/
}

.nav li {
	
	height: 58px;
	line-height: 24px;
	margin-left: 2px;
	list-style: none;
	display: inline-block;
	
	float: left;
	margin-top: 3px;
	color:#999999;
	

}

/*.nav .last_li {
	border-right: none;
}*/

.nav a {
	color: #fff;
	text-decoration: none;
	width: 100px;
	height: 58px;
	font-size: 16px;
	float: left;
	text-align: center;
}

.lift-nav{
	position: fixed;
	top: 250px;
	right: 120px;
	display: none;
}
.lift-nav ul{font-size:0px;}
.lift-nav li{
	cursor: pointer;
}
.lift-nav li.current{
	
}
/* actGotop */
.actGotop{position:fixed;_position:absolute;bottom:215px;right:42px;width:150px;height:15px;display:none;}
.innerbox{
            overflow-x: hidden;
            overflow-y: auto;
            width:470px;
			height:400px;
			font-size:18px;
			cursor:pointer;
        }
        /*滚动条样式*/
        .innerbox::-webkit-scrollbar {/*滚动条整体样式*/
            width: 8px;     /*高宽分别对应横竖滚动条的尺寸*/
            height: 8px;
        }
        .innerbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
           border-radius: 5px !important;
    -webkit-box-shadow: inset 0 0 5px rgba(240, 240, 240, .5) !important;
    background: #9a8475 !important;
    cursor: pointer !important;
        }
        .innerbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
            -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
            border-radius: 0;
            background: rgba(0,0,0,0.1);
        }








