*{box-sizing: border-box}

header{width: 980px;height:88px;color: #666;margin: auto}
header h1{float: left;width: 245px;height: 88px;background: url(../01_16_swiper/superimg/supercamp_toplogo.gif)}
header ul{float: left}
header .level1{position: relative;display:inline-block;vertical-align: middle;width:117px;height: 88px;line-height: 2;font-size: 12px;text-align: center;;padding-top: 18px}
header b{display: block;font-size: 18px;color: #292043;}
header .level2{display: none;position: absolute;left: 0;top: 100%;width: 100%;;background: #292043;color: #fff;z-index: 100;}
header .level2 li{width: 100px;float: left;;height: 40px;z-index: 10;padding: 0}
header li:hover .level2{display: block;}

#sliderbottom{width: 100%;height: 640px}
#sliderbottom.bgB0{background: url(../01_16_swiper/superimg/mainbg01_b.gif)}
#sliderbottom.bgB1{background: url(../01_16_swiper/superimg/mainbg02_b.gif)}
#sliderbottom.bgB2{background: url(../01_16_swiper/superimg/mainbg03_b.gif)}
#slidebg{width: 100%;height: 520px}
#slidebg.bg0{background: url(../01_16_swiper/superimg/mainbg01.gif)}
#slidebg.bg1{background: url(../01_16_swiper/superimg/mainbg02.gif)}
#slidebg.bg2{background: url(../01_16_swiper/superimg/mainbg03.gif)}
.swiper1{width: 980px;height: 400px;margin: auto}
.swiper2{width: 245px;height: 290px;position: absolute;left: 50%;top: 180px;margin-left: 245px}
.swiper3{width: 980px;height: 125px;margin: auto;}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color:#000;
  opacity: 1;
  background: rgba(0,0,0,0.2);
}
.swiper1 .swiper-pagination{
    text-align:left;
    line-height: 14
}
.swiper2 .swiper-pagination{
    text-align:right;
}
.swiper2 .swiper-pagination-bullet{
    border-radius: 0px;
}
.swiper-pagination-bullet-active {
  color:#fff;
  background: #fff;
}


.content{position: absolute;transform: translateX(-50%);left: 50%;top: 485px;
width: 980px;height: 615px;z-index: 150;}
.content .topiframe img{width: 100%;}
.content .topiframe ul{display: flex;width: 100%;height: 125px;overflow: hidden;}
.content .topiframe li{position: relative;flex:1;flex-direction: row;}
.content .topiframe li::after{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);transition: all .5s ease;cursor: pointer;}
.content .topiframe li:nth-child(1){border-top: 5px solid #002c8d;}
.content .topiframe li:nth-child(2){border-top: 5px solid #002c8d;}
.content .topiframe li:nth-child(3){border-top: 5px solid #002c8d;}
.content .topiframe li:nth-child(4){border-top: 5px solid #002c8d;}
.content .iniframe{position: absolute;left: 0;top: 80%;width: 100%;color: #fff;text-align: center;z-index: 140;font-size: 14px}
.content .movie{display: block;position: absolute;left: 50%;top: 50%;background: url(../01_16_swiper/superimg/icoPlay.png);width: 60px;height: 60px;background-size: contain;z-index: 130;transform: translate(-50%,-50%);transition: all .5s ease}
.content .topiframe li:hover:after{background: rgba(0,0,0,0.6);}
.content .topiframe li:hover .movie{width: 80px;height: 80px;}

.newlist{overflow: hidden;}
.boxlist{width: 245px;height: 245px;overflow: hidden;text-align: left;float: left;position: relative;}
.boxlist:nth-child(2){background: #000;}
.boxlist .innew{position: absolute;transition: all .3s ease}
.boxlist .inleft{transform: translateX(-50%);left: 0;top: 0;}
.boxlist:hover .inleft{left: 100%}
.boxlist .inbottom{transform: translateY(-50%);left: 0;top: 100%;}
.boxlist:hover .inbottom{top: 0}
.boxlist .inright{transform: translateX(-50%);left: 100%;top: 0;}
.boxlist:hover .inright{left: 0}
.boxlist .intext{position: absolute;left: 30px;bottom: 30px;font-size: 14px;color: #fff;line-height: 1.5}
.boxlist .intext li:hover{color: #ffff99;}

.newmenu{height: 122.5px;width: 100%;font-size: 12px}
.topmenu{background: #fff;}
.bttmenu{background: #eee;}
.newmenu dt{font-size: 14px;font-weight: bold}