/*body{ overflow:hidden;}*/



.right
{
    display: block;
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    right:4%;

}
.left
{
    display: block;
	list-style:none;
    /*background-position: center;*/
    width: 41%;
    position:fixed;
	text-align:center;
top:36%;
    /*background-image: url('../images/mx.png');
    background-repeat: no-repeat;*/

}

.leftnav a
{margin:18px auto;
    display: block;
	font-family:"微软雅黑", "宋体";
	font-size:14px;
    color:#25262b;

}

.leftnav a:hover
    {
      color:#a55f23;
    }
.dingnav a{
    display: block;
    font-family:"微软雅黑", "宋体";
    font-size:14px;
    color:#a55f23;
    margin:18px auto;}

 .k1
    {
        font-family: "微软雅黑";
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        padding: 6px;
        color:#a55f23 ;
       font-size:12px;
    }
    .k1:hover
    {
        color:#fcdfb3;

    }
    .k2
    {
        font-family: "微软雅黑";
        width: 80px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        padding: 6px;
        color: #a55f23 ;
        font-size:12px;
    }
        .k2:hover
    {
        color:#fcdfb3;
    }
    .cont
    {
    font-family: "微软雅黑", "宋体";
    color: #25262b;
    font-size: 12px;
    line-height: 20px;
    text-align:center;

    }
        .cont .ximg
        {
            margin-bottom: 7px;
             margin-top: 20px;
             width:100%;
             height:8px;
        }
            .tis
    {
        font-family: "微软雅黑","宋体";
        font-size: 20px;
        font-weight: bold;
        color: #25262b;
        margin: 20px 0px 10px 0px;
        text-align:left;
    }
/*  cursor:pointer;
#scroll
{
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

#Navigation
{
    position: absolute;
    margin-left: 20px;
    font-family: "微软雅黑", "宋体";
    color: #25262b;
    font-size: 12px;
    line-height: 20px;
    width: 78%;
    height:100%;//
    overflow: hidden;
    top: 0;
}*/

  /*  #Navigation .xian
    {
        margin-bottom: 7px;
        margin-top: 40px;
    }

    #Navigation .title
    {
        font-family: "微软雅黑","宋体";
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0px 0px 0px;
        color: #25262b;
    }

    #Navigation hr
    {
        margin: 4px 0px;
    }

    #Navigation ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #Navigation ul a
        {
            display: block;
            color: #a55f23;
            text-decoration: none;
        }

            #Navigation ul a:hover
            {
                display: block;
                color: #25262b;
                text-decoration: none;
            }

.imgbox
{
    text-align: center;
}

#scroRight
{
    overflow: hidden;
    float: right;
    width: 10px;
    height: 100%;
    background-color: #c1c4c4;
}

#scroLine
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 10px;
    background-color: white;
    height: 70px;
    cursor: pointer;
}*/

.cont .video_img img, .cont .video-js{width: 100%;}

@media only screen and (max-width: 1024px) {
    .left{position: relative;width: 100%;height: 40px;}
    .left li:nth-child(1){display: none;}
    .left .leftnav{display: inline-block;margin-left: 22px;}
    .left .leftnav:nth-child(1){margin-left: 0;}
    .right{position:relative;width: 94%;right: 0;margin: 0 auto;}
}

