/* RESET */
* {
    margin: 0;
    padding: 0;
}
/*h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }*/
ul,ol {
    list-style: none;
}
fieldset,img {
    border: none;
}
caption,th {
    text-align: left;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.fa-qq {
    padding-top: 4px;
    height: 20px;
    font-size: 1.3333em;
}
.fa-skype{
    padding-top: 2px;
    height: 20px;
    font-size: 1.3333em;
}
.icn-flg-cn{
    margin-top: 4px;
}
.text-center{
    font-family: "SF UI Display","Helvetica Neue","Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
    font-size: 14px;
    line-height: 1.42857;
}
#topstyle{
    margin-top: 5px;
}
/* COMMON */
.replaced {
    display: block;
    overflow: hidden;
    outline: none;
    text-indent: -9999px;
    text-decoration: none;
    text-align: left;
}
.z {
    float: left;
}
.y {
    float: right;
}
.cl:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.cl {
    zoom: 1;
}
.diyavt img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px;
    background: #fff;
    border: 1px solid #d6d6d6;
    display:block;
}
.reHeight{
    overflow: hidden;
    zoom:1; }
.hm { text-align: center;
}
/* LAYOUT */
body {
    color: #333;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

.wp {
    width: 960px;
    margin: 0 auto;
}
.blk {
    border: 1px solid #eaeaea;
    color: #333;
    margin-bottom: 20px;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(252,252,252) 10%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(252,252,252) 10%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(248,248,248) 0%, rgb(252,252,252) 10%, rgb(255,255,255) 100%);
}
.navRow {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 5px 5px 5px;
    overflow: hidden; zoom: 1;
}
.navRowBlk {
    width: 33.3%;
    float: left;
}
.navRowBlk:hover h2 {
    color: #0093c7;
}
.navRowBlk:hover span.titleblk {
    background: #0093c7;
}
.navRow:first-child {
    border-top: none;
}
.navRow:last-child {
    border-bottom: none;
}
.navRow span.titleblk {
    display: block;
    float: left;
    background: #000;
    width: 6px;
    height: 1em;
    margin: 0px 5px 0 0;
    margin-top: 0px\9;
}
.navRow h2 {
    font-size: 12px;
    color: #333;
    margin-left: 10px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
}
.navRow ul {
    display: block;
    overflow: hidden;
    zoom: 1; margin-top: 4px;
}
.navRow li {
    float: left;
}
.navRow li a {
    display: block;
    width: 155px;
    padding: 0 12px;
    /*height: 24px;*/
    color: #333;
    border-radius: 2px;
    line-height: 24px;
    border-right: 1px dotted #eaeaea;
    text-shadow: 0 1px 0 #fff;
}
.navRow li:nth-child(even) a {
    border-right: 1px dotted transparent;
}
.navRow li a:hover {
    background: #ddf2fd;
    color: #0093c7;
    text-decoration: none;
    border-right: 1px dotted transparent;
}
.navRow.one li a {
    border-right: 1px dotted #eaeaea;
}
.navRow.one li:nth-child(7n) a {
    border-right: 1px dotted transparent;
}

.navRow h2 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
    text-shadow: 0 1px 0 #fff;
}
.navRow li{
    font-size: 14px;
    font-family: "SF UI Display","Helvetica Neue","Segoe UI","PingFang SC","Hiragino SansGB","Microsoft YaHei",sans-serif;
}