

/* css ���� */
body,div,ul,li { padding: 0; margin: 0; }
ul { list-style: none ; }
img { border: none; }
a { blr: expression(this.onFocus=this.blur()); outline: none; }

#mbanner{
    width: 100%;
    max-width: 1920px;
    min-width: 1100px;
    margin: 0px auto;
    height: 455px;
    overflow: hidden;
    margin-top: 182px;
    background-color: #013770;
    /* padding: 8px 0px 35px 0px;background: url("../images-201510-English/banner_bg.jpg") left repeat-x;height: 387px;*/
}
.buypic  li a{
    display: block;
    width: 100%;
    height: 100%;
}
.buypic  li img{
    border: 0px;
    width: 100%;
    height: 455px;
    visibility: hidden;
}

.www51buycom {
    width:100%;
    height: 455px;
    margin:0px auto;
    position: relative;
}
.www51buycom .tempWrap{
    width: 100%!important;
}

.www51buycom .num {
    overflow:hidden;
    height: 22px;
    position: absolute;
    bottom:0px;
    zoom:1;
    z-index:3;
    left:47%;
}
.www51buycom .num li {
    width: 27px;
    height: 7px;
    cursor:pointer;
    float: left;
    margin:0px 3px;
    background-color: #ffffff;
    text-indent: -999em;
}
.www51buycom .num li.on {
    background-color: black;
}
/*
 line-height: 25px;
    text-align: center;
    font-weight: 400;
    font-family: Arial;
    color: #FFFFFF;
    background: #444444;
    margin-right: 10px;
    border-radius:50%;
*/

.www51buycom .prev, .www51buycom .next {
    position: absolute;
    left:10px;
    top: 30%;
    display: block;
    width: 44px;
    height: 127px;
    background:url("../images-201510-English/slide_banner.png") 0px 0px no-repeat;
}
.www51buycom .next{
    left: auto;
    right:10px;
    background-position: -43px 0px;
}
.www51buycom .prev:hover,.www51buycom .next:hover{

}


/*solve mobile version issues*/
@media only screen and (max-width: 600px) {
#mbanner{
    width: 100%;
    max-width: 1920px;
    min-width: 1100px;
    margin: 0px auto;
    height: 455px;
    overflow: hidden;
    margin-top: 0px;
    background-color: #013770;
    /* padding: 8px 0px 35px 0px;background: url("../images-201510-English/banner_bg.jpg") left repeat-x;height: 387px;*/
}
}