
/**
设置所有页面的背景色
 */
body {
    margin: 0px;
    background: url('../../images/wap/home/beijing.png')
}


/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 0.06rem;
    background-color: #e9e3d7;
}

.header {
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height: 60px;
    background: url("../../images/wap/public/beijing.png") repeat-y;
    background-size: 100%;
    z-index: 1000; /* 必须高于banner层级 */
}
.logo-div {
    display: inline;
    margin-left: 22px;
    margin-top: 13px;
    float: left;
}
.logo {
    width: 215px;
    height: 36px;
    vertical-align:middle;
}
.anniu-div {
    margin-top: 21px;
    margin-right: 22px;
    display: inline;
    float: right;
}
.anniu {
    width: 23px;
    height: 17px;
}

/*   footer样式*/
.footer {
    background: #910e00;
    margin-top: 40px;
    /*height: 400px;*/
    text-align: center;
}
.base-info p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
    color: #eee;
    font-family: DINNextW01Light;
}
.copyright p {
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 13px;
    line-height: 15px;
    color: #eee;
    font-family: DINNextW01Light;
}

/*导航栏样式*/
section{
    margin:4em 0;
}
.sidebar{
    margin:0;
    padding-top:1em;
    color:white;
    background-color:#b0120a;
}
.sidebar-logo {
    display:inline-block;
    margin-left:10%;
    width:90%;
    height:50px;
    text-align: left;
}
.menu-first{
    margin-left:10%;
    width:70%;
    height:50px;
    text-align: left;
    margin-top: 0px;
    border-bottom: 1px dashed #ffffff;
    border-top: 1px dashed #ffffff
}
.menu {
    margin-left:10%;
    width:70%;
    height:50px;
    text-align: left;
    margin-top: 0px;
    border-bottom: 1px dashed #ffffff
}
.left{
    float: left;
    text-align: left;
}
.right {
    float: right;
}
.hotline {
    margin-left:10%;
    width:70%;
    text-align: left;
    margin-top:50px;
}
.tel {
    vertical-align:middle;
    width: 48px;
    height: 48px;
}


/**
翻页按钮样式
 */
.arrow {
    text-align: center;
    margin-top: 15px;
}
.arrow-left {
    margin-right: 6px;
    width: 30px;
    height: 30px;
}
.arrow-right {
    margin-left: 6px;
    width: 30px;
    height: 30px;
}

/**
页面尾部占位
 */
.bot-img {
    margin-top: 100px;
    width: 100%;
    height: 850px;
    background: url("../../images/wap/public/bot-img.png");
    background-size: 100% 100%;
    padding: 0;
}

/**
内容
 */

.banner {
    text-align: center;
    width: 100%;
    margin-top: 60px;
}

.content-title {
    /*margin-top: 5px;*/
    text-align: center;
}

.content-item {
    margin-top:20px;
    margin-left: 20px;
    margin-right: 20px;
}