/* region header(new 20180416) */
@charset "UTF-8";

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-start {
    clip: rect(0,auto,auto,0);
    -ms-zoom: 1.0001;
}

.ng-animate-active {
    clip: rect(-1px,auto,auto,0);
    -ms-zoom: 1;
}

#header {
    height: 65px;
    position: fixed;
    z-index: 9999;
    top: 0;
	
}

.header-container {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 199;
    width: 100%;
}

.header-top {
    position: relative;
    z-index: 2;
    height: 41px;
    border-bottom: solid 1px rgba(255,255,255,.1);
    margin-bottom: -1px;
    background-color:;
    font-size: 14px;
    color: #A0A2A8;
    -webkit-transition: 0.4s all;
    background-color: transparent;
    transition: top .3s ease-out, background-color .3s;
}

.header-main {
}

    .header-main:before,
    .header-main:after {
        content: " ";
        display: table;
    }

    .header-main:after {
        clear: both;
    }

.header-main {
    height: 100%;
}




/* region header-sprites */
.header-icon {
    display: inline-block;
    vertical-align: middle;
    background-image: url(/Content/Ver1/images/header-sprite.png?t201806141751);
    background-size: 104px auto;
}

.header-icon-checked {
    background-position: -86px -16px;
    width: 12px;
    height: 12px;
}

.header-icon-close-on {
    background-position: -68px -18px;
    width: 16px;
    height: 16px;
}

.header-icon-close {
    background-position: -68px -36px;
    width: 16px;
    height: 16px;
}

.header-icon-lang-en-on {
    background-position: -86px 0px;
    width: 18px;
    height: 14px;
}

.header-icon-lang-en {
    background-position: -58px -64px;
    width: 18px;
    height: 14px;
}

.header-icon-lang-on {
    background-position: -18px -46px;
    width: 16px;
    height: 16px;
}

.header-icon-lang-zh-on {
    background-position: -38px -64px;
    width: 18px;
    height: 14px;
}

.header-icon-recommend {
    background-position: 0px 0px;
    width: 66px;
    height: 20px;
}

.header-icon-search-on {
    background-position: -68px 0px;
    width: 16px;
    height: 16px;
}

.header-icon-search {
    background-position: -36px -46px;
    width: 16px;
    height: 16px;
}

.header-icon-user {
    background-position: 0px -22px;
    width: 22px;
    height: 22px;
}

.header-icon-verification-on {
    background-position: 0px -64px;
    width: 16px;
    height: 16px;
}

.header-icon-verification {
    background-position: 0px -46px;
    width: 16px;
    height: 16px;
}

/* endregion header-sprites */

/* region 代码图标 */


.header-icon-corner-down {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 5px;
    border-top: solid 5px #d2d2d2;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent;
}

.header-icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-icon-arrow-down {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 6px;
    padding-left: 1px;
    padding-right: 1px;
}


.header-icon-phone {
    width: 14px;
    height: 14px;
    background-image: url(/Content/Ver1/images/phone.png);
}

/* endregion 代码图标 */

/* 产品状态图标 */

#header .new {
    display: inline-block;
    width: 29px;
    height: 10px;
    margin: 0 -36px 0 10px;
    background: url(/Content/Ver1/images/new.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

#header .hot {
    display: inline-block;
    width: 26px;
    height: 10px;
    margin: 0 -36px 0 10px;
    background: url(/Content/Ver1/images/hot.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

#header .beta {
    display: inline-block;
    width: 60px;
    height: 12px;
    margin: -2px -60px 0 0;
    background: url(/Content/Ver1/images/beta.png) center no-repeat;
    vertical-align: middle;
    font-size: 0;
}

#header .new.hide,
#header .new.beta {
    display: none;
}





/* 产品（解决方案）状态图标 */

/* region header 菜单按钮及logo */


.header-logo {
    float: left;
    background: url(/Content/Ver1/images/logo.svg) no-repeat center center;
    background-size: cover;
	width: auto; 
	height: auto;
}

    .header-logo img {
        padding-top: 20px;
        padding-left: 20px;
    }



/* endregion导航广告 */

/* region header 主导航 */
.header-bg:hover {
    background: #fff;
}

.header-bottom {
    position: relative;
    z-index: 1;
    height: 65px;
    background: transparent;
    transition: background-color .3s;
	border-bottom: 1px solid #cfcfcf;
}

.header-wrapper-bg {
    background: #fff;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

/* 有广告的情况下,减少宽度 */
.header-ad-pc.load-ad + .header-nav {
    width: ~"calc(100% - 86px - 15px)";
    margin-left: 10px;
}

.header-nav.overflow-visible {
    overflow: visible;
}

.header-nav-list:before,
.header-nav-list:after {
    content: " ";
    display: table;
}

.header-nav-list:after {
    clear: both;
}

.header-nav-list {
    position: relative;
    z-index: 1;
}

    .header-nav-list > li {
        float: left;position: relative;margin-right: 10px;transition: all 0.4s
    }

        .header-nav-list > li > a {
            display: block;
            padding: 15px 15px 15px 7px;
            font-size: 14px;
            line-height: 35px;
            color: #191919;
            cursor: pointer;
            -webkit-transition: color .3s;
            transition: color .3s;
            &[href]

{
    cursor: pointer;
}

&[href^="javascript:"] {
    cursor: default;
}

}
.header-nav { position: relative;
    float: left; width: 70%;  height: 100%;  margin-left: 2%;  overflow: hidden;}
.header-nav-list > li:first-child > a{ padding: 15px 15px 15px 15px;}

.header-nav-list > li > a:hover {  text-decoration: none}
.header-nav-list > li > a em {position: absolute;  top: 32px; right: 0px;transition: all 0.4s}
.header-nav-list > li > a em .xia{display: block; transition: all 0.4s;}
.header-nav-list > li > a em .xtop{display: none;transition: all 0.4s}
.header-nav-list > li:hover > a em .xia{opacity: 0;display: none;transition: all 0.4s}
.header-nav-list > li:hover > a em .xtop{opacity: 1; display: block;transition: all 0.4s}



.header-nav-list > li:hover > a {
    color: #1977f3;
}


.header-nav-list > li.header-nav-hot a {
    position: relative;
}

.header-nav-list > li:hover .header-wrapper-bg {
    background: #fff;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
}

.header-nav-list > li.header-nav-hot a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 20px;
    width: 6px;
    height: 6px;
    margin-left: 2px;
    border-radius: 50%;
    background: #f52f3e;
}

.header-nav-list > li.header-nav-item-hide {
    display: block;
}

.header-nav-list:hover .header-bottom {
    background: #ff0;
}

.header-nav-list:hover .header-top {
    background: #ff0;
}

.header-nav-list li:hover .header-nav-list {
    background: #252b3a;
}

.header-nav-hover-line {
    position: absolute;
    z-index: 0;
    height: 2px;
    width: 0;
    padding: 0;
    background-color: #1977f3;
    bottom: 1px;
    -webkit-transition: .3s cubic-bezier(.4,0,.2,1);
    transition: .3s cubic-bezier(.4,0,.2,1);
}

.header-nav-item-more, .header-nav-item-pirce {
    position: relative;
}


/* endregion header 主导航 */

/* region header 工具区 */
.header-tools {
    float: left;
    height: 100%;
}

.header-tools-list:before,
.header-tools-list:after {
    content: "";
    display: table;
}

.header-tools-list:after {
    clear: both;
}

.header-tools-list {
    height: 100%;
}


    .header-tools-list > li {
        float: left;
        height: 100%;
        padding: 0 10px;
        font-size: 0;
        line-height: 65px;
        cursor: pointer;
        display: inline-flex;
    }

        .header-tools-list > li > a {
            display: block;
            padding: 0 10px;
            margin: 0 -10px;
            font-size: 14px;
            line-height: 65px;
            color: #191919;
			width: auto;
        }

            .header-tools-list > li > a:hover {
                color: #1977f3;
            }

    .header-tools-list > li {
        margin-right: 10px;
    }

        .header-tools-list > li:nth-child(2) {
            margin-right: 0;
        }

        .header-tools-list > li i {
            width: 20px;
            height: 18px;
            margin-right: 5px;
        }

            .header-tools-list > li i img {
                width: 20px;
                height: 18px;
                vertical-align: middle;
            }

        .header-tools-list > li span {
            color: #f52f3e;
            float: right;
            margin: 0 3px;
            line-height: 41px;
            font-weight: bold;
        }

.header-lang {
    position: relative;
}

.header-lang-current {
    font-size: 0;
}

.header-lang-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.header-lang-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #212634;
    box-shadow: 0 2px 15px rgba(0,0,0,.4);
}

.header-lang-item {
    position: relative;
}

    .header-lang-item > a {
        position: relative;
        display: block;
        line-height: 20px;
        height: 40px;
        padding: 10px 20px;
        font-size: 14px;
        color: #c3c5c6;
        white-space: nowrap;
        cursor: default;
        transition: .2s;
    }

        .header-lang-item > a[href] {
            cursor: pointer;
        }

    .header-lang-item.active:after {
        content: "";
        position: absolute;
        left: 0;
        height: 20px;
        top: 10px;
        border-right: 3px solid #F66F6A;
    }

    .header-lang-item.active > a,
    .header-lang-item:hover > a {
        color: #F66F6A;
    }

.header-lang:hover .header-lang-label {
    color: #F66F6A;
}

.header-lang:hover .header-lang-list {
    display: block;
}

.header-login-mobile {
    display: none;
}

.header-tools-list > li.header-login,
.header-tools-list > li.header-register {
    padding-left: 20px;
    padding-right: 20px;
}

    .header-tools-list > li.header-login > a,
    .header-tools-list > li.header-register > a {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

.header-tools-list > li.header-login {
    margin-left: 10px;
}

    .header-tools-list > li.header-login > a {
        border-left: solid 1px rgba(255,255,255,.1);
        color: #F66F6A;
    }

.header-tools-list > li.header-register > a {
    background-color: #F66F6A;
    color: white;
    transition: .2s;
}

    .header-tools-list > li.header-register > a:hover {
        color: white;
        background-color: rgba(246, 110, 106, .9);
    }

.header-user {
    display: none;
    font-size: 0;
    border-left: solid 1px rgba(255,255,255,.1);
    margin-left: 10px;
}

.header-user-avator {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
}

.header-tool-user-avator-img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.header-user-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 10px;
}

    .header-user-name span {
        display: inline-block;
        vertical-align: middle;
        min-width: 20px;
        max-width: 85px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .header-user-name i {
        margin-left: 5px;
    }

.header-user.msg .header-user-avator:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    background-color: #e41e2c;
    border-radius: 50%;
}

.header-user-info {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #212634;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    cursor: default;
}

.header-user-info-list {
    font-size: 14px;
}

    .header-user-info-list > li {
        position: relative;
        line-height: 20px;
        color: #fff;
        &:after

{
    content: none;
}

}

.header-user-info-list > li > a {
    display: block;
    padding: 6px 20px 6px 20px;
    -webkit-transition: .2s;
    transition: .2s;
}

.header-user-info-list > li:hover > a {
    color: #F66F6A;
}

.header-user-info-split {
    padding: 10px 20px;
}

    .header-user-info-split:before {
        content: "";
        display: block;
        border-top: solid 1px #4a4a4a;
    }

.header-user-info-item-account {
    overflow: hidden;
}

    .header-user-info-item-account > a {
        float: left;
        width: 50%;
    }

.header-user-info-list .header-verification {
    padding-left: 0;
    line-height: 20px;
    text-align: right;
}

.header-verification i {
    margin-right: 5px;
    line-height: 20px;
}

.header-verification p {
    display: none;
    vertical-align: middle;
    font-size: 12px;
}

.header-verification:not(.active) p.state-unactive {
    display: inline-block;
    color: #ff8833;
}

.header-verification.active .header-icon-verification {
    background-position: 0px -64px;
}

.header-verification.active p.state-active {
    display: inline-block;
    color: #3dcaa6;
}

.header-user:hover .header-user-info {
    display: block;
}

.header-user-info-list > li.message span {
    width: auto;
    min-width: 16px;
    background-color: #F66F6A;
    float: right;
    padding: 0px 4px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff !important;
    margin-top: 3px;
}


/*注册登录样式*/
.header-zc {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    float: right;
}

.header-zc-list {
    margin-right: 10px;
    font-size: 0;
    display: block;
}

    .header-zc-list a {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        color: #191919;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
    }

    .header-zc-list button {
        background: none;
        border: none;
        cursor: pointer;
        line-height: 65px;
        padding-right: 20px;
    
    }

    .header-zc-list .ctrl_reg {
        margin-top: 18px;
        margin-left: 10px;
        height: 30px;
        line-height: 30px;
        min-width: 80px;
        color: #fff;
        background: #1977f3;
        border-radius: 2px;
        text-align: center;
        padding: 0;
    }

.header-zc .yi-login {
    font-size: 14px;
    line-height: 50px;
    color: #fff;
}

    .header-zc .yi-login a {
        color: #fff;
        float: left;
        margin: 0 10px;
    }

        .header-zc .yi-login a:hover {
            color: #1f8fff;
        }


/* region 导航收起状态 */
.fade:not(.show-dropdown) .header-nav,
.fade:not(.show-dropdown) .header-tools {
    -webkit-transform: translate3d(0,-80px,0);
    -ms-transform: translate3d(0,-80px,0);
    transform: translate3d(0,-80px,0);
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
}

/* endregion 导航收起状态 */

/* region 导航滚动条样式 */
.header-allnav *::-webkit-scrollbar,
.header-allnav *::-webkit-scrollbar-track,
.header-dropdown *::-webkit-scrollbar,
.header-dropdown *::-webkit-scrollbar-track {
    background-color: transparent;
}

.header-allnav *::-webkit-scrollbar-thumb,
.header-dropdown *::-webkit-scrollbar-thumb {
    background-color: #ddd;
}
.header-allnav *::-webkit-scrollbar ,.header-dropdown *::-webkit-scrollbar {width: 6px;} 

    .header-allnav *::-webkit-scrollbar-thumb:hover,
    .header-dropdown *::-webkit-scrollbar-thumb:hover {
        background-color: #888;
    }

/* endregion 导航滚动条样式 */

/* region header 皮肤 */
#header[data-theme="transparent-light"]:not(:hover):not(.show-search) {
    .header-top

{
    border-color: rgba(255,255,255,.2);
    background-color: transparent;
}

.header-search-inner {
    background-color: transparent;
}

.header-bottom {
    background: transparent;
}

}

/* endregion header 皮肤 */

/* region 主菜单下拉内容 */

body.show-dropdown {
    overflow: hidden;
}

#header.show-dropdown .header-container {
    height: 100%;
    z-index: 999;
}

.header-dropdown {
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-dropdown-list {
    position: relative;
    /*max-height: 100%;*/
    overflow: hidden;
    will-change: height;
    transition: height .35s ease;
}

    .header-dropdown-list.expanding {
        transition: height .35s ease .15s;
    }

    .header-dropdown-list > li {
        display: none;
       /* background: #f5f6f7; */
    }

        .header-dropdown-list > li.show {
            display: block;
        }

.header-dropdown-close {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: .6;
}

    .header-dropdown-close:before,
    .header-dropdown-close:after {
        content: "";
        position: absolute;
        top: 9px;
        left: 50%;
        height: 2px;
        width: 20px;
        border-radius: 1px;
        margin-left: -10px;
        background-color: #fff;
    }

    .header-dropdown-close:before {
        transform: rotate(45deg);
    }

    .header-dropdown-close:after {
        transform: rotate(-45deg);
    }

    .header-dropdown-close:hover {
        opacity: 1;
    }



/* region 主菜单展开文字动画 */
.header-dropdown-list [data-index] {
    transform: translateY(-10px);
    opacity: 0;
    transition: all .2s cubic-bezier(0,0,.2,1);
}

.header-dropdown-list.show-text [data-index] {
    transform: translateY(0);
    opacity: 1;
}

.header-dropdown-list.show-text [data-index="0"] {
    transition-delay: 0.2s;
}

.header-dropdown-list.show-text [data-index="1"] {
    transition-delay: 0.22s;
}

.header-dropdown-list.show-text [data-index="2"] {
    transition-delay: 0.24s;
}

.header-dropdown-list.show-text [data-index="3"] {
    transition-delay: 0.26s;
}

.header-dropdown-list.show-text [data-index="4"] {
    transition-delay: 0.28s;
}

.header-dropdown-list.show-text [data-index="5"] {
    transition-delay: 0.3s;
}

.header-dropdown-list.show-text [data-index="6"] {
    transition-delay: 0.32s;
}

.header-dropdown-list.show-text [data-index="7"] {
    transition-delay: 0.34s;
}

.header-dropdown-list.show-text [data-index="8"] {
    transition-delay: 0.36s;
}

.header-dropdown-list.show-text [data-index="9"] {
    transition-delay: 0.38s;
}

.header-dropdown-list.show-text [data-index="10"] {
    transition-delay: 0.4s;
}

.header-dropdown-list.show-text [data-index="11"] {
    transition-delay: 0.42s;
}

.header-dropdown-list.show-text [data-index="12"] {
    transition-delay: 0.44s;
}

.header-dropdown-list.show-text [data-index="13"] {
    transition-delay: 0.46s;
}

.header-dropdown-list.show-text [data-index="14"] {
    transition-delay: 0.48s;
}

.header-dropdown-list.show-text [data-index="15"] {
    transition-delay: 0.5s;
}

.header-dropdown-list.show-text [data-index="16"] {
    transition-delay: 0.52s;
}

.header-dropdown-list.show-text [data-index="17"] {
    transition-delay: 0.54s;
}

.header-dropdown-list.show-text [data-index="18"] {
    transition-delay: 0.56s;
}

.header-dropdown-list.show-text [data-index="19"] {
    transition-delay: 0.58s;
}

.header-dropdown-list.show-text [data-index="20"] {
    transition-delay: 0.6s;
}

.header-dropdown-list.show-text [data-index="21"] {
    transition-delay: 0.62s;
}

.header-dropdown-list.show-text [data-index="22"] {
    transition-delay: 0.64s;
}

.header-dropdown-list.show-text [data-index="23"] {
    transition-delay: 0.66s;
}

.header-dropdown-list.show-text [data-index="24"] {
    transition-delay: 0.68s;
}

.header-dropdown-list.show-text [data-index="25"] {
    transition-delay: 0.7s;
}

.header-dropdown-list.show-text [data-index="26"] {
    transition-delay: 0.72s;
}

.header-dropdown-list.show-text [data-index="27"] {
    transition-delay: 0.74s;
}

.header-dropdown-list.show-text [data-index="28"] {
    transition-delay: 0.76s;
}

.header-dropdown-list.show-text [data-index="29"] {
    transition-delay: 0.78s;
}

.header-dropdown-list.show-text [data-index="30"] {
    transition-delay: 0.8s;
}

.header-dropdown-list.show-text [data-index="31"] {
    transition-delay: 0.82s;
}

.header-dropdown-list.show-text [data-index="32"] {
    transition-delay: 0.84s;
}

.header-dropdown-list.show-text [data-index="33"] {
    transition-delay: 0.86s;
}

.header-dropdown-list.show-text [data-index="34"] {
    transition-delay: 0.88s;
}

.header-dropdown-list.show-text [data-index="35"] {
    transition-delay: 0.9s;
}

.header-dropdown-list.show-text [data-index="36"] {
    transition-delay: 0.92s;
}

.header-dropdown-list.show-text [data-index="37"] {
    transition-delay: 0.94s;
}

.header-dropdown-list.show-text [data-index="38"] {
    transition-delay: 0.96s;
}

.header-dropdown-list.show-text [data-index="39"] {
    transition-delay: 0.98s;
}

.header-dropdown-list.show-text [data-index="40"] {
    transition-delay: 1s;
}

.header-dropdown-list.show-text [data-index="41"] {
    transition-delay: 1.02s;
}

.header-dropdown-list.show-text [data-index="42"] {
    transition-delay: 1.04s;
}

.header-dropdown-list.show-text [data-index="43"] {
    transition-delay: 1.06s;
}

.header-dropdown-list.show-text [data-index="44"] {
    transition-delay: 1.08s;
}

.header-dropdown-list.show-text [data-index="45"] {
    transition-delay: 1.1s;
}

.header-dropdown-list.show-text [data-index="46"] {
    transition-delay: 1.12s;
}

.header-dropdown-list.show-text [data-index="47"] {
    transition-delay: 1.14s;
}

.header-dropdown-list.show-text [data-index="48"] {
    transition-delay: 1.16s;
}

.header-dropdown-list.show-text [data-index="49"] {
    transition-delay: 1.18s;
}

.header-dropdown-list.show-text [data-index="50"] {
    transition-delay: 1.2s;
}

.header-dropdown-list.show-text [data-index="51"] {
    transition-delay: 1.22s;
}

.header-dropdown-list.show-text [data-index="52"] {
    transition-delay: 1.24s;
}

.header-dropdown-list.show-text [data-index="53"] {
    transition-delay: 1.26s;
}

.header-dropdown-list.show-text [data-index="54"] {
    transition-delay: 1.28s;
}

.header-dropdown-list.show-text [data-index="55"] {
    transition-delay: 1.3s;
}

.header-dropdown-list.show-text [data-index="56"] {
    transition-delay: 1.32s;
}

.header-dropdown-list.show-text [data-index="57"] {
    transition-delay: 1.34s;
}

.header-dropdown-list.show-text [data-index="58"] {
    transition-delay: 1.36s;
}

.header-dropdown-list.show-text [data-index="59"] {
    transition-delay: 1.38s;
}

.header-dropdown-list.show-text [data-index="60"] {
    transition-delay: 1.4s;
}

/* endregion 主菜单展开文字动画 */

/* region 主菜单通用下拉内容 */
.dropdown-common-container {
    max-height: ~"calc(100vh - 100px - 25px)";
    overflow: auto;
}

.dropdown-common-wrapper {
    max-width: 1368px;
    margin-left: auto;
    margin-right: auto;
}

    .dropdown-common-wrapper > ul {
        overflow: hidden;
    }

        .dropdown-common-wrapper > ul > li {
            float: left;
            width: 16.666666%;
            padding: 20px 0px;
        }

.dropdown-common-dl {
    padding: 20px 0 10px 0;
}

    .dropdown-common-dl + .dropdown-common-dl .line {
        margin-top: -20px;
        margin-bottom: 20px;
        border-top: solid 1px rgba(255,255,255,.1);
        width: 86%;
    }

    .dropdown-common-dl dt + dd {
        margin-top: 0;
    }

    .dropdown-common-dl dt,
    .dropdown-common-dl dt a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

    .dropdown-common-dl dd a {
        display: block;
        font-size: 0;
        line-height: 22px;
        padding: 4px 0;
        color: #565656;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .dropdown-common-dl dd a span {
            display: inline-block;
            vertical-align: middle;
            max-width: ~"calc(100% - 10px)";
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 16px;
            letter-spacing: 0.6px;
        }

            .dropdown-common-dl dd a span + .new {
                margin-top: 0 !important;
            }

    .dropdown-common-dl dt a[href] {
        position: relative;
    }

        .dropdown-common-dl dt a[href] .header-icon-arrow-right {
            margin-left: 10px;
        }

    .dropdown-common-dl dt:hover a[href],
    .dropdown-common-dl dd:hover a[href] {
        color: #1f8fff;
    }



/* endregion 主菜单通用下拉内容 */

/* region 主菜单下拉内容--产品*/

/* region 产品推荐条 */
.smart-recommend-container {
    background: #2e2e2e;
}

.smart-recommend-wrapper {
    padding: 20px 66px;
    font-size: 12px;
    line-height: 20px;
}

.smart-recommend-title {
    float: left;
    width: 66px;
    height: 20px;
    font-size: 0;
}

.smart-recommend-text {
    color: #fff;
}

    .smart-recommend-text:hover {
        color: #1f8fff;
    }

.smart-recommend-text {
    margin-left: 30px;
}


/* endregion 产品推荐条 */

.dropdown-product-container {
    position: relative;
    max-height: ~"calc(100vh - 100px - 25px)";
}

.dropdown-product-wrapper {
    overflow: hidden;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
	max-width: 1440px;
	box-shadow: none;
}

.dropdown-product-wrapper-left {
    float: left;
    width: ~"calc(((100% - 1308px) / 2) + 250px)";
    max-height: ~"calc(100vh - 100px - 25px)";
    background-color: #f5f6f7;
}

.dropdown-product-wrapper-right {
    position: relative;
    float: left;
    width: ~"calc(((100% - 1308px) / 2) + 1057px)";
    height: 667px;
    max-height: ~"calc(100vh - 100px - 25px)";
    background-color: #fff;
    overflow: auto;
}

.dropdown-product-nav-container {
    float: right;
    width: 250px;
    height: auto;
    max-height: ~"calc(100vh - 100px - 25px)";
    padding: 23px 0;
    background-color: #1b202c;
    transform: translate(0, -60px);
    transition: .2s;
}

.header-dropdown-list.show-text .dropdown-product-nav-container {
    transform: translate(0, 0);
    transition-delay: .35s;
}

[data-nav-index] {
    opacity: 0;
    margin-top: -10px;
    transition: .2s;
}

.header-dropdown-list.show-text [data-nav-index] {
    opacity: 1;
    margin-top: 0;
    transform: translate(0,0);
    transition-delay: .4s;
}

.header-dropdown-list.show-text [data-nav-index="0"] {
    transition-delay: .4s;
}

.header-dropdown-list.show-text [data-nav-index="1"] {
    transition-delay: .42s;
}

.header-dropdown-list.show-text [data-nav-index="2"] {
    transition-delay: .44s;
}

.header-dropdown-list.show-text [data-nav-index="3"] {
    transition-delay: .46s;
}

.header-dropdown-list.show-text [data-nav-index="4"] {
    transition-delay: .48s;
}

.header-dropdown-list.show-text [data-nav-index="5"] {
    transition-delay: .50s;
}

.header-dropdown-list.show-text [data-nav-index="6"] {
    transition-delay: .52s;
}

.header-dropdown-list.show-text [data-nav-index="7"] {
    transition-delay: .54s;
}

.header-dropdown-list.show-text [data-nav-index="8"] {
    transition-delay: .56s;
}

.header-dropdown-list.show-text [data-nav-index="9"] {
    transition-delay: .58s;
}

.header-dropdown-list.show-text [data-nav-index="10"] {
    transition-delay: .60s;
}

.dropdown-product-search {
    position: relative;
    z-index: 1;
    height: 34px;
    margin-right: 20px;
    margin-bottom: 20px;
}

    .dropdown-product-search input {
        width: 100%;
        height: 34px;
        padding-left: 10px;
        padding-right: 68px;
        border: solid 1px #252B3A;
        background: #252B3A;
        color: #fff;
        &::-ms-clear

{
    width: 0;
    height: 0;
}

&::-moz-placeholder {
    color: #A0A2A8;
}

&::-webkit-input-placeholder {
    color: #A0A2A8;
}

&::placeholder {
    color: #A0A2A8;
}

}

.dropdown-product-search input:focus {
    border-color: rgba(255,255,255,.1);
}

.product-search-clear {
    display: none;
    position: absolute;
    right: 44px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-image: url(/Content/Ver1/images/search-close.png);
    cursor: pointer;
    transition: .2s;
}

    .product-search-clear:hover,
    .product-search-clear:before {
        content: "";
        background-image: url(/Content/Ver1/images/search-close-hover.png);
    }

    .product-search-clear:after {
        content: "";
        position: absolute;
        height: 16px;
        border-left: solid 1px #666A75;
        left: 100%;
        top: 50%;
        margin-top: -8px;
        margin-left: 7px;
    }

.dropdown-product-search.active .product-search-clear {
    display: inline-block;
}

.product-search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    outline: none;
    border: none;
    background-color: transparent;
    background-image: url(/Content/Ver1/images/product-search.png);
    background-position: center center;
}

    .product-search-submit:before,
    .product-search-submit:hover {
        content: "";
        background-image: url(/Content/Ver1/images/product-search-hover.png);
    }

.dropdown-product-search-result {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 181px;
    overflow: auto;
    background-color: #212634;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.10);
    color: #A0A2A8;
    ul

{
    position: relative;
}

}

.dropdown-product-search-result::-webkit-scrollbar,
.dropdown-product-search-result::-webkit-scrollbar-track {
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.dropdown-product-search-result::-webkit-scrollbar-thumb {
    background-color: #666;
}

    .dropdown-product-search-result::-webkit-scrollbar-thumb:hover {
        background-color: #888;
    }

.dropdown-product-search-result.show {
    display: block;
}

.dropdown-product-search-result li.no-result {
    height: 170px;
}

.dropdown-product-search-result li:first-child a {
    padding-top: 5px;
}

.dropdown-product-search-result li:last-child a {
    padding-top: 5px;
}

.dropdown-product-search-result a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 32px;
}

.dropdown-product-search-result li.active a {
    color: #F66F6A;
    background-color: rgba(0,0,0,.1);
}

.dropdown-product-nav {
    max-height: ~"calc(100% - 54px)";
    overflow-y: auto;
}

    .dropdown-product-nav::-webkit-scrollbar,
    .dropdown-product-nav::-webkit-scrollbar-track {
        width: 6px;
        height: 6px;
        background-color: transparent;
    }

    .dropdown-product-nav::-webkit-scrollbar-thumb {
        background-color: #666;
    }

        .dropdown-product-nav::-webkit-scrollbar-thumb:hover {
            background-color: #888;
        }

.dropdown-product-nav-menu {
    display: block;
    position: relative;
    height: 60px;
    cursor: default;
    &[href]

{
    cursor: pointer;
}

}

.dropdown-product-nav-menu-icon {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}

.dropdown-product-nav-menu-icon-normal {
    transition: .2s;
}

.dropdown-product-nav-menu-icon-active {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .2s;
}

.dropdown-product-nav-menu-text {
    position: absolute;
    top: 0%;
    font-size: 16px;
    line-height: 35px;
    color: #191919;
}

.active .dropdown-product-nav-menu {
    background-color: #f5f6f7;
}

.dropdown-product-nav-menu:hover .dropdown-product-nav-menu-text,
.active1 .dropdown-product-nav-menu .dropdown-product-nav-menu-text {
    color: #1977f3;
    border-bottom: 2px solid #1977f3;
}

.dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-normal,
.active1 .dropdown-product-nav-menu .dropdown-product-nav-menu-icon-normal {
    opacity: 0;
}

.dropdown-product-nav-menu:hover .dropdown-product-nav-menu-icon-active,
.active1 .dropdown-product-nav-menu .dropdown-product-nav-menu-icon-active {
    opacity: 1;
}

.dropdown-product-body {
    opacity: 0;
    float: left;
    width: 100%;
    height: 100%;
}

.header-dropdown-list.show-text .dropdown-product-body {
    opacity: 1;
}

.dropdown-product-content {
    display: none;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

    .dropdown-product-content.show {
        display: block;
    }

.dropdown-product-allproduct {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

    .dropdown-product-allproduct a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #A0A2A8;
    }

        .dropdown-product-allproduct a:after {
            content: "";
            display: inline-block;
            width: 15px;
            height: 11px;
            margin-left: 5px;
            background-image: url(/Content/Ver1/images/more.png);
            transition: .2s;
        }

        .dropdown-product-allproduct a:hover {
            color: #F66F6A;
        }

            .dropdown-product-allproduct a:hover:after {
                margin-left: 10px;
                background-image: url(/Content/Ver1/images/more-hover.png);
            }

.dropdown-product-content-right {
    float: right;
    width: 15%;
    padding-left: 20px;
    min-height: 350px;border-left: none;
}

    .dropdown-product-content-right:before {
        content: "";
        top: 0;
        bottom: 0;
		display: none;
    }

.dropdown-product-content-center {
    float: left;
    width: 200px;
    padding-left: 30px;
    padding-right: 30px;
}

.dropdown-product-content-right ~ .dropdown-product-content-center {
    width: 246px;
}

.product-information {
    padding: 20px 0 10px 0;
}

.product-information-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.product-information-item {
    display: block;
    padding: 20px 0;
    & + &

{
    border-top: solid 1px rgba(255,255,255,.1);
}

}

.product-information-item-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #A0A2A8;
}

.product-information-item-text {
    font-size: 12px;
    line-height: 18px;
    color: #A0A2A8;
}

.product-information-item:hover .product-information-item-title {
    color: #F66F6A;
}





/* endregion 主菜单下拉内容--产品*/

/* region 主菜单下拉内容--解决方案 */

.dropdown-solution-wrapper {
    max-width: 1368px;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

    .dropdown-solution-wrapper > ul {
        overflow: hidden;
    }

        .dropdown-solution-wrapper > ul > li {
            float: left;
            padding: 20px 0;
            width: 20%;
        }

            .dropdown-solution-wrapper > ul > li:nth-child(1) {
            }

.dropdown-solution-row {
    overflow: hidden;
}

.dropdown-solution-row-col {
    float: left;
    width: 50%;
}

    .dropdown-solution-row-col:first-child {
        padding-right: 30px;
    }

    .dropdown-solution-row-col:last-child {
        padding-left: 30px;
    }

.dropdown-solution-dl {
    padding: 20px 0;
}

    .dropdown-solution-dl + .dropdown-solution-dl .line {
        margin-top: -20px;
        margin-bottom: 20px;
        border-top: solid 1px #666;
    }

.dropdown-solution-dt {
    margin-bottom: 5px;
}

    .dropdown-solution-dt,
    .dropdown-solution-dt > a,
    .dropdown-solution-dt > span {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #fff;
    }

.dropdown-solution-dd > a,
.dropdown-solution-dd > span {
    display: block;
    font-weight: 200;
    font-size: 12px;
    line-height: 22px;
    padding: 5px 0;
    color: rgba(255,255,255,.8);
}

.dropdown-solution-wrapper a[href] {
    -webkit-transition: .2s;
    transition: .2s;
}

    .dropdown-solution-wrapper a[href]:hover {
        color: #1f8fff;
    }

.dropdown-solution-sub {
    position: relative;
    height: 14px;
    margin-bottom: 12px;
    overflow: hidden;
}

    .dropdown-solution-sub li {
        float: left;
        height: 14px;
        margin-right: 14px;
        font-weight: 200;
        font-size: 12px;
        line-height: 14px;
        color: #A0A2A8;
    }

        .dropdown-solution-sub li.hide {
            display: none;
        }

    .dropdown-solution-sub a {
        display: block;
    }

    .dropdown-solution-sub li:last-child {
        margin-right: 0;
    }

        .dropdown-solution-sub li:last-child a {
            padding-right: 2px;
        }

    .dropdown-solution-sub a i {
        margin-top: -1px;
    }

    .dropdown-solution-sub .new,
    .dropdown-solution-sub .beta {
        margin-right: 0 !important;
    }


/* endregion 主菜单下拉内容--解决方案 */

/* region 主菜单下拉内容--更多 */
.header-dropdown-more {
    width: 240px;
    margin-left: -15px;
}

.header-dropdown-market {
    width: 240px;
    margin-left: 290.188px;
}

.header-dropdown-partner {
    width: 240px;
    margin-left: 361.188px;
}

.header-more-list, .header-market-list, .header-partner-list {
    padding: 20px 30px;
    /*background: rgba(22,26,35,0.95);*/
    color: white;
}

    .header-more-list > li, .header-market-list > li, .header-partner-list > li {
        font-size: 14px;
        line-height: 28px;
    }

        .header-more-list > li:not(.header-more-item-hide) + li, .header-market-list > li:not(.header-market-item-hide) + li, .header-partner-list > li:not(.header-partner-item-hide) + li {
            margin-top: 12px;
        }

        .header-more-list > li.header-more-item-hide {
            display: none;
        }

        .header-market-list > li.header-market-item-hide, .header-partner-list > li.header-partner-item-hide {
            display: block;
        }

    .header-more-list a {
        display: none;
    }

    .header-market-list a, .header-partner-list a {
        display: block;
    }

    .header-more-list > li:hover a, .header-market-list > li:hover a, .header-partner-list > li:hover a {
        color: #1f8fff;
    }

    .header-more-list > li.header-nav-hot a:after, .header-market-list > li.header-nav-hot a:after, .header-partner-list > li.header-nav-hot a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-top: -16px;
        margin-left: 2px;
        border-radius: 50%;
        background: #f52f3e;
        vertical-align: middle;
    }


/* region 导航allnav */
/* region 导航布局 */
#header.show-allnav .header-container {
    height: 100%;
}

#header .header-icon-menu {
    -webkit-transition: .3s .1s;
    transition: .3s .1s;
}

.header-menu.hover .header-icon-menu {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.header-allnav {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
}

    .header-allnav.show {
        display: block;
    }

.header-allnav-wrapper {
    float: left;
    height: 100%;
}

    .header-allnav-wrapper > ul {
        display: none;
        float: left;
        height: 100%;
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: .3s;
        transition: .3s;
    }

        .header-allnav-wrapper > ul.sliding {
            display: block;
        }

        .header-allnav-wrapper > ul.show {
            display: block;
            -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

/* 1级导航 */
.header-allnav-level1 {
    position: relative;
    z-index: 10;
    width: 200px;
    background: #282f3d;
}

    .header-allnav-level1 .header-allnav-inner {
        padding-top: 20px;
        height: ~"calc(100% - 78px)";
        overflow: auto;
    }


.header-market-list li .d-padding, .header-partner-list li .d-padding {
    margin-left: -10px;
}

/* 二级导航 */
.header-allnav-level2 {
    position: relative;
    z-index: 9;
    width: 200px;
    background: #2d3444;
}

    .header-allnav-level2 .header-allnav-inner {
        padding: 20px 0;
    }

/* 三级导航 */
.header-allnav-level3 {
    position: relative;
    z-index: 8;
    min-width: 240px;
    max-width: 400px;
    background: #212634;
    overflow: auto;
    .header-allnav-inner

{
    padding-top: 20px;
}

}


.header-allnav-level3.show-product {
    max-width: 820px;
    .header-allnav-inner

{
    min-width: 820px;
}

}

/* 四级导航 */
.header-allnav-level4 {
    width: 240px;
    background: #2e2e2e;
}

.header-allnav-inner {
    display: none;
    height: 100%;
    overflow-y: auto;
}

    .header-allnav-inner.show {
        display: block;
    }
/* endregion 导航布局 */

/* 通用导航内菜单列表样式 */
.header-allnav-common-item {
    position: relative;
    padding: 0 30px;
    font-size: 14px;
    line-height: 34px;
    color: white;
    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;
}

    .header-allnav-common-item > a {
        display: block;
    }

        .header-allnav-common-item > a:hover {
            color: #1F8FFF;
            text-decoration: none;
        }

    .header-allnav-common-item.header-nav-hot > a:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-top: -16px;
        margin-left: 2px;
        border-radius: 50%;
        background: #f52f3e;
        vertical-align: middle;
    }

.header-allnav-common-split {
    padding: 15px 30px;
}

    .header-allnav-common-split:before {
        content: "";
        display: block;
        border-top: solid 1px rgba(255,255,255,.1);
    }

.header-allnav-common-item i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -3px;
}

.header-allnav-common-item.active {
    background: rgba(0,0,0, .3);
    color: #1f8fff;
}

.header-allnav-common-item:hover {
    color: #1f8fff;
}

    .header-allnav-common-item:hover i,
    .header-allnav-common-item.active i {
        border-color: #1f8fff;
    }

/* 通用内容列表样式 */

.header-allnav-content {
    padding-bottom: 20px;
}

    .header-allnav-content dl {
        padding-bottom: 10px;
        margin: 0 10px;
        font-size: 14px;
        color: white;
    }

.market dl, .partner dl {
    padding-bottom: 0;
}

.header-allnav-content dt {
    margin-bottom: 5px;
    margin-left: 20px;
    font-size: 16px;
}

    .header-allnav-content dt a {
        display: block;
        padding: 6px 20px;
        font-size: 16px;
        line-height: 24px;
        -webkit-transition: .2s;
        transition: .2s;
        font-weight: normal;
        color: #fff;
        text-decoration: none;
    }

.market dt a, .partner dt a {
    font-size: 14px;
}

.header-allnav-content dd a {
    display: block;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255,255,255,.8);
    -webkit-transition: .2s;
    transition: .2s;
}

    .header-allnav-content dd a:hover {
        text-decoration: none;
    }

.header-allnav-content dt:hover a[href],
.header-allnav-content dd:hover a[href] {
    display: block;
    color: #1f8fff;
}

.header-allnav-content dd:hover a[href] {
    background: rgba(0,0,0,.3);
}

.header-allnav-content dl + dl {
    padding-top: 20px;
    border-top: solid 1px rgba(255,255,255,.1);
}

.market dl + dl, .partner dl + dl {
    padding-top: 0px;
    border-top: none;
}
/* region 1级导航内容 */
.header-allnav-level1 .header-allnav-common-item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #1f8fff;
    opacity: 0;
}

/*.header-allnav-level1 .header-allnav-common-item.hover:before,*/
.header-allnav-level1 .header-allnav-common-item.active:before {
    opacity: 1;
}

.header-allnav-consult {
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding-left: 0;
    color: #c3c5c6;
}

    .header-allnav-consult .header-icon-phone {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -7px;
    }

    .header-allnav-consult:before {
        display: none;
    }

.header-allnav-consult-text {
    font-size: 12px;
    line-height: 18px;
}

.header-allnav-consult-number {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

    .header-allnav-consult-number:hover {
        color: #fff;
    }

/* endregion 1级导航内容 */

/* region 2级导航内容 */
.header-allnav-level2 .header-allnav-common-list {
    padding-left: 10px;
    padding-right: 10px;
}

.header-allnav-level2 .header-allnav-common-item {
    padding: 0 20px;
}

    .header-allnav-level2 .header-allnav-common-item i {
        right: 20px;
    }

/* endregion 2级导航内容 */

/* region 3级导航内容--产品 */
.header-allnav-product-content > h2 {
    display: block;
    padding: 0 30px;
    color: white;
    line-height: 34px;
}

    .header-allnav-product-content > h2 a {
        display: block;
        font-size: 16px;
        -webkit-transition: .2s;
        transition: .2s;
    }

        .header-allnav-product-content > h2 a[href]:hover {
            color: #F66F6A;
        }

.header-allnav-product-content > ul {
    padding-left: 10px;
    padding-right: 10px;
}

    .header-allnav-product-content > ul > li a {
        display: block;
        padding: 6px 20px;
        -webkit-transition: .2s;
        transition: .2s;
    }

    .header-allnav-product-content > ul > li.has-desc a {
        padding: 10px 20px;
    }

    .header-allnav-product-content > ul > li:first-child:not(.has-desc) a {
        margin-top: 5px;
    }

.header-allnav-product-content h3 {
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}

.header-allnav-product-content p {
    font-size: 12px;
    color: #A0A2A8;
    line-height: 22px;
}

.header-allnav-product-content > ul > li.active a {
    background: rgba(0,0,0,.3);
}

.header-allnav-product-content > ul > li.active h3 {
    color: #F66F6A;
}

/* endregion 3级导航内容--产品 */

/* region 3级导航内容--新版产品 */
.header-allnav-newproduct-content {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -10px;
}

.header-allnav-newproduct-content-center {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}

.header-allnav-newproduct-content-right {
    float: right;
    width: 245px;
    padding-left: 30px;
    padding-right: 15px;
}

    .header-allnav-newproduct-content-right:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -30px;
        border-left: solid 1px rgba(255,255,255,.1);
    }

    .header-allnav-newproduct-content-right ~ .header-allnav-newproduct-content-center {
        width: ~"calc((100% - 260px) / 3)";
    }

/* endregion 3级导航内容--新版产品 */

/* region 3级导航内容--解决方案 */
.header-allnav-solution-content {
    padding-left: 10px;
    padding-right: 10px;
}

    .header-allnav-solution-content > h2 {
        padding-left: 20px;
        padding-right: 20px;
        color: white;
    }

        .header-allnav-solution-content > h2 a {
            display: block;
            font-size: 16px;
            line-height: 34px;
            color: white;
        }

            .header-allnav-solution-content > h2 a[href]:hover {
                color: #F66F6A;
            }

.allnav-solution-item {
    padding: 5px 20px;
    transition: .2s;
}

    /*.allnav-solution-item-haschild {
  padding: 10px 20px;
}*/

    .allnav-solution-item:first-child:not(.allnav-solution-item-haschild) {
        margin-top: 5px;
    }

.allnav-solution-title > a {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    transition: .2s;
}

.allnav-solution-sub {
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    color: #A0A2A8;
}

    .allnav-solution-sub li {
        float: left;
        margin-right: 10px;
    }

    .allnav-solution-sub a {
        display: block;
    }

    .allnav-solution-sub li:last-child {
        margin-right: 0;
    }

        .allnav-solution-sub li:last-child a {
            padding-right: 2px;
        }

    .allnav-solution-sub .new {
        margin-right: 0 !important;
    }

.allnav-solution-item.active {
    background: rgba(0,0,0,.3);
}

    .allnav-solution-item.active .allnav-solution-title a {
        color: #F66F6A;
    }

.allnav-solution-item .allnav-solution-sub a:hover {
    color: #F66F6A;
}

/* endregion 3级导航内容--解决方案 */

/* region 4级导航内容--相关产品 */
.header-allnav-relevant-dl {
    padding: 25px 30px;
}

    .header-allnav-relevant-dl dt {
        margin-bottom: 13px;
        font-size: 14px;
        line-height: 32px;
        color: white;
    }

    .header-allnav-relevant-dl a {
        display: block;
        padding: 3px 0;
        font-size: 12px;
        color: #c3c5c6;
        line-height: 18px;
    }

    .header-allnav-relevant-dl dd:hover a {
        color: #F66F6A;
    }

.header-allnav-relevant-more {
    margin-top: 24px;
}

/* endregion 4级导航内容--相关产品 */
/* endregion 导航allnav */

/* region 移动端导航折叠 */



/* 语言 */
.header-collapse-lang a {
    display: block;
    position: relative;
    padding: 10px 30px;
    border-bottom: solid 1px rgba(102, 106, 117, .2);
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    background-color: #212634;
}

.header-collapse-lang .header-icon-checked {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 19px;
}

/* endregion 移动端导航折叠 */

/* region 导航搜索PC端 */
.header-search {
    position: relative;
    width: 180px;
    padding: 0 !important;
    margin-right: 10px;
    cursor: default !important;
}

.header-search-inner {
    position: relative;
    float: right;
    width: 180px;
    height: 40px;
    background: #252b3a;
    transition: .35s;
    
}

.header-search input {
    position: absolute;
    height: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 44px;
    border: none;
    outline: none;
    background: rgba(160, 162, 168, .2);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    &::-ms-clear

{
    width: 0;
    height: 0;
}

&::-moz-placeholder {
    color: #A0A2A8;
}

&::-webkit-input-placeholder {
    color: #A0A2A8;
}

&::placeholder {
    color: #A0A2A8;
}

}

.header-search-submit {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url(/Content/Ver1/images/search.png);
    transition: .2s;
}

    .header-search-submit:before,
    .header-search-submit:hover {
        content: "";
        background-image: url(/Content/Ver1/images/search-hover.png);
    }

.header-search-close {
    display: none;
    width: 18px;
    height: 18px;
    background-image: url(/Content/Ver1/images/search-close.png);
    cursor: pointer;
    transition: .2s;
}

    .header-search-close:hover,
    .header-search-close:before {
        content: "";
        background-image: url(/Content/Ver1/images/search-close-hover.png);
    }

    .header-search-close:after {
        content: "";
        position: absolute;
        height: 16px;
        border-left: solid 1px #666A75;
        left: 100%;
        top: 50%;
        margin-top: -8px;
        margin-left: 7px;
    }

.header-search.active .header-search-inner {
    width: 280px;
}

.header-search.active input {
    padding-right: 82px;
}

    .header-search.active input.inputted ~ .header-search-close {
        display: inline-block;
        position: absolute;
        right: 58px;
        top: 50%;
        margin-top: -9px;
    }

.header-search-droplist {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #212634;
    cursor: default;
    li .to-page + li:not(.to-page)

{
    border-top: solid 1px rgba(255,255,255,.1)
}

}

.header-search-droplist.show {
    display: block;
}

.header-search-droplist h2 {
    padding: 0 15px;
    font-size: 12px;
    color: #A0A2A8;
    line-height: 37px;
}

.header-search-droplist a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}

    .header-search-droplist a[href] {
        background-color: rgba(0,0,0,.05);
    }

        .header-search-droplist a[href]:before {
            content: "";
            width: 0;
            height: 0;
            background-image: url(/Content/Ver1/images/arrow-hover.svg);
        }

        .header-search-droplist a[href]:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 14px;
            height: 14px;
            margin-top: -2px;
            margin-left: 5px;
            background-image: url(/Content/Ver1/images/arrow.svg);
            transition: .2s;
        }

.header-search-droplist li:first-child a {
    padding-top: 5px;
}

.header-search-droplist li:last-child a {
    padding-bottom: 5px;
}

.header-search-droplist h2 + ul li:first-child a {
    padding-top: 0;
}

.header-search-droplist a.hover,
.header-search-droplist a:hover {
    color: #F66F6A;
    cursor: pointer;
}

.header-search-droplist a:not([href]).hover,
.header-search-droplist a:not([href]):hover {
    background: rgba(160, 162, 168, .09);
}

.header-search-droplist a[href].hover:after,
.header-search-droplist a[href]:hover:after {
    background-image: url(/Content/Ver1/images/arrow-hover.svg);
}


/* endregion 导航搜索PC端 */

/* region 导航搜索移动端 */
.header-search-mb {
    display: none;
}

.add-headerbg {
    background: #fff !important;
}


.header-top span {
    border: none;
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 95px;
    color: rgba(255,255,255,0.4);
}




/* 导航下拉样式添加2019-11-17 */
.header-dropdown {
    position: absolute;
    top: 66px;
    right: 0;
    bottom: 0;
    left: 0;
}

.header-dropdown-list {
    position: relative;
    /* max-height: 100%; */
    overflow: hidden;
    will-change: height;
    transition: height 0.35s ease;
}

.header-dropdown-blur {
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.header-dropdown-list > li {
    display: none;
}

.header-backdrop-filter {
    position: relative;
}

.dropdown-product-container {
    position: relative;
    height: fit-content;
    box-shadow: 0px 10px 20px #ececec;
     margin-bottom: 50px;
	 background: #fff;
	 width: 100%;
}

.header-backdrop-filter {
    position: relative;
}

.header-dropdown-list .J-drop-product {
    /*padding-bottom: 32px;*/
}

.header-dropdown-list > li {
    display: none;
}

.dropdown-product-container .dropdown-wrapper-title {
    padding: 20px 32px 0 0px; background: #fff;
    display:none;
}

    .dropdown-product-container .dropdown-wrapper-title .dropdown-title-arrow {
        position: relative;
        width: 0;
        height: 0;
        background-color: transparent;
        border-left: 6px solid rgba(0, 0, 0, 0);
        border-bottom: 6px solid rgba(255, 255, 255, 0.1);
        border-right: 6px solid rgba(0, 0, 0, 0);
    }

.link-searcher {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 80%;
}

[data-nav-index] {
    opacity: 0;
    margin-top: -10px;
    transition: 0.2s;
}

.link-searcher input {
    position: absolute;
    display: inline-block;
    width: 75%;
    height: 40px;
    padding-left: 40px;
    margin-left: 220px;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    color: #777777;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

input {
    vertical-align: middle;
}

.link-searcher-more {
    display: inline-block;
}

.link-searcher-more {
    display: inline-block;
}

.link-searcher-more {
    height: 100%;
    position: absolute;
    right: 16px;
    top: 0;
    color: #fff;
    outline: none;
    border: none;
    padding: 1px;
    background: transparent;
    line-height: 0;
}

    .link-searcher-more a {
        display: flex;
        height: 100%;
        align-items: center;
    }

        .link-searcher-more a .header-icon-arrow-right {
            margin-left: 5px;
            margin-top: 2px;
        }

.header-icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: solid 1px;
    border-right: solid 1px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.link-searcher .link-searcher-clear {
    display: block;
    position: absolute;
    left: 35%;
    top: 16%;
    cursor: pointer;
    transition: 0.2s;
}

.cui-icon {
    font-family: 'cui-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.link-searcher-submit {
    position: absolute;
    left: 195px;
    top: 50%;
    margin-top: -11px;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    padding: 1px;
    background: transparent;
    line-height: 0;
}

    .link-searcher-submit i {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.8);
        transition: 0.2s;
    }

.cui-icon {
    font-family: 'cui-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.link-searcher-drop {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    left: 220px;
    height: 181px;
    overflow: auto;
    background-color: #f5f6f7;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    color: #A0A2A8;
    width: 45%;
    padding-left: 40px;
}

    .link-searcher-drop ul {
        position: relative;
        margin-left: -34px;
    }

.dropdown-product-wrapper-left {
    float: left;
    width: 219px;
    /* max-height: calc(100vh - 150px - 25px);*/
    position: relative;
    top: -85px;
    z-index: 999;
	padding-top: 50px;
}

.dropdown-product-nav-container {
    width: 219px;
    /* min-height: 460px; */
    /*max-height: calc(100vh - 150px - 25px);*/
    padding: 0 0 23px 0;
    transform: translate(0, -60px);
    transition: 0.2s;
    background-color: #f5f6f7 !important;
	
}

.dropdown-product-nav {
    height: 100%;
    /*max-height: calc(100% - 180px - 45px);*/ min-height: 400px;
    overflow-y: auto;
    border-right: 1px solid rgba(255,255,255,0.1);
}

[data-nav-index] {
    opacity: 0;
    margin-top: -10px;
    transition: 0.2s;
    height: 50px;
}

.dropdown-product-nav-menu {
    display: block;
    position: relative;
    cursor: default;
}

.dropdown-product-nav-menu-text {
    margin-left: 62px;
    margin-right: 10px;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

    .dropdown-product-nav-menu-text span {
        height: 60px;
        /* color: #fff; */
        box-sizing: border-box;
        display: inline-block;
        padding: 0 0;
    }

.dropdown-product-wrapper-right {
    position: relative;
    float: left;
    height: 590px;
    overflow: hidden;
	width: 100%;
    margin-top:38px;
}

.dropdown-product-body {
    opacity: 0;
    float: left;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.dropdown-product-content {
    display: none;
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

.dropdown-product-content-center-wrapper:not(:only-child) {
    width: 80%;
}

.dropdown-product-content-center-wrapper {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    float: left;
}

    .dropdown-product-content-center-wrapper:not(:only-child) .dropdown-product-content-center:first-child {
        margin-left: 0;
    }

    .dropdown-product-content-center-wrapper:not(:only-child) .dropdown-product-content-center {
        width:100%;
    }

.dropdown-product-content-center:first-child {
    /* margin-left: calc((100% - 664px) / 10 - 1px); */
}

.dropdown-product-content-center {
    position: relative;
    float: left;
    padding-left: 0;
    padding-right: 0 !important;
    width: calc((100% - 664px) / 20 * 2 + 145px);
}

.dropdown-product-content-right .dropdown-common-dl {
    padding: 0px 0 20px 0;
}

.dropdown-common-dl {
    padding: 20px 0 20px 0;
}

    .dropdown-common-dl dt, .dropdown-common-dl dt a {
        display: block;
        white-space: nowrap;
        font-size: 16px;
        line-height: 20px;
        color: #191919;
    }

.header-dropdown-close {
    position: absolute;
    top: 32px;
    right: 40px;
    width: 23px;
    height: 23px;
    cursor: pointer;
    opacity: 0.6;
}

.fr-list-wz {
    width: 38%;
    float: right;
    line-height: 40px;
    color: #fff;
    text-align: left;
}

    .fr-list-wz a {
        padding: 0 8px;
        color: #fff;
    }

        .fr-list-wz a:hover {
            color: #1F8FFF;
        }

.ixtb {
    width: 16px;
    height: 16px;
    background: url(../images/ss-tb.png) no-repeat left 12px center #f5f6f7 !important;
}



/* 渠道合作样式添加 */
.dropdown-solution-right {
    width: 320px;
    float: right;
    color: #191919;
    background: #f5f6f7;
    margin-top: 36px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 45px;
}

    .dropdown-solution-right dd a span {
        display: inline-block;
        /*line-height: 30px;*/
        font-size: 12px;
        height: 40px;
        margin-top: 5px;
        color: rgba(255,255,255,.6);
    }

.dropdown-solution-href a {
    color: #1F8FFF;
    background: url(/Content/Ver1/images/rr.png) no-repeat right;
    background-size: 18px;
    padding-right: 20px;
    line-height: 30px;
}

.qd-hezuo > ul {
    overflow: hidden;
    padding: 10px 0;
    width: 1000px;
    display: inline-block;
    margin-bottom: 18px;
}

    .qd-hezuo > ul > li:nth-child(1) {
    }

    .qd-hezuo > ul > li:nth-child(1) {
    }

    .qd-hezuo > ul > li {
        width: 31%;
        min-height: 100px;
        padding: 0px;
        margin: 0 0 0 0;
        float: left;
        margin: 0 1%;
    }

.qd-hezuo a[href] {
    -webkit-transition: .2s;
    transition: .2s;
}

.qd-hezuo a[href] {
    -webkit-transition: .2s;
    transition: .2s;
}

.dropdown-solution-href a {
    color: #1F8FFF;
    background: url(/Content/Ver1/images/rr.png) no-repeat right;
    background-size: 18px;
    padding-right: 20px;
    line-height: 30px;
}

.dropdown-common-dl dt, .dropdown-solution-right a dt,
.dropdown-common-dl a dt {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #191919;
}

.dropdown-solution-href:hover a {
    color: #1f8fff;
}

.qd-hezuo a[href]:hover {
    color: #1f8fff;
}

.qd-hezuo > ul li:hover a span {
    color: #1F8FFF;
}

.gay-col {
    color: #191919;
    font-size: 13px;
}
.gay-colb {
    color: #666;
    font-size: 13px;
}
.dropdown-solution-right a[href]:hover dd, .dropdown-solution-right a[href]:hover dt {
    color: #1f8fff;
}

    .dropdown-solution-right a[href]:hover dd .gay-cola {
        color: #1f8fff;
    }

.dropdown-solution-href:hover .font-wd {
    font-weight: bold;
}

.gay-cola {
    color: #191919;
    font-size: 13px;
}
.gay-cola1 {
    color: #777;
    font-size: 13px;
}
.link-searcher input::-moz-placeholder {
    color: #777;
}

.link-searcher input::-ms-input-placeholder {
    color: #777;
}

.link-searcher input::-webkit-input-placeholder {
    color: #777;
}

.link-searcher-drop ul {
    position: relative;
    margin-left: -40px;
}

.link-searcher-drop li:first-child a {
    padding-top: 5px;
}

.link-searcher-drop a {
    display: block;
    padding-right: 10px;
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
}

.link-searcher-drop li.active a {
    color: #1F8FFF;
    background-color: rgba(0, 0, 0, 0.1);
    padding-left: 10px;
}

.show {
    display: block;
}

.dropdown-solution-right dd:hover a span {
    color: rgba(255,255,255,0.6);
}

.wd-fl .link-searcher {
    width: 100%;
}

.drop-con-1 .link-searcher {
    width: 100%;
}

.qd-hezuo {
    padding-bottom: 80px;
}
.fl_gap {
    margin-left:25px;
}
/*新增企业服务下拉*/
.company-serve>ul {width: 100%;}
.company-serve>ul li{width: 23%;padding-left:3.5%;box-sizing: border-box;}

@media only screen and (min-width: 1920px) {
    .link-searcher input {
        margin-left: 0px;
        width: 100%;
    }

    .link-searcher-drop {
        left: 0;
        width: 100%;
    }
}


@media screen and (min-width: 1531px) and (max-width: 1919px) {
    .link-searcher input {
        margin-left: 0px;
        width: 100%;
    }

    .link-searcher-drop {
        left: 0;
        width: 100%;
    }

    .dropdown-product-wrapper {
        padding: 0;
    }
}

@media  screen and (min-width: 1441px) and (max-width: 1530px) {
    .link-searcher input {
        margin-left: 0px;
		width: 100%;
    }

    .link-searcher-drop {
        left: 0;
        width: 100%;
    }

    .dropdown-product-wrapper {
        padding: 0;
    }
}
/*@media (max-width: 1439px){
.link-searcher input{margin-left: 225px;width: 72.5%;}
.link-searcher-drop{left:225px;}
}*/
@media only screen and (max-width: 1440px) {
    .link-searcher input {margin-left: 0;	width: 100%;}
    .link-searcher-drop {left: 0;  width: 100%; }
    .dropdown-product-wrapper {  padding: 0;max-width: 1300px;  }
	.dropdown-product-container .dropdown-wrapper-title {padding: 20px 0 0 0px;}
	
}



@media screen and (min-width: 1100px) and (max-width: 1399px) {
    .link-searcher input {
        margin-left: 0;
		width: 100%;
    }

    .link-searcher-drop {
        left: 0;
        width: 100%;
    }
}


@media only screen and (max-width: 1099px) {
    .link-searcher input {
        margin-left: 225px;
    }

    .link-searcher-drop {
        left: 0;
        width: 100%;
    }
}


@media only screen and (max-width: 1279px) {
    .dropdown-product-wrapper-left {
        width: 160px;
    }

    .dropdown-product-wrapper-right {
        width: calc(100% - 160px);
    }

    .dropdown-product-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
    /* .dropdown-product-content-right {  width: 25.24509804%;} */
    .dropdown-product-wrapper {
        padding: 0;
       max-width: 1180px;
    }
}

@media only screen and (max-width: 1439px) {
    .dropdown-product-wrapper-left {
        width: 180px;
    }

    .dropdown-product-wrapper-right {
        width:100%;
    }
	.dropdown-product-container .dropdown-wrapper-title{padding: 20px 0 0 0;}
}



@media only screen and (max-width: 1280px) {
    .dropdown-solution-wrapper > ul {
        width: 900px;
    }
    .dropdown-solution-wrapper.company-serve > ul {
        width: 100%;
    }

    .company-serve > ul > li {
        padding-left: 2.5%;
        box-sizing: border-box;
    }
}


@media only screen and (max-width: 1350px) {
    .dropdown-product-body {
        min-width: 1200px;
    }

    .qd-hezuo > ul > li {
        padding-left: 15px;
        box-sizing: border-box;
    }
    .company-serve > ul > li {
        padding-left: 3.5%;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 981px) and (max-width: 1100px) {
    .link-searcher input {
        margin-left: 0;
    }

    .dropdown-product-wrapper-right {
        height: 655px;
    }

    .link-searcher-drop {
        left: 0;
		width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 980px) {
    .link-searcher input {
        margin-left: 225px;
    }

    .dropdown-product-wrapper-right {
        height: 320px;
    }

    .link-searcher-drop {
        left: 0;
        width: 100%;
    }
}

@media  only screen and (max-width: 768px) {
    .link-searcher input {
        margin-left: 225px;
    }

    .dropdown-product-wrapper-right {
        height: 320px;
    }

    .link-searcher-drop {
       left: 0;
       width: 100%;
    }
}

/*底部footer样式*/
.small-footer {
    width: 100%;
    background: #2e3033;
}

.contert {
    max-width: 1200px;
    margin: 0 auto;
}

.ctrl-main-know {
    padding-top: 40px;
    min-height: 270px;
    overflow: hidden;
    border-bottom: 1px solid #434548;
}

.map-16 {
    margin-top: 16px !important;
}

.ctrl-main-know > div {
    padding-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    padding-left: 300px;
    overflow: hidden;
}

    .ctrl-main-know > div .phone-cell {
        left: 0;
        width: 280px;
        position: absolute;
    }

        .ctrl-main-know > div .phone-cell .online {
            width: 230px;
            height: 36px;
            line-height: 36px;
            background: #1f8fff;
            color: #fff;
            text-align: center;
            border-radius: 2px;
            padding-left: 0;
            margin-top: 30px;
            cursor: pointer;
        }

            .ctrl-main-know > div .phone-cell .online a {
                display: block;
                color: #fff;
                text-decoration: none;
            }

                .ctrl-main-know > div .phone-cell .online a:hover {
                    background-color: #0284dc;
                    display: block;
                    border-radius: 2px
                }

        .ctrl-main-know > div .phone-cell > div {
            position: relative;
            padding-left: 80px;
        }

        .ctrl-main-know > div .phone-cell > div {
            position: relative;
            padding-left: 80px
        }

            .ctrl-main-know > div .phone-cell > div img {
                position: absolute;
                left: 0;
                width: 60px;
                top: 30px;
            }

                .ctrl-main-know > div .phone-cell > div img.white {
                    display: none
                }

                .ctrl-main-know > div .phone-cell > div img.black {
                    display: block
                }

                .ctrl-main-know > div .phone-cell > div img.white-black {
                    display: none
                }

            .ctrl-main-know > div .phone-cell > div h2 {
                color: #d7d8d9;
                font-size: 14px;
                height: 30px;
                line-height: 30px;
                margin-top: 0;
                margin-bottom: 0
            }

            .ctrl-main-know > div .phone-cell > div h1 {
                color: #fff;
                font-size: 20px;
                height: 30px;
                margin-top: 0;
                margin-bottom: 0
            }

            .ctrl-main-know > div .phone-cell > div ul {
                margin: 16px 0
            }

                .ctrl-main-know > div .phone-cell > div ul li {
                    height: 30px;
                    line-height: 30px
                }

                    .ctrl-main-know > div .phone-cell > div ul li a {
                        font-size: 14px;
                        color: #9b9ea0;
                        transition: color .3s
                    }

                        .ctrl-main-know > div .phone-cell > div ul li a:hover {
                            color: #1f8fff !important;
                            text-decoration: none
                        }

    .ctrl-main-know > div .ctrl-main-know-content {
        border-left: 1px solid #4b5054;
        box-sizing: border-box;
        padding-left: 130px
    }

        .ctrl-main-know > div .ctrl-main-know-content > li {
            width: 22%;
            float: left
        }

        .ctrl-main-know > div .ctrl-main-know-content .ctrl-main-know-title {
            color: #d7d8d9;
            font-size: 14px;
            height: 18px;
            line-height: 18px;
            font-weight: normal
        }

        .ctrl-main-know > div .ctrl-main-know-content .ctrl-main-know-subcontent {
            margin-top: 14px
        }

            .ctrl-main-know > div .ctrl-main-know-content .ctrl-main-know-subcontent li {
                margin-top: 8px
            }

                .ctrl-main-know > div .ctrl-main-know-content .ctrl-main-know-subcontent li a {
                    color: #fff;
                    height: 18px;
                    line-height: 18px;
                    transition: color .3s;
                    font-size: 12px;
                }

                    .ctrl-main-know > div .ctrl-main-know-content .ctrl-main-know-subcontent li a:hover {
                        color: #1f8fff !important;
                        text-decoration: none
                    }

                .ctrl-main-know > div .ctrl-main-know-content .ctrl-main-know-subcontent li.qr-code img {
                    margin-top: 16px;
                    width: 80px
                }

.ctrl-main-hot {
    padding-top: 20px;
    border-bottom: 1px solid #434548;
}

    .ctrl-main-hot > div {
        padding-bottom: 20px;
        overflow: hidden;
    }

    .ctrl-main-hot .ctrl-main-hot-content > div {
        position: relative;
        padding-left: 80px
    }

        .ctrl-main-hot .ctrl-main-hot-content > div .ctrl-main-hot-title {
            font-size: 12px;
            color: #fff;
            font-weight: normal;
            position: absolute;
            left: 0;
            margin-top: 8px
        }

        .ctrl-main-hot .ctrl-main-hot-content > div .ctrl-main-hot-subcontent li {
            float: left;
            margin-top: 8px;
            padding: 0 16px;
            font-size: 12px;
        }

            .ctrl-main-hot .ctrl-main-hot-content > div .ctrl-main-hot-subcontent li a {
                color: #fff;
                transition: color .3s
            }

                .ctrl-main-hot .ctrl-main-hot-content > div .ctrl-main-hot-subcontent li a:hover {
                    color: #1f8fff !important;
                    text-decoration: none
                }

.ctrl-copyright-100 {
    padding: 20px 0
}

    .ctrl-copyright-100 .copyright {
        height: 30px;
        line-height: 30px;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .ctrl-copyright-100 .xin {
        margin-top: 10px;
        display: block
    }

    .ctrl-copyright-100 .copyright i {
        display: inline-block;
        text-decoration: none;
        height: 20px;
        line-height: 20px;
    }

        .ctrl-copyright-100 .copyright i img {
            float: left;
            width: 20px;
            padding-top: 5px;
        }

    .ctrl-copyright-100 .copyright a:hover {
        text-decoration: underline;
    }

.ctrl-copyright-100 {
    padding: 20px 0
}

    .ctrl-copyright-100 .copyright {
        line-height: 30px;
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .ctrl-copyright-100 .xin {
        margin-top: 10px;
        display: block
    }

    .ctrl-copyright-100 .copyright i {
        text-decoration: none;
        height: 20px;
        line-height: 20px;
        display: inline-block;
    }

        .ctrl-copyright-100 .copyright i img {
            float: left;
            width: 20px;
            padding-top: 5px;
        }

    .ctrl-copyright-100 .copyright a:hover {
        text-decoration: underline;
        color: #fff;
    }

    .ctrl-copyright-100 .copyright span {
        display: inline-flex;
        color: #fff;
    }

    .ctrl-copyright-100 .copyright a {
        display: inline-block;
        padding: 0 5px 0 2px;
    }
	
	input::-moz-placeholder{color: #777777;}
	input::-ms-input-placeholder{color: #777777;}
	input::-webkit-input-placeholder{color: #777777;}

.wd-fl{background: #fff; box-shadow: 0 10px 20px rgba(0,0,0,0.08); margin-bottom: 50px;}

.login-fr{ float: right;}
.yidenglu{ float: right; margin-left: 10px;}
.yidenglu .dlwz{ color: #1977f3; font-weight: normal; font-size: 14px; line-height: 65px;}
.yidenglu .dlwz em{width: 8px; height: 4px; margin-left: 6px;}
.yidenglu .dlwz em img{vertical-align: middle; width: 8px; height: 4px;}
.sm-red em img{width: 12px !important; height: auto !important;}
.dropdown-menu {position: absolute; top: 100%; right: 0; z-index: 1000;display: none;float: left;min-width: 220px;padding: 0;margin:  1px 0;    list-style: none;    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);}
.hd-main li .dropdown-menu { margin: 0!important; background: #242A37; border-radius: 0px;  border: none;}
.dropdown:hover .dropdown-menu { display: block;margin-top: 0;}
.hd-main li .dropdown-menu li { width: 100%;}
.dlwz:hover .dropdown-menu{display: block;}
.hd-main li.open{background:#1c222e; }
.hd-main li .dropdown-menu li{width:100%; }
.hd-main li .dropdown-menu li a{line-height:35px; color:#f6f6f6; text-align:left; font-size:12px; }
.hd-main li .dropdown-menu li a:hover{background:#1c222e !important; }
.hd-main .dropdown-menu>li>a:focus,.hd-main .dropdown-menu>li>a:hover{color: #1977f3; }
.dropdown:hover .dropdown-menu{display:block; margin-top:0; /*remove the gap so it doesn't close*/}
.nan-addaiter li{padding:10px 33px  !important; border-top:none !important; }
.hd-main li .dropdown-menu{margin:0!important; background:#242A37; border-radius:0px; border:none; }
.dropdown-menu .dropdown-menu-tit a{width:90px; clear:none; }
.yidenglu .dlwz:hover .dropdown-menu{display: block;}

.yidenglu .dropdown-menu  li{height:40px; line-height: 40px;padding: 0 6px;}
.menu-line{width: 90%; margin: 0 auto; height: 1px; background: #dfe1e6;}
.yidenglu .dropdown-menu  li:first-child span{position: absolute; right: 12px; color: #999999; top:0;}
.yidenglu .dropdown-menu  li:first-child span em{padding-right: 4px;}
.sm-green{color: #54c55c !important;}
.ma20{margin-right: 20px !important;}
.sm-red{color: #ff4141 !important;}


.header-zc-list .ctrl_reg:hover {
    background: #2e82ff;
    color: #fff !important;
}
 .header-zc-list a:hover {  color: #1977f3 !important;}

 
 .topTitle{width: 100%; line-height: 45px; border-bottom: 1px solid #dddddd; height: 50px;}
 .topTitle h3{font-size: 24px; color: #191919; font-weight: normal;}
 .topTitle em{ width: 33px; height: 2px; background:#1977f3;position: absolute; margin-top: 4px;}
 .midTitle dt span{font-size: 20px; color: #191919; line-height: 50px;font-weight: normal; }
 .midTitle dt span em{width: 26px; height: 26px; float: left; margin-right: 8px;}
 .midTitle dt span em img{width: 26px; height: 26px;vertical-align: text-bottom;}
 .groupList{width: 100%; overflow: hidden;}
 .midTitle dd{float: left;}
 .midTitle dd span{font-size: 16px; color: #191919; line-height: 30px; padding-right: 30px; overflow: hidden;}
 .midTitle dd span a{font-size: 16px; color: #191919; line-height: 30px; display: inline-block; padding: 0;}
 .midTitle dd span a:hover{ color: #666;}
 .header-box .dropdown-common-dl{padding: 15px 0 15px 0; border-bottom: 1px solid #f2f2f2; overflow:hidden;}
 .header-box .dropdown-common-dl:last-child{border-bottom:none;}
 .groupBox{float: left; width: 90%;}
.martop20{ margin-top: 26px;}
.martop20 dd a{ line-height: 30px; color: #191919;}
.wap-box{ display: none;}

@media only screen and (max-width: 1440px) {
    .ma20 {margin-right: 12px !important; }
	.header-zc-list a{padding: 0 5px;}
	 .dropdown-product-wrapper-right{overflow: inherit; }
}
@media only screen and (max-width: 1280px) {
  .dropdown-product-content-right {   float: right; }
  .dropdown-product-nav-container{width: 200px;}
  .dropdown-product-wrapper-right{overflow: inherit; width: 100%;}
  .dropdown-product-wrapper-left {  width: 160px; }
}
@media screen and (min-width:1024px) and (max-width: 1279px){
  .dropdown-product-content-right {   float: right; }
  .dropdown-product-nav-container{width: 200px;}
  .dropdown-product-wrapper-right{overflow: inherit; width: 100%;}
  .dropdown-product-wrapper-left {  width: 160px; }
  .header-logo img{padding-left: 0;}
  .header-nav{margin-left: 8px; width:70%; }
 .header-tools-list {display:none   }
  .dropdown-product-wrapper { padding: 0;  max-width: 980px; }
  .link-searcher input {   margin-left: 0;  width: 100%;}
  .dropdown-product-content-center-wrapper:not(:only-child){ width: 80%;}
  .dropdown-product-wrapper-right {   height: 650px; overflow: auto; }
  .dropdown-product-body {min-width: 100%; }
  .groupBox {   float: left;   width: 86%; }
  .dropdown-product-content-right{ padding-left: 0; margin-right: 10px;}
}

@media screen and (min-width:769px) and (max-width: 1023px){
	.header-logo img{padding: 20px 0 0 0;}
	.header-nav{margin-left: 8px;}
	.dropdown-product-wrapper { padding: 0;  max-width: 740px; }
	.link-searcher input {   margin-left: 0;  width: 100%;}
	.dropdown-product-content-center-wrapper:not(:only-child){ width: 76%;}
	.dropdown-product-wrapper-right {   height: 635px; overflow: auto; }
	.dropdown-product-body {min-width: 100%; }
	.groupBox {   float: left;   width: 80%; }
	.dropdown-product-content-right{ padding-left: 0; margin-right: 10px;width: 18%;}
	.header-nav-list > li{margin-right: 0;}
	.header-tools{display: none;}
	.midTitle dt span{font-weight: normal; }
	.midTitle dt span em im{width: 24px; height: 24px;}
	.header-nav-list > li:first-child > a{padding: 15px 10px 15px 0;}
    .header-nav-list > li > a {
        padding: 15px 5px 15px 7px
    }
	
}

@media only screen and (min-width:769px ) and (max-width:845px ) {
    .header-nav {width:73%  }
    .header-zc-list .ctrl_reg {max-width:40px; margin-left:0}
    .header-zc-list button { padding-right:0 }
    .header-nav-list > li > a em{ display:none;}
    .header-nav-list > li { margin-right:6px !important}
    .header-nav-list > li:first-child > a {padding: 15px 4px 15px 0; }
}

@media only screen and (max-width:768px ){
  .wap-box{ display: block;}
  .pc-box{ display: none;}
  .header-nav { position: relative; float: left; width: 100%;}
 
  
}