﻿*,
::after,
::before{
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    /*从边框开始计算  盒子模型*/
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
body{
    /*font-size: 0.16rem;*/
    font-family: "Microsoft YaHei",Helvitica,Verdana,Tohoma,Arial,"sans-serif";

}
a{
    color:#4D4D4D;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
input{
    border: none;
    outline:0;
    /*ios端的输入框样式去除*/
    -webkit-appearance:none;
}
img{
    /*-webkit-border-radius: 5px;*/
    /*-moz-border-radius: 5px;*/
    /*border-radius: 5px;*/
    /*vertical-align:top;*/
}
/*ie黑色边框兼容*/
a img{
    border:0;
}
li{
    list-style: none;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}




.l_banenr {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border: solid 1px #ddd;
}

.l_banenr_a {
    position: absolute;
    width: 9999em;
}


.l_banenr_a li {
    height: 500px;
    overflow: hidden;
    float: left;
}

ul.l_banenr_a img {
    width: 100%;
    height: 500px;
}

.l_banenr_bnt {
    position: absolute;
    bottom: 10px;
    right: 300px;
    float: right;
}

.l_banenr_bnt li {
    background: #fff;
    border: 1px solid #ffffff;
    cursor: pointer;
    float: left;
    font-family: arial;
    text-align: center;
    color: #D00000;
    height: 24px;
    line-height: 24px;
    width: 50px;
    margin: 0 2px;
}

.l_banenr_bnt li.current {
    background: #1479d7;
    border: 1px solid #1479d7;
    height: 24px;
    line-height: 24px;
    width: 50px;
    margin: 0 2px;
    color: #fff;
    font-weight: 800;
}