* {
    padding: 0;
    margin: 0;
    list-style: none;
    border: 0;
}


/* 焦点图 */

#show {
    position: relative;
    height: 380px;
    width: 1200px;
    margin: 0 auto;
}

#show a {
    float: left;
    display: block;
    width: 1200px;
    height: 100%;
}

.img img {
    width: 100%;
    height: 100%;
}

#show .img {
    position: absolute;
    width: 1200px;
    height: 380px;
    overflow: hidden
}

#show .img SPAN {
    position: absolute;
    width: 19999px;
    display: block;
    height: 100%;
}

#show .btns {
    z-index: 10;
    position: absolute;
    width: 1200px
}

#show .btns B {
    height: 70px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    box-sizing: border-box;
    position: absolute;
    top: 290px;
    left: 200px;
}

#show .btns B I {
    width: 106px;
    background: #414140;
    float: left;
    height: 60px;
    font-size: 0px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 5px;
    border: #626262 1px solid;
    box-sizing: border-box;
}

#show .btns B I img {
    float: left;
    width: 100%;
    height: 100%;
}

#show .btns B I:hover {
    background: #a7a7a6
}

#show .btns B I.on {
    border: 2px solid #46a6ff;
    cursor: default;
    box-sizing: border-box;
}

#show .btns B I.on:hover {
    background: #3cd2f1;
    cursor: default;
}

#show .btns S {
    position: absolute;
    WIDTH: 60px;
    display: none;
    height: 80px;
    overflow: hidden;
    top: 130px;
    cursor: pointer
}

#show .btns S I {
    position: absolute;
}

#show .btns S.prev {
    left: 0px;
    width: 40px;
    height: 70px;
    background-image: url(../images/pageleft.png);
    background-size: 100% 100%;
    opacity: 0.8;
}

#show .btns S.next {
    right: 0px;
    width: 40px;
    height: 70px;
    background-image: url(../images/pageright.png);
    background-size: 100% 100%;
    opacity: 0.8;
}

.show-hover#show .btns S {
    display: block
}

.masks {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    height: 380px;
    position: absolute;
    background: #fff;
    overflow: hidden
}

.bannerTitle {
    float: left;
    width: 360px;
    height: 100%;
    padding: 0 22px;
    box-sizing: border-box;
    line-height: 60px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
}


/* .fixTitle{
    position: absolute;
    width: 360px;
    height: 60px;
    padding: 0 22px;
    box-sizing: border-box;
	background:red;
	top:295px;
	left:200px;
	z-index: 100;
} */