.hangye {
    margin-top: 35px;
}

.hangye .flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hangye .item {
    text-align: left;
    flex: 1;
    margin: -1px 0 0 -1px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    position: relative;
    justify-content: flex-start;
    height: 100px;
}

.hangye .item .item-name {
    line-height: 38px;
    font-size: 15px;
    text-decoration: none;
    color: #484848;
}

.hangye .item .item-block p {
    font-size: 13px;
    line-height: 24px;
    color: #999;
}


.hangye .img-block {
    height: auto;
    margin: 0 30px;
}

.hangye .img-block img {
    display: block;
    margin: 0 auto;
    width: 40px;
}
/* hangye ending */
.videos-list {
    margin-top: 35px;
}

.videos-list .v-list{
    display: inline-block;
}

.videos-list .v-list li{
    float: left;
    width: 224px;
    overflow: hidden;
    background: #f9f9f9;
    margin-right: 12px;
    margin-bottom: 20px;
}

.videos-list .v-list a{
    display: inline-block;
}

.videos-list .v-list_box{
    position: relative;
    width: 224px;
    height: 125px;
    overflow: hidden;
}

.videos-list .v-list_box img{
    width: 224px;
    height: 126px;
}

.videos-list .v-list_box .x{
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    height: 20px;
    background: rgba(0,0,0,.7);
    line-height: 20px;
    transition: .2s;
    font-size: 12px;
}

.videos-list .v-list_box .x b{
    color: #fff;
}

.videos-list .v-list_box .x .x2{
    float: left;
    margin: 0 5px 0 5px;
}

.videos-list .v-list_box .playbox{
    width: 100%;
    height: 126px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
}

.videos-list .v-list_box .playbox:hover{
    opacity: 1;
}

.videos-list .v-list_box .playbox .play_icon{
    background: url(../img/play.png) no-repeat 16px 0;
    width: 65px;
    height: 47px;
    display: block;
    margin: 0 auto;
    margin-top: 46px;
    background-size: 36px auto;
    color: #f5f5f5;
    padding-top: 47px;
    text-align: center;
    font-size: 12px;
}

.v-list .list-text{
    padding: 4px 10px;
}

.v-list .list-text .title{
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #232323;
    font-size: 14px;
}

.v-list .list-text p{
    font-size: 12px;
    color: #949ba1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
/* videos-list ending */
.news {
    margin-top: 35px;
}

.news-h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
}

.news .row .col-1 {
    position: relative;
    min-height: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    width: 75%;
    float: left;
}

.news .row .col-2 {
    float: left;
    min-height: 1px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.news .row .col-3 {
    width: 75%;
    float: left;
    color: #333;
    margin-left: 20px;
    margin-top: 10px;
}

.news .media:first-child {
    margin-top: 0;
}

.news .news-under {
    height: 130px;
    border-bottom: 1px solid #f1f1f1;
}

.news .news-wrap {
    margin-bottom: 5px;
}

.news .news-video-img {
    margin-top: 10px;
    width: 180px;
    height: 101.25px;
    overflow: hidden;
    padding: 0;
    border-radius: 4px;
}

.news .news-video-img img {
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

.news .small-cos {
    padding: 0;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    background-color: #fff;
    height: 420px;
    width: 24%;
    /* margin-left: 5px; */
    float: left;
}

.news .small-tit {
    margin-top: 16px;
    margin-bottom: 10px;
    padding-left: 12px;
    height: 12px;
    line-height: 12px;
    border-left: 4px solid #ff2446;
}

.news .small-list li {
    font-size: 12px;
    border-bottom: 1px dashed #F1F1F1;
    height: 40px;
    line-height: 40px;
    list-style: disc;
    /* margin-left: 18px; */
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .small-list a {
    color: #242424;
    text-decoration: none;
}

.news .small-list a:hover {
    color: #FF2444;
}

.news .small-list .more {
    color: #242424;
    font-size: 12px;
}

.news .col-1 .more {
    color: #242424;
    font-size: 12px;
}
/* news_ending */


.consumer {
    margin-bottom: 30px;
}
.consumer img {
    border: 1px solid #E9E9E9;
    width: 110px;
    float: left;
    margin-right: 17px;
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.5s ease;
}

.consumer img:hover {
    border: 1px solid #737b8a;
    -webkit-filter: none;
    -webkit-transition: all 0.5s ease;
}

#industry {
    position: relative;
    color: #CCC;
    line-height: 30px
}

#industry span {
    background: #fff;
    width: 298px;
    height: 18px;
    border: 1px solid #E5E5E5;
    display: block;
    padding: 5px 10px;
    line-height: 20px;
    cursor: pointer;
    color: #333
}

#industry .selectArea {
    cursor: pointer
}

#industry .clickSel {
    background: #ee1010;
    color: #FFF;
    border-color: #ee1010
}

#industry i {
    position: absolute;
    color: #D8D8D8;
    top: 0;
    right: 13px;
    font-size: 12px;
    font-weight: bold
}

#industry .icon-scroll-top {
    display: none;
    color: #FFF
}

#industry ul {
    width: 320px;
    height: 250px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(180, 180, 180, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(180, 180, 180, 0.5);
    box-shadow: 0 2px 4px 0 rgba(180, 180, 180, 0.5);
    overflow: scroll;
    z-index: 20;
    position: absolute;
    background: #FFF;
    color: #666;
    top: 28px;
    left: 0;
    display: none
}

#industry ul li {
    padding-left: 10px;
    cursor: pointer
}

#industry ul li:hover {
    background: #F3F9FF;
    color: #ee1010
}

#business-feedback-box {
    position: fixed;
    width: 450px;
    background: #FFF;
    bottom: 5px;
    right: 43px;
    margin: auto;
    z-index: 200;
    -webkit-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    overflow: auto
}

#business-feedback-box h3 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 30px;
    margin-left: 30px
}

#business-feedback-box .close-ui {
    position: absolute;
    right: 24.5px;
    top: 27px;
    cursor: pointer;
    color: #ccc;
    z-index: 300
}

#business-feedback-box .close-ui i {
    font-size: 20px
}

#business-feedback-box .close-ui i:hover {
    color: #ee1010
}

#business-feedback-box .movePan,
#business-feedback-box .panHint {
    margin: 0;
    padding: 0;
    margin-left: 7px;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    padding-top: 13px
}

#business-feedback-box .movePan {
    color: #333;
    padding-top: 20px;
    border-top: 1px solid #E5E5E5;
    margin-top: 20px
}

#business-feedback-box .movePan a {
    text-decoration: none;
    color: #ee1010
}

#business-feedback-box.overflow {
    overflow-y: scroll
}

#business-feedback-box .form-box {
    padding: 20px 30px 0 23px;
    box-sizing: border-box
}

#business-feedback-box .hint {
    font-size: 12px;
    margin-top: 15px;
    color: #999;
    padding-left: 30px;
    margin-bottom: 20px
}

#business-feedback-box .hint .hint-left {
    float: left;
    width: 79px
}

#business-feedback-box .hint .hint-content {
    width: 320px;
    margin-left: 79px
}

#business-feedback-box .spread {
    width: 100%;
    height: 28px;
    background: #F9F9F9;
    margin-top: 20px;
    text-align: center
}

#business-feedback-box .spread i {
    font-size: 10px;
    color: #CFCFCF;
    line-height: 28px
}

#business-feedback-box .spread .arrowTop {
    display: none;
    font-weight: 700
}

#business-feedback-box .spread:hover {
    background: #F3F9FF
}

#business-feedback-box .spread:hover i {
    color: #ee1010
}

#business-feedback-box .selectArrow {
    position: absolute;
    color: #D8D8D8;
    right: 13px;
    font-size: 12px
}

#business-feedback-box .radioChecked {
    color: #ee1010
}

#business-feedback-box .form-row {
    *zoom: 1;
    position: relative;
    color: #333;
    font-size: 14px;
    margin-top: 20px
}

#business-feedback-box .form-row:before,
#business-feedback-box .form-row:after {
    display: table;
    content: ""
}

#business-feedback-box .form-row:after {
    clear: both
}

#business-feedback-box .form-row:first-child {
    margin-top: 0
}

#business-feedback-box .validdisable .row-right input[type="text"],
#business-feedback-box .validdisable .row-right textarea {
    border-color: #ea2e2e;
    color: #333;
    background: #FFF1F1
}

#business-feedback-box .validdisable .valid {
    position: absolute;
    left: 77px;
    bottom: -20px;
    color: #ea2e2e
}

#business-feedback-box .row-left {
    float: left;
    width: 75px;
    line-height: 30px;
    color: #999
}

#business-feedback-box .row-left i {
    color: #ea2e2e;
    display: inline-block;
    width: 10px
}

#business-feedback-box .row-right {
    margin-left: 77px;
    line-height: 30px;
    width: 320px
}

#business-feedback-box .row-right input[type="text"] {
    height: 30px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    width: 100%;
    padding-left: 10px
}

#business-feedback-box .row-right input[type="text"]:-moz-placeholder {
    color: #ccc
}

#business-feedback-box .row-right input[type="text"]::-moz-placeholder {
    color: #ccc
}

#business-feedback-box .row-right input[type="text"]::-webkit-input-placeholder {
    color: #ccc
}

#business-feedback-box .row-right input[type="text"]:-ms-input-placeholder {
    color: #ccc
}

#business-feedback-box .row-right input[type="text"]:focus {
    border-color: #ee1010;
    background: #FFF;
    color: #333;
    outline: none
}

#business-feedback-box .row-right input[type="radio"] {
    opacity: 0
}

#business-feedback-box .row-right input[type="radio"]+i {
    width: 14px;
    height: 14px;
    line-height: 1;
    border: 1px solid #999;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-sizing: border-box;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

#business-feedback-box .row-right input[type="radio"]+i::before {
    display: none;
    font-size: 12px;
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#business-feedback-box .row-right input[type="radio"]:hover+i {
    border-color: #ee1010
}

#business-feedback-box .row-right input[type="radio"]:checked+i {
    border-color: #ee1010
}

#business-feedback-box .row-right input[type="radio"]:checked+i::before {
    background: #ee1010;
    display: block;
    margin: 1px 0 0 1px
}

#business-feedback-box .row-right .radio-text {
    margin-right: 34px
}

#business-feedback-box .row-right select {
    background: #fff;
    width: 100%;
    height: 30px;
    border: 1px solid #E5E5E5;
    color: #333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 5px 10px;
    outline: none
}

#business-feedback-box .row-right select:focus {
    background: #ee1010;
    color: #FFF
}

#business-feedback-box .row-right textarea {
    max-width: 100%;
    width: 298px;
    height: 82px;
    border: 1px solid #e1e1e2;
    padding: 8px 10px;
    color: #333
}

#business-feedback-box .row-right textarea:focus {
    border-color: #ee1010;
    outline: none;
    background: #FFF
}

#business-feedback-box .row-right input[type="submit"] {
    width: 150px;
    height: 38px;
    background: #ee1010;
    color: #FFF;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

#business-feedback-box .row-right input[type="submit"]:hover {
    background: #209BFD
}

#business-feedback-box .submit-row {
    margin-top: 20px
}

#business-feedback-box .submit-row .row-right {
    margin-left: 77px
}

#business-feedback-box .response-show {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

#business-feedback-box .response-show h2 {
    font-size: 24px;
    color: #ee1010;
    line-height: 33px;
    margin-top: 24px;
    font-weight: normal
}

#business-feedback-box .response-show .submit-success,
#business-feedback-box .response-show .submit-fail {
    background: #ee1010;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 175px;
    margin-top: 120px
}

#business-feedback-box .response-show .submit-success i,
#business-feedback-box .response-show .submit-fail i {
    color: #FFF;
    font-size: 48px;
    line-height: 100px
}

#business-feedback-box .response-show .submit-fail {
    background: #E22E2E
}

#business-feedback-box .response-show .failed-to-submit {
    color: #E22E2E
}

#business-feedback-box .response-show .warm-reminder {
    width: 320px;
    margin-left: 65px;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    color: #333
}

#business-feedback-box .response-show .warm-reminder h4 {
    font-size: 14px;
    color: #999;
    margin: 80px 0 10px 0
}

#business-feedback-box .response-show .warm-reminder a {
    color: #ee1010;
    text-decoration: none
}

#business-feedback-box .response-show .warm-reminder p {
    margin: 0;
    line-height: 26px
}

#business-feedback-box .response-show .toForum,
#business-feedback-box .response-show .submit-again {
    width: 150px;
    height: 38px;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
    line-height: 38px;
    display: block;
    margin: 62px 0 20px 150px
}

#business-feedback-box .response-show .toForum:hover,
#business-feedback-box .response-show .submit-again:hover {
    background: #F5F5F5;
    cursor: pointer
}

#business-feedback-box input[type="text"],
#business-feedback-box textarea {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none
}

#business-feedback-box input:-moz-placeholder,
#business-feedback-box textarea:-moz-placeholder {
    color: #CCC;
    font-size: 14px
}

#business-feedback-box input::-moz-placeholder,
#business-feedback-box textarea::-moz-placeholder {
    color: #CCC;
    font-size: 14px
}

#business-feedback-box input:-ms-input-placeholder,
#business-feedback-box textarea:-ms-input-placeholder {
    color: #CCC;
    font-size: 14px
}

#business-feedback-box input::-webkit-input-placeholder,
#business-feedback-box textarea::-webkit-input-placeholder {
    color: #CCC;
    font-size: 14px
}

#contact-us-box {
    position: fixed;
    width: 290px;
    height: 180px;
    background: #FFF;
    top: 20px;
    bottom: 20px;
    right: 43px;
    margin: auto;
    z-index: 200;
    -webkit-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box
}

#contact-us-box h3 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 30px;
    margin-left: 30px
}

#contact-us-box .close-ui {
    position: absolute;
    right: 24.5px;
    top: 27px;
    cursor: pointer;
    color: #ccc;
    z-index: 300
}

#contact-us-box .close-ui i {
    font-size: 20px
}

#contact-us-box .close-ui i:hover {
    color: #ee1010
}

#contact-us-box p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-left: 30px
}

#contact-us-box p i {
    font-size: 16px;
    margin-right: 10px;
    color: #ee1010
}

/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

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

html,
button,
input,
select,
textarea {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", 'arial', 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif;
    *font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", 'arial', 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

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

h2 {
    font-size: 1.5em;
    margin: .83em 0
}

h3 {
    font-size: 1.17em;
    margin: 1em 0
}

h4 {
    font-size: 1em;
    margin: 1.33em 0
}

h5 {
    font-size: .83em;
    margin: 1.67em 0
}

h6 {
    font-size: .67em;
    margin: 2.33em 0
}

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

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

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

p,
pre {
    margin: 1em 0
}

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: '';
    content: none
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dl,
menu,
ol,
ul {
    margin: 1em 0
}

dd {
    margin: 0 0 0 40px
}

menu,
ol,
ul {
    padding: 0 0 0 40px
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

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

form {
    margin: 0
}

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

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

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

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

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

[hidden] {
    display: none
}

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

figure {
    margin: 0
}

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

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]),
[hidden] {
    display: none
}

body {
    min-width: 1280px
}

a {
    text-decoration: none;
    outline: none !important
}

a:hover {
    text-decoration: underline;
    text-decoration: none;
}

* {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", 'arial', 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

header {
    background: none;
    height: 80px;
    box-shadow: none;
    background: #1E1D22;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    position: fixed;
    top: 0;
    z-index: 30;
    width: 100%;
    min-width: 1280px
}

header>div {
    width: 1180px;
    height: 80px;
    margin: 0 auto 0 auto
}

header a {
    text-decoration: none;
    outline: none
}

header a:hover {
    text-decoration: none;
    cursor: pointer
}

header .logo {
    float: left;
    width: 145px;
}

header .default {
    display: none
}

header .transparent {
    display: block
}

header nav {
    height: 100%;
    padding-left: 200px;
    *zoom: 1;
    overflow: hidden;
    overflow: visible
}

header nav:before,
header nav:after {
    display: table;
    content: ""
}

header nav:after {
    clear: both
}

header nav ul {
    list-style: none;
    float: left;
}

header nav ul li {
    float: left;
    margin-left: 26px
}

header nav ul,
header nav li {
    _display: inline
}

header nav>ul>li>a {
    text-align: center;
    color: #fff;
    font-size: 14px
}

header nav li {
    height: 100%;
    padding: 0;
    line-height: 80px
}

header nav li a {
    display: block;
    *display: inline-block;
    *zoom: 1;
    height: 100%
}

header li.active>a {
    color: #ee1010
}

header li.nav0 {
    margin-left: 10px;
    margin-right: -10px
}

header li.nav0>a {
    cursor: default;
    width: 55px
}

header li.nav3>a {
    cursor: default
}

header li.list-nav>a {
    cursor: default
}

header .header-list>li:hover:after {
    content: '';
    display: block;
    margin-top: -3px;
    margin-left: -10px;
    padding: 0 10px;
    width: 100%;
    height: 3px;
    background-image: -webkit-linear-gradient(right, #ff0000, #ff0b0b);
    background-image: -moz-linear-gradient(right, #ff0000, #ff0b0b);
    background-image: -moz-linear-gradient(to left, #ff0000, #ff0b0b);
    background-image: -o-linear-gradient(to left, #ff0000, #ff0b0b);
    background-image: linear-gradient(to left, #ff0000, #ff0b0b);
    background-repeat: repeat
}

header .header-list .nav-pointer a {
    cursor: pointer
}

header .header-search {
    float: right;
    position: relative;
    line-height: 80px;
}

header ul.login {
    float: right
}

header ul.login a {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}

header ul.login>li {
    margin-left: 26px
}

header ul.login>li>span {
    max-width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

header ul.login>li>a {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80)
}

header ul.login>li:first-child {
    margin-left: 0
}

header ul.login .list-nav a {
    cursor: pointer
}

header .new-consumer a {
    *zoom: 1
}

header .new-consumer a:before,
header .new-consumer a:after {
    display: table;
    content: ""
}

header .new-consumer a:after {
    clear: both
}

header .new-consumer span {
    float: left
}

header .new-consumer i {
    font-size: 20px;
    display: block;
    float: right;
    margin-left: 2px;
    color: #F2686A;
    margin-top: -6px
}

header li.console a {
    height: 60px;
    width: 120px;
    outline: none;
    padding: 0 8px;
    border: 0;
    line-height: 60px;
    text-align: center
}

header li.console a i {
    width: 16px;
    float: left;
    content: "";
    margin: 0 6px 0 10px;
    font-size: 16px;
    display: block
}

header li.console a:hover {
    opacity: 1;
    background: #ee1010;
    background-image: -webkit-linear-gradient(right, #ff0000, #ff0b0b);
    background-image: -moz-linear-gradient(right, #ff0000, #ff0b0b);
    background-image: -moz-linear-gradient(to left, #ff0000, #ff0b0b);
    background-image: -o-linear-gradient(to left, #ff0000, #ff0b0b);
    background-image: linear-gradient(to left, #ff0000, #ff0b0b);
    background-repeat: repeat;
    color: #FFF
}

header.header-fix-top {
    position: fixed;
    top: 0;
    display: none;
    background: #101019
}

header.header-fix-top .header-list .nav-group .nav-types .all-product {
    display: none
}

header.header-fix-top .header-list .nav-group .nav-content .all-products-nav {
    display: none
}

main {
    margin-top: 60px
}

.fixedbar {
    position: fixed;
    right: 7px;
    bottom: 80px;
    font-size: 16px;
    z-index: 8
}

.fixedbar li {
    background-color: #ee1010;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 36px
}

.fixedbar li i {
    margin-top: 10px;
    display: inline-block;
    color: #FFF
}

.fixedbar li:hover {
    background-color: #209BFD
}

.fixedbar li:hover i {
    display: none
}

.fixedbar li:hover:before {
    color: #FFF;
    width: auto;
    height: auto;
    background-image: none;
    display: inline-block;
    font-size: 12px;
    padding: 2px
}

.fixedbar .forum a {
    font-size: 12px;
    padding: 2px;
    color: #FFF;
    text-decoration: none;
    display: inline-block
}

.fixedbar .forum:hover a:before {
    content: '官网论坛'
}

.fixedbar .business-consulting:hover:before {
    content: '业务咨询'
}

.fixedbar .contact-us:hover:before {
    content: '联系我们'
}

.fixedbar .scan-download:hover:before {
    content: '扫描下载'
}

.fixedbar .scroll-top:hover:before {
    content: '回到顶部'
}

.sub-nav {
    position: absolute;
    background: #101019;
    height: auto;
    padding: 20px 20px 20px 0;
    z-index: 1001;
    margin-left: -64px;
    *margin-left: -110px;
    top: 80px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    display: none;
    width: 900px
}

.sub-nav hr {
    clear: both;
    visibility: hidden
}

.sub-nav .nav-group {
    overflow: hidden
}

.sub-nav .nav-group .nav-types {
    padding-top: 15px
}

.sub-nav .nav-group .nav-types h3 {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 40px;
    cursor: pointer;
    display: block;
    width: 245px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 46px
}

.sub-nav .nav-group .nav-types h3 i {
    font-size: 12px;
    line-height: 12px;
    background: #FFF;
    width: 25px;
    height: 10px;
    color: #FF1F14;
    display: inline-block;
    margin-top: -4px;
    margin-left: 15px
}

.sub-nav .nav-group .nav-types h3.current {
    background: #1B1B25 url(../img/current.png) 200px -117px no-repeat;
    color: #ee1010;
    padding-left: 60px;
    -webkit-transition: padding-left 0.3s cubic-bezier(0, 1.13, 1, 1);
    -moz-transition: padding-left 0.3s cubic-bezier(0, 1.13, 1, 1);
    -ms-transition: padding-left 0.3s cubic-bezier(0, 1.13, 1, 1);
    -o-transition: padding-left 0.3s cubic-bezier(0, 1.13, 1, 1);
    transition: padding-left 0.3s cubic-bezier(0, 1.13, 1, 1)
}

.sub-nav .nav-group .nav-types h3 .icon-new-tag:before {
    margin-left: -2px
}

.sub-nav .nav-group li {
    float: none;
    width: auto
}

.sub-nav .nav-group li.current {
    display: block
}

.sub-nav .nav-group li h4 {
    color: #FFF;
    font-size: 14px;
    margin: 0;
    line-height: 20px
}

.sub-nav .nav-group li h4 i {
    font-size: 12px;
    left: 70px;
    font-weight: 400;
    color: #808080;
    vertical-align: middle
}

.sub-nav .nav-group li h4 .icon-new-tag {
    font-size: 12px;
    line-height: 12px;
    background: #FFF;
    width: 25px;
    height: 10px;
    color: #FF1F14;
    display: inline-block;
    margin-top: -4px;
    margin-left: 15px
}

.sub-nav .nav-group li a:hover h4 {
    color: #ee1010
}

.sub-nav .nav-group li a:hover h4 i {
    color: #ee1010
}

.sub-nav .nav-group li a:hover h4 .icon-new-tag {
    color: #f84a30
}

.sub-nav .nav-group li p {
    margin: 0;
    margin-top: 5px;
    color: #FFF;
    opacity: .4;
    filter: alpha(opacity=40);
    font-size: 12px;
    line-height: 17px;
    line-height: 20px
}

.sub-nav .nav-group li ul li {
    float: none;
    margin: 20px 0;
    padding: 0
}

.sub-nav .nav-group .nav-content>li>ul {
    margin-top: -10px
}

.sub-nav .nav-group .nav-content {
    overflow: hidden
}

.sub-nav li {
    margin: 0 0 0 20px;
    line-height: normal;
    height: auto;
    padding: 0;
    width: 170px
}

.sub-nav li h3 {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
    border-bottom: 1px solid #E5E5E5
}

.sub-nav li ul {
    margin: 0;
    height: auto;
    padding: 5px 0 0 0
}

.sub-nav li ul li {
    float: none;
    margin: 0;
    line-height: 24px;
    padding: 0
}

.sub-nav li a {
    color: #FFF;
    opacity: .8;
    filter: alpha(opacity=80);
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    text-decoration: none
}

.sub-nav li a .iconfont {
    color: #999;
    margin-right: 8px
}

.sub-nav li span .iconfont {
    color: #999;
    margin-right: 8px
}

.sub-nav li a:hover {
    color: #ee1010
}

.sub-nav li a:hover .iconfont {
    color: #ee1010
}

.products-nav {
    padding: 0 20px 0 0;
    width: 663px;
    margin-left: -111px
}

.products-nav h4 {
    font-weight: normal
}

.products-nav.double-col {
    width: 1160px
}

.products-nav .nav-group {
    min-height: 500px;
    position: relative
}

.products-nav .nav-group>ul {
    float: none;
    margin: 8px 0 8px 263px
}

.products-nav .nav-group>ul>li {
    display: none
}

.products-nav .nav-group .nav-content>li .nav-subproducts a {
    display: inline-block;
    border: 1px solid #3f3f3f;
    text-align: center;
    line-height: 26px;
    margin-top: 8px;
    width: 130px;
    height: 26px;
    font-size: 12px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .7;
    filter: alpha(opacity=70);
    color: #fff
}

.products-nav .nav-group .nav-content>li .nav-subproducts a:hover {
    color: #FFF;
    border: 1px solid #ee1010;
    opacity: 1;
    filter: alpha(opacity=100);
    background: #ee1010
}

.products-nav .nav-group .nav-content>li .nav-subproducts .newtag:after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -1px;
    right: -1px;
    content: '';
    display: block;
    background: url(https://cdn.bdstatic.com/portal/img/common/newtag_49d1f3ec.png) no-repeat top right
}

.products-nav .nav-group .nav-content>li .nav-subproducts .newtag:hover:after {
    display: none
}

.products-nav .nav-group .nav-content>li .nav-advantages a {
    position: relative;
    display: inline-block;
    border: 1px solid #3f3f3f;
    text-align: center;
    line-height: 26px;
    margin-top: 8px;
    width: 105px;
    height: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    opacity: .7;
    filter: alpha(opacity=70);
    color: #fff
}

.products-nav .nav-group .nav-content>li .nav-advantages a:hover {
    border: 1px solid #ee1010;
    color: #FFF;
    background: #ee1010;
    opacity: 1;
    filter: alpha(opacity=100)
}

.products-nav .nav-group .nav-content>li .nav-advantages .newtag:after {
    position: absolute;
    width: 10px;
    height: 10px;
    top: -1px;
    right: -1px;
    content: '';
    display: block;
    background: url(https://cdn.bdstatic.com/portal/img/common/newtag_49d1f3ec.png) no-repeat top right
}

.products-nav .nav-group .nav-content>li .nav-advantages .newtag:hover:after {
    display: none
}

.products-nav .nav-group .nav-content>li .product-nav-content-col {
    float: left;
    width: 48%;
    margin-top: 0;
    margin-left: 3%;
    min-height: 500px;
    position: relative
}

.products-nav .nav-group .nav-content>li .product-nav-content-col:first-child {
    margin-left: 0;
    border-right: 1px solid #35353D
}

.products-nav .nav-group .nav-content>li .product-nav-content-col .product-nav-content-title {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
    opacity: .4;
    filter: alpha(opacity=40);
    margin-bottom: 15px
}

.products-nav .nav-group .nav-content>li .product-nav-content-col li:first-child {
    margin-top: 10px
}

.products-nav .nav-group .nav-content>.all-products-nav {
    width: 887px
}

.products-nav .nav-group .nav-content>.all-products-nav>ul {
    margin-top: 0
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems {
    float: left;
    width: 140px;
    margin: 0 10px
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems .product-type {
    float: left;
    padding-top: 20px;
    margin-top: 0;
    border-top: 1px solid #22222B
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems .product-type .type-title {
    font-size: 14px;
    color: #fff;
    opacity: .4;
    filter: alpha(opacity=40)
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems .product-type ul {
    margin-top: 5px
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems .product-type ul .product-item {
    margin: 10px 0
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems .product-type ul .product-item h4 {
    font-size: 12px;
    font-weight: normal;
    color: #FFF;
    line-height: 17px;
    opacity: .8;
    filter: alpha(opacity=80)
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems .product-type ul .product-item h4:hover {
    color: #008EFF;
    opacity: 1;
    filter: alpha(opacity=100)
}

.products-nav .nav-group .nav-content>.all-products-nav .lineItems .product-index-0 {
    border: 0;
    margin-top: -20px
}

.products-nav .nav-group .nav-content>.all-products-nav .items-0 {
    margin-left: 0
}

.products-nav .nav-group .nav-types {
    position: absolute;
    left: 0;
    height: 100%;
    background: #101019;
    border-right: 1px solid #35353D
}

.products-nav .nav-group .nav-types h3.all-product {
    background: #101019 url(https://cdn.bdstatic.com/portal/img/common/all_611d5812.png) 200px -20px no-repeat
}

.products-nav .nav-group .nav-types h3.all-product:hover {
    background-color: #1B1B25;
    background-position: 200px 14px
}

.products-nav .nav-group .nav-types .all-product.current {
    background-color: #1B1B25;
    background-position: 200px 14px
}

.products-nav.noallproduct .nav-group .nav-types .all-product {
    display: none
}

.products-nav.noallproduct .nav-group .nav-content .all-products-nav {
    display: none
}

.solution-nav-new {
    padding: 0 20px 0 0;
    width: 563px
}

.solution-nav-new h4 {
    font-weight: normal
}

.solution-nav-new.double-col {
    width: 980px
}

.solution-nav-new .nav-group {
    min-height: 420px;
    position: relative
}

.solution-nav-new .nav-group>ul {
    float: none;
    margin: 8px 0 8px 263px
}

.solution-nav-new .nav-group>ul>li {
    display: none
}

.solution-nav-new .nav-group li {
    position: relative
}

.solution-nav-new .nav-group li h4 i {
    position: absolute;
    left: 70px;
    font-size: 10px;
    font-weight: 400;
    color: #808080;
    vertical-align: middle
}

.solution-nav-new .nav-group li .solution-nav-content-col {
    float: left;
    width: 48%;
    margin-left: 3%
}

.solution-nav-new .nav-group li .solution-nav-content-col:first-child {
    margin-left: 0;
    border-right: 1px solid #35353D
}

.solution-nav-new .nav-group li .solution-nav-content-col .solution-nav-content-title {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    opacity: .4;
    filter: alpha(opacity=40);
    margin-bottom: 15px
}

.solution-nav-new .nav-types {
    position: absolute;
    left: 0;
    height: 100%;
    background: #101019;
    border-right: 1px solid #35353D
}

.solution-nav-new .nav-types .iconfont {
    font-size: 24px;
    color: #f84a30;
    vertical-align: middle;
    display: inline-block
}

.solution-nav {
    min-width: 570px;
    max-width: 730px;
    padding: 5px 30px 30px 0;
    margin-left: -48px
}

.solution-nav>li {
    margin-left: 30px;
    padding-left: 20px;
    margin-top: 30px;
    width: 130px;
    border-left: 1px solid #35353D
}

.solution-nav>li:first-child {
    border-left: 0
}

.solution-nav>li ul li {
    width: 150px;
    margin-top: 6px
}

.solution-nav>li ul li a {
    font-size: 14px;
    display: inline-block
}

.solution-nav>li ul li i {
    font-size: 12px;
    line-height: 12px;
    width: 25px;
    height: 10px;
    color: #FF1F14;
    background: #fff;
    display: inline-block;
    margin-left: 10px
}

.solution-nav>li h3 {
    border-bottom: 0
}

.solution-nav>li h3 i {
    margin-left: 10px;
    color: #ffa203
}

.solution-nav .solution-dobule-col {
    border-left: 0;
    margin-left: 10px;
    margin-top: 60px
}

.support-nav {
    width: 452px;
    margin-left: -36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.support-nav .lineItems {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

.support-nav .lineItems h4 {
    opacity: .4;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.5px;
    line-height: 30px;
    width: 100px;
    height: 30px;
    margin: 0
}

.support-nav .lineItems ul {
    width: 100px;
    margin-top: 10px
}

.support-nav .lineItems ul a {
    text-decoration: none;
    opacity: .85;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.39px;
    line-height: 34px;
    height: 34px
}

.support-nav .lineItems ul a:hover {
    color: #ee1010
}

.support-nav .lineItems span {
    float: left;
    height: 176px;
    width: 1px;
    opacity: .1;
    background: #FFFFFF;
    margin-top: -20px
}

.support-nav .item-0 {
    width: 151px;
    padding: 30px 0 40px 40px
}

.support-nav .item-0 span {
    margin-left: 10px
}

.support-nav .item-1 {
    width: 141px;
    padding: 30px 0 40px 30px
}

.support-nav .item-1 span {
    margin-left: 10px
}

.support-nav .item-2 {
    width: 160px;
    padding: 30px 30px 40px 30px
}

.cooperation-nav {
    width: 196px;
    margin-left: -50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cooperation-nav li {
    float: none;
    margin-bottom: 0;
    padding: 5px;
    line-height: 17px;
    padding-left: 20px
}

.cooperation-nav li a {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    opacity: 1;
    filter: alpha(opacity=100)
}

.market-nav {
    padding: 0 20px 0 0;
    width: 663px
}

.market-nav h4 {
    font-weight: normal
}

.market-nav.double-col {
    width: 980px
}

.market-nav .nav-group {
    min-height: 520px;
    position: relative
}

.market-nav .nav-group>ul {
    float: none;
    margin: 8px 0 8px 263px
}

.market-nav .nav-group>ul>li {
    display: none
}

.market-nav .nav-group li {
    position: relative
}

.market-nav .nav-group li h4 i {
    position: absolute;
    left: 70px;
    font-size: 10px;
    font-weight: 400;
    color: #808080;
    vertical-align: middle
}

.market-nav .nav-group li h4 .icon-new-tag {
    color: #FF1F14;
    font-size: 12px;
    margin-left: 10px
}

.market-nav .nav-types {
    position: absolute;
    left: 0;
    height: 100%;
    background: #101019;
    border-right: 1px solid #35353D
}

.market-nav .nav-types .iconfont {
    font-size: 24px;
    color: #f84a30;
    vertical-align: middle;
    display: inline-block
}

.market-nav .nav-types a {
    color: #999
}

.market-nav .nav-types h3 {
    cursor: pointer
}

.market-nav .nav-types h3.current a {
    color: #ee1010
}

.register-nav {
    width: 80px;
    margin-left: -36px
}

.register-nav li {
    float: none;
    margin-bottom: 0;
    line-height: 30px
}

.logout-nav {
    width: 80px;
    left: 50%;
    margin-left: -55px;
    padding: 10px
}

.logout-nav li {
    float: none;
    margin-bottom: 0;
    line-height: 20px
}

.login-li {
    position: relative
}

.mobile {
    display: none
}

.common-advantage {
    background: #FFF
}

.common-advantage .container {
    padding: 40px 0;
    border-bottom: 1px solid #eee
}

.common-advantage li {
    float: left;
    width: 33.33%;
    text-align: center;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.common-advantage li:before {
    content: '';
    width: 1px;
    display: block;
    left: 0;
    top: 10px;
    bottom: 10px;
    position: absolute;
    background: #d6d6d6;
    opacity: .5
}

.common-advantage li:first-child:before {
    display: none
}

.common-advantage li .title-pic {
    width: 38px;
    height: 38px;
    margin: 0 auto
}

.common-advantage li h2 {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    line-height: 20px;
    margin: 14px 0 15px 0;
    font-weight: 400
}

.common-advantage li p {
    font-size: 18px;
    color: #666
}

.common-advantage li p strong {
    font-weight: normal;
    font-size: 30px
}

.common-advantage .title-pic {
    color: #ee1010
}

.common-advantage .title-pic i {
    font-size: 38px;
    display: block
}

footer {
    *zoom: 1;
    background: #232526;
    color: #d6d6d6
}

footer:before,
footer:after {
    display: table;
    content: ""
}

footer:after {
    clear: both
}

footer .pre-sale {
    float: right;
    width: 170px;
    margin-top: 54px
}

footer .pre-sale h3 {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px
}

footer .pre-sale span {
    font-size: 12px;
    color: #999999;
    line-height: 24px
}

footer .pre-sale .contact-msg {
    *zoom: 1;
    width: 110px;
    height: 80px;
    margin-top: 25px;
    background-image:url(../img/bottom-logo.png);
}

footer .pre-sale .contact-msg:before,
footer .pre-sale .contact-msg:after {
    display: table;
    content: ""
}

footer .pre-sale .contact-msg:after {
    clear: both
}

footer .pre-sale .contact-msg .msg-item {
    float: left;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-right: 16px
}

footer .pre-sale .contact-msg .msg-item img {
    width: 40px;
    height: 40px
}

footer .pre-sale .contact-msg .msg-item .qrCode {
    display: none;
    position: absolute;
    top: -116px;
    left: -28px
}

footer .pre-sale .contact-msg .msg-item .qrCode img {
    width: 96px;
    height: 96px;
    position: absolute;
    z-index: 2
}

footer .pre-sale .contact-msg .msg-item .qrCode:after {
    content: '';
    display: block;
    position: absolute;
    height: 8px;
    width: 8px;
    background-color: #FFF;
    transform: rotate(45deg);
    z-index: 1;
    margin-top: 90px;
    margin-left: 44px
}

footer .mouse-on h3 {
    color: #46464D
}

footer .mouse-on span {
    color: #313138
}

footer .notice-list {
    overflow: hidden;
    float: left
}

footer .group {
    float: left;
    margin-left: 230px
}

footer .group dl {
    width: 170px;
    padding-left: 0
}

footer .group dl.footerdoc {
    width: 140px
}

footer .group dl.footer-contact-us {
    width: 244px
}

footer .group dl.footer-products {
    width: 162px
}

footer .group dl.footer-solutions {
    width: 176px
}

footer .group dl.footer-follow-us {
    width: 76px
}

footer .group dl.footer-follow-us img {
    width: 76px;
    height: 76px;
    display: none;
    margin: 7px 0 10px
}

footer .group dl.footer-follow-us li:first-child img {
    display: block
}

footer .group dl.footer-cloud {
    margin-left: 30px;
    width: 430px
}

footer .group dl.footer-cloud dd>ul {
    float: left;
    margin-top: -10px
}

footer .group dl.footer-cloud .other-box {
    float: left;
    margin-left: 20px;
    margin-top: -10px
}

footer .group dl.footer-cloud .other-box h6 {
    font-size: 14px;
    margin: 10px 0
}

footer .group dl.footer-cloud .other-box p {
    line-height: 20px;
    height: auto;
    border-top: 0;
    text-align: left;
    color: #d6d6d6;
    font-size: 14px;
    margin: 12px 0 0 0
}

footer .group dl.footer-cloud .other-box dd>a {
    display: inline-block;
    vertical-align: top
}

footer .group dl.footer-cloud .other-box li {
    font-size: 12px;
    margin: 8px 0
}

footer .group dl.footer-cloud .other-box li:before {
    content: '';
    width: 2px;
    height: 2px;
    background: #FFF;
    display: inline-block;
    margin-bottom: .2em;
    margin-right: 5px
}

footer a {
    color: #d6d6d6
}

footer span {
    color: #d6d6d6
}

footer dl {
    float: left;
    margin: 0 0 30px 0
}

footer dd {
    font-size: 12px;
    line-height: 24px
}

footer dd a,
footer dd span,
footer dd h6 {
    color: #a6a7aa
}

footer dt {
    margin: 40px 0 20px 0;
    color: #FFF
}

footer p {
    clear: both;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #656973;
    height: 80px;
    line-height: 80px;
    color: #ebebeb;
    margin-top: 0
}

footer .footer-links,
footer .products-links {
    clear: both;
    padding: 20px 0;
    border-top: 1px solid #656973;
    border-bottom: 1px solid #656973
}

footer .footer-links ul,
footer .products-links ul {
    *zoom: 1
}

footer .footer-links ul:before,
footer .products-links ul:before,
footer .footer-links ul:after,
footer .products-links ul:after {
    display: table;
    content: ""
}

footer .footer-links ul:after,
footer .products-links ul:after {
    clear: both
}

footer .footer-links li,
footer .products-links li {
    float: left
}

footer .footer-links li a,
footer .products-links li a {
    color: #a6a7aa;
    margin-right: 44px
}

footer .footer-links li:last-child a,
footer .products-links li:last-child a {
    margin-right: 0
}

footer .footer-links a {
    color: #FFF;
    font-size: 12px;
    line-height: 24px;
    margin: 0 42px 0 0
}

footer .footer-links ul {
    display: inline-block;
    vertical-align: top
}

footer .footer-tips {
    margin: 0;
    height: auto;
    line-height: normal;
    padding: 30px 0 40px 0;
    font-size: 12px;
    line-height: 24px
}

footer .site {
    display: none
}

footer .links {
    *zoom: 1;
    overflow: hidden;
    font-size: 15px;
    text-align: center
}

footer .links:before,
footer .links:after {
    display: table;
    content: ""
}

footer .links:after {
    clear: both
}

footer .links ul {
    list-style: none;
    float: left;
    margin-left: -18px
}

footer .links ul li {
    float: left;
    margin-left: 18px
}

footer .links ul,
footer .links li {
    _display: inline
}

footer .links ul {
    float: none;
    display: inline-block;
    margin: 0 auto
}

footer .links li:after {
    content: "|";
    margin-left: 18px
}

footer .links li:last-child:after {
    content: "";
    margin-left: 0
}

footer .notice-list li {
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

footer .notice-list li a {
    text-decoration: none
}

h1,
h2,
h3,
dd,
ul,
ol {
    margin: 0;
    padding: 0
}

ul,
ol {
    list-style: none
}

section {
    padding: 50px 0
}

figcaption h3 {
    font-size: 18px;
    font-weight: normal
}

figcaption p {
    font-size: 13px;
    line-height: 1.5;
    text-align: justify
}

.container {
    width: 1180px;
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.container:before,
.container:after {
    display: table;
    content: ""
}

.container:after {
    clear: both
}

.hgroup {
    text-align: center;
    width: 780px;
    margin-right: auto;
    margin-left: auto
}

.hgroup h1 {
    font-size: 30px;
    font-weight: normal
}

.hgroup h1+p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0
}

.ui-dialog-head {
    background-color: #FFF;
    border-bottom: none
}

.ui-dialog-close-icon {
    width: 28px;
    height: 28px;
    background-image: url(https://cdn.bdstatic.com/portal/img/esui/close_c293f40b.png);
    top: -10px;
    right: -10px
}

.ui-dialog-body {
    text-align: center
}

.expired-dialog-content {
    text-align: center;
    padding: 150px 0 40px 0;
    background: url(https://cdn.bdstatic.com/portal/img/esui/sorry_e36d7be8.png) center top no-repeat
}

a.expired-dialog-link {
    color: #FFF;
    padding: 15px 30px;
    background: #3398FF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-decoration: none
}

.link-button.normal {
    color: #9E9E9E;
    text-align: center;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #EEE
}

.link-button.normal:hover {
    color: #9E9E9E;
    background-image: -webkit-linear-gradient(top, #FFF, #E9E9E9);
    background-image: -moz-linear-gradient(top, #FFF, #E9E9E9);
    background-image: -moz-linear-gradient(to bottom, #FFF, #E9E9E9);
    background-image: -o-linear-gradient(to bottom, #FFF, #E9E9E9);
    background-image: linear-gradient(to bottom, #FFF, #E9E9E9);
    background-repeat: repeat
}

.link-button.primary {
    color: #FFF;
    text-align: center;
    text-decoration: none;
    background: #ee1010;
    border: none;
    background-image: -webkit-linear-gradient(top, #ee1010, #0765E4);
    background-image: -moz-linear-gradient(top, #ee1010, #0765E4);
    background-image: -moz-linear-gradient(to bottom, #ee1010, #0765E4);
    background-image: -o-linear-gradient(to bottom, #ee1010, #0765E4);
    background-image: linear-gradient(to bottom, #ee1010, #0765E4);
    background-repeat: repeat
}

.link-button.primary:hover {
    color: #FFF;
    background-image: -webkit-linear-gradient(top, #ee1010, #014FDE);
    background-image: -moz-linear-gradient(top, #ee1010, #014FDE);
    background-image: -moz-linear-gradient(to bottom, #ee1010, #014FDE);
    background-image: -o-linear-gradient(to bottom, #ee1010, #014FDE);
    background-image: linear-gradient(to bottom, #ee1010, #014FDE);
    background-repeat: repeat
}

.tab-navigator>ul {
    margin-bottom: 40px;
    *zoom: 1
}

.tab-navigator>ul:before,
.tab-navigator>ul:after {
    display: table;
    content: ""
}

.tab-navigator>ul:after {
    clear: both
}

.tab-navigator>ul>li {
    float: left;
    padding-left: 100px;
    border-bottom: 1px solid #EEE
}

.tab-navigator>ul>li:first-child {
    padding-left: 0
}

.tab-navigator>ul>li a {
    display: block;
    padding: 20px;
    border-bottom: transparent;
    font-size: 16px;
    color: #333
}

.tab-navigator>ul>li a:hover {
    color: #249CFA;
    text-decoration: none;
    border-bottom: 1px solid #249CFA;
    margin-bottom: -1px
}

.tab-navigator>ul>li.selected a {
    color: #249CFA;
    text-decoration: none;
    border-bottom: 1px solid #249CFA;
    margin-bottom: -1px
}

.tab-navigator>div {
    display: none
}

.tab-navigator>div.selected {
    display: block
}

.showData {
    background: rgba(199, 0, 18, 0.75);
    -webkit-box-shadow: 0 0 0 2px #c70012 inset;
    -moz-box-shadow: 0 0 0 2px #c70012 inset;
    box-shadow: 0 0 0 2px #c70012 inset;
    cursor: pointer;
    content: "";
    min-width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #fff
}

.showData:hover {
    opacity: 0;
    filter: alpha(opacity=0)
}

.fixedbar li.current-box,
.helper-links li.current-box {
    background: #ee1010
}

.scroll-top {
    display: none
}

header {
    background: none;
    position: absolute;
    box-shadow: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-family: PingFangSc-light, Arial, "Microsoft YaHei UI", "Microsoft Yahei", "Lantinghei SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif
}

header:hover {
    background: #000
}

header nav>ul>li>a {
    color: #fff
}

header nav>ul>li>a:hover {
    color: #ee1010;
    display: block
}

header nav .header-list>li:hover:after {
    content: '';
    display: block;
    margin-top: -3px;
    width: 100%;
    height: 3px;
    background-image: -webkit-linear-gradient(right, #ff0000, #ff0b0b);
    background-image: -moz-linear-gradient(right, #ff0000, #ff0b0b);
    background-image: -moz-linear-gradient(to left, #ff0000, #ff0b0b);
    background-image: -o-linear-gradient(to left, #ff0000, #ff0b0b);
    background-image: linear-gradient(to left, #ff0000, #ff0b0b);
    background-repeat: repeat
}

header div .default {
    display: none
}

header div .transparent {
    display: block
}

header ul.login .list-nav>span {
    color: #fff
}

header ul.login>li>a {
    color: #fff;
    background: none
}

header li.console a:before {
    margin: 8px 6px 0 0;
    width: 16px;
    height: 16px;
    background: url(https://cdn.bdstatic.com/portal/img/icons_32087ff6.png) -25px -94px no-repeat
}

header li.console a:hover:before {
    background: url(https://cdn.bdstatic.com/portal/img/icons_32087ff6.png) -25px -94px no-repeat
}

.bgIcons-60 {
    background: url(https://cdn.bdstatic.com/portal/img/icons/icons-60_6a9d6a3b.png) 0 0 no-repeat
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .bgIcons-60 {
        background: url(https://cdn.bdstatic.com/portal/img/icons/icons-60.2x_27ded0f3.png) 0 0 no-repeat;
        background-size: 905px 580px
    }
}

.bgIcon-bcc {
    background-position: 0 0
}

.bgIcon-blb {
    background-position: 0 -65px
}

.bgIcon-dcc {
    background-position: 0 -130px
}

.bgIcon-et {
    background-position: 0 -195px
}

.bgIcon-bae {
    background-position: 0 -260px
}

.bgIcon-eip {
    background-position: 0 -325px
}

.bgIcon-bbc {
    background-position: 0 -390px
}

.bgIcon-vpc {
    background-position: 0 -455px
}

.bgIcon-bos {
    background-position: -65px 0
}

.bgIcon-cds {
    background-position: -65px -65px
}

.bgIcon-cdn {
    background-position: -65px -130px
}

.bgIcon-rds {
    background-position: -130px 0
}

.bgIcon-scs {
    background-position: -130px -65px
}

.bgIcon-moladb {
    background-position: -130px -130px
}

.bgIcon-bss {
    background-position: -195px 0
}

.bgIcon-bcm {
    background-position: -195px -65px
}

.bgIcon-cas {
    background-position: -195px -130px
}

.bgIcon-bmr {
    background-position: -260px 0
}

.bgIcon-bml {
    background-position: -260px -65px
}

.bgIcon-palo {
    background-position: -260px -130px
}

.bgIcon-bes {
    background-position: -260px -195px
}

.bgIcon-batch {
    background-position: -260px -260px
}

.bgIcon-bdl {
    background-position: -260px -325px
}

.bgIcon-bls {
    background-position: -260px -390px
}

.bgIcon-kafka {
    background-position: -260px -455px
}

.bgIcon-mct {
    background-position: -325px 0
}

.bgIcon-lss {
    background-position: -325px -65px
}

.bgIcon-vod {
    background-position: -325px -130px
}

.bgIcon-face {
    background-position: -325px -195px
}

.bgIcon-ocr {
    background-position: -325px -260px
}

.bgIcon-doc {
    background-position: -325px -325px
}

.bgIcon-iot {
    background-position: -390px 0
}

.bgIcon-iot_parser {
    background-position: -390px -65px
}

.bgIcon-re {
    background-position: -390px -130px
}

.bgIcon-iotdm {
    background-position: -390px -195px
}

.bgIcon-speech {
    background-position: -390px -260px
}

.bgIcon-tsdb {
    background-position: -390px -325px
}

.bgIcon-ses {
    background-position: -455px 0
}

.bgIcon-sms {
    background-position: -455px -65px
}

.bgIcon-apm {
    background-position: -455px -130px
}

.bgIcon-qss {
    background-position: -455px -195px
}

.bgIcon-mat {
    background-position: -455px -260px
}

.bgIcon-bcd {
    background-position: -520px 0
}

.bgIcon-bch {
    background-position: -520px -65px
}

.bgIcon-refererapi {
    background-position: -780px 0
}

.bgIcon-sem {
    background-position: -780px -65px
}

.bgIcon-dmp {
    background-position: -780px -130px
}

.bgIcon-pctr {
    background-position: -780px -195px
}

.bgIcon-ctr {
    background-position: -780px -195px
}

.bgIcon-speech {
    background-position: -845px 0
}

.bgIcon-face {
    background-position: -845px -65px
}

.bgIcon-ocr {
    background-position: -845px -130px
}

#scan-download-box {
    position: fixed;
    width: 290px;
    height: 239px;
    background: #FFF;
    top: 20px;
    bottom: 20px;
    right: 43px;
    margin: auto;
    z-index: 200;
    -webkit-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 10px 1px rgba(0, 0, 0, 0.15);
    box-sizing: border-box
}

#scan-download-box h3 {
    color: #333;
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    margin-top: 30px;
    margin-left: 30px
}

#scan-download-box .close-ui {
    position: absolute;
    right: 24.5px;
    top: 27px;
    cursor: pointer;
    color: #ccc;
    z-index: 300
}

#scan-download-box .close-ui i {
    font-size: 20px
}

#scan-download-box .close-ui i:hover {
    color: #ee1010
}

#scan-download-box .QR-code {
    width: 100px;
    margin: 20px 0 0 30px;
    float: left;
    text-align: center
}

#scan-download-box .QR-code p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #666
}

main {
    margin-top: 0;
    overflow: hidden
}

main *,
footer * {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", 'arial', 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

section {
    padding: 0
}

section h2 {
    line-height: 24px;
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin-top: 40px;
    margin-bottom: 30px
}

section h3 {
    color: #2b3242;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}

section hr {
    display: block;
    border:0;
    background-color:#eee;
    height:1px;
    margin: 30px 0 30px 0;
}

section .container .title p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #737b8a;
}

section p {
    margin: 0;
    color: #626262
}

section * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

section a {
    text-decoration: none;
}

section a:hover {
    color: #ee1010
}

figcaption h4 {
    font-size: 16px;
    font-weight: normal
}

figcaption p {
    font-size: 12px;
    line-height: 25px;
    margin: 6px 0 0 0
}

header {
    z-index: 99
}

.slides {
    width: 100%;
    height: 620px;
    overflow: hidden;
    color: #0D0D16;
    padding: 0;
    position: relative;
    background-color: aqua;
    overflow: hidden;
    cursor: pointer
}

.slides .slide-canvas{
    width: 100%;
    position: relative;
    background-color: #222;
    overflow: hidden
}

.slides .slide-canvas img{
    width: 1920px;
    height: 620px;
    position: absolute;
    display: none;
    left: 50%;
    margin-left: -960px;
}

.slides h1 {
    margin-top: 0;
    font-weight: 400
}

.slides a {
    text-decoration: none
}

.slides .slide-canvas .im {
    display: block
}

.slides .darkbg.left {
    background: url(https://cdn.bdstatic.com/portal/img/icons_32087ff6.png) 0 -118px no-repeat
}

.slides .darkbg.right {
    background: url(https://cdn.bdstatic.com/portal/img/icons_32087ff6.png) -60px -118px no-repeat
}

.slides .spring.left {
    background: url(https://cdn.bdstatic.com/portal/img/banner-arrow_159b159a.png) 2px 0 no-repeat;
    background-size: 50px 48px;
    opacity: .6
}

.slides .spring.right {
    background: url(https://cdn.bdstatic.com/portal/img/banner-arrow_159b159a.png) -25px 0 no-repeat;
    background-size: 50px 48px;
    opacity: .6
}

.slides .spring:before {
    position: absolute;
    top: -75px;
    left: -25px;
    content: "";
    display: block;
    width: 100px;
    height: 200px
}

.slides .slides-inner {
    width: 100%;
    height: 620px
}

.slides .slide-canvas {
    height: 620px;
    background: #1E1D22
}

.slides .container {
    height: 620px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -590px
}


.slides nav {
    position: relative;
    width: 1180px;
    margin: -130px auto 0 auto;
    z-index: 98;
    text-align: center
}

.slides nav ul {
    list-style: none;
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.slides nav ul:before,
.slides nav ul:after {
    display: table;
    content: ""
}

.slides nav ul:after {
    clear: both
}

.slides nav ul li {
    float: left;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: #fff;
    margin-right: 7px;
    cursor: pointer;
    text-indent: -9999px;
    background: url(https://cdn.bdstatic.com/portal/img/index-new_18915c83.png) -575px -1100px no-repeat
}

.slides nav ul li.current {
    background: url(https://cdn.bdstatic.com/portal/img/index-new_18915c83.png) -550px -1100px no-repeat
}

.slides nav ul.darkbg li {
    background: #FFF;
    opacity: .4;
    filter: alpha(opacity=40)
}

.slides nav ul.darkbg li.current {
    opacity: .8;
    filter: alpha(opacity=80)
}

.slides nav ul.spring li {
    background: #FFF;
    width: 24px;
    height: 3px;
    opacity: .4;
    filter: alpha(opacity=40);
    position: relative
}

.slides nav ul.spring li.current {
    opacity: .8;
    filter: alpha(opacity=80)
}

.slides nav ul.spring li:last-child {
    margin-right: 0
}

.slides nav ul.spring li:after {
    content: '';
    display: block;
    width: 24px;
    height: 23px;
    position: absolute;
    top: -10px;
    left: 0
}


.slides .switch-btn {
    position: relative;
    width: 100%
}

.slides .slide-btn {
    position: absolute;
    width: 28px;
    height: 52px;
    top: -176px;
    cursor: pointer;
    z-index: 3
}

.slides .left {
    left: 50px;
    background: url(https://cdn.bdstatic.com/portal/img/icons_32087ff6.png) -30px -118px no-repeat;
    opacity: .3;
    filter: alpha(opacity=30)
}

.slides .right {
    right: 50px;
    background: url(https://cdn.bdstatic.com/portal/img/icons_32087ff6.png) -90px -118px no-repeat;
    opacity: .3;
    filter: alpha(opacity=30)
}

.carousel-inner .active img {
    border-radius: 5px;
}

@media screen and (max-width:1281px) {
    .slides .left {
        left: 10px
    }
    .slides .right {
        right: 10px
    }
}

.slides .left:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.slides .right:hover {
    opacity: .5;
    filter: alpha(opacity=50)
}

.slides .highlight {
    color: #FF0
}

.event-list {
    position: relative;
    margin-top: -110px;
    z-index: 2
}

.event-list .icon {
    width: 100px;
    height: 62px;
    background: url(https://cdn.bdstatic.com/portal/img/index/event_v1_7d6ef66c.png) 0 0 no-repeat;
    position: absolute;
    top: 33px;
}

.event-list .group {
    width: 1180px;
    margin: 0 auto;
    *zoom: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.event-list .group:before,
.event-list .group:after {
    display: table;
    content: ""
}

.event-list .group:after {
    clear: both
}

.event-list figure {
    width: 295px;
    height: 110px;
    position: absolute
}

.event-list .event-wrp {
    width: 295px;
    height: 110px;
    position: absolute
}

.event-list .event-wrp img {
    position: absolute
}

.event-list .event-wrp #event-0-main {
    background: url(https://cdn.bdstatic.com/portal/img/index/newUser_544968a2.png);
    width: 56px;
    height: 59px;
    position: absolute;
    top: 19px;
    left: 42px
}

.event-list .event-wrp #event-1-main {
    background: url(https://cdn.bdstatic.com/portal/img/index/bcd_ebb0512b.png);
    width: 85px;
    height: 50px;
    position: absolute;
    top: 24px;
    left: 33px
}

.event-list .event-wrp #event-2-main {
    background: url(https://cdn.bdstatic.com/portal/img/index/conference_4706e4f3.png);
    width: 53px;
    height: 47px;
    position: absolute;
    top: 28px;
    left: 35px
}

.event-list .event-wrp #event-3-main {
    background: url(https://cdn.bdstatic.com/portal/img/index/newFeatures_c8355b38.png);
    width: 55px;
    height: 47px;
    position: absolute;
    top: 32px;
    left: 36px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .event-list .event-wrp #event-0-main {
        background: url(https://cdn.bdstatic.com/portal/img/index/newUser.2x_47ba6ab2.png);
        background-size: 56px 59px
    }
    .event-list .event-wrp #event-1-main {
        background: url(https://cdn.bdstatic.com/portal/img/index/bcd.2x_2b16417c.png);
        background-size: 85px 50px
    }
    .event-list .event-wrp #event-2-main {
        background: url(https://cdn.bdstatic.com/portal/img/index/conference.2x_d1e40608.png);
        background-size: 53px 47px
    }
    .event-list .event-wrp #event-3-main {
        background: url(https://cdn.bdstatic.com/portal/img/index/newFeatures.2x_bd8d39b4.png);
        background-size: 55px 47px
    }
}

.event-list .event-wrp .event-dot1,
.event-list .event-wrp .event-dot2 {
    position: absolute
}

.event-list .event-wrp .event-dot1 img,
.event-list .event-wrp .event-dot2 img {
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5)
}

.event-list #event-0-wrp .event-dot1 {
    top: 5px;
    left: 75px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

.event-list #event-0-wrp .event-dot2 {
    top: 90px;
    left: 65px;
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg)
}

.event-list #event-1-wrp .event-dot1 {
    top: 80px;
    left: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.event-list #event-1-wrp .event-dot2 {
    top: 60px;
    left: 75px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.event-list #event-2-wrp .event-dot1 {
    top: 10px;
    left: 70px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg)
}

.event-list #event-2-wrp .event-dot2 {
    top: 95px;
    left: 55px;
    -webkit-transform: rotate(210deg);
    -moz-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    -o-transform: rotate(210deg);
    transform: rotate(210deg)
}

.event-list #event-3-wrp .event-dot1 {
    top: 28px;
    left: 115px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.event-list #event-3-wrp .event-dot2 {
    top: 83px;
    left: 14px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.event-list .event-in #dot1 {
    animation: dot1 1.8s cubic-bezier(.455, .03, .515, .955);
    -webkit-animation-delay: 0s
}

.event-list .event-in #dot2 {
    animation: dot2 1.8s cubic-bezier(.455, .03, .515, .955)
}

.event-list .event-in #event-1-wrp #dot1 {
    animation-delay: .15s;
    -webkit-animation-delay: .15s
}

@keyframes dot1 {
    0% {
        transform: translate(0, 0) scale(.5);
        opacity: 1
    }
    20% {
        transform: translate(20px, 0) scale(.5);
        opacity: 0
    }
    40% {
        transform: translate(-40px, 0) scale(.5);
        opacity: 0
    }
    70% {
        transform: translate(0, 0) scale(.5);
        opacity: 1
    }
    100% {
        transform: translate(0, 0) scale(.5);
        opacity: 1
    }
}

@keyframes dot2 {
    0% {
        transform: translate(0, 0) scale(.5);
        opacity: 1
    }
    20% {
        transform: translate(20px, 0) scale(.5);
        opacity: 0
    }
    40% {
        transform: translate(-40px, 0) scale(.5);
        opacity: 0
    }
    70% {
        transform: translate(0, 0) scale(.5);
        opacity: 1
    }
    100% {
        transform: translate(0, 0) scale(.5);
        opacity: 1
    }
}

.event-list a {
    display: block;
    float: left;
    width: 295px;
    height: 110px
}

.event-list a:first-child {
    margin-left: 0
}

.event-list a:hover {
    text-decoration: none;
    background: rgba(10, 9, 9, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.event-list figcaption {
    position: absolute;
    top: 33px;
    left: 110px
}

.event-list h3 {
    margin-top: 0;
    color: #FFF;
    font-size: 14px
}

.event-list p {
    color: #999;
    font-size: 14px
}

.event-list .icon-event-bcd {
    background-position: 0 -62px
}

.event-list .icon-event-conference {
    background-position: 0 -124px
}

.event-list .icon-event-new-features {
    background-position: 0 -186px
}
.register {
    background: #048cff url(https://cdn.bdstatic.com/portal/img/index/register_bg_05e86992.png) top center no-repeat;
    background-size: 1920px 241px;
    height: 241px;
    color: #fff
}

.register .container {
    position: relative;
    text-align: center
}

.register .desc {
    margin-top: 55px
}

.register h3 {
    font-size: 24px;
    line-height: 33px
}

.register p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.register a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 157px;
    height: 36px;
    border: 1px solid #fff;
    line-height: 34px;
    text-align: center;
    margin-top: 25px
}

.register a:hover {
    color: #ee1010;
    background: #FFF;
    border-color: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.common-advantage {
    background: #FAFAFA
}

footer {
    border: none;
    position: relative;
    z-index: 7;
    background: #232526
}

/* 悬浮框 */

.float {
    position: fixed;
    width: 30px;
    height: 140px;
    padding-top: 40px;
    bottom: 100px;
    right: 10px;
    z-index: 9999999;
}
.float a em {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}
.float .online {
    width: 188px;
    height: 242px;
    font-size: 14px;
    color: #676767;
    background: #fff;
    position: absolute;
    top: -212px;
    right: -252px;
    box-shadow: 0px 0px 10px 2px #ddd;
}
.float .online p{
    margin: 0;
}
.float .online .title {
    color: #fff;
    position: relative;
    font-size: 14px;
    line-height: 54px;
    background: #b6262b;
    padding: 0px 20px;
}
.float .online .title a {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 17px;
    background: url(../img/float/float.png) no-repeat 0px -39px;
}
.float .online .qq {
    height: 43px;
    background: #f5f5f5;
    padding: 0px 20px;
    border-bottom: 1px #fff solid;
}
.float .online .qq:hover {
    background: #5e5e5e;
}
.float .online .qq:hover a {
    background: url(../img/float/float.png) no-repeat 0px 0px;
    color: #fff;
}
.float .online .qq a {
    height: 20px;
    line-height: 20px;
    color: #676767;
    margin: 11px 0px;
    padding-left: 30px;
    background: url(../img/float/float.png) no-repeat 0px -18px;
    float: left;
    width: 122px;
}
.float .online .phone {
    line-height: 2em;
    padding: 0px 20px;
    margin-top: 10px;
}
.float .online .phone em {
    width: 20px;
    height: 20px;
    float: left;
    background: url(../img/float/float.png) no-repeat 0px -60px;
    margin-top: 5px;
    margin-right: 10px;
}
.float .online .phone_num {
    line-height: 1.5em;
    padding-left: 50px;
}
.float .talk {
    background: url(../img/float/talk.gif) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.float .wei_bo em {
    background: url(../img/float/float.png) no-repeat 0px -101px;
}
.float .a_btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: #333;
    line-height: 30px;
    text-align: center;
}
.float .wei_xin em {
    background: url(../img/float/float.png) no-repeat 0px -81px;
}
.float .fen_xiang em {
    background: url(../img/float/float.png) no-repeat 0px -121px;
}
.float .go_top em {
    background: url(../img/float/float.png) no-repeat 0px -141px;
}
.float .go_top {
    margin-top: 10px;
}
.pop_bk {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: url(../img/float/60_popbk.png) repeat;
    z-index: 9999999;
}
.pop_bk .er_code {
    width: 100%;
    height: 100%;
    background: url(../img/float/wechat_code.jpg) no-repeat center;
}
