@charset "utf-8";
/*Edit by 肖国梁*/

html {
    font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
}

body {
    min-width: 1200px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

img,
audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    color: currentColor;
    color: inherit;
    text-decoration: none
}

a img {
    border: 0
}

a:active,
a:hover {
    outline-width: 0
}

a,
a:link,
a:visited,
a:hover,
a:active {
    outline: 0
}

a:hover {
    text-decoration: underline
}

a,
input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

li {
    list-style: outside none none
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    margin: 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: bold
}

button,
input,
select {
    overflow: visible
}

button,
input,
select,
textarea {
    margin: 0
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer
}

[disabled] {
    cursor: default
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}

input[type="submit"],
input[type="text"],
input[type="date"],
input[type="datetime"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="datetime-local"],
input[type="url"],
input[type="button"],
button,
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

input[type=text],
input[type=password],
textarea {
    -moz-user-modify: read-write-plaintext-only;
    -webkit-user-modify: read-write-plaintext-only;
    user-modify: read-write-plaintext-only
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-user-modify: read-write-plaintext-only;
    -webkit-user-modify: read-write-plaintext-only;
    user-modify: read-write-plaintext-only;
    outline: 0
}

input[type="text"],
input[type="password"],
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

textarea:focus {
    outline: 0
}

input[type="file"]:focus {
    outline: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

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: none;
    appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

dl,
dd,
dt {
    margin: 0;
    padding: 0;
    border: 0
}

div {
    *zoom: 1
}

div:before,
div:after {
    display: table;
    content: '';
    height: 0;
    overflow: hidden;
    clear: both
}

.none,
.hide {
    display: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    display: block;
    clear: both
}

.cf,
.clearfix {
    *zoom: 1
}

.cf:after,
.clearfix:after {
    display: table;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both
}

.cf::after,
.clearfix::after {
    display: table;
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    clear: both
}

.block {
    display: block
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.inline {
    display: inline
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.text-center {
    text-align: center
}

.text-middle {
    vertical-align: middle
}

.left {
    left: 0
}

.center {
    margin: 0 auto
}

.right {
    right: 0
}

.top {
    top: 0
}

.bottom {
    bottom: 0
}

.w-f {
    width: 100%
}

.h-f {
    height: 100%
}

.ovh {
    overflow: hidden
}

.ellipsis {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.inline-block.ellipsis {
    display: inline-block;
    max-width: 100%
}

.border-box {
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    border: 0
}

.no-deco,
.no-deco:link,
.no-deco:visited,
.no-deco:hover,
.no-deco:active,
.no-deco a,
.no-deco a:link,
.no-deco a:visited,
.no-deco a:hover,
.no-deco a:active {
    text-decoration: none
}

.noscript {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9999999px;
    z-index: 2147483647;
    background: #000;
    color: #fff;
    font-size: 36px;
    line-height: 72px;
    text-align: center
}

#no-support {
    height: 310px;
    position: absolute;
    top: 50%;
    margin-top: -155px;
    width: 100%
}

#no-support h4 {
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
    color: #616161;
    font-size: 48px;
    font-weight: 500
}

#no-support h5 {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-family: 'Microsoft YaHei', '微软雅黑', Helvetica, Arial, sans-serif;
    color: #999;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 55px
}

#no-support ul {
    width: 410px;
    margin: 0 auto;
    display: block;
    height: 135px
}

#no-support li {
    display: block;
    float: left;
    margin-right: 10px;
    width: 95px;
    height: 135px
}

#no-support li a {
    display: block;
    width: 95px;
    height: 95px;
    background-image: url('../images/no-support/browsers.png');
    background-repeat: no-repeat
}

#no-support li span {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #adaaac;
    text-align: center;
    font-family: 'Myriad Pro', 'Arial', sans-serif;
    font-size: 16px
}

#no-support li.ff a {
    background-position: 0 0
}

#no-support li.ie a {
    background-position: 0 -95px
}

#no-support li.chrome a {
    background-position: 0 -190px
}

#no-support li.safari a {
    background-position: 0 -285px
}

#no-support li:hover {
    background: url('../images/no-support/border.png') no-repeat 0 0
}

.w {
    width: 1200px;
    margin: 0 auto
}

.pointer {
    cursor: pointer
}

.arial {
    font-family: Arial, Helvetica, sans-serif
}

.yahei {
    font-family: 'Microsoft YaHei', '微软雅黑', sans-serif
}

.pos-left {
    left: 0;
    top: 0
}

.pos-right {
    top: 0;
    right: 0
}

.justify {
    text-align: justify
}

.fakeloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #1f2525 url(../images/trans_bg2.png) repeat;
    z-index: 9999999
}

.spinner7 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 30px;
    margin-left: -130px;
    margin-top: -80px;
    text-align: center;
    padding-top: 100px;
    background: url(../images/logo-load.png) no-repeat center top;
}

.spinner7 .cir {
    background-color: #fff;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: stretchdelay .7s infinite ease-in-out;
    animation: stretchdelay .7s infinite ease-in-out
}

.spinner7 .circ2 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

.donghua {
    position: relative;
    top: 80px;
    opacity: 0
}

.donghua1 {
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    transition: all .6s ease-in
}

.fullchd.mycur .donghua1,
.fullchd.lastcur .donghua1,
.donghua1-wrap.mycur .donghua1 {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1
}

.spinner7 .circ3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s
}

.spinner7 .circ4 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s
}

.spinner7 .circ5 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s
}

@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: translateY(-10px)
    }

    20% {
        -webkit-transform: translateY(-20px)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px)
    }

    20% {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px)
    }
}

.logo,
.menu {
    position: fixed;
    top: 50px
}

.logo,
.logo a,
.logo img {
    display: inline-block
}

.logo a,
.logo a:hover {
    text-decoration: none
}

.logo {
    left: 10%;
    height: 64px;
    z-index: 99999;
    transition: all .25s ease-in-out 0s;
    width: auto;
    font-size: 0
}

.logo a {
    padding: 7px 0
}

.logo img {
    height: 50px;
    position: relative;
    top: 7px
}

.menu {
    overflow: hidden;
    right: 10%;
    width: auto;
    height: 64px;
    border-radius: 32px;
    z-index: 99999
}

.menu-inner {
    position: relative;
    height: 100%;
    background: rgba(16, 13, 15, .2)
}

.menu-btn,
.menu-btn .line,
.menu-label-close {
    position: absolute;
    top: 0
}

.menu-label-close,
.menu-label-page {
    color: #fff;
    text-align: right;
    line-height: 64px;
    font-size: 12px;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    transition: opacity .3s linear;
    letter-spacing: 1px;
    /* text-transform: uppercase */
}

.menu-label-page {
    display: inline-block;
    white-space: nowrap;
    padding-left: 34px;
    padding-right: 86px
}

.menu.active .menu-label-page {
    opacity: 0
}

.menu-btn .line {
    margin: auto;
    left: 0;
    right: 0
}

.menu-label-close {
    right: 0;
    padding-right: 32px;
    opacity: 0
}

.menu.active .menu-label-close {
    opacity: 1
}

.menu-btn {
    right: 0;
    width: 64px;
    height: 64px;
    background: #0f1010;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    cursor: pointer
}

.menu.active .menu-btn {
    right: -webkit-calc(100% - 64px);
    right: -moz-calc(100% - 64px);
    right: calc(100% - 64px)
}

.menu-btn .line {
    bottom: 0;
    width: 28px;
    height: 3px;
    background: #00a1e7;
    border-radius: 1.5px
}

.menu-btn .line-1 {
    top: -13px
}

.menu.normal .menu-btn .line-1 {
    -webkit-transition: all .3s linear .4s;
    -moz-transition: all .3s linear .4s;
    transition: all .3s linear .4s
}

.menu.active .menu-btn .line-1 {
    -webkit-transition: all .3s linear .4s;
    -moz-transition: all .3s linear .4s;
    transition: all .3s linear .4s
}

.menu.normal .menu-btn .line-2 {
    -webkit-transition: all .3s linear .35s;
    -moz-transition: all .3s linear .35s;
    transition: all .3s linear .35s
}

.menu.active .menu-btn .line-2 {
    -webkit-transition: all .3s linear .35s;
    -moz-transition: all .3s linear .35s;
    transition: all .3s linear .35s
}

.menu-btn .line-3 {
    bottom: -14px
}

.menu.normal .menu-btn .line-3 {
    -webkit-transition: all .3s linear .3s;
    -moz-transition: all .3s linear .3s;
    transition: all .3s linear .3s
}

.menu.active .menu-btn .line-3 {
    -webkit-transition: all .3s linear .3s;
    -moz-transition: all .3s linear .3s;
    transition: all .3s linear .3s
}

.menu.active .menu-btn .line-1,
.menu.active .menu-btn .line-2,
.menu.active .menu-btn .line-3 {
    width: 0
}

.menu-btn .line-4 {
    background: transparent;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.menu-btn .line-5 {
    background: transparent;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.menu-btn .line i {
    display: block;
    width: 100%;
    height: 100%;
    background: #00a1e7;
    border-radius: 1.5px;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.menu.normal .menu-btn .line i {
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s
}

.menu.active .menu-btn .line i {
    -webkit-transition: all .3s linear .6s;
    -moz-transition: all .3s linear .6s;
    -ms-transition: all .3s linear .6s;
    transition: all .3s linear .6s
}

.menu-btn .line-4 i {
    -webkit-transform-origin: 0 50% 0;
    -moz-transform-origin: 0 50% 0;
    -ms-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0
}

.menu-btn .line-5 i {
    -webkit-transform-origin: 100% 50% 0;
    -moz-transform-origin: 100% 50% 0;
    -ms-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0
}

.menu.active .menu-btn .line i {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.circle-loader,
.circle-loader .circle {
    position: absolute;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0
}

.circle-loader {
    visibility: hidden;
    left: 0
}

.circle-loader .circle {
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: loadingrotate 2s linear 0s infinite normal;
    -moz-animation: loadingrotate 2s linear 0s infinite normal;
    animation: loadingrotate 2s linear 0s infinite normal
}

.circle-loader .path {
    width: 64px;
    height: 64px;
    stroke: #00a1e7;
    stroke-dasharray: 1, 100;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s cubic-bezier(.77, 0, .175, 1) 0s infinite normal;
    -moz-animation: dash 1.5s cubic-bezier(.77, 0, .175, 1) 0s infinite normal;
    animation: dash 1.5s cubic-bezier(.77, 0, .175, 1) 0s infinite normal
}

@-webkit-keyframes loadingrotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes loadingrotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loadingrotate {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1 280;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 109 280;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 109 280;
        stroke-dashoffset: -184
    }
}

@-moz-keyframes dash {
    0% {
        stroke-dasharray: 1 280;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 109 280;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 109 280;
        stroke-dashoffset: -184
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1 280;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 109 280;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 109 280;
        stroke-dashoffset: -184
    }
}

.opacity0 {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.opacity0.act {
    opacity: 1
}

.gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99998;
    opacity: .9;
    background: rgba(2, 7, 63, .65) url(../images/trans_bg2.png) repeat center;
    display: none
}

.gnav-inner {
    position: absolute;
    top: 50%;
    right: 4%;
    z-index: 100;
    width: 264px;
    height: 384px;
    margin-top: -300px
}

.gnav-item {
    padding: 5px 0;
    margin-left: 164px;
    white-space: nowrap;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear;
    text-align: left;
    opacity: 0
}

.gnav-item.sub {
    padding-left: 40px;
    display: none;
}

.gnav-item.visible {
    display: block;
}

.gnav-item.sub>a {
    font-size: 24px;
    line-height: 43px;
}


.gnav-item>a {
    display: inline-block;
    vertical-align: top;
    font-size: 36px;
    line-height: 86px;
    color: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear
}

.gnav-item.current>a,
.gnav-item>a:hover {
    color: #00a1e7
}

.gnav-inner .gnav-item:nth-child(1) {
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -ms-transition-delay: .1s;
    transition-delay: .1s
}

.gnav-inner .gnav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    transition-delay: .2s
}

.gnav-inner .gnav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    transition-delay: .3s
}

.gnav-inner .gnav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    transition-delay: .4s
}

.gnav-inner .gnav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s
}

.gnav-inner .gnav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -ms-transition-delay: .6s;
    transition-delay: .6s
}

.gnav-inner .gnav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -ms-transition-delay: .7s;
    transition-delay: .7s
}

.gnav-inner .gnav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -ms-transition-delay: .8s;
    transition-delay: .8s
}

.foot1 {
    background: #0d0a0c
}

.footer .inner {
    width: 76.78%;
    min-width: 1000px;
    margin: 0 auto
}

.foot1 .inner {
    padding-top: 80px;
    padding-bottom: 75px;
}

.foot1 .lBx {
    width: 55%
}

.foot1 .lBx .chd+.chd {
    margin-left: 80px
}

.foot1 .lBx h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 8px
}

.foot1 .lBx h2,
.foot1 .lBx h2 a {
    color: #fff
}

.foot1 .lBx h2 a[href^=javascript],
.foot1 .lBx h2 a[href^=javascript]:hover {
    text-decoration: none
}

.foot1 .lBx p {
    font-size: 16px;
    line-height: 35px
}

.foot1 .lBx p a {
    color: #b4b3b3;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.foot1 .lBx p a:hover {
    color: #e0cfd1
}

.foot1 .rBx {
    max-width: 45%
}

.foot1 .rBx-l {
    float: left;
    margin-right: 26px
}

.foot1 .rBx-l .tit {
    padding-left: 22px;
    font-size: 16px;
    line-height: 34px;
    color: #b4b3b3;
    background: url(../images/ico_tel.png) no-repeat left center
}

.foot1 .rBx-l .con {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 40px;
    color: #fff
}

.foot1 .rBx-l .subTit {
    font-size: 16px;
    line-height: 24px;
    color: #b4b3b3
}

.foot1 .lay_share {
    padding-top: 20px
}

.foot1 .bdshare-button-style0-16 a {
    float: left;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    margin-right: 20px;
    width: 30px;
    height: 26px;
    background: url(../images/foot_lnks.png) no-repeat
}

.foot1 .bdshare-button-style0-16 a:last-child {
    margin-right: 0
}

.foot1 .bdshare-button-style0-16 a,
.foot1 .bdshare-button-style0-16 a:hover {
    opacity: 1 !important;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.foot1 .bdshare-button-style0-16 .bds_sqq {
    width: 22px;
    background-position: 0 0
}

.foot1 .bdshare-button-style0-16 .bds_sqq:hover {
    background-position: 0 -34px
}

.foot1 .bdshare-button-style0-16 .bds_weixin {
    width: 30px;
    background-position: -46px 0;
    display: none;
}

.foot1 .bdshare-button-style0-16 .bds_weixin:hover {
    background-position: -46px -34px
}

.foot1 .bdshare-button-style0-16 .bds_tsina {
    width: 30px;
    background-position: -96px 0
}

.foot1 .bdshare-button-style0-16 .bds_tsina:hover {
    background-position: -96px -34px
}

.foot1 .bdshare-button-style0-16 .bds_qzone {
    width: 26px;
    background-position: -144px 0
}

.foot1 .bdshare-button-style0-16 .bds_qzone:hover {
    background-position: -144px -34px
}

.foot1 .rBx-r {
    float: left
}

.erweima {
    display: block;
    width: 138px;
    height: 138px
}

.foot2 {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #0d0a0c;
    font-size: 13px;
    line-height: 50px
}

.foot2,
.foot2 a {
    color: #b4b3b3
}

.foot2 .lBx {
    max-width: 87%
}

.foot2 .rBx {
    max-width: 13%
}

.foot2 .line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #2c2a2c
}

.bim-link {
    position: relative;
    display: inline-block;
    padding: 0 45px;
    border: 1px solid #fff;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.bim-link+.bim-link {
    margin-left: -1px
}

.bim-link:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    width: 0;
    background: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.bim-link,
.bim-link:hover {
    text-decoration: none
}

.bim-link:hover {
    color: #101937
}

.bim-link:hover:after {
    width: 100%
}

.bim-link span {
    position: relative;
    z-index: 2
}

.bim_btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    padding: 8px 19px;
    color: #fff;
    background-color: #009fe8;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.bim_btn,
.bim_btn:hover {
    text-decoration: none
}

.bim_btn:hover {
    background-color: #1e9cd6;
    color: #eee;
    box-shadow: 0 5px 8px rgba(207, 237, 251, .9)
}



@media screen and (max-width:1440px) {
    .gnav-inner {
        right: 2%;
    }
}