/*main*/
.picbox{width:100%; height:auto;margin: 0 auto;padding-top: 20px; position: relative;}
.picbox .title1{height:45px;}
.picbox .title1-list{width: 100%; position: relative;height:auto;overflow: hidden;}
.picbox .title1-list li{width:10%; height:49px;line-height:45px;text-align: center; background:#018cd0;box-sizing: border-box; border:2px #fff solid; color: #fff;font-size: 15px;line-height:45px;float: left;}
.picbox .title1-list li.on{ background:#66bd3f;}
.picbox .title1-list p{position:absolute;top:27px;left:0px;width:55px;height:1px;overflow: hidden; background:#2e3192; text-align: center;}
.pic{ height:auto; position: relative;padding-bottom: 25px; display: none;}
.pic-wrap{ width:100%; height:auto;padding-top: 25px;overflow: hidden; margin:0 auto;}
.pic-wrap .show{ display: block;}
