@charset "utf-8";
@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

html {
    font-size: 40px
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-search:before {
    content: "\f002"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-pencil:before {
    content: "\f040";
}

.fa-eye:before {
    content: "\f06e"
}

.fa-list:before {
    content: "\f03a"
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    margin: 0;
    padding: 0
}

body {
    font: 15px/1.5em "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #555;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #f6f6f6;
    line-height: 1.5;
    margin-top: 100px
}

.wrap {
    width: 1080px;
    margin: 0 auto
}

a {
    text-decoration: none;
    color: #555
}

a:hover {
    color: #12888c
}

a img {
    border: none
}

.clear {
    clear: both
}

.qiheader {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: url(//pic.qigushi.com/png/qi_header_bg.png) repeat-x;
}

.header {
    position: relative
}

.logo {
    float: left;
    position: relative;
    margin-right: 20px;
    background: url(//pic.qigushi.com/png/logo.png) no-repeat center;
}

.logo a {
    display: block;
    transition: none;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 220px;
    height: 80px
}

.qr-qigushi {
    z-index: 3;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: 580px;
    width: 148px;
    height: 180px;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    background: url(//pic.qigushi.com/images/qr_bg.png) no-repeat 0 0
}

.qr-qigushi .qr {
    position: absolute;
    top: 30px;
    left: 8px;
    width: 134px;
    height: 134px
}

.qr-qigushi img {
    display: block;
    width: 100%
}

.nav {
    float: left;
    line-height: 80px
}

.nav ul {
    list-style: none
}

.nav li {
    padding: 0 10px;
    display: inline-block;
    font-size: 15px;
    position: relative
}

.nav li+#nvabar-item-index {
    display: none
}

.nav li a {
    color: #404040
}

.nav li a::after {
    content: "\f0d7";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 13px
}

.nav li li a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 5px
}

.nav li a:only-child::after {
    content: ""
}

.nav li a:hover::after {
    content: "\f0d8";
    font-family: FontAwesome
}

.nav li a:hover:only-child::after {
    content: ""
}

.nav li.active>a {
    color: color:#FE6395
}

.nav li a:hover {
    color: color:#FE6395
}

.nav li ul {
    display: none;
    position: absolute;
    left: 0;
    top: 98%;
    background-color: #fff;
    min-width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 32px;
}

.nav li:hover>ul {
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.nav ul li li {
    white-space: nowrap;
    display: block;
    background: rgba(255, 255, 255, .95);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    line-height: 0.9rem;
}

.nav ul ul ul {
    left: 100%;
    top: 0
}

.qd {
    line-height: 70px;
    padding: 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    right: 10%;
    position: absolute;
    top: 0;
}

.search {
    float: right;
    line-height: 60px;
    padding: 10px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search i {
    font-size: 14px
}

.search_box {
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
    width: 300px;
    height: 40px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 15px 0 rgba(146, 146, 146, .2);
    -moz-box-shadow: 0 0 15px 0 rgba(146, 146, 146, .2);
    box-shadow: 0 3px 12px 0 rgba(146, 146, 146, .3)
}

.main {
    clear: both;
    margin-top: 20px
}

.main_l {
    display: none;
    float: left;
    width: 215px;
    position: relative;
    z-index: 2
}

.widget {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    -moz-box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    box-shadow: 0 2px 5px 0 rgba(146, 146, 146, .1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}