/* Footer Region */
input[type="text"]::-ms-clear {
    display: none;
}

#footer {
    background: #f3f3f3;
    line-height: 32px;
    color: rgba(37, 43, 58, .7);
    font-size: 14px;
    font-family: "Huawei Sans", "方正兰亭黑简体";
    position: relative;
}

.footer {
    /* padding: 20px;
    overflow: hidden;
    color: #252b3a;
    font-size: 14px; */
}

.footer.region-footer {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*zf--消除生态圈banner40px空格*/
.view-mode-full>div.block.floor-wrapper:first-child>div.common-fluid {
    margin-top: -40px;
}

.region-highlighted>div.floor-wrapper,
/*zf--消除学习培训banner40px空格*/
.footer.region-footer .floor-wrapper,
.region.region-bottom .floor-wrapper {
    margin-top: 0;
}

.footer ul,
.footer li {
    list-style: none;
}

#block-menu-menu-footer {
    width: 100%;
    display: inline-block;
}

#block-menu-menu-footer>.menu {
    width: 100%;
}

#block-menu-menu-footer>.menu>.menu__item {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

#block-menu-menu-footer>.menu>.menu__item>a {
    cursor: default;
    display: block;
    color: #252b3a;
    font-weight: 700;
    /* font-size: 16px; */
    line-height: 36px;
    /*width: 210px;*/
    margin-bottom: 10px;
    text-decoration: none;
}

#block-menu-menu-footer>.menu>.menu__item>a:hover {
    text-decoration: none;
}

/* #block-menu-menu-footer > .menu > .menu__item > a:after {
    content: '';
    display: block;
    border-bottom: 1px solid #575757;
    width: 90px;
}

#block-menu-menu-footer > .menu > .menu__item .menu {
    width: 210px;
} */

#block-menu-menu-footer>.menu>.menu__item .menu .menu__item {
    /* margin-bottom: 13px;
    line-height: 32px; */
}

#block-menu-menu-footer>.menu>.menu__item .menu .menu__item a {
    color: rgba(37, 43, 58, .7);
    text-decoration: none;
}

#block-menu-menu-footer>.menu>.menu__item .menu .menu__item a:hover {
    color: #c7000b;
    text-decoration: none;
}

#block-hwdeveloper-misc-footer-contact-us {
    width: 50%;
    float: right;
}

.region.region-bottom {
    width: 1280px;
    height: 52px;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px;
}

/* @media (min-width: 1368px) {
    .footer.region-footer {
        padding: 0 70px;
    }

    #block-menu-menu-footer {
        width: 60%;
    }

    #block-menu-menu-footer>.menu>.menu__item .menu {
        margin: 0 auto;
    }

    #block-menu-menu-footer>.menu>.menu__item>a {
        margin: 0 auto 10px auto;
    }

    #block-hwdeveloper-misc-footer-contact-us {
        width: 40%;
    }

    #block-hwdeveloper-misc-footer-contact-us .footer-right .footer-contact {
        width: 35%;
    }

    #block-hwdeveloper-misc-footer-contact-us .footer-right .footer-share {
        width: 65%;
    }
} */

#block-hwdeveloper-misc-footer-contact-us .footer-contact {
    width: 24%;
    padding-right: 20px;
}

#block-hwdeveloper-misc-footer-contact-us .footer-share {
    width: 76%;
}

#block-hwdeveloper-misc-footer-contact-us .sub-items {
    width: 130px;
    /*height: 230px;*/
}

#block-hwdeveloper-misc-footer-contact-us .serv_tel {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 10px;
    max-height: 43px;
    overflow: hidden;
}

#block-hwdeveloper-misc-footer-contact-us .sub-items.emails {
    width: 100%;
    margin-top: 18px;
}

#block-hwdeveloper-misc-footer-contact-us dd {
    padding-bottom: 5px;
}

#block-footer-message-footer-message,
#block-menu-menu-private {
    display: inline-block;
    /* width: 49%; */
    vertical-align: middle;
}

@media (max-width: 1150px) {
    #block-footer-message-footer-message {
        /* width: 55%; */
    }

    #block-menu-menu-private {
        /* width: 44%; */
    }
}

#block-footer-message-footer-message {
    float: left;
    /* line-height: 20px; */
}

#block-menu-menu-private {
    float: right;
}

#block-menu-menu-private ul {
    /* line-height: 20px; */
}

#block-menu-menu-private ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #abafb3;
    /* line-height: 1; */
}

#block-menu-menu-private ul li:last-child {
    border-right: none;
}

#block-menu-menu-private ul li a {
    color: rgba(37, 43, 58, .7);
    text-decoration: none;
}

#block-menu-menu-private ul li a:hover {
    color: #c7000b;
    text-decoration: none;
}

.layout-3col.layout-swap {
    position: relative;
}

.page-errors-403 .layout-3col.layout-swap,
.page-errors-404 .layout-3col.layout-swap,
.page-errors-nodata .layout-3col.layout-swap {
    min-height: 100%;
}

.page-errors-nodata .error-box {
    height: 100%;
    position: absolute !important;
    width: 100% !important;
}

/*页尾 end*/

/* 页头 start*/
.header {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    min-width: 1000px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    border-bottom: 1px solid #ddd;
}

.header .header-top {
    height: 70px;
}

.has-subheader .header .header-top {
    height: 50px;
    border-bottom: 1px solid #e4e8ef;
}

/*一级logo*/
.header .header__logo {
    margin-left: 50px;
    margin-top: 16px;
    height: 38px;
    float: left;
    display: inline-block;
    position: relative;
    z-index: 12;
}

.has-subheader .header .header__logo {
    margin: 12px 0 10px 50px;
    height: 27px;
}

.header .header__logo img {
    height: 100%;
    width: auto;
    float: left;
    /*for chrome*/
}

/*注册登录*/
.header .head-tools {
    color: #36383c;
    position: relative;
    z-index: 15;
    display: inline-block;
    font-size: 14px;
    margin: 26px 50px 0 0;
}

.has-subheader .header .head-tools {
    margin: 15px 50px 0 0;
    color: #91989e;
}

.head-tools .role-tools {
    display: inline-block;
    vertical-align: middle;
}

.role-tools>li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    border-right: 1px solid #ddd;
}

.header-language {
    position: relative;
}

.lang-options {
    position: absolute;
    width: 120px;
    top: 100%;
    height: 0;
    left: -30px;
    overflow: hidden;
    transition: height 0.3s ease-out;
    text-align: center;
}

.language-switcher-locale-url {
    position: absolute;
    top: -100px;
    width: 100%;
    border: 1px solid #c3c7ce;
    background: #fff;
    padding: 10px 0;
    color: #36383c;
    transition: top 0.3s ease-out;
}

.language-switcher-locale-url:before {
    content: '';
    display: block;
    position: absolute;
    left: 52px;
    top: -15px;
    border: 7px solid transparent;
    border-bottom: 7px solid #c3c7ce;
}

.language-switcher-locale-url:after {
    content: '';
    display: block;
    position: absolute;
    left: 52px;
    top: -13px;
    border: 7px solid transparent;
    border-bottom: 7px solid #fff;
}

.header-language .language-switcher-locale-url li {
    /*padding: 0 10px 0 20px;*/
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
}

.has-subheader .header-language:hover .lang-options {
    height: 100px;
}

.has-subheader .header-language:hover .language-switcher-locale-url {
    top: 10px;
}

.header-language:hover .lang-options {
    height: 110px;
}

.header-language:hover .language-switcher-locale-url {
    top: 11px;
}

.language-switcher-locale-url li:hover,
.language-switcher-locale-url li.active {
    background: #f2f5f7;
}

.language-switcher-locale-url a {
    display: inline-block;
    width: 100%;
}

.i18n-zh-hans #mobile-header .role-tools .zh-hans,
.i18n-en #mobile-header .role-tools .en,
#mobile-header .role-tools a.active {
    display: none;
}

.icon.role {
    width: 14px;
    height: 16px;
    background-position: -337px -38px;
    margin: 3px 5px 0 0;
    vertical-align: top;
}

.role-tools>li.login {
    border: none;
}

.role-tools .head-user-info {
    position: relative;
    padding-bottom: 10px;
    border-right: none;
}

.head-user-info:hover:before {
    bottom: 0;
    left: 30px;
    position: absolute;
    display: block;
    border: 8px solid transparent;
    border-bottom-color: #C7CBD1;
    content: "";
}

.head-user-info:hover:after {
    bottom: -1px;
    left: 31px;
    position: absolute;
    display: block;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    content: "";
    z-index: 12;
}

.user-nav-layer {
    position: absolute;
    top: 100%;
    height: 0;
    left: -25px;
    width: 130px;
    overflow: hidden;
    transition: height .3s ease-out;
    cursor: default;
}

.head-user-info:hover .user-nav-layer {
    height: 160px;
}

.user-nav {
    position: absolute;
    background: #fff;
    border: 1px solid #C7CBD1;
    line-height: 1.5;
    width: 100%;
    top: -150px;
    padding: 10px 0;
    transition: top .3s ease-out;
}

.head-user-info:hover .user-nav {
    top: 0;
}

.user-nav .user-item {
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.user-nav .user-item a {
    display: block;
    height: 100%;
    width: 100%;
}

.user-nav .user-item:hover {
    /*color: #e50017*/
    background: #f2f5f7;
}

.icon.message-btn {
    width: 18px;
    height: 16px;
    background-position: -160px -35px;
    cursor: pointer;
    margin: 3px 0 0 5px;
    vertical-align: top;
}

/*主菜单*/
.header .main-menu {
    margin-top: 23px;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    z-index: 9;
}

.has-subheader .header .main-menu {
    margin-top: 12px;
    line-height: 27px;
}

.header .main-menu ul {
    text-align: center;
    font-size: 0;
    display: inline-block;
}

.header .main-menu ul li {
    font-size: 16px;
    padding: 0 10px 22px;
    display: inline-block;
    line-height: 25px;
    margin: 0 25px;
    position: relative;
}

.has-subheader .header .main-menu ul li {
    font-size: 14px;
    padding: 0 10px 12px;
}

/*一级菜单响应式*/
@media (min-width: 1280px) and (max-width: 1679px) {
    .header .main-menu ul li {
        padding: 0 5px 22px;
        margin: 0 15px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    html[lang^=en] .header .main-menu ul li {
        margin: 0 5px;
    }

    .header .header__logo {
        margin-left: 10px;
    }

    .header .head-tools {
        margin-right: 10px;
    }

    .header .role-tools>li {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 1317px) and (min-width: 1280px) {
    .has-subheader .header .main-menu ul li {
        margin: 0 12px;
    }
}

@media (max-width: 1279px) {
    .has-subheader .header .main-menu ul li {
        padding: 0 5px 12px;
        margin: 0 10px;
    }
}

.header .region-navigation .submenu a:hover,
.header .region-navigation .submenu a.active,
.header .main-menu ul li a:hover,
.header .main-menu ul li a.active {
    color: #e50017;
}

.header .main-menu ul li a.active:after {
    content: '';
    position: absolute;
    width: 100%;
    border-bottom: 4px solid #e50017;
    bottom: 0;
    left: 0;
}

/*subMenu 二级菜单是 start*/
.header .region-navigation {
    clear: both;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
}

.subheader-btn {
    line-height: 30px !important;
    padding: 0 15px !important;
    color: #fff !important;
    margin: 13px 50px;
    font-size: 14px !important;
}

.header .region-navigation .logo {
    position: relative;
    display: inline-block;
    margin: 12px 0 0 50px;
    z-index: 2;
    height: 56px;
}

.header .region-navigation .logo img {
    max-height: 36px;
    max-width: 185px;
    display: inline-block;
    vertical-align: middle;
}

.header .region-navigation .AGrid-row.gap {
    margin: 0;
}

.header .region-navigation .submenu {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
    line-height: 55px;
}

.header .region-navigation .submenu a {
    display: inline-block;
    padding: 0 35px;
    font-size: 16px;
    line-height: 58px;
    outline: none;
}

.header .region-navigation .submenu a.float-right {
    position: absolute;
    right: 0;
}

/*二级菜单响应式*/
@media (max-width: 1280px) {
    .header .region-navigation .submenu a {
        padding: 0 25px;
    }

    .header .region-navigation .logo {
        margin-left: 15px;
    }
}

/*subMenu 二级菜单是 end*/

/*下拉导航 */
.header .header__region {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    z-index: 10;
    transition: height 400ms;
}

.has-subheader .header .header__region {
    /*有二次菜单*/
    top: 49px;
}

/*服务与支持导航 start*/
#block-menu-menu-support {
    display: none;
}

/*产品与解决方案下拉导航 start*/
#block-hwdeveloper-misc-ecology-popup-menu,
#block-hwdeveloper-misc-custom-popup-menu,
#block-hwdeveloper-misc-study-pop,
#block-hwdeveloper-misc-developer-pop,
#block-hwdeveloper-misc-support-pop,
#block-hwdeveloper-misc-community-pop {
    -webkit-transition: top 400ms ease-in-out;
    -moz-transition: top 400ms ease-in-out;
    -ms-transition: top 400ms ease-in-out;
    transition: top 400ms ease-in-out;
    position: absolute;
    left: 0;
    top: -860px;
    width: 100%;
    filter: alpha(opcity=96);
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.96);
    z-index: 20;
    -webkit-transform: translateZ(0);
    border-top: 1px solid #BDC2C8;
    box-shadow: 0 5px 13px #9FA1A5;
    text-align: center;
}

#block-hwdeveloper-misc-ecology-popup-menu {
    padding: 27px 0 29px;
}

#block-hwdeveloper-misc-custom-popup-menu {
    padding: 27px 0 29px;
}

.ps-container {
    padding: 0 19%;
}

@media (max-width: 1279px) {
    .ps-container {
        padding: 0 10%;
    }
}

.ps-cont {
    height: 100%;
    overflow: hidden;
}

.ps-bar {
    position: absolute;
    height: 100%;
    top: 0px;
    right: -20px;
    width: 10px;
    background: transparent;
    border-right: 2px solid #e8e9ea;
}

/*hpp*/
.ps-left {
    position: relative;
}

.ps-menu {
    font-size: 16px;
}

.ps-slider {
    position: absolute;
    width: 6px;
    height: 100px;
    background: #d5d9de;
    top: 0px;
    right: -4px;
    border-radius: 10px;
}

.subnav-item {
    padding: 0 20px;
    line-height: 41px;
    height: 50px;
    /*tzz*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: default;
    position: relative;
    margin-top: -1px;
    /*tzz*/
}

.subnav-item p {
    margin-top: 5px;
    font-size: 17px;
}

.subnav-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e8e9ea;
    background: transparent;
}

.subnav-item.selected:before {
    display: none;
}

.subnav-item.selected {
    background: #eff0f1;
}

.subnav-item.selected:after {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    border-left: 2px solid #e50017;
}

.no-hand {
    cursor: default;
}

.ps-right {
    padding-left: 40px !important;
    display: none;
}

.ps-right.selected {
    display: block;
}

.subnav-detail {
    margin-bottom: 0px;
}

.subnav-detail .text-h1 {
    vertical-align: middle;
    font-size: 30px;
}

.ecology-theme {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.subnav-detail .text-h1 a {
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
}

.top-menu {
    max-width: 95%;
}

.second-menu {
    font-size: 19px;
    height: 22px;
    max-width: 300px;
}

.subnav-text {
    line-height: 23px;
    max-height: 92px;
    margin-top: 12px;
}

.ps-detail-container {
    overflow: hidden;
    position: relative;
}

.ps-detail-left {
    width: 100%;
}

.ps-detail {
    clear: both;
}

.ps-line {
    height: 1px;
    border: none;
    border-top: 1px solid #b0b0b0;
    margin-top: 10px;
}

.solution-cell {
    display: table-cell;
    float: left;
    margin-right: 3%;
    margin-top: 25px;
    width: 31%;
}

.solution-cell:last-child {

    display: table-cell;
    float: left;
    margin-right: 0px;
}

.solution-cell .cell-item {
    overflow: hidden;
}

.solution-detail {
    margin-bottom: 30px;
}

.solution-detail:last-child {
    margin-bottom: 0px;
}

.ps-products {
    float: left;
    width: 100%;
    overflow: hidden;
}

.ps-caption {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 15px;
}

.ps-detail-list {
    width: 100%;
}

.ps-detail-list .ps-detail-item {
    max-width: 100%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

.ps-detail-list .ps-detail-item:last-child {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.ps-menu .subnav-item.selected,
.ps-detail-list .ps-detail-item:hover {
    color: #e50017;
}

.ps-detail-list-item {
    word-wrap: break-word;
}

.ps-detail-list-item:hover {
    word-wrap: break-word;
    border-bottom: 1px solid #e50017;
}

.ps-detail-left.ps-noborder {
    border: none;
}

.sub-icon {
    display: inline-block;
    width: 17px;
    height: 21px;
    background: url(../images/icon/nav_icon.png) -3px 0;
    cursor: pointer;
    vertical-align: middle;
}

/*产品与解决方案下拉导航 end*/

/*学习下拉导航*/
/*table写法*/
.dropdown-box {
    padding: 3px 0 30px;
    text-align: left;
    width: 970px;
    display: none;
}

.dropdown-box.show {
    display: inline-block;
}

@media (max-width: 768px){
    .footer.region-footer{
        width: 100%;
    }
    .region.region-bottom{
        width: 100%;
        height: 100%;
    }
    #block-menu-menu-private{
        float: none;
    }
    #block-footer-message-footer-message{
        float: none;
    }
    #block-menu-menu-footer>.menu>.menu__item{
        width: 40%;
        margin-left: 24px;
    }
}

@media (min-width: 1280px) {
    .dropdown-box {
        width: 1230px;
    }
}

.dropdown-theme {
    width: 21.43%;
}

.dropdown-theme h2 {
    color: #6f7479;
    font-size: 24px;
    margin-top: 25px;
}

.dropdown-theme .dropdown-desc {
    width: 81.5%;
}

.dropdown-subcontent {
    width: 78.57%;
    margin-top: 30px;
    position: relative;
    display: table;
    table-layout: fixed;
    height: auto;
    min-height: 150px;
}

.dropdown-cell {
    padding: 0 2% 0 3%;
    width: 33.333%;
    display: table-cell;
    border-right: 1px dotted #ccc;
}

.dropdown-cell .cell-item {
    overflow: hidden;
}

.dropdown-cell:last-child {
    border: none;
}

.dropdown-cell:after,
.dropdown-subcontent:after {
    display: table;
    content: '';
}

.cell-item+.cell-item {
    margin-top: 30px;
}

.dropdown-subtheme {
    word-wrap: break-word;
    font-size: 18px;
    vertical-align: middle;
}

.dropdown-desc {
    color: #6f7479;
    margin-top: 10px;
    line-height: 22px;
}

.cell-link a {
    position: relative;
    padding-bottom: 3px;
    display: inline-block;
}

.cell-link a:hover,
.dropdown-subtheme:hover {
    color: #e50017;
}

.dropdown-subtheme:hover .sub-icon {
    background-position: 17px 0;
}

.cell-link a:hover:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #e50017;
}

/*页头end*/
.dynamic-detail-grid-img {
    width: 732px;
    height: 210px;
}

/*banner position start*/
.layout-swap {
    padding-top: 70px;
    /*有二级菜单的*/
}

.has-subheader .layout-swap {
    padding-top: 111px;
    /*只有一级菜单的*/
}

.region-highlighted,
.common-fluid {
    margin: 0 -50px;
    /*full width banner*/
}

.region-highlighted .AGrid-row.gap,
#block-hwdeveloper-solution-solution-header .AGrid-row.gap {
    margin: 0;
}

.page-training .content-search-nav,
.page-training .aui-Carousel-500,
.region-highlighted,
.common-fluid {
    margin: 0 -50px;
    /*full width banner*/
    position: relative;
}

.region-highlighted .AGrid-row.gap,
#block-hwdeveloper-solution-solution-header .AGrid-row.gap {
    margin: 0;
}

.sdn-ecosphere .car-controls {
    display: none;
    /*去掉轮播箭头*/
}

.page-title {
    display: none;
}

.ps-detail-list .ps-detail-item p {
    cursor: default;
}

/*end*/

/*解决方案详情  hello_world start*/
/*tzz 20160913 for hello world and remote lab display error*/
.hello-world .element-layer-text .text-h3 {
    line-height: 1.4;
}

.hello-world .element-layer-text .text-link {
    display: -webkit-box;
}

/*tzz*/
.hello-world-grid.grid {
    line-height: 1.5;
}

.hello-world-grid.grid .element-layer-text {
    padding: 0px;
}

.hello-world-grid.hello-word-LR .grid-item {
    width: 25%;
}

.hello-world-grid.hello-word-LR .element-layer-img {
    width: 33%;
}

.hello-world-grid.hello-word-LR .element-layer-text {
    width: 65%;
    text-align: left;
}

.container-12x1 .hello-world-grid.hello-word-LR .element-layer-img {
    vertical-align: top;
}

.container-12x1 .hello-world-grid.hello-word-LR .element-layer-text {
    vertical-align: top;
}

@media (max-width: 1366px) {
    .container-12x1 .hello-world-grid.hello-word-LR .element-layer-img {
        width: 33%;
    }

    .container-12x1 .hello-world-grid.hello-word-LR .element-layer-text {
        width: 65%;
    }

    .container-12x1 .hello-world-grid.hello-word-LR .element-layer-text {
        text-align: left;
    }

    .hello-world-grid.hello-word-LR .element-layer-img,
    .hello-world-grid.hello-word-LR .element-layer-text {
        width: 100%;
    }

    .hello-world-grid.hello-word-LR .element-layer-text {
        text-align: center;
    }
}

.hello-world-grid.hello-word-LR .icon.btn-right {
    margin-top: 0px;
    height: 100px;
    width: 1px;
    border-right: 1px solid #eaeaea;
    background: none;
}

.hello-world-grid .text-h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hello-world-introduce {
    padding: 50px;
}

.hello-world .grid-list i:last-child {
    display: none;
}

.grid-list.grid-list-four .grid-item {
    width: 18%;
}

.grid-list.grid-list-four .btn-right {
    margin: 40px 3% 0;
}

.grid-list-four .grid-item img {
    max-width: 93%;
}

.youcan-desc {
    line-height: 18px;
    max-height: 72px;
    overflow: hidden;
}

.youcan-title {
    margin-bottom: 12px;
}

/*end*/
/*banner里的导航 start*/
.field-name-top-quic-navigation {
    overflow: visible;
}

#block-hwdeveloper-solution-top-quick-nav {
    overflow: visible;
}

#block-hwdeveloper-solution-top-quick-nav .AGrid-row.gap {
    margin: 0;
}

/*banner里的导航 start*/

/* 新闻资讯，资讯详情页 start */
.nd-topic-box {
    padding: 15px 30px;
}

.nd-topic {
    line-height: 44px;
    margin-bottom: 14px;
    overflow: hidden;
}

.nd-detail {
    padding: 50px 70px 50px;
}

.nd-h2 {
    font-size: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}

.nd-share {
    width: 26px;
    height: 24px;
    display: inline-block;
    background: url(../images/icon.png);
    background-position: 85px 145px;
    margin: 10px 0;
    cursor: pointer;
}

.nd-about-box {
    clear: both;
    padding-bottom: 26px;
    border-bottom: 1px solid #e4e8ef;
    line-height: 25px;
}

.nd-time {
    padding: 0 10px 0 30px;
}

.nd-tab {
    border: none;
    background: #eceef0;
    color: #91989e;
    padding: 0 10px;
    border-radius: 3px;
    margin: 7px 5px;
    display: inline-block;
    white-space: nowrap;
    max-width: 500px;
}

/* 新闻资讯，资讯详情页 end */
.scrolled-down .header {
    top: -50px;
    -webkit-transition: top .3s ease-out;
    -moz-transition: top .3s ease-out;
    -ms-transition: top .3s ease-out;
    transition: top .3s ease-out;
}

/*news info page start*/
.ni-section {
    padding: 30px;
    background: #fff;
}

.ni-date {
    width: 140px;
    line-height: 1.3;
}

.ni-year {
    font-size: 16px;
}

.ni-topic {
    margin-bottom: 9px;
    margin-top: 5px;
    line-height: 1.4;
    -webkit-transform: translateZ(0);
    /*tzz20161008 for chrome45 ellispsis*/
}

.ni-desc {
    line-height: 1.6;
    margin-bottom: 5px;
    -webkit-transform: translateZ(0);
    /*tzz20161008 for chrome45 ellispsis*/
}

/*news info page end*/

/*SNC-T 在线评论*/
.ni-section table {
    border-top: none;
}

.comment-tip {
    margin-bottom: 13px;
}

.review-box {
    padding: 12px 35px;
}

.review-box .textarea {
    height: 140px;
    padding: 10px 20px;
    resize: none;
}

.mgt30 {
    margin-top: 30px;
}

.valign {
    vertical-align: middle !important;
}

/*技术观点与动态*/
.hd-section {
    padding: 50px 30px;
    background: #fff;
}

.hd-section tr th:first-child,
.hd-section tr td:first-child {
    padding-left: 50px;
}

.hd-section tr th:last-child,
.hd-section tr td:last-child {
    padding-right: 30px;
}

/*404 403页面*/
.page-errors-404 .header,
.page-errors-403 .header {
    border-bottom: none;
    box-shadow: none;
}

/*.page-errors-404 .layout-center .layout-swap,
.page-errors-403 .layout-center .layout-swap,
.page-errors-404 .layout-center .layout-swap .layout-3col__full,
.page-errors-403 .layout-center .layout-swap .layout-3col__full,
.page-errors-nodata .layout-center .layout-swap{
	padding: 0;
	position: static;
}*/
.block-hwdeveloper-resource~.error-box {
    margin-top: -40px;
    /*zf add for resource doc no data page*/
}

.error-box {
    background: #F0F2F5 url('../images/404_bg.png') center no-repeat;
    text-align: center;
    margin: 0 -50px -50px;
}

/*.page-errors-404 .error-box, .page-errors-403 .error-box{
	height: 100%;
	position: absolute;
	width: 100%;
	background: #F0F2F5 url('../images/404_bg.png') center no-repeat;
	bottom: 0;
	left: 0;
	margin: 0;
	line-height: inherit;
}*/

.error-img,
.error-403-img,
.error-noData-img {
    width: 698px;
    height: 402px;
    background: url(../images/404_content.png) center no-repeat;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.error-403-img {
    background: url('../images/403_content.png') center no-repeat;
}

.error-noData-img {
    background: url('../images/no_data.png') center no-repeat;
}

.error-btn {
    position: absolute;
    display: block;
    padding: 0 10px;
    line-height: 26px;
    background: #36C3A4;
    color: #fff;
    font-size: 12px;
}

.error-backhome {
    top: 10.8%;
    left: 51.8%;
}

/*404 end*/

/*hot search of header*/
#block-hwdeveloper-hotsearch-isearch {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 23px !important;
}

.has-subheader #block-hwdeveloper-hotsearch-isearch {
    margin-top: 11px !important;
}

#block-hwdeveloper-hotsearch-isearch-content {
    display: none;
}

#block-hwdeveloper-hotsearch-search-list {
    display: none;
}

#block-hwdeveloper-hotsearch-isearch-content .select {
    display: block;
}

.all-box {
    display: inline-block;
    position: relative;

}

.all-box.search-width {
    width: 705px !important;
}

@media (max-width: 1317px) {
    html[lang^=en] .search-width {
        width: 550px !important;
    }

    html[lang^=en] .search-width .search-input {
        width: 450px;
    }

    html[lang^=en] .search-width .form-item-searchtext input {
        width: 400px;
    }

    html[lang^=en] .hotsearch-btn {
        padding: 0 10px;
    }
}

@media (max-width: 1280px) {
    .has-subheader .search-width {
        width: 550px !important;
    }

    .has-subheader .search-width .search-input {
        width: 450px;
    }

    .has-subheader .search-width .form-item-searchtext input {
        width: 400px;
    }

    .has-subheader .hotsearch-btn {
        padding: 0 10px;
    }
}

.hotsearch-box {
    display: none;
}

.search-input.hotsearch-show {
    display: inline-block;
}

.form-item-searchtext {
    display: inline-block;
}

.form-item-searchtext input {
    border: none;
    width: 520px;
    padding-left: 10px;
}

.hotsearch-btn {
    margin-left: 10px;
}

.header-search {
    right: 0px;
    position: absolute;
    line-height: 47px;
    top: 11px;
    top: 50%;
    margin-top: -10px;
    z-index: 14;
    cursor: pointer;
}

.login-name {
    display: inline-block;
    max-width: 100px;
}

@media screen and (max-width: 1280px) {
    .login-name {
        max-width: 60px;
    }
}

.subnav-layer {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    transition: height .1s .4s;
    pointer-events: none;
}

.has-subheader .subnav-layer {
    top: 50px;
}

@media (max-width: 1572px) {
    .header .header__logo img {
        height: 80%;
    }
}

@media (max-width: 1279px) {
    .header .main-menu {
        margin-top: 63px;
    }

    .header .header-top {
        height: 110px;
    }

    .header .header__region {
        top: 110px;
    }

    .layout-swap {
        padding-top: 110px;
    }

    #block-hwdeveloper-hotsearch-isearch {
        margin-top: 66px !important;
    }

    .subnav-layer {
        top: 110px;
    }

    .header-search {
        margin-top: -13px;
    }
}

/*tzz for 活动议程楼层高度不一*/
#block-hwdeveloper-event-event-outline {
    overflow: hidden;
}

/**lwz:客服电话后的转二次开发样式**/
.pad-left {
    padding-left: 40px;
}

.footer-call {
    max-height: 21px;
    width: 80%;
}

/*search list*/
.sr-box {
    display: inline-block;
    font-size: 0;
    -webkit-text-size-adjust: none;
    margin: 20px 0 18px;
}

.sr-box .text-link {
    margin-left: 20px;
}

.sr-box .input {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.sr-list {
    padding-bottom: 38px;
    overflow: hidden;
    text-align: left;
}

.sr-show {
    padding: 0 50px;
    border-top: 1px solid #bac0c6;
}

.sr-show table {
    border-top: none;
}

.sr-show table tr th {
    padding: 0;
}

.sr-show table tr td {
    padding: 20px 20px 8px 0;
}

.sr-show .oneLine {
    height: 31px;
}

/*tzz 复选框*/
.sr-list input[type="checkbox"] {
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

.sr-list label {
    margin-right: 50px;
    margin-bottom: 15px;
}

/*tzz*/
.sr-list-content {
    min-height: 591px;
}

.sr-list-item {
    margin-top: -2px;
}

.sr-list-item .text-h1 {
    font-size: 20px;
}

.sr-list-item .sr-content {
    padding-top: 12px;
    padding-bottom: 10px;
    max-height: 121px;
}

.sr-list-item .text-link {
    max-width: 100%;
}

/*page-nodata*/
.page-errors-nodata .error-box {
    position: relative;
    width: auto;
    margin-left: -50px;
    margin-right: -50px;
    min-height: 700px;
    overflow: hidden;
}

/*.page-errors-nodata .error-noData-img{
	position:relative;
	top:0;
	margin-top: 100px;
}*/
.page-errors-nodata .footer.region-footer,
.page-errors-nodata .region.region-bottom {
    position: relative;
    bottom: 0;
}

.page-errors-nodata .layout-3col__full {
    padding: 0;
}

/*活动议程表格英文响应式*/
.event-outline-tb .sticky-enabled .col-13 {
    width: 15%;
}

.event-outline-tb .sticky-enabled .col-38 {
    width: 30%;
}

.event-outline-tb .sticky-enabled .col-18 {
    width: 20%;
}

.event-outline-tb .sticky-enabled .tab-detail .text {
    width: 43%;
}

.event-outline-tb .sticky-enabled th {
    padding: 0 2px;
}

.event-outline-tb .sticky-enabled th.padd-left-20 {
    padding-left: 20px;
}

.event-outline-tb .sticky-enabled td {
    padding: 20px 2px;
}

.event-outline-tb .sticky-enabled .event-desc {
    width: 80%;
}

/*tzz20161008 for regist for study response*/
form.form-group .form-item.form-item-quick-invitation-code label {
    width: auto;
}

form.form-group .form-item.form-item-quick-invitation-code input {
    width: 24%;
}

#edit-feedback-content {
    resize: none;
}

/*tzz*/

/*en popshare*/
.popshare .at-resp-share-element .at-share-btn:hover {
    transform: translateY(0);
}

.at4-show {
    display: none;
}

.at-share-btn-elements,
#atstbx {
    width: 100%;
}

.at-share-btn-elements>a {
    width: 136px;
}

.at-share-btn-elements {
    display: none;
}

.icon-share .at-share-btn-elements {
    display: block;
}

.at-share-button {
    cursor: pointer;
}

.addthis_inline_share_toolbox {
    clear: both;
    display: block;
    position: absolute;
    width: 155px;
    border: 1px solid red;
    background: #fff;
    display: none;
    z-index: 12;
    padding: 15px 1px 15px 1px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    /* text-align: left; */
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.addthis_inline_share_toolbox:before {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 11px;
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
}

.addthis_inline_share_toolbox:after {
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 10px;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

/*float menus*/
.content-head {
    position: absolute;
    top: 0px;
    right: 94px;
    padding-right: 9px;
    display: none;
}

.item.hover .content-head {
    display: block;
}

.content-head:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.content-head-layer {
    white-space: nowrap;
    background: #fff;
    border-radius: 3px;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 999;
}

.content-head:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 3.5px solid transparent;
    border-top-color: #fff;
    border-right-color: #fff;
    transform: rotateZ(45deg);
    box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 6px;
    top: 22px;
    z-index: 999;
}

.con-nav-item {
    line-height: 36px;
    padding: 0 21px 0 22px;
    position: relative;
}

.con-nav-item:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #6f7479;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 12px;
}

.con-nav-item:hover:before {
    background: #e50017;
}

.con-nav-item:hover {
    color: #e50017;
}

.con-nav-item.on:before {
    background: #fff;
}

.con-nav-item.on {
    background: #F55353;
    color: #fff;
    /*transition: all .3s ease-out;*/
}

#technology-list .content-block-box {
    padding-bottom: 0px;
}

.ecology-content {
    min-height: 300px;
}

.error-box~.float-sidebar .float-bar-nav .item:first-child {
    display: none;
}

.page-site-iot-dt-add .content-head,
.page-site-iot-dt-apply .content-head {
    right: 44px !important;
}

div,
input,
p,
ul,
li,
textarea,
main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}