﻿* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 12px/20px;
    color: #333;
    margin: 0px;
}
/*土黄色按钮*/
.btnTu {
    margin: 0px auto;
    width: 200px;
    border: 0px solid #ccc;
    border-radius: 23px;
    background-color: #B48847;
    height: 46px;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin-top: 30px;
}

    .btnTu:hover {
        background-color: #E2BC94;
        text-decoration: none;
    }

.p1250 {
    margin: 0px auto;
    width: 1250px;
    text-align: center;
}

.bkimg {
    /*background-repeat: no-repeat;
   background-attachment:fixed;
   background-position:center;
   background-image:url(img/LmBk01.jpg);
   background-size: 100%;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-image: url('/img/LmBk01.jpg');
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position:center top;
    background-size: 100%;*/
    width: 100%;
    /*height:4760px;*/
    background-color: #fff;
    background-image: url('/img/LmBk01.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    background-color: white;
}


img {
    border: 0px;
}

a {
    text-decoration: none;
    color: #333;
}

    a, a:hover {
        text-decoration: none;
        color: #333;
    }

a {
    outline: none;
    text-decoration: none;

}

    a:active {
        star: expression(this.onFocus=this.blur());
        text-decoration: none;

    }

ul, li {
    list-style: none;
}

/*tab中的list样式=====*/
.mxList {
    margin: 10px;
}

    .mxList ul li {
        list-style: none;
        height: 28px;
        text-align: left;
        line-height: 28px;
    }

.mxDotLine {
    border-style: none none dashed none;
    border-color: #c2c2c2;
    height: 1px;
    width: 100%;
}

.mxLink {
    font-size: 15.5px;
    text-align: left;
    color: #222;
    text-decoration: none;
}

    .mxLink:hover {
        color: red;
    }

.mxDot {
    width: 14px;
    height: 14px;
    display: inline-block;
    font-size: 16px;
    line-heigth: 16px;
    text-align: center;
    color: #e2e2e2;
    text-decoration: none;
    margin-right: 6px;
}

.mxDot:hover {
        color: red;
        text-decoration: none;
    }

.mxTime {
    float: right;
    color: #aaaaaa;
}
