html {
	overflow-y: scroll; /* IE */
	height: 100%;/* Moz */
	margin-bottom: 0.1em;
}
body 
{
    padding:0;
	margin: 0;
	color: #000000;
	line-height: 1.2;
}

a
{
    /*color: #000;*/
    text-decoration: none;
    cursor: pointer;
    /*outline: none;*/
}

a:hover
{
  /*color: #000;
  text-decoration: underline;*/
}

a.nonlink, a.nonlink:hover
{
  /*color: #000;*/
  text-decoration: none;
}

.nav
{
    position: fixed;
    width: 16%;
    height: 100%;
    z-index: 2000;
    top: 0;
}

#arise
{
    font-family: "微软雅黑", "宋体";
    position: absolute;
    padding-top: 100%;
    width: 100%;
    height: 100%;
    text-align: center !important;
    background: none repeat #25262b;
    filter: alpha(opacity=70);
    opacity: 0.7;
    border-right: 3px solid #fcdfb3;
    display: none;
    z-index: 3000;
}

    #arise ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #arise ul li
        {
            line-height: 30px;
        }

            #arise ul li a
            {
                color: #FFF;
                text-decoration: none;
            }

                #arise ul li a:hover
                {
                    color: #fcdfb3;
                    text-decoration: none;
                }

    #arise p
    {
        font-size: 14px;
        letter-spacing: 3.8px;
      	margin: 0;
      	padding:0;
      	line-height: 36px;
        /* 灰字*/
    }

/*#arise ul li dl
    {
        display: none;
        height: 68px;
        list-style-type: none;
        margin-bottom: 30px;
        text-align: center;
    }*/

#minnav p, #minnav dt a
{
    font-size: 14px;
    text-decoration: none;
    color: #fcdfb3;
}

    #minnav dt a:hover
    {
        color: #a55f23;
    }

#nav
{
    position: fixed;
    padding-top: 0px;
    padding-left: 32px;
    width: 24px;
    height: 24px;
    z-index: 2100;
  	top:40px;
}
#foottext span a{ color:#a9abae; }
#foottext span a:hover{color:#fcdfb3; }
@media only screen and (max-height: 750px) {
    .logo img {height:120px;}
    .left img {height:100px;}
}
@media only screen and (max-width: 1024px) {
    .header .logo{text-align: center;}
    .header .logo img{width: 35%;max-width: 160px;height: auto;}
    .nav{width: 36% !important;}
}

