#box
{
    margin: 0 auto;
    width: 900px;
    position: absolute;
    left: 26%;
}

.Scroller-Container
{
	position: absolute;
	top: -2%;
	left: -3%;
	width: 94%;
	height: auto;
}

.Scrollbar-Up
{
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #25262b;
    font-size: 0px;
    top: 5px;
  display:none;
}

.Scrollbar-Track
{
    width: 10px;
    height: 380px;
    position: absolute;
    top: 0;
    background-color: #eee;
}

.Scrollbar-Handle
{
    position: absolute;
    width: 10px;
    height: 30px;
    background-color: #fcdfb3;
}

.Scrollbar-Down
{
    position: absolute;
    top: 386px;
    width: 10px;
    height: 10px;
    background-color: #25262b;
    font-size: 0px;
    left: 0px;
  display:none;
}

#Scrollbar-Container
{
    position: absolute;
    top: 10%;
    left: 95%;
}

#Container
{
	position: absolute;
	top: 10%;
	left: 5%;
	width: 94%;
	height: 50%;
	background-color: #fff;
}

#News, #About, #jiameng, #Extra, #yingsi
{
	position: absolute;
	top: 2px;
	overflow: hidden;
	width: 862px;
	height: 380px;
	display: none;
	left:-4px;
}

#News
{
    display: block;
}

#Container p
{
    margin: 0;
    padding: 0px 20px 10px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #25262b;
}

#Navigation
{
    position: absolute;
    top: 18%;
    left: -5%;
    width: 8%;
    height:18%;
}

    #Navigation a
    {
        margin: 5px 2px 0 0;
        padding: 0 5px;
        height: 20px;
        background-color: #fff;
        font-family: "微软雅黑";
        font-size: 14px;
        color: #25262b;
        text-decoration: none;
        display: block;
        letter-spacing: 1px;
        width: 76px;
		/*border-bottom:#25262b 1px solid;*/
}

        #Navigation a:hover
        {color: #fcdfb3;
            /*margin-top: 0px;
            height: 25px;*/
        }

        #Navigation a.current
        {
            /*margin-top: 0px;
            height: 25px;*/
            background-color: #fff;
            color: #a55f23;
        }



@media only screen and (max-width: 1024px) {
    #box, #Container, #News{width: 100%;position: relative;}
    #box{left: 0;}
    #Navigation{width: 100%;position: relative;text-align: center;left: 0;height: 35px;line-height: 35px;margin-bottom: 32px;}
    #Navigation a{display: inline-block;width: 60px;margin: 0;}
    #Container{}
}




