/**全局样式**/
html {
    overflow: -moz-scrollbars-vertical;
    color: #222222;
    background: #ffffff;
    _text-overflow: ellipsis;
    height: 101%;
}

body {
    /*background-image: url(about:blank);*/
    background-attachment: fixed;
    text-align: left;
    font-style: normal;
    font-size: 14px;
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
    min-height: 100%;
    background-color: #fff;
    padding-top: 60px;
}

div, span, applet, object, iframe, h4, h5, h6, p, blockquote, pre, a, em, img, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, footer, header, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font: inherit;
    font-family: 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
    vertical-align: baseline;
    box-sizing: border-box;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    outline-offset: 0;
}

.navbar-inverse {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    /*background: #2c323f;*/
    background: #1d2128;
    border-bottom: none;
    min-height: 60px;
}

.navbar-inverse .navbar-brand {
    height: auto;
    display: inline-block;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-size: 14px;
    padding: 20px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #148aff;
}

.navbar-brand {
    font-size: 20px;
    padding: 20px 0;
}
.navbar-inverse .navbar-brand{
    color: #ffffff;
}

.logo {
    height: 32px;
}

.logo-name {
    padding-left: 40px;
    padding-right: 20px;
    color: #F2F2F2;
    font-size: 17px;
}

.logo-name-part {
    padding-left: 10px;
}

.tel-box {
    padding: 20px 15px 20px 30px;
    color: #fff;
}

.tel-box img {
    height: 20px;
    width: 20px;
    margin-top: -3px;
}

.tel {
    padding-left: 3px;
}

.top-right-login, .top-right-reg {
    padding: 14px 5px;
}

.top-right-reg {
    padding-right: 15px;
}

.m-btn {
    padding: 4px 16px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #ffffff;
    background: #2c323f;
    border: 1px solid rgba(255, 255, 255, 0.3);
    outline: 0;
    outline-offset: 0;
}

.m-btn:hover,
.m-btn:active {
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(20, 138, 255, 0.9);
    background-color: rgba(20, 138, 255, 0.9);
}

.m-btn-primary {
    color: #ffffff;
    border: 1px solid #148aff;
    background-color: #148aff;
}

.m-btn-large {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 32px;
}

/***********banner************/
.index-banner {
    background: linear-gradient(92deg, #1d2128 0%, #1d2128 100%);
}

.index-banner-bg {
    vertical-align: baseline;
    box-sizing: border-box;
    align-items: center;
    height: 580px;
    margin: 0 auto;
    background: no-repeat right;
    background-size: 700px 490px;
}

.index-banner p {
    font-style: normal;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    margin-top: 24px;
    opacity: 0.8;
}

.index-banner p.index-banner-title {
    margin-top: 150px;
    font-size: 40px;
    opacity: 1;
}

.index-banner p.index-banner-p {
    margin-top: 0;
}

.m-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.m-carousel-stack {
    display: flex;
    width: 100%;
    height: 100%;
}

.m-carousel-item {
    height: 580px;
}

.m-dots {
    display: flex;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}

.m-dot {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 3px;
    padding: 8px 0;
    border-radius: 2px;
    cursor: pointer;
}

.m-dot + .m-dot {
    margin-left: 12px;
}

.m-dot-bg {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.m-dot-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    border-radius: 2px;
    background-color: #ffffff;
}

.m-dot.active .m-dot-fill {
    animation: fill_8dy6I;
    animation-duration: 6.5s;
}

@keyframes fill_8dy6I {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.page-part {
    padding: 80px 0;
}

.dark {
    background-image: linear-gradient(92deg, #191d2c 0%, #191d2c 100%);
}

.page-part-body {
    margin: 0 auto;
    text-align: center;
}

.page-part-title {
    color: #33383d;
    font-size: 32px;
    line-height: 42px;
}

.page-part-desc {
    width: 600px;
    color: #83898f;
    font-size: 16px;
    line-height: 24px;
    margin: 24px auto 0;
    word-wrap: break-word;
}

.page-part-content {
    margin: 56px 0 84px;
}

.page-part-tags {
    display: flex;
    justify-content: space-between;
    width: 336px;
    margin: 0 auto;
}

.page-part-tag {
    width: 96px;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
    padding: 8px 0;
}

.page-part.dark .page-part-title {
    color: #ffffff;
}

.page-part.dark .page-part-desc {
    color: #ffffff;
    opacity: 0.7;
}

.page-part.gray {
    background-color: rgba(240, 242, 245, 0.5);
}

.advantage {
    background: #ffffff;
    padding-bottom: 0;
}

.part-advantage {
    padding: 40px 140px;
    margin: -200px auto 0;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.part-advantage-words {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.part-advantage-word {
    width: 108px;
}

.part-advantage-word img {
    width: 100%;
}

.part-advantage-word p {
    color: #0e1114;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 32px;
}

.page-part-module {
    width: 240px;
    text-align: center;
}

.part-module-title {
    color: #33383d;
    font-size: 20px;
    line-height: 28px;
}

.part-module-desc {
    color: #83898f;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 12px;
    word-wrap: break-word;
}

.trade-item {
    float: left;
    padding: 0 17px 15px 17px;
    position: relative;
}

.tradename {
    position: absolute;
    bottom: 22px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 1px;
}

.partner-item {
    float: left;
    width: 270px;
    height: 260px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .05);
    margin: 0 10px;
    text-align: center;
    background-color: #ffffff;
}

.partner-item:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .06);
    box-shadow: 0 0 8px rgba(0, 0, 0, .06);
}

.partner-item img {
    margin-top: 20px;
}

.partner-des {
    padding: 35px 20px 0 20px;
    text-indent: 2em;
    letter-spacing: 1px;
    color: #7f7f7f;
    text-align: left;
    line-height: 19px;
}

/*****子页面******/
.product-banner {
    background: linear-gradient(92deg, #1d2128 0%, #1d2128 100%);
    height: 280px;
}

.product-banner-bg {
    background: url(/img/banner/banner2.png) no-repeat right center;
    height: 100%;
    background-size: 400px 250px;
}

.price-banner {
    background: linear-gradient(92deg, #1d2128 0%, #1d2128 100%);
    height: 280px;
}

.price-banner-bg {
    background: url(/img/banner/banner1.png) no-repeat right center;
    height: 100%;
    background-size: 350px 200px;
}

.download-banner {
    /*background: linear-gradient(92deg, #1d2128 0%, #1d2128 100%);*/
    background: url(/img/banner/bannerx.png) no-repeat center bottom;
    height: 280px;
}

.download-banner-bg {
    background: url(/img/banner/bannerxx.png) no-repeat right center;
    height: 100%;
    background-size: 180px 180px;
}

.banner-title {
    text-align: left;
    color: #fff;
    font-weight: 400;
    line-height: 37px;
    padding-top: 42px;
    font-size: 2em;
}

.product-banner p, .price-banner p, .download-banner p {
    font-style: normal;
    color: #ffffff;
    text-align: left;
    font-size: 18px;
    margin-top: 16px;
    opacity: 0.8;
}

.table-gn {
    margin: 0 auto;
}

.table-gn td {
    padding: 25px;
}

.table-gn td img {
    width: 80px;
}

/********底部*********/
.footer {
    background-color: #1e2125;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}

.footer-body {
    padding: 24px 15px;
}

.footer-content {

}

.footer-left {
    float: left;
}

.footer-left a {
    display: inline-block;
    color: #ffffff;
    height: 32px;
}

.footer-left a + a {
    margin-left: 32px;
}

.footer-right {
    float: right;
}

.footer-right a, .footer-right span {
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.footer-copyright {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, .6);
}

.footer-copyright a {
    color: #ffffff;
    display: inline-block;
    margin-left: 15px;
}

/*****杂项******/
.navbar-inverse .navbar-nav > li > a.member-name {
    padding-right: 30px;
}

.member-name:after {
    content: " ";
    border-color: #fff transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    right: 18px;
    width: 0;
}

.margin-bottom-32 {
    margin-bottom: 32px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-64 {
    margin-top: 64px;
}

.table-price > thead > tr > th {
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    padding: 13px;
}

.table-price > thead > tr > th {
    border-bottom-width: 1px;
}

.table-price td, .table-price > thead > tr > th {
    text-align: center;
}

/**bootstrap 重写**/
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
}

.btn, .form-control {
    border-radius: 0;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 0 10px;
    height: 30px;
}

.btn-primary, .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: #3e89e5;
    border-color: #0088cc;
}

.open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #3e89e5;
    border-color: #0088cc;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3e89e5;
    border-color: #0088cc;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus {
    color: #fff;
    background-color: #3e89e5;
    border-color: #0088cc;
}

.btn-redoutline, .btn-redoutline:hover, .btn-redoutline:focus, .btn-redoutline:active, .btn-redoutline:active:focus, .btn-redoutline:active:hover {
    color: #d9534f;
    background-color: #fff;
    border-color: #d43f3a;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
.btn.disabled:hover, .btn.disabled:active, .btn.disabled:active:focus, .btn.disabled:active:hover,
.btn[disabled]:hover, .btn[disabled]:active, .btn[disabled]:active:focus, .btn[disabled]:active:hover {
    opacity: 1;
    border-color: #ccc;
    background-color: #eee;
    color: #333;
}

/*backtotop*/
.cbbfixed {
    position: fixed;
    right: 10px;
    bottom: 90px;
    transition: bottom ease .3s;
    /*top: 30%;*/
    z-index: 999996;
    cursor: pointer;
    /*opacity: 0.6;*/
    display: none \9;
}

.cbbfixed:hover {
    opacity: 1
}

.cbbfixed .cbbtn {
    width: 50px;
    height: 50px;
    display: block;
    background: #326eb9;
    color: #fff;
    border-radius: 2px;
}

.cbbfixed .gotop {
    transition: background-color ease .3s;
    margin-top: 3px;
}

.cbbfixed .gotop .up-icon {
    float: left;
    margin: 4px 0 0 4px;
    width: 30px;
    height: 30px;
}

.cbbfixed .gotop:hover, .cbbfixed span:hover {
    background: #05488B;
}

.cbbfixed .cweixin {
    /*background: rgba(51,122,183, 0.5);*/
    background: #6E92AA \9;
    margin-top: 3px;
}

.cbbfixed .help {
    /*background: rgba(51,122,183, 0.5);*/
    background: #6E92AA \9;
    margin-top: 1px;
}

.cbbfixed .cweixin div, .cbbfixed .cqq div {
    width: 170px;
    height: 160px;
    position: absolute;
    left: -168px;
    top: -40px;
    opacity: 1;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none \0;
    *display: none;
}

.cbbfixed .cweixin div {
    width: 194px;
    height: 30px;
    position: absolute;
    left: -187px;
    top: 58px;
}

.cbbfixed .cweixin:hover div, .cbbfixed .cqq:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}

.cbbfixed .help div {
    width: 194px;
    height: 60px;
    position: absolute;
    left: -187px;
    top: 110px;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 100% 70%;
    -webkit-transform-origin: 100% 70%;
    transition: transform ease .3s, opacity ease .3s;
    -webkit-transition: all ease .3s;
    display: none \0;
    *display: none;
}

.cbbfixed .help div i, .cbbfixed .cweixin div i, .cbbfixed .cqq div i {
    width: 10px;
    height: 6px;
    display: block;
    transform: rotate(-90deg);
    position: absolute;
    top: 16px;
    right: 6px;
    border-width: 6px;
    color: #05488B;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.cbbfixed .cqq div i {
    top: 64px;
    right: 2px;
}

.cbbfixed .cweixin div i {
    top: 15px;
    right: 6px;
}

.cweixin div span, .cqq div span {
    width: 160px;
    padding: 3px 2px;
    display: block;
    background: #05488B;
    color: #eee;
    text-align: center;
}

.wlink {
    text-align: center;
    padding: 7px 40px;
    width: 180px;
    background: #05488B;
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.wlink:hover, .wlink:focus {
    background: #05488B;
    color: #fff;
}

.cbbfixed .help:hover div {
    display: block;
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    *display: block;
}

.cbbfixed .cqq .qq-icon {
    float: left;
    margin: 4px 0 0 4px;
    width: 32px;
    height: 32px;
    background: url("/img/qq2.png") no-repeat center center;
}

.cbbfixed .cweixin .weixin-icon {
    float: left;
    margin: 4px 0 0 4px;
    width: 32px;
    height: 32px;
}

.cweixin div img, .cqq div img {
    border: 1px solid #05488B;
    width: 160px;
}

.help-icon {
    float: left;
    margin: 4px 0 0 4px;
    width: 32px;
    height: 32px;
}


/*dialog*/
@media (min-width: 768px) {
    .modal-dialog {
        margin: 0 auto;
    }
}

.ui-dlg {
    background-color: #fff;
    color: #333;
    border: 1px solid #CFCFCF;
    visibility: visible;
    position: fixed;
    _position: absolute;
    /*_top: expression(documentElement.scrollTop + "px");*/
    box-shadow: 3px 3px 7px #999;
    -moz-box-shadow: 3px 3px 7px #999;
    -webkit-box-shadow: 3px 3px 7px #999;
}

.ui-dlgbg {
    width: 100%;
    height: 100%;
    z-index: 1031;
    overflow: visible;
    position: fixed;
    top: 0px;
    _position: absolute;
    /*_top: expression(documentElement.scrollTop + "px");*/
}

.ui-dlgbg-c {
    width: 100%;
    /*background: #808080;*/
    background: #fff;
    height: 100%;
    overflow: visible;
    filter: alpha(opacity=10);
    opacity: .1;
}

.ui-dlg-header {
    border: 0;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid #CFCFCF;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    /* font: 14px/40px "sans serif",tahoma,verdana,helvetica; */
    text-align: left;
    color: #222;
    cursor: move;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.ui-dlg-icon-close {
    display: block;
    background: url(/img/closes.gif) no-repeat;
    height: 11px;
    width: 11px;
    margin-left: 5px;
    position: absolute;
    right: 19px;
    top: 20px;
    cursor: pointer;
}

.ui-dlg-icon-close:hover {
    background: url(/img/closes_hover.gif) no-repeat;
}

.ui-dlg-body {
    text-align: left;
    overflow: hidden;
}

.ui-dlg-body .ui-dlg-body-c {
    padding: 15px;
    overflow-y: auto;
}

.modal-lg {
    width: 1000px;
}

.modal-lg .ui-dlg-body-c {
    width: 1000px;
}

.modal-md .ui-dlg-body-c {
    width: 375px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.ui-dlg-body-c .form-horizontal .form-group, .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    /*margin-bottom: 0px;*/
}

/*dialog end*/

.changwin {
    padding: 4px 10px;
}

.changred {
    background: url(/img/cred.gif) no-repeat;
    height: 17px;
    width: 17px;
    border: none;
    cursor: default;
}

.changred:focus, .changmax:focus, .changmin:focus {
    outline: none;
}

.changmax {
    background: url(/img/cmax.gif) no-repeat;
    height: 17px !important;
    width: 17px;
    cursor: default;
    min-width: 1px !important;
    border: none !important;
    padding: 0 !important;
}

.changmin {
    background: url(/img/cmin.gif) no-repeat;
    height: 17px !important;
    width: 17px;
    cursor: default;
    min-width: 1px !important;
    border: none !important;
    padding: 0 !important;

}

.confirm-msg {
    color: orangered;
    font-size: 16px;
    padding-bottom: 15px;
}


/*msg*/

.tips-msg {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px;
    z-index: 9999;
    border-radius: 3px;
    color: #fff;
    _position: absolute;
}

.tips-msg-body {
    padding: 8px 20px;
}

.tips-msg-inverse {
    background: #444;
    border: 1px solid #000;
    text-shadow: 0 1px 0 #000;
}

.tips-msg-muted {
    background: #DBDBDB;
    border: 1px solid #C2C2C2;
    text-shadow: 0 1px 0 #E9E9E9;
    color: #6B6B6B;
}

.tips-msg-success {
    background: #5CB85C;
    border: 1px solid #25AF25;
    text-shadow: 0 1px 0 #2AAD2A;
}

.tips-msg-info {
    background: #5BC0DE;
    border: 1px solid #45B5D6;
    text-shadow: 0 1px 0 #188CAF;
}

.tips-msg-error {
    background: #D9534F;
    border: 1px solid #C92D29;
    text-shadow: 0 1px 0 #D5221E;
}

.tips-msg-warning {
    background: #F0AD4E;
    border: 1px solid #E0972F;
    text-shadow: 0 1px 0 #C57504;
}

/*****小屏幕适配******/
@media (max-width: 768px) {
    body {
        padding-top: 50px;
    }

    .navbar-inverse {
        min-height: 50px;
    }

    .telbox, .top-right-login, .top-right-reg {
        padding-left: 20px;
    }

    .logo {
        height: 30px;
    }

    .index-banner, .index-banner-bg {
        height: 220px;
    }

    .index-banner-bg {
        top: 50px;
    }
}

