/* 导航栏 */
#bceheader{
    min-height: 45px;
}
.nav-href {
    width: 100%;
    background-color: #ffffff;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.05);
}
.nav-href.navActive{
    position: fixed;
    top: 0;
}
.nav-href *{
    box-sizing: border-box;
}

.nav-href .menu-all{
    width: 100%;
    text-align: center;
    height: 0;
    line-height: 49px;
    overflow: hidden;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.nav-href.navActive .menu-all{
    display: block;
    height: 50px;
    border-bottom: 1px solid #e4e4e4;
}
.nav-href .menu-all .mennu{
    width: 1200px;
    margin: 0 auto;
}
.nav-href .menu-all h2{
    font-size: 22px;
    color: #000000;
    padding: 0 92px;
}
.nav-href .menu-all .more-product{
    float: left;
    width: 92px;
}
.nav-href .menu-all .shop-car{
    float: right;
    margin-left: 20px;
    height: 100%;
    line-height: 55px;
}
.nav-href .menu-all .shop-car>div{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 19px;
}
.nav-href .menu-all .shop-car .is-fixed{
    position: absolute;
    top: -7px;
    right: -8px;
    transform: scale(0.7);
    background-color: #e02534;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    border-radius: 10px;
}
.nav-href .menu-all .shop-car .shopcar-name{
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}
.nav-href .menu-all .more-product i img{
    display:none;
    width: 18px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.nav-href.navActive .menu-all .more-product i img{
    display: inline-block
}
.nav-href .menu-all .more-product a.more-btn{
    color: #000000;
    font-size: 13px;
    margin-left: 16px;
}
.nav-href .menu-all .more-product a.more-btn:hover{
    color: #e02534;
}
.nav-href .nav-all{
    width: 1200px;
    margin: 0 auto;
    height: 43px;
}
.nav-href .nav-all ul li{
    float: left;
    position: relative;
    display: inline-block;
    display: block;
    height: 100%;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}
.nav-href .nav-all ul li:hover a{
    color: #e02534;
}
.nav-href .nav-all ul li:hover::after{
    content: '';
    display: block;
    margin-top: -3px;
    margin-left: -10px;
    width: 36px;
    height: 2px;
    background-color: #e02534;
    margin: 0 auto
}
.nav-href .nav-all ul li.first{
    margin-left: 0px;
    padding-left: 0px;
}
.nav-href .nav-all ul li.index a{
    color: #e02534;
}
.nav-href .nav-all ul li.pageActive::after{
    content: '';
    display: block;
    margin-top: -3px;
    margin-left: -10px;
    width: 36px;
    height: 2px;
    background-color: #e02534;
    margin: 0 auto
}
.nav-href .nav-all ul li a{
    font-size: 13px;
    color: #000000;
    display: block;
    padding: 0 7px;
}
.nav-href .menu-all .more-product .main-sub-nav {
    top: 49px;
}

.nav-href .main-sub-nav{
    margin-top: 0;
    position: absolute;
    background: #ffffff;
    height: auto;
    padding: 0;
    z-index: 1001;
    *margin-left: -110px;
    top: 56px;
    visibility: hidden;
    opacity: 0;
    border-top: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 4px 13px rgba(96,96,96,0.2);
    -moz-box-shadow: 0px 4px 13px rgba(96,96,96,0.2);
    box-shadow: 0px 4px 13px rgba(96,96,96,0.2);
    background-color: #ffffff;
    -webkit-transform: translate3d(0, 2px, 0);
    -moz-transform: translate3d(0, 2px, 0);
    -ms-transform: translate3d(0, 2px, 0);
    -o-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
}

.nav-href .product-nav{
    width: 1064px;
    position: relative;
    font-size: 0px;
    display: inline-block;
    vertical-align:top;
    text-align: left
}
.nav-href .menu-all>.mennu>.more-product:hover .main-sub-nav{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.nav-href .product-nav .nav-menu{
    display: inline-block;
    width: 232px;
}
.nav-href .product-nav .nav-menu ul li{
    position: relative;
    font-size: 13px;
    font-weight: normal;
    color: #FFF;
    line-height: 40px;
    cursor: pointer;
    display: block;
    text-align: left;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 232px;
}
.nav-href .product-nav .nav-menu ul li a{
    color: #000000;
    display: inline-block;
    padding-left: 42px;
}
.nav-href .product-nav .nav-menu ul{
    padding-top: 18px;
    height: 500px;
    border-right: 1px solid #e4e4e4
}
.nav-href .product-nav .nav-menu ul li.active{
    background: #f5f5f5;
}
.nav-href .product-nav .nav-menu ul li.active a{
    color: #e02534;
    font-weight: 600
}
.nav-href .product-nav .nav-menu ul li label.new-label{
    font-size: 12px;
    color: #fa2a3b;
    font-weight: 400;
    margin-left: 6px;
}
.nav-href .nav-detail{
    display: inline-block;
    vertical-align: top;
    height: 532px;
    background-color: #f9f9f9
}
.nav-href .nav-content .left-item{
    display: inline-block;
    margin-right: 43px;
    width: 234px;
}
.nav-href .nav-content .item{
    font-size: 13px;
    margin-bottom: 30px;
    width: 100%;
    line-height: 13px;
    vertical-align: top;
}
.nav-href .nav-content .title{
    font-size: 12px;
    margin-bottom: 8px;
    color: #000000;
}
.nav-href .menu-all .more-product .nav-content .title a{
    color: #000000;
    font-size: 12px;
    margin-left: 0px;
}
.nav-href .nav-content .item .titel-second{
    margin-bottom: 10px;
}
.nav-href .nav-content .item .title-first{
    margin-bottom: 10px;
}
.nav-href .nav-content p{
    color: #999999;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
}
.nav-href .nav-content .item-select{
    margin-bottom: 5px;
}
.nav-href .nav-content .item-second .item-select {
    margin-bottom: 5px;
}
.nav-href .nav-content .item-select a{
    border: 1px solid #e4e4e4;
    color: #999999;
    text-align:center;
    background-color: #ffffff
}
.nav-href .nav-content{
    display: inline-block;
    vertical-align: top;
    padding: 34px 0 0 40px;
    background-color: #f9f9f9;
    width: 571px;
    border-right: 1px solid #e4e4e4;
    height: 500px;
}
.nav-href .nav-content a{
    cursor: pointer;
}
.nav-href .nav-content .item-select a:hover{
    border-color: #e02534;
}
.nav-href .nav-content a:hover{
    color: #fa2a3b !important;
}
.nav-href .nav-content .col-3 li a{
    display:block;
    float: left;
    width: 74px;
    height: 25px;
    line-height: 22px;
    margin-right: 3px;
    margin-bottom: 5px;
}
.nav-href .nav-content li:nth-of-type(3n+0) a{
    margin-right: 0px;
}
.nav-href .nav-content .item .more-detail{
    float: right;
    border: 0px;
    font-size: 12px;
    color: #999999;
    margin-right: 4px;
}
.nav-href .nav-content .item .more-detail:hover{
    color: #fa2a3b;
}
.nav-href .nav-content .item .col-two li a{
    width: 112px;
    height: 24px;
    line-height: 22px;
    float: left;
    margin-right: 5px;
    margin-bottom: 4px;
    font-size: 
}
.nav-href .nav-content .right-item{
    display: inline-block;
    width: 252px;
    vertical-align: top;
}
.nav-href .baidu_cloud .nav-content .left-item{
    margin-right: 27px;
}
.nav-href .nav-content .left-item p.info-product{
    margin-bottom: 10px;
    text-align: justify;
}
.nav-href .nav-content .left-item p.info-product+.item-select{
    margin-bottom: 28px;
}
.nav-href .baidu_cloud .nav-content .more-detail{
    margin-right: 17px;
    margin-top: 10px;
}
.nav-href .baidu_cloud .nav-content .left-item .bcc{
    margin-bottom: 10px;
}
.nav-href .baidu_cloud .nav-content .left-item .bcc + .item-select{
    margin-bottom: 14px;
}
.nav-href .baidu_cloud .nav-content .left-item .bcc + .item-select + p{
    margin-bottom: 0px;
}
.nav-href .nav-content .href-item-nav .title{
    display: block;
    width: 140px;
    padding-bottom: 19px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 17px;
    color: #000000;
}
.nav-href .nav-content .href-item-nav .right-title{
    margin-bottom: 8px;
    border: 0;
    padding-bottom: 0px;
} 
.nav-href .nav-content .href-item-nav ul li{
    display: block;
    line-height: 15px;
    margin-bottom: 12px;
}
.nav-content .href-item-nav ul.col-two li{
    line-height: 15px;
    margin-bottom: 0px;
}
.nav-href .nav-content .href-item-nav ul li a{
    color:#999999;
}
.nav-href .nav-logo{
    display: inline-block;
    vertical-align: top;
    width: 261px;
    padding: 28px 0 0 26px;
    height: 498px;
    background-color: #f9f9f9
}
.nav-href .nav-logo .title{
    color: #999999;
    font-size: 13px;
}
.nav-href .nav-logo .title em{
    font-size: 16px;
    color: #e02534;
    margin: 0 4px;
}
.nav-href .nav-logo a.domain-register{
    display: block;
    width: 106px;
    height: 34px;
    background-color: #e02534;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 34px;
    line-height: 34px;
    text-align: center;
}
.nav-href .nav-logo a.domain-register:hover{
    background-color: rgba(250, 42, 59, 1)
}
.nav-href .menu-all .more-product .nav-logo i img{
    width: 200px;
}
.nav-href .nav-content .item .col-1 li{
    margin-bottom: 4px;
}
.nav-href .nav-content .item li a{
    font-size: 12px;
}
.nav-href .nav-content .item .col-1 li a{
    width: 234px;
    height: 24px;
    line-height: 22px;
    margin-right: 0px;
    text-align: left;
    padding-left: 28px;
    display: block;
}
.nav-href .nav-content .item .col-mid li a{
    width: 130px;
    height: 24px;
    line-height: 22px;
    margin-right: 0px;
    text-align: center;
    display: block;
}
.nav-href .nav-content .item em.price{
    color: #bd2430;
    margin-left: 10px;
    margin-right: 3px;
}
.nav-href .nav-content .item .col-2 li a {
    width: 101px;
    height: 24px;
    line-height: 22px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
.nav-href .nav-content .item label.new{
    color: #fa2a3b;
    margin-left: 4px;
}
.nav-href .nav-content .item .sale{
    margin: 0 4px;
    font-size: 15px;
    font-weight: bold;
    color: #e02534
}
.nav-href .nav-content .item .col-one li a{
    width: 195px;
    text-align: center;
    padding-left: 0px;
    height: 24px;
    line-height: 22px;
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}
.nav-href .nav-content .item.jingzhou .col-one li a{
    text-align: left;
    padding-left: 20px;
}
.nav-href .ssl-product .nav-content .ssl-item{
    margin-bottom: 5px;
    margin-top: 20px
}
.nav-href .ssl-product .nav-content .ssl-item a{
    color: #000000;
}
.nav-href .buildsite .item .col-one li a{
    width: 206px;
}
.nav-href .integrated .item .col-one li a{
    width: 191px;
}
.nav-href .integrated .item .col-2 li a{
    width: 93px;
}

