
/* #marquee1 */
#marquee1{width:324px;height:162px;overflow:hidden;}
#marquee1 ul li{float:left;width:150px;border:1px solid #ddd;padding:5px;}
#marquee1 ul li img{display:block;}
/* #marquee2 */
#marquee2{width:162px;height:324px;overflow:hidden;}
#marquee2 ul li{float:left;border:1px solid #ddd;height:150px;padding:5px;}
#marquee2 ul li img{display:block;}
/* #marquee3 */
.marqueebox{position:relative;width:620px;height:340px;border:1px solid #333;}
#marquee3{width:620px;height:340px;overflow:hidden;}
#marquee3 ul li{float:left;}
#marquee3 ul li img{display:block;}
#mar3Nav{position:absolute;right:10px;bottom:10px;}
#mar3Nav li{float:left;margin:0 3px;width:16px;height:16px;background:#333;border:1px solid #FFF;cursor:pointer;line-height:16px;font-family:Arial;font-size:10px;color:#FFF;text-align:center;}
#mar3Nav li.navOn{background:#FF6600;}
/* marquee4 */
#marquee4{float: left; width:720px;height:315px;overflow:hidden;}
#marquee4 ul li{ line-height:40px;float:left;width:243px;height:315px;padding-right: 20px;box-sizing: border-box}
#marquee4 ul li img{display:block;}
/* marquee5 */
#marquee5{width:600px;height:100px;overflow:hidden;background:#EFEFEF;}
#marquee5 ul li{height:20px;padding:0 10px;line-height:20px;overflow:hidden;}
/* marquee6 */
#marquee6{width:600px;height:100px; overflow:hidden;background:#EFEFEF;}
#marquee6 ul li{padding:0 10px;line-height:20px;height:20px;overflow:hidden;}
/* control */
.control{height:24px;line-height:24px;overflow:hidden;padding:15px 0 0 0;}
.zy{
    background: url("../img/lt.jpg")no-repeat;
    width:54px;
    height: 57px;
    display: inline-block;
    float: left;
    margin-top: 100px;
}
.yy{
    background: url("../img/gt.jpg")no-repeat;
    width:54px;
    height: 57px;
    display: inline-block;
    float: left;
    margin-top: 100px;
}
.demopage{
    margin: 50px 0;
}
.sp-tit{
    font-size: 18px;
    color:#333;
    padding-left: 10px;
    box-sizing: border-box;
}
.sp-da{
    font-size: 14px;
    color:#666;
    padding-left: 10px;
    box-sizing: border-box;
}
.spxq{
    width: 145px;
    height: 35px;
    text-align: center;
    color:#fff;
    background: #c0c0c0;
    border-radius: 30px;
    line-height: 35px;
    margin: 0 auto;
}
.spxq span{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color:#333;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
#marquee4 ul li:hover .spxq{
   background: #f6af3a;
}