@charset "utf-8";
/* CSS Document */
* {padding: 0;margin: 0;}
body {margin: 0px;padding: 0px;min-width:1200px;}

/*相关样式*/
#showbox { background:#eee;}
#showbox span { background:url(whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}
.showbox1{display: flex;-webkit-box-align: center;align-items: center;font-size: 14px;color: #4D4D4D; word-break: break-all;padding-bottom: 8px;-webkit-box-direction: normal;}
.key{min-width: 125px;flex-shrink: 0;font-weight:bold;}
.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777;}

.lxfs li .lx1{width:220px;line-height:30px;position: relative;top: 50px;text-align:center;border:1px solid #394a5d;border-radius:10px;display:block;color:#394a5d;font-weight:bold;}
 .lxfs li .lx2{width:220px;line-height:30px;position: relative;top: 60px;text-align:center;border:1px solid #394a5d;border-radius:10px;display:block;color:#394a5d;font-weight:bold;}
 .lxfs li .lx1:hover  {background-color:#394a5d;color:#FFF;}
 .lxfs li .lx2:hover  {background-color:#394a5d;color:#FFF;}

.socialicon{position:relative;top:70px;}

.socialicon a {display: block;
    float: left;
    width: 53px;
    height: 53px;
    background: url(../img/socialicon.png) no-repeat;
 }

.socialicon .s01 {
    background-position: 0 0;
}

.socialicon .s02 {
    background-position: -57px 0;
}

.socialicon .s03 {
    background-position: -112px 0;
}

.socialicon .s04 {
    background-position: -166px 0;
}

.socialicon .s05 {
    background-position: -220px 0;
}

.socialicon .s01:hover {
    background-position: 0 -47px;
}

.socialicon .s02:hover {
    background-position: -57px -47px;
}

.socialicon .s03:hover {
    background-position: -112px -47px;
}

.socialicon .s04:hover {
    background-position: -166px -47px;
}

.socialicon .s05:hover {
    background-position: -220px -47px;
}


































