@CHARSET "UTF-8";
body{
 width:100%;
 background-size:cover;
overflow:-Scroll;
overflow-x:hidden;
 }
.box{
	min-width:1024px;
	width:100%;
  	height:3116px;
	/* background: url('../images/big_2.jpg') center top no-repeat; */
	background: url('../images/bg.jpg') center top no-repeat;
	
  }
.cursor{cursor:pointer;}
.hong{color:#FF0000;}
.biao{color:#FF0000;font-weight:bold;background-color: rgb(255, 255, 0);}
.title{color:#fda752;}
.jiacu{font-weight:bold;}
.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:250px;
/* 	border:1px solid #f0f; */
}

.header .wuyou{
	position: absolute;
	margin-left:15%;
	margin-top:20px;
}

.small_box
{
	/*  position: absolute;  */
	/* border: 1px solid #0f0;  */
	/* background: url('../images/purple.png') center top no-repeat;  */
	width:100%;
	height:1770px;
	 margin-top: 980px; 
	 color:#fbedb7;
	  
}

.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: 26px;
	font-size:18px;
	
	
}

.right22
{
	float:left;
	width:15%;
	height:570px;
	/* background:orange; */
}


/* .footer
{
	width:100%;
	height:200px;
	background:#000;
} */
#footer{width:984px;height:100px;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: 120px;
	height: 58px;
	font-size: 16px;
	float: left;
	text-align: center;
}

.lift-nav{
	position: fixed;
	top: 60px;
	right: 80px;
	display: none;
}
.lift-nav ul{font-size:0px;}
.lift-nav li{
	cursor: pointer;
}
.lift-nav li.current{
	
}

.table_jn{
	line-height:35px;border-collapse:collapse;border:1px solid #7c7879;
}
.table_jn td{border:1px solid #7c7879;}
/* actGotop */

.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);
        }








