﻿* {
    margin: 0;
    padding: 0;
    font-family:'Microsoft YaHei';
}
body {
width:100%;
height:auto
}

.container {
    width: 100%;
}

.main {
    width: 960px;
    margin: 0 auto;
}

/*main结束*/
.bottom {
    width: 100%;
    height: 130px;
    background-color: #464646;
    padding:10px 0;
    margin-top:10px;
    margin-bottom:0px
}
.bottom_c_container {
    width: 960px;
    height:auto;
    margin: 0 auto;
}
.bottom_l_content {
    width: 720px;
    float: left;
    margin-right:10px;
}
.bottom_l_content p a:link, .bottom_l_content p a:active {
    color:#cfcfcf;
    text-decoration:solid
}

.bottom_l_content p a:hover, .bottom_l_content p a:visited {
    color:red;
    text-decoration:solid
}

.bottom p {
    height:32px;
    color: #cfcfcf;
    font-size: 13px;
    text-align:center;
    line-height:32px;
}
.bottom_r_code {
    width: 230px;
    height:130px;
    float:left;
    font-size: 13px;
    line-height:130px;
    color: #cfcfcf;
    position:relative
}
.bottom_r_code img {
    width: 110px;
    height: 110px;
    position:absolute;
    top:10px;
    right:0;
}