
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a,
img {
    border: 0;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif, "新宋体";
}


/*焦点图*/

.mod18 {
    width: 1024px;
    height: 666px;
    margin: 20px auto;
    position: relative;
    /*background: #f7f7f7;*/
}

.mod18 .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    top: 336px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    top: 91%;
    bottom: 0;
    left: 15%;
    background: url(prevBtn.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop {
    top: 213px;
    width: 46px;
    height: 48px;
}

.mod18 #prevTop {
    top: 45%;
    left: 0;
    background: url(prevBtnTop.png) 0 0 no-repeat;
}

.mod18 #nextTop {
    top: 45%;
    right: 0;
    background: url(nextBtnTop.png) 0 0 no-repeat;
}

.mod18 .next {
    top: 91%;
    right: 15%;
    background: url(nextBtn.png) no-repeat;
}

.mod18 li {
    float: left;
}

.mod18 .cf li {
    position: relative;
    color: #fff;
}

.mod18 .cf a {
    /*display: block;
        width: 800px;
        height: 600px;
        position: absolute;
        color: #fff;*/
}

.mod18 .cf li span {
    display: block;
    width: 640px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px;
    line-height: 22px;
    text-align: left;
    background: rgba(0, 0, 0, 0.6);
    filter: progid: DXImageTransform.Microsoft.gradient( GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
    height: 600px;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #c7c7c7;*/
}

.mod18 .picBox ul {
    height: 600px;
    position: absolute;
}

.mod18 .picBox ul li {
    width: 1024px;
    height: 600px;
    text-align: center;
}

.mod18 .picBox ul li a {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.mod18 .picBox ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.mod18 .listBox {
    width: 642px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    padding: 6px 0 10px;
    overflow: hidden;
}

.mod18 .listBox ul {
    height: 100px;
    position: absolute;
}

.mod18 .listBox ul li {
    width: 129px;
    height: 70px;
    cursor: pointer;
    position: relative;
}

.mod18 .listBox ul li i {
    display: none;
}

.mod18 .listBox ul li a {
    display: block;
    width: 124px;
    height: 70px;
}

.mod18 .listBox ul li img {
    width: 124px;
    height: 70px;
}

.mod18 .listBox .on img {
    width: 118px;
    height: 64px;
    border: 3px solid #ff6600;
}

.mod18 .listBox .on i {
    display: block;
}
