/* 横向滚动的幻灯 */
#featurecontainer {
    position: absolute;
    left: 25px;
    top: 30px;
    margin: 10px auto;
    width: 1100px;
}

#feature {
    position: relative;
}

#feature .prev {
    display: block;
    width: 76px;
    height: 76px;
    background: url(../images/left.png) center top no-repeat;
    float: left;
    position: absolute;
    left: -72px;
    top: 173px;
    text-indent: -9999px;
}
#feature .next {
    display: block;
    width: 76px;
    height: 76px;
    background: url(../images/right.png) center top no-repeat;
    float: right;
    position: absolute;
    right: -40px;
    top: 173px;
    text-indent: -9999px;
}
.featureul {
    position: relative;
    list-style-type: none;
    width: 2800px;
    float: left;
    margin-left: 20px;
    left: -1060px;
}

.featurebox {
    display: inline-block;
    width: 340px;
    height: 472px;
    margin-right: 20px;
    overflow: hidden;
}
#block {
    z-index: 0;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

#block .box {
    /* margin: 0px 10px; */
    box-sizing: border-box;
    width: 340px;
    float: left;
}

#block .box a img {
    width: 340px;
    height: 472px;
}

#block .box a p {
    font-size: 16px;
    line-height: 18px;
    height:50px;
    box-sizing: border-box;
    padding: 8px 8px 0;
    text-align: left;
}




/* 横向滚动的幻灯1 */
#featurecontainer1 {
    position: absolute;
    left: 25px;
    top: 30px;
    margin: 10px auto;
    width: 1100px;
}

#feature1 {
    position: relative;
}

#feature1 .prev1 {
    display: block;
    width: 76px;
    height: 76px;
    background: url(../images/left1.png) center top no-repeat;
    float: left;
    position: absolute;
    left: -72px;
    top: 120px;
    text-indent: -9999px;
}
#feature1 .next1 {
    display: block;
    width: 76px;
    height: 76px;
    background: url(../images/right1.png) center top no-repeat;
    float: right;
    position: absolute;
    right: -40px;
    top: 120px;
    text-indent: -9999px;
}
.featureul1 {
    position: relative;
    list-style-type: none;
    width: 2800px;
    float: left;
    margin-left: 20px;
    left: -1060px;
}

.featurebox1 {
    display: inline-block;
    width: 340px;
    height: 472px;
    margin-right: 20px;
    overflow: hidden;
}
#block1 {
    z-index: 0;
    position: relative;
    margin: 0px auto;
    overflow: hidden;
}

#block1 .box1 {
    /* margin: 0px 10px; */
    box-sizing: border-box;
    width: 340px;
    float: left;
}

#block1 .box1 a img {
    width: 340px;
    height: 300px;
}

#block1 .box1 a p {
    font-size: 16px;
    line-height: 18px;
    height:50px;
    box-sizing: border-box;
    padding: 8px 8px 0;
    text-align: left;
}
.lan .lantu img{
    margin-top: 180px;
}

