<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    color: rgba(0, 0, 0, .65);
}

html, body {
    width: 100%;
    height: 100%;
    position:absolute;
}

body * {
    box-sizing: border-box
}

form {
    padding: 0;
    margin: 0;
}

ul, li {
    padding: 0;
    margin: 0;
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: transparent;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0
}

::-webkit-input-placeholder {
    color: #949ea6
}

:-ms-input-placeholder {
    color: #949ea6
}

::placeholder {
    color: #949ea6
}

/*æ¶ˆé™¤ç§»åŠ¨ç«¯ç‚¹å‡»åŽçš„é˜´å½±*/
a, img, button, input, textarea, div {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

/*å¯¼èˆª*/

.common-navbar-container {
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 0;
    background-color: #fff;
}

.common-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased
}

.common-navbar .navbar-logo {
    /*margin-right: 40px;*/
    width: 50px;
}

.navbar-mobile .logo {
    width: 50px;
}

.common-navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.common-navbar nav a {
    display: inline-block;
    padding: 16px 28px;
    font-size: 14px;
    font-weight: 400;
    color: #304859;
    text-decoration: none;
    cursor: pointer
}

.common-navbar nav a:hover {
    opacity: .8
}

.common-navbar nav a.download {
    color: #098de6
}

#space.scrolled {
    position: relative;
    height: 2px;
    width: 100%;
    overflow: auto;
    transition: background-size .2s;
    background: radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .05), transparent);
    background: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .05), transparent);
    background-repeat: no-repeat;
    background-size: 100% 2px
}

.navbar-placeholder {
    height: 130px
}

.navbar-mobile-container {
    z-index: 999;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff
}

.navbar-mobile-container .navbar-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 16px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #f2f4f5
}

.navbar-mobile-container .navbar-mobile-menu {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 100%;
    padding: 1em;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(0) scale(.95);
    transform: translateY(0) scale(.95);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    visibility: hidden;
    transition: opacity .25s, transform .25s, visibility .25s, -webkit-transform .25s;
    background-color: hsla(0, 0%, 100%, .98)
}

.navbar-mobile-container .navbar-mobile-menu .navbar-mobile-menu-item {
    border-bottom: 1px solid #f2f4f5;
    margin-bottom: 1em
}

.navbar-mobile-container .navbar-mobile-menu .navbar-link {
    display: block;
    height: 2em;
    line-height: 2em;
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 300;
    color: #304859;
    text-decoration: none;
    cursor: pointer
}

.navbar-mobile-container .navbar-mobile-menu .navbar-link:hover {
    opacity: .8
}

.navbar-mobile-container .navbar-mobile-menu .navbar-link.download {
    font-weight: 400;
    color: #098de6
}

.logoBox span {
    vertical-align: 16px;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #000;
}

.logoBox {
    text-decoration: none;
}

@media (max-width: 1168px) {
    /*.navbar-placeholder {
		height: 80px
	}*/
    .common-navbar-container {
        display: none
    }

    .navbar-mobile-container {
        display: block
    }

    .navbar-mobile-container.active {
        height: 100%
    }

    .navbar-mobile-container.active .navbar-mobile-menu {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
        visibility: visible
    }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none
}

.hamburger:hover {
    opacity: .7
}

.hamburger-box {
    width: 26px;
    height: 26px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 26px;
    height: 1px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .15s;
    transition-timing-function: ease
}

.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block
}

.hamburger-inner:before {
    top: -10px
}

.hamburger-inner:after {
    bottom: -10px
}

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: .13s;
    transition-delay: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse .hamburger-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, -webkit-transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19), -webkit-transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
    top: 0;
    opacity: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.hamburger--collapse.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s, -webkit-transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

/*åº•éƒ¨*/
.common-footer {
    width: 1160px;
    padding: 35px 0 32px;
    margin: 0 auto ;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.common-footer.small-footer {
    padding: 0;
}

.common-footer.small-footer .nav-info, .common-footer.small-footer .nav-info .info {
    margin-top: 0;
    height: 80px;
}

.common-footer .contact-mail {
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    color: #344857
}

.common-footer .contact-mail .mail {
    color: #098de6
}

.common-footer .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 11% 2%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.common-footer .nav-links .links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.common-footer .nav-links .links-item .links-item-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0
}

.common-footer .nav-links .links-item .links-item-title a {
    font-weight: 600;
    color: #63727d;
}

.common-footer .nav-links .links-item a, .common-footer .nav-links .links-item span {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    opacity: 0.7;
    margin-bottom: 8px
}

.common-footer .nav-links .links-item a {
    cursor: pointer;
    text-decoration: none
}

.common-footer .nav-links .links-item a:hover {
    color: #428bca;
}

.common-footer .nav-links .links-item .subscribe {
    position: relative;
    margin-top: 6px
}

.common-footer .nav-links .links-item .subscribe .subscribe-input {
    border-radius: 20px;
    background-color: #f2f4f5;
    border: none;
    outline: none;
    padding: 0 40px 0 20px;
    height: 32px;
    width: 300px;
    font-size: 13px
}

.common-footer .nav-links .links-item .subscribe .subscribe-icon, .common-footer .nav-links .links-item .subscribe .subscribe-submit {
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
    height: 24px;
    width: 24px;
}

.common-footer .nav-links .links-item .subscribe .subscribe-submit {
    width: 24px;
    height: 24px;
    opacity: 0;
    z-index: 10
}

.common-footer .nav-info {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
    padding: 0 11%;
}

.common-footer .nav-info, .common-footer .nav-info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}

.common-footer .nav-info .info .copyright {
    font-size: 13px;
    font-weight: 400;
    color: #949ea6;
    margin-right: 28px
}

.common-footer .nav-info .info a {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin-right: 28px;
    text-decoration: none;
    cursor: pointer
}

.common-footer .nav-info .info a:hover {
    color: #428bca
}

.common-footer .nav-info .language {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.common-footer .nav-info .language .current-language {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #344857;
    margin-left: 8px;
    cursor: pointer
}

.common-footer .nav-info .language .trangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px;
    border-color: transparent transparent #c2c8cc;
    margin-left: 6px;
    margin-top: 2px
}

.common-footer .nav-info .social {
    /*width: 300px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.common-footer .nav-info .social .wechat, .common-footer .info, .common-footer .nav-info .social .sina {
    position: relative
}

.common-footer .nav-info .social .wechat:hover .wechat-qrcode-container, .common-footer .nav-info .social .sina:hover .sina-qrcode-container {
    display: block
}

.common-footer .nav-info .social .wechat .wechat-qrcode-container, .common-footer .nav-info .social .sina .sina-qrcode-container {
    display: none;
    position: absolute;
    left: -50px;
    margin-left: 12px
}

.common-footer.small-footer .nav-info .social .wechat .wechat-qrcode-container, .common-footer.small-footer .nav-info .social .sina .sina-qrcode-container {
    left: -26px;
}

.common-footer .info-qrcode-container {
    display: none;
    position: absolute;
    left: -35px;
    margin-left: 12px
}

.common-footer .nav-info .social .wechat .wechat-qrcode-container:before, .common-footer .info-qrcode-container:before, .common-footer .nav-info .social .sina .sina-qrcode-container:before {
    content: "";
    position: absolute;
    bottom: 40px;
    width: 14px;
    left: 40px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    border: 1px solid #d5dce0
}

.info-qrcode-container a {
    display: block;
}

.info-qrcode-container .links {
    border: 1px solid #d5dce0;
    position: absolute;
    bottom: 18px;
    border-radius: 2px;
    background: #fff;
    padding: 10px 5px;
    width: 105px;
}

.common-footer .nav-info .info a {
    margin-right: 0;
    /*margin-bottom: 10px;*/
}

.common-footer .nav-info .social .wechat .wechat-qrcode-container:after, .common-footer .info-qrcode-container:after, .common-footer .nav-info .social .sina .sina-qrcode-container:after {
    content: "";
    position: absolute;
    bottom: 41px;
    width: 14px;
    left: 41px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.common-footer .info-qrcode-container:before {
    bottom: 14px;
    left: 42px;
}

.common-footer .info-qrcode-container:after {
    bottom: 15px;
    left: 43px;
}

.common-footer .nav-info .social .wechat .wechat-qrcode-container .wechat-qrcode, .common-footer .nav-info .social .sina .sina-qrcode-container .sina-qrcode {
    position: absolute;
    bottom: 47px;
    width: 100px;
    height: 100px;
    border: 1px solid #d5dce0;
    border-radius: 2px
}

.common-footer.small-footer .nav-info .social {
    width: auto;
}

.common-footer.small-footer .nav-info .social .social-icon {
    margin-left: 24px;
    margin-right: 0;
}

.common-footer .nav-info .social .social-icon {
    margin-right: 24px;
    width: 24px;
    height: 24px;
}

/*@media (max-width: 1168px) {*/
    /*.common-footer {*/
        /*width: 100%;*/
        /*padding: 2em 1em 1em*/
    /*}*/

    /*.common-footer .nav-links {*/
        /*width: 100%;*/
        /*-ms-flex-wrap: wrap;*/
        /*flex-wrap: wrap*/
    /*}*/

    /*.common-footer .nav-links .links-item {*/
        /*width: 50%;*/
        /*padding-right: 1em*/
    /*}*/

    /*.common-footer .nav-links .subscribe-item {*/
        /*width: 100%;*/
        /*padding: 0*/
    /*}*/

    /*.common-footer .nav-links .subscribe-item .subscribe-input {*/
        /*width: 100% !important*/
    /*}*/

    /*.common-footer .nav-info {*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-box-direction: normal;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        /*-webkit-box-align: start;*/
        /*-ms-flex-align: start;*/
        /*align-items: flex-start*/
    /*}*/

    /*.common-footer .nav-info .social {*/
        /*width: 100%;*/
        /*margin-top: 2em*/
    /*}*/
/*}*/

.ant-menu-inline .smallTitle .ant-menu-submenu-title {
    padding-left: 48px;
}

.dot {
    margin-top: 13px;
}

.ant-menu-submenu.current a {
    color: #1890ff;
}

.onlyOne.videos___31Ptv {
    justify-content: center;
}

.onlyOne .video___2B208 {
    margin-left: 0;
}

#navbar-links .y_login a {
    margin: 0;
    padding: 16px 5px;
    color: #428bca;
}

.y_login .navbar-link {
    display: inline-block;
}

.LeftTabs {
    width: 430px;
}

.loginname {
    /*max-width: 100px;*/
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: -40px;
}

#navbar-links .y_login .loginOut {
    margin-left: 10px;
}

/*.nav-box{
	display: flex;
}*/

.link_fl, .nav-info .social span {
    color: #fff;
    font-size: 12px;
    margin-left: 55px;
    height: 40px;
    line-height: 44px;
}

.link_fl, .nav-info .social span a {
    color: #fff;
}

.common-footer.small-footer .link_fl {
    line-height: 82px;
    height: 80px;
}

.common-footer .nav-info .info .links a {
    margin-bottom: 5px;
    color: #333;
}

.home-page .common-navbar {
    height: 110px;
}

.pt110 {
    padding-top: 110px;
}

body .pt90 {
    padding-top: 90px;
}

/*æ–°å¤´éƒ¨*/
.global-header {
    width: 100%;
    height: 90px;
}

.transparent-header .headers {
    background-color: transparent;
}

.headers {
    background: #192d3b;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    transition: background .1s ease 0;
    -moz-transition: background .1s ease;
    -webkit-transition: background .1s ease;
}

.header-box {
    height: 90px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    display: flex;
    left: 20%;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    zoom: 1;
}

.header-brand {
    display: flex;
    align-items: center;
}

.header-brand, .nav-menu .nav-list {
    height: 90px;
    line-height: 90px;
}

.fn-left {
    float: left;
}

.header-brand a {
    vertical-align: middle;
}

.header-brand a:hover {
    color: #fff;
    text-decoration: none;
}

.header-brand a, .header-brand img {
    display: inline-block;
    height: 58px;
    border: none;
    color: #fff;
    line-height: 58px;
}

.header-brand a span {
    vertical-align: 18px;
    font-size: 16px;
}

.nav-right a {
    color: #C9C9C9;
    margin-left: 10px;
    font-size: 12px;
}

.nav-right a:hover {
    color: #fff;
    text-decoration: none;
}

a {
    color: #333;
}

.header-brand, .nav-menu .nav-list {
    height: 90px;
    line-height: 90px;
}

.header-nav {
    margin: 0 100px;
}

.nav-list {
    float: left;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
}

.nav-list:hover .nav-second {
    display: block;
}

.nav-list:nth-child(3) .nav-second {
    left: -30px;
}

.nav-list:nth-child(2) .nav-second {
    /*left: -180px;*/
    left: -150px;
}
/*.nav-list:nth-child(4) .nav-second {
    left: -155px;
}*/

.nav-second-be:before {
    background-color: #000;
    position: absolute;
    width: 6px;
    height: 6px;
    top: -7px;
    left: 47%;
    z-index: 9;
    content: "";
    border: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/*ä¿®æ”¹å¤´éƒ¨èœå•*/
.nav-list a {
    text-decoration: none;
    cursor: pointer;
}

.nav-list &gt; a:hover {
    color: #fff;
}

/*æ”¹*/
.nav-list-a {
    font-size: 13px;
    color: #fff;
}

.transparent-header .nav-second {
    top: 65px;
}

.nav-second li span a {
    color: #fff;
    display: block;
    margin: 5px 0;
    font-size: 16px;
}

.nav-second li .content-one {
    display: block;
    /*border-left: 1px solid rgba(97, 97, 97, 0.34);*/
}

.item-two:hover:before, .content-two:hover:before {
    background-color: #000;
    position: absolute;
    width: 6px;
    height: 6px;
    top: -7px;
    left: 34%;
    z-index: 9;
    content: "";
    border: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.item-one:hover:before, .content-one:hover:before,.item-three:hover:before,.content-three:hover:before ,.item-four:hover:before,.content-four:hover:before,.item-five:hover:before,.content-five:hover:before  {
    background-color: #000;
    position: absolute;
    width: 6px;
    height: 6px;
    top: -7px;
    left: 50.8%;
    z-index: 9;
    content: "";
    border: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.nav-second li .item-one a {
    color: #00a0e9;
}

/*æ”¹*/
.nav-second li .content-two {
    display: none;
    min-width: 200px;
    display: flex;
    justify-content: center;
    /*border-left: 1px solid rgba(97, 97, 97, 0.34);*/
    min-height: 100px;
}

.nav-second li span a:hover {
    font-size: 16px;
    color: #00a0e9;
}

.nav-second li {
    line-height: 36px;
    text-align: center;
}

/*æ”¹*/
.nav-second .li-left {
    /*border-right: 1px solid gray;*/
    border-right: 1px solid rgba(97, 97, 97, 0.34);
}

/*æ”¹*/
.productNav .nav-second .li-right {
    min-width: 200px;
}

/*æ”¹*/
.puhui {
    float: left;
    width: 200px;

}

/*æ”¹*/
.productNav .nav-second &gt; li {
    float: left;
    width: 200px;
}

.nav-list:not(.productNav) .nav-second li a:hover {
    background-color: #009de6;
    color: #fff;
}

.nav-second li li:hover {
    background-color: #009de6;
    color: #fff;
}

.nav-second {
    display: none;
    position: absolute;
    /*top: 90px;*/
    left: -17px;
    width: 120px;
    padding: 10px 0;
    border-top: 4px solid #000;
    background-color: #000;
    opacity: .8;
    z-index: 999;
}

/*æ”¹*/
.productNav .nav-second {
    width: 404px;
}

.nav-second a, .nav-second a:hover {
    color: #fff;
    font-size: 12px;
}

.nav-second &gt; li &gt; a, .nav-second &gt; li &gt; a:hover {
    display: block;
}

.nav-second &gt; li &gt; a:hover {
    background: #009de6;
}

.nav-right {
    /*position: absolute;*/
    height: 24px;
    top: 0%;
    height: 90px;
    line-height: 90px;
    right: 0;
    /*margin-top: -12px;*/
}

.fn-right {
    float: right;
}

.swiper-container {
    width: 100%;
}

.sliderImg img {
    width: 100%;
}

.transparent-header .ui-container, .transparent .ui-container {
    margin-top: -90px;
}

/*2018-10-26 æ–°å¢ž*/
.gg_center li .article_sign, .article-detail p .article_sign {
    border: 1px solid orange;
    border-radius: 5px;
    color: orange;
    padding: 2px 4px;
}

/*å¤´éƒ¨ä¸‹æ‹‰*/
.arrow_down img {
    width: 10px;
    position: absolute;
    top: 55px;
    left: 50%;
    cursor: pointer;
}

.nav-second.dropBox {
    /*top:56px;*/
    top: 89px;
    width: 300px;
    min-width: 200px;
    left: -110px;
}

.navbar-link:hover .dropBox {
    display: block;
}

.transparent-header .nav-second.dropBox {
    /*top: 33px;*/
    top: 65px;
    /*width: 440px;*/
}

.dropBox.nav-second li a {
    padding: 0 10px;
    margin-left: 0;
}

/*.dropBox{
	background: #fff;
	min-height: 100px;
	position: absolute;
	width: 80%;
	border:1px solid #ccc;
	 margin-top: 5px;
	 display: none;
}

.dropBox a{
	display: block;
	 color: #000;
	 margin-left: 0;
	 padding: 5px 0 ;
	 text-align: center;

}

.dropBox a:hover{
	display: block;
	background-color: #009de6;
    color: #fff;
}

.nav-menu .nav-list a.enter{
	font-size: 12px;
	transform : scale(0.8);
	margin-left: 20px;
}*/

.blue_btn {
    color: #fff;
    background-color: #108ee9;
    border-color: #108ee9;
}

/* å›¾ç‰‡æ”¾å¤§æŒ‰é’® */
.pic_box_warp {
    width: 580px;
    height: 580px;
    position: relative;
    top: 10px;
}

.layui-btn-group {
    position: relative;
    top: 5px;
    left: 5px;
    background-color: #fff;
    z-index: 100;
    width: 560px;
}

.pic_btn_flex {
    background-color: #00a0e9;
    border-radius: 8px;
    width: 50px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 20px;
    position: relative;
    left: 0px;
    top: 0px;
    z-index: 100;
}

.pic_box_flex {
    position: absolute;
    left: 0px;
    top: 50px;
    width: 580px;
    height: 530px;
    overflow: auto;
}

.hh_close {
    color: red;
    cursor: pointer;
}

.hh_main {
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    position: absolute;
    display: none;
    position: fixed;
    z-index: 10000;
    /*border: 1px solid #666;*/

}

.hh_mainbox {
    width: 260px;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    left: 40%;
    top: 18%;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #ccc;
    z-index: 10000;
}

.hh_title {
    background: #F8F8F8;
    padding: 0px 10px;
    height: 42px;
    line-height: 42px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.hh_title a {
    display: inline-block;
    float: right;
    width: 30px;
    height: 42px;
    text-align: right;
    line-height: 42px;
}

.hh_title span {
    display: inline-block;
    float: left;
    height: 42px;
    line-height: 42px;
    width: 100px;
}

.hh_text {
    height: 24px;
    padding: 46px 20px;
    background: #fff;
}

.hh_btn_box {
    height: 44px;
    text-align: right;
    padding: 0px 10px;
    background: #fff;
}

.hh_btn_box button {
    width: 60px;
    height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    height: 36px;
    border-radius: 2px;
}

.hh_close {
    text-align: center;
    background: #1E9FFF;
    color: #fff;
}

.hh_cancle {
    text-align: center;
    background: #fff;
    color: #333;
}
/*äº§å“ ç±»åž‹ï¼šç‚¹å‡» ä¸ªäºº/ä¼ä¸š*/
.leix{
    width: 500px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: left;
}
.leix .list_label{
    width: 118px!important;
    text-align: right;
    padding-right: 6px !important;
}
/*æ‹¨æ‰“çƒ­çº¿*/
.tanchuang {
    width: 500px;
    min-height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999999;
}
.tanchuang .QRcode {
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
}

.tanchuang .QRcode-tel {
    width: 50%;
    float: left;
    padding: 20px;
}

.tanchuang .QRcode-tel img {
    width: 150px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.tanchuang .QRcode-tel p {
    text-align: center;
}

.title-tel {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-radius:3px 3px 0 0;
    background: #f8f8f8;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 0px;
}

.close {
    position: absolute;
    right: 12px;
    top:6px;
    width: 32px;
    height: 32px;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.btn-tel {
    position: fixed;
    z-index: 999999999;
    right: 0px;
    bottom: 10%;
    display: block;
    padding: 10px;
    width: 50px;
    text-align: left;
    border: 0;
    color:#fff;
    white-space: pre-wrap;
    border-radius: 6px 0 0 6px;
    background: #126a9d;
}

/*åª’ä½“æŸ¥è¯¢*/
@media (max-width: 770px){
    .nav-list-a{
        font-size: 14px;
    }
    /*åˆä½œä¼ä¸šè¯¦æƒ…*/
    .web .article-detail {
        min-width: 100% !important;
    }
    .common-footer .nav-info, .common-footer .nav-info .info {
        height: 20px;
    }
    #root{
        margin-top: 49px!important;
    }
    .reBody {
        margin-top: 49px!important;
    }

    /*äº§å“ ç±»åž‹ï¼šç‚¹å‡» ä¸ªäºº/ä¼ä¸š*/
    .radio-inline, .checkbox-inline {
        padding-left: 2% !important;
    }
    .leix {
        width: 100%;
    }
    .leix .list_label{
        width: 118px;
        text-align: right;
        padding-right: 3% !important;
    }
/*æ‹¨æ‰“çƒ­çº¿*/
    .tanchuang {
        width: 100%;
        /*left: 0;*/
    }
    .btn-tel{
        width:28px;
        bottom:24%;
    }
}

@media (max-width: 322px) {
    .leix .list_label {
        padding-right: 7% !important;
    }
}

/*å…¼å®¹IEé¢„å®¡é¡µé¢*/
.layui-form-item {
    width:inherit!important;
}

.huaguo a:hover{
    color:#00a0e9;
}</pre></body></html>