article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    background: #fff;
    /* 1 */
    color: #000;
    /* 2 */
    font-family: sans-serif;
    /* 3 */
    -ms-text-size-adjust: 100%;
    /* 4 */
    -webkit-text-size-adjust: 100%;
    /* 4 */
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: 0;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

button,
input,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 2 */
    margin: 0;
    /* 3 */
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],

    /* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
td,
table,
td {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
}


/* =============== old code: maybe useful ================= */

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    font-size: 100%
}

a:focus {
    outline: none
}

img,
object,
embed {
    max-width: 100%;
}

object,
embed {
    height: 100%
}

.left {
    float: left !important
}

.right {
    float: right !important
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-justify {
    text-align: justify !important
}

.hide {
    display: none
}

.antialiased {
    -webkit-font-smoothing: antialiased
}

img {
    display: inline-block;
    vertical-align: middle
}

textarea {
    height: auto;
    min-height: 50px
}

select {
    width: 100%
}


/* ========================= base ================================== */

body {
    background: #fff;
    color: #222222;
    padding-top: 70px;
    font: 14px/1.5 Helvetica, tahoma, 'Hiragino Sans GB', '\5FAE\8F6F\96C5\9ED1', sans-serif;
    position: relative;
    cursor: default;
    min-width: 1120px;
}

/* =========== icon ========== */
@font-face {
    font-family: 'dfont';
    src:  url('fonts/dfont.eot?92yld1');
    src:  url('fonts/dfont.eot?92yld1#iefix') format('embedded-opentype'),
    url('fonts/dfont.ttf?92yld1') format('truetype'),
    url('fonts/dfont.woff?92yld1') format('woff'),
    url('fonts/dfont.svg?92yld1#dfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'dfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.title-h2 [class^="icon-"], .title-h2 [class*=" icon-"],.notice-head [class^="icon-"] {
    font-size: 28px;vertical-align: middle;margin-right: 5px;
}
.notice-head h3{font-size: 18px;}
.icon-status1,.icon-status2{font-size: 17px;margin-left:4px;}
.icon-status1{color:#f04c32}.icon-status2{color:#25b540}

.icon-new:before {
    content: "\e904";
}
.icon-hot:before {
    content: "\e900";
}
.icon-star:before {
    content: "\e905";
}
.icon-book:before {
    content: "\e901";
}
.icon-note:before {
    content: "\e902";
}
.icon-code:before {
    content: "\e903";
}
.icon-search:before {
    content: "\e90a";
}
.icon-search2:before {
    content: "\e90b";
}
.icon-target:before {
    content: "\e908";
}
.icon-status1:before{
    content: "\e900";
}
.icon-status2:before{
    content: "\e904";
}
/* ========================= page structure ======================== */


/* Clearfix */

.clearfix:after,
.layout:after,
.clearfixlist li:after,
.form-item:after {
    content: "\0020";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}

.clearfix,
.layout,
.clearfixlist,
.form-item {
    zoom: 1;
}

.hid {
    display: none;
}

.tid {
    text-indent: -9999em;
    overflow: hidden;
    *zoom: 1;
}


/* scrollbar */

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-track {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #FFF
}

::-webkit-scrollbar-thumb {
    background-color: #8E8E8E;
    border-radius: 5px
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3B3B3B
}

::-webkit-scrollbar-corner {
    background-color: #535353
}

/* ===================== topnav =========================== */

#navwrapper {
    background: #0D0D0D;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    min-width: 1200px;
    z-index: 3;
}

.top-bar {
    width: 1280px;
    margin: 0 auto;
    line-height: 30px;
    position: relative;
    *zoom: 1;
}

.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99
}

.top-bar .title-name img {
    height: auto;
    max-height: 42px;
    display: inline-block;
    vertical-align: top
}

.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}

.top-bar .row {
    max-width: none
}

.top-bar form,
.top-bar input {
    margin-bottom: 0
}

.home-header {
    display: none
}

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0
}

.top-bar .toggle-topbar a {
    color: white;
    text-transform: uppercase;
    font-size: 0.8125em;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px
}

.top-bar .toggle-topbar.menu-icon {
    right: 15px;
    top: 50%;
    margin-top: -16px;
    padding-left: 40px
}

.top-bar .toggle-topbar.menu-icon a {
    text-indent: -48px;
    width: 34px;
    height: 34px;
    line-height: 33px;
    padding: 0;
    color: white
}

.top-bar .toggle-topbar.menu-icon a span {
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    height: 0;
    -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white
}

.top-bar.expanded {
    height: auto;
    background: transparent
}

.top-bar.expanded .title-area {
    background: #111111
}

.top-bar.expanded .toggle-topbar a {
    color: #888888
}

.top-bar.expanded .toggle-topbar a span {
    -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
    box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888
}

.top-bar-section {
    width: 100%;
    padding-left: 240px;
    -webkit-transition: left 300ms ease-out;
    -moz-transition: left 300ms ease-out;
    transition: left 300ms ease-out
}

.top-bar .title-area {
    position: absolute;
    width: 240px;
    margin: 0;
    padding-top: 10px;
}

.top-bar-other ul {
    width: 100%;
    height: auto;
    display: block;
    background: #222222;
    font-size: 16px;
    margin: 0
}

.top-bar-other .divider,
.top-bar-other [role="separator"] {
    border-bottom: solid 1px #2b2b2b;
    border-top: solid 1px black;
    clear: both;
    height: 1px;
    width: 100%
}

.top-bar-other li>a {
    display: block;
    width: 100%;
    color: #999;
    padding-left: 15px;
    font-size: 1em
}

.top-bar-other li>a.hover {
    background: #090909;
    color: #999
}

.top-bar-other li>a.button {
    background: #2ba6cb;
    font-size: 0.8125em
}

.top-bar-other li>a.button.hover {
    background: #2284a1
}

.top-bar-other li>a.button.secondary {
    background: #e9e9e9
}

.top-bar-other li>a.button.secondary.hover {
    background: #d0d0d0
}

.top-bar-other li>a.button.success {
    background: #5da423
}

.top-bar-other li>a.button.success.hover {
    background: #457a1a
}

.top-bar-other li>a.button.alert {
    background: #c60f13
}

.top-bar-other li>a.button.alert.hover {
    background: #970b0e
}

.top-bar-other li.active>a {
    background: #242424;
    color: #ccc
}

.top-bar-section .has-form {
    padding: 15px
}

.top-bar-section .has-dropdown {
    position: relative
}

.top-bar-section .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
    border-left-style: solid;
    margin-right: 15px;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0
}

.top-bar-section .has-dropdown.moved {
    position: static
}

.top-bar-section .has-dropdown.moved>.dropdown {
    visibility: visible
}

.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99
}

.top-bar-section .dropdown li {
    width: 100%;
    height: auto
}


/*.top-bar-section .dropdown li a{font-weight:normal;padding:8px 15px}*/

.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0
}

.top-bar-section .dropdown li.title h5 a {
    color: #2ba6cb;
    line-height: 22.5px;
    display: block
}

.top-bar-section .dropdown label {
    padding: 8px 15px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #555555;
    font-weight: bold;
    font-size: 0.625em
}

.top-bar-js-breakpoint {
    width: 58.75em !important;
    visibility: hidden
}

.js-generated {
    display: block
}


/*@media only screen and (min-width:58.75em){*/

.mw-bodytext .home-nav {
    padding: 180px 0
}

.home-header {
    display: block
}

.top-bar:before,
.top-bar:after {
    content: " ";
    display: table
}

.top-bar:after {
    clear: both
}

.top-bar .toggle-topbar {
    display: none
}

.top-bar .name h1 a {
    width: auto
}

.top-bar input {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    height: 32px;
    background: #fff;
    font-size: 15px;
    color: #000;
    border: 0 none;
    text-align: left;
}

.top-bar-other {
    float: right
}

.top-bar input:focus {
    border-color: #1f1f1f;
    box-shadow: none;
    padding-top: 0
}

.top-bar .searchbox {
    height: 40px;
    padding: 5px;
    background: #1f1f1f
}

.top-bar.expanded {
    background: #111111
}

.contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto
}


/*.top-bar-section{ left:0 !important}*/


/*.top-bar-section ul{width:auto;height:auto !important;display:inline}*/


/*.top-bar-section ul li{float:left}*/

.top-bar-section ul li .js-generated {
    display: none
}

.top-bar-nav {
    float: left;
    margin-left: 40px;
}

.top-bar-shadow {
    width: 100%;
    height: 170px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 70px;
}

.top-bar-nav>li {
    float: left;
    line-height: 67px;
    margin-left: 10px;
}

.top-bar-nav .cur>a {
    color: #11cfff;
}

.top-bar-nav>li>a {
    font-size: 16px;
    padding: 0 15px;
    color: #fff;
    display: block;
    background: #000;
    border-top: solid 3px #0D0D0D;
    text-decoration: none;
}

.top-bar-atag:hover>a {
    border-top: solid 3px #11cfff;
    background: #181818
}

.top-bar-atag:hover>ul {
    background: -moz-linear-gradient(top, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(24, 24, 24, 1) 0%, rgba(24, 24, 24, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#181818', endColorstr='#00181818', GradientType=0);
    /* IE6-9 */
}

.top-bar-nav-item {
    overflow: hidden;
    padding-top: 10px;
    display: none
}

.top-bar-nav-item a {
    line-height: 28px;
    height: 28px;
    color: rgba(255, 255, 255, 0.6);
;
    text-align: center;
    font-size: 14px;
    display: block;
}

.top-bar-nav-item a:hover {
    color: #11cfff;
    text-decoration: none;
    transition: all 1s;
}


/*.top-bar-nav li a:not(.button).hover{background:black}*/

.top-bar-other .has-dropdown>a {
    padding-right: 35px !important
}

.top-bar-other .has-dropdown>a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 15.5px
}

.top-bar-section .has-dropdown.moved {
    position: relative
}

.top-bar-section .has-dropdown.moved>.dropdown {
    visibility: hidden
}

.top-bar-section .has-dropdown.hover>.dropdown {
    visibility: visible
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
    border: none;
    content: "\00bb";
    margin-top: -16px;
    right: 5px
}

.top-bar-section .dropdown {
    top: auto;
    background: transparent;
    width: 140px;
    left: -40px;
}

.top-bar-section .dropdown a {
    margin-top: 0;
    color: #fff;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    background: #1e1e1e;
    font-size: 14px;
}

.top-bar-section .dropdown a:hover {
    color: #fff;
    background: #333;
    text-decoration: none
}

.top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e
}

.top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0
}

.top-bar-section>ul>.divider,
.top-bar-section>ul>[role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0px
}

.top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px
}

.top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0
}

.top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%
}

.top-search {
    float: right;
    height: 40px;
    padding: 5px;
    background: #1f1f1f;
    border-radius: 20px;
}

.top-bar-more {
    background-color: #000;
    width: 40px;
    text-align: center;
}

.top-bar-wrap {
    position: relative;
}

.top-bar-wrap ul {
    position: absolute;
    right: 0;
    padding-top: 5px;
}

.top-bar-wrap li {
    width: 100px;
    height: 40px;
    background: #000;
}

#top-bar-left .top-bar-wrap li:first-child a {
    color: #fff;
}

#top-bar-left .top-bar-wrap li:first-child a:hover {
    color: #11cfff;
}
#top-bar-right {
    width: 300px;
    margin-top: 20px;
}

#top-bar-right li {
    float: right;
    margin-right: 10px;
}
/*.query,*/
/*#top-bar-right .query-input {*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*background: #454545;*/
    /*padding: 0;*/
/*}*/

.query {
    position: relative;
    float: right;
    padding-right: 38px;
}

.query-icon {
    width: 38px;
    height: 32px;
    position: absolute;
    z-index: 100;
    cursor: pointer;
    background: #aaa;
    color: #0d0d0d;
    font-size: 32px;
    text-align: center;
}

#top-bar-right .query-input {
    width:190px;
    position: absolute;
    top: 0;
    right: 38px;
    outline: 0;
    z-index: 99;
    text-indent: 1rem;
    transition: all .3s;
}


/* section */

.home-nav {
    overflow: hidden;
    zoom: 1;
    padding: 30px 0 0;
}

.home-nav .columns {
    height: 270px;
    margin-bottom: 100px;
    text-align: center;
    overflow: hidden
}

.home-nav a {
    display: block;
    height: 270px;
    overflow: hidden;
    color: #666;
}

.home-nav .nav-an {
    position: relative;
    display: block;
    height: 85px;
    overflow: hidden
}

.home-nav .nav-go {
    position: absolute;
    bottom: -80px;
    left: 50%;
    width: 155px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 20px -78px;
    font-size: 15px;
    text-transform: capitalize;
    border: 2px solid #58595d;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.home-nav .nav-txt {
    display: block;
    height: 85px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.columns:hover .nav-go {
    bottom: 20px;
}

.columns:hover .nav-txt {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.icon-base-guide,
.icon-mobile-guide,
.icon-seo,
.icon-base-com,
.icon-mobile-com,
.icon-cp {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.icon-base-guide {
    background-position: 0 -100px;
}

.icon-mobile-guide {
    background-position: 0 -400px;
}

.icon-seo {
    background-position: 0 -300px;
}

.icon-base-com {
    background-position: 0 -600px;
}

.icon-mobile-com {
    background-position: 0 -200px;
}

.icon-cp {
    background-position: 0 -500px;
}

.nav-name {
    display: block;
    color: #46474c;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* footer */

.footer {
    width: 100%;
    background: #222;
    padding-top: 30px;
    height: 160px;
    color: #999;
    margin-top: 30px;
    overflow: hidden;
}

.mw-bodytext .footer p {
    color: #999;
}

.mw-bodytext .footer h4 {
    color: #999;
}

.footer a {
    color: #999;
    text-decoration: none;
}

.footer .container {
    overflow: hidden;
    padding-bottom: 20px;
    margin: 0 auto;
}

.footer .blog,
.footer .weibo {
    float: left;
    width: 210px;
}
.footer .qq-qun {
    float: left;
    width: 200px;
}

.footer .blog {
    width: 240px;
}

.footer h4 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer .copyright {
    width: 100%;
    color: #666;
    margin-top: -31px;
    line-height: 30px;
    padding: 10px 0;
    font-size: 14px;
}

/* ================== index ================== */
.index-nav .section {
    padding-top: 30px;
    width: 1360px;
    margin: 0 auto;
}

.mw-bodytext h2.title::before {
    margin-right: 5px;
    font-size: 22px;
    margin-right: 5px;
    vertical-align: -1px;
}

.mw-bodytext ul.sort-list {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 0;
}

.mw-bodytext ul.sort-list>li {
    position: relative;
    float: left;
    background-color: #fff;
    border: 1px solid #e5edef;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    /*width:286px;*/
    height: 165px;
    margin: 0 10px;
    width: calc(25% - 20px);
}

.mw-bodytext ul.sort-list>li h3 {
    font-size: 18px;
    line-height: 20px;
    color: #34495e;
    /*font-weight:700;*/
    text-shadow: 0 0 0 #34495e;
    padding: 0 0 10px 0;
    margin: 0;
    border-bottom: 2px solid #eff3f5;
}

.mw-bodytext ul.sort-list>li .btn-all {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
    color: #a9b2b5;
    padding-right: 11px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjA3MDFBNDlDNTY1QTExRTdCMzYwODI3NDFGMDhEN0NGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjA3MDFBNDlENTY1QTExRTdCMzYwODI3NDFGMDhEN0NGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDcwMUE0OUE1NjVBMTFFN0IzNjA4Mjc0MUYwOEQ3Q0YiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MDcwMUE0OUI1NjVBMTFFN0IzNjA4Mjc0MUYwOEQ3Q0YiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7+2WUVAAAAdElEQVR42mLcvmNHGQMDwwEgPsWABJiAeAsQ5wOxLbrENSCuA+J0IHZFlgCBu0BcBcQxQOwLEmBB0v0IiCuBuBmIOZgYsANGZB1yUNVrgHgzTIcyELcB8RKQIMwOLSCuBuKZQHwIpp0F6opJQHwS2RKAAAMAdMYTMurk1iIAAAAASUVORK5CYII=);
}

.mw-bodytext ul.sort-list>li .btn-all:hover {
    color: #88969a;
}

.mw-bodytext ul.sort-list .links-list {
    padding: 10px 0 0;
}

.sort-list .links-list a {
    text-decoration: none;
}

.sort-list .col-2 a {
    width: 46%;
    margin-left: 2%;
    float: left;
    margin-bottom: 10px;
}

.sort-list a {
    text-decoration: none;
    color: #555;
}

.sort-list a:hover {
    text-decoration: underline;
}

.sort-list a.hl {
    color: #02ccff;
}


/*??????*/

#iptBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 800px;
    margin: 0 auto;
    line-height: 36px;
}

#searchIpt {
    display: block;
    height: 50px;
    line-height: 50px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    border: 2px solid #d3e0ea;
    border-radius: 5px;
    padding-left: 60px;
    background-image: url(images/sss.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

#searchBtn {
    text-align: center;
    display: block;
    height: 36px;
    background-color: #000;
    color: #fff;
    width: 100px;
    cursor: pointer;
}

#searchBtn:hover {
    background-color: #222;
}

#resultTip {
    padding-top: 10px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

#resultTip .keys {
    color: #11cfff;
}

#resultListWp {
    overflow: hidden;
}

.result-item {
    float: left;
    width: 25%;
}

#resultListWp {
    min-height: 500px;
}

#resultListWp h2 {
    display: none;
}

#resultListWp h3 {
    font-size: 24px;
    color: #34495e;
    margin-bottom: 10px;
}

#resultListWp .item ul {
    margin-left: 5px;
    margin-bottom: 30px;
}

#resultListWp .item ul a:hover {
    text-decoration: underline;
}
h3 {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

html, body {
    background: #ecf2f3;
}

a {
    color: #11CFFF;
}
a:hover{color: #04bdec}

.btn-primary,.btn-secondary{display: inline-block;padding: 8px 20px;font-size: 14px;border-radius: 3px;text-align: center;}
.btn-primary{background: #11cfff;border:1px solid #08B7E5;color:#fff;}.btn-primary:hover{color:#fff;background: #00eaff;}
.btn-secondary{background: #f7f7f7;border:1px solid #ccc;color: #333;}.btn-secondary:hover{color: #333;background: #f2f2f2;}

/* top-bar-nav */
.top-bar-nav>li{margin-left: 0;}
/* =================================== tg-menu =================================== */
.tg-menu {
    z-index: 999;
    position: fixed;
    top: 10px;
    right: 20px;
    padding: 0 15px;
    color: #aaa;
    border: 1px solid #4d4d4d;
    background: transparent;
    border-radius: 3px;
    outline: none;
}

.tg-menu .menu-txt {
    float: left;
    line-height: 32px;
    font-size: 16px;
    margin-right: 10px;
}

.tg-menu .menu-icon {
    float: left;
    width: 26px;
    height: 33px;
    position: relative;
}

.tg-menu.is-closed .line-top, .tg-menu.is-closed .line-middle, .tg-menu.is-closed .line-bottom,
.tg-menu.is-open .line-top, .tg-menu.is-open .line-middle, .tg-menu.is-open .line-bottom {
    display: block;
    border-radius: 25%;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .7);
}

.tg-menu.is-closed .line-top {
    top: 8px;
}

.tg-menu.is-closed .line-middle {
    top: 15px;
}

.tg-menu.is-closed .line-bottom {
    bottom: 8px;
}

.tg-menu.is-closed:hover .line-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 5px;
}

.tg-menu.is-closed:hover .line-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 5px;
}

.tg-menu.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.tg-menu.is-closed:hover:before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.tg-menu.is-open .line-middle {
    display: none;
}

.tg-menu.is-open .line-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.tg-menu.is-open .line-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}

.tg-menu.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}

.tg-menu.is-open:hover:before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}

.tg-layer {
    z-index: 900;
    position: fixed;
    top: 0;
    right: -260px;
    height: 100%;
    width: 240px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #000;
    color: #fff;
    padding: 100px 20px 20px;
    transition: right 0.5s ease;
}

.tg-layer.expand {
    right: 0;
}
.mw-bodytext .tg-layer .item{margin:0;}

.mw-bodytext .tg-layer .menu-list{
    border-bottom: 1px solid #424242;
}
.mw-bodytext .tg-title{
    font-size:16px;
    margin: 14px 0;
    color: #aaa;
}
.tg-layer .link{
    display: block;
    padding-left: 20px;
    width: 100%;
    line-height: 32px;
}
.tg-layer .link:hover{
    color: #EEE;
 }

/* =============================== index container ================================ */
.container{width: 1280px;margin:0 auto;}
.row{zoom:1;box-sizing: border-box;}
.col-gold-large,.col-gold-small,.col-4-1{float: left;box-sizing: border-box;padding: 10px;}
.row:after {
    content: "\0020";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}
.col-4-1{width: 25%; height: 200px; }
.col-gold-large{width: 68%;height: 300px;background: #ddd;}
.col-gold-small{width: 32%;height: 300px;}


.box-banner{margin-top: 20px;}
.box-banner .col-gold-large{padding: 0;}

.box-links{background: #fff;margin: 20px 0;}
.box-head{padding: 16px 20px 10px;border-bottom: 1px solid #e6eced;}
.title-h2{font-size: 20px;}
.title-h3{font-size: 16px;line-height: 2;}
.box-links .item{padding:0 10px;}
.links-list{overflow: hidden;line-height: 1.9;height: 130px;}
.links-list a{width: 50%;float: left;color: #545859;}
.links-list a:hover{color: #04bdec}

.notice-box{background: #fff;overflow: hidden;}
.notice-head{border-bottom: 1px solid #e6eced;padding:5px 10px 10px;}
.notice-list{padding: 8px 0;}
.notice-list li{line-height: 1.7;padding: 2px 10px;}
.notice-list .date{float: right;color: #999;}
.notice-list a{color:#545859;}.notice-list a:hover{color:#04bdec;}

.row .links-list{border-right: 1px solid #e6eced}
.row .col-4-1:last-child .links-list{border-right: 0;}

.btn-feedback {
    position: fixed;
    top: 600px;
    right: 10px;
    width: 40px;
    padding:8px;
    background: #eee;
    border-radius: 5px;
}
.questionnaire {
    width: 800px;
    height: 650px;
    display: none
}
.btn-close {
    position: absolute;
    right: -38px;
    top: 0;
    width: 36px;
    height: 36px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background: #000;
    font-size: 24px;
}

.btn-close:hover {
    text-decoration: none
}