/*通用样式*/
.common {
    width: 1330px;
    margin: 0 auto;
    /*background-color: red;*/
}

.common1 {
    margin: 0 auto;
}

.ta {
    text-align: center;
    color: #000;
}

/*样片大赏开始*/
h1 {
    font: normal bold 35px "Microsoft YaHei UI";
}

.demoAnalize {
    margin-top: 50px;
    font: normal 400 18px "Microsoft Tai Le";
}

/*样片大赏结束*/
/*风格系列开始*/
.styleB {
    width: 1200px;
    height: 85px;
    margin-top: 50px;
    /*background-color: red;*/
    overflow: hidden;
    position: relative;
}

.styleB span {
    display: inline-block;
    width: 30px;
    height: 85px;
    background-color: #666666;
    font: normal bolder 63px "宋体";
    line-height: 85px;
    color: white;
    cursor: pointer;
}

.styleB .span1 {
    position: absolute;
    left: 0px;
}

.styleB .span2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

#ad {
    width: 1120px;
    height: 85px;
    position: relative;
    margin-left: 40px;
    overflow: hidden;
    background-color: red;
}

.styleB ul {
    width: 3000px;
    height: 85px;
    position: absolute;
    left: 0px;
}

.styleB ul li {
    width: 380px;
    height: 85px;
    text-align: center;
    font: normal bold 18px "Microsoft YaHei UI";
    line-height: 85px;
    background-color: #666;
    float: left;
}

.styleB ul li a {
    color: white;
    text-decoration: none;
}

/*风格系列结束*/
/*滚动条图片开始*/
.blackBgc {
    width: 100%;
    height: 1602px;
    background-color: #000;
    margin-top: 22px;
    padding: 50px 0px;
}

.blackBgc .controlWidth {
    width: 1120px;
    height: 1602px;
    overflow: hidden;
    position: relative;
}

.controlWidth .controlHeight {
    width: 3000px;
    height: 1602px;
    overflow: hidden;
    background-color: #000;
    position: absolute;
    left: 0px;
    top: 0px;
}

.controlHeight .scrollRun {
    width: 380px;
    height: 1602px;
    float: left;
    overflow: hidden;
    position: relative;
}

.controlHeight .scrollRun ul {
    width: 380px;
    height: 5700px;
    position: absolute;
    top: 0px;
}

.scrollRun ul li {
    width: 380px;
    height: 265px;
    position: relative;
}

.scrollRun .div1 {
    width: 10px;
    height: 1602px;
    background-color: orange;
    position: absolute;
    top: 0px;
    left: 0px;
}

.scrollRun .li1 div {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 100px;
    display: none;
}

.scrollRun .li1 div i {
    display: inline-block;
    width: 382px;
    height: 100px;
    opacity: 0.7;
    background-color: yellow;
}
.scrollRun .li1 div span {
    padding-left: 50px;
    color: #743A0C;
    position: absolute;
    bottom: 35px;
    left: 0px;
    font: normal bold 20px "Microsoft YaHei UI";
}



