body
{
    padding:0;
    margin:0;

}



.right
{
    display: block;
    width: 40%;
    position: absolute;
    height: 100%;
    top: 0;
    right:14%;

}
.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;

}
.dingnav a{
    display: block;
    font-family:"微软雅黑", "宋体";
    font-size:14px;
    color:#a55f23;
    margin:18px auto;}

.leftnav a:hover
    {
      color:#a55f23;
    }

 .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;
    }
    .linkB
    {
    display: block;
            color: #a55f23;
            text-decoration: none;
            text-align: center;
    }
    .tis
    {
        font-family: "微软雅黑","宋体";
        font-size: 20px;
        font-weight: bold;
        color: #25262b;
        margin: 20px 0px 10px 0px;
        text-align:left;
    }
    .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;
        }


@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;}
    .right .cont img{width: 100%;}
    .right .cont #shareimg{width: auto!important;}
}

