html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #6F7479;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
ul, li, dd, dl {
    list-style: none;
}
p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, a {
    margin: 0;
    padding: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}
*, :after, :before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}
button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0;
}
a {
    text-decoration: none;
}
a {
    outline: none;
}
a {
    background-color: transparent;
}

/*public styles for AUI2.0 -- start */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #fff;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #DDD;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #BBB;
}

#content {
    overflow: hidden;
    background: #fff;
}
/*--- float bar start ---*/
.icons-float-bar{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url(../image/index/icons-float-bar2.png) 0 0 no-repeat;
}

.icons-float-icon{
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background: url(../image/index/side-menu.png) 0 0 no-repeat;
}

.icons-float-bar.f1 {
    background-position: 0 0;
}

.icons-float-icon.f2 {
    background-position: -26px 0;
}

.icons-float-icon.f3 {
    background-position: 2px 0;
}

.icons-float-bar.f4 {
    background-position: -72px 0;
}

.icons-float-icon.f5 {
    background-position: -115px 0;
}

.icons-float-bar.to-top {
    background-position: -144px 0;
}

@media(max-width:1023px){
    .icons-float-bar,.icons-float-icon{
        /*background-image: url(../images/common/icons-float-bar-mb2.png);*/
        background-size: auto 100%;
    }
}

.float-bar-nav .item:hover>a .icons-float-bar,.icons-float-icon{
    opacity: 1;
}

.sub-inner :hover .icons-float-bar,.icons-float-icon{
    opacity: 1;
}

.float-sidebar {
    position: fixed;
    z-index: 98;
    bottom: 20px;
    right: 20px;
}

.float-bar-nav >.item{
    background-color: white;
    text-align: center;
    line-height: 48px;
    width: 48px;
    height: 48px;
    font-size: 0;
    /*border: 1px solid #d4d5d7;*/
    transition: background-color .3s ease-out;
}

.float-bar-nav >.item.cart{
    margin-bottom: 5px;
    line-height: normal;
}

.float-bar-nav >.item.cart > a {
    float: left;
    background: #fff;
    text-align: center;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
    width: 48px;
    height: 48px;
}

.float-bar-nav >.item.cart > a:before{
    content: '';
    width: 26px;
    height: 26px;
    display: block;
    margin: 2px auto 2px;
    background: url(../image/index/side-menu.png) no-repeat -176px 0;
}

.float-bar-nav .cartActive em {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -12px;
    top: -10px;
    border-radius: 100%;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    background: #ff8a00;
    font-style: normal;
}

.float-bar-nav >.item.tel{
    height: auto;
    margin-bottom: 10px;
    background-color: #f66f6a;
    line-height: 0;
    cursor: default;
}

.float-bar-nav >.item.tel > .icons-float-bar,.icons-float-icon{
    margin: 12px auto;
}

.float-bar-nav >.item.tel > p {
    position: relative;
    padding: 10px 16px;
    background-color: white;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    text-align: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.float-bar-nav >.item.tel > p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    margin-top: -1px;
    margin-left: -1px;
    border-radius: 50%;
    background-color: #333;
}

.float-bar-nav >.item.to-top-btn:hover .to-top{
    background-position: -120px 0;
}

.float-bar-nav >.item.to-top-btn {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s ease-out;
}

.show-totop .float-bar-nav >.item.to-top-btn {
    visibility: visible;
    opacity: 1;
}

.float-bar-nav .item {
    position: relative;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);
}

.float-bar-nav .sub-nav-layer {
    position: absolute;
    top: -129px;
    right: 100%;
    padding-right: 5px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transform-origin: right;
    transition: opacity .4s, transform .3s ease-out;
}

.float-bar-nav .item:hover .sub-nav-layer{
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}

.oldIE .float-bar-nav .sub-nav-layer {
    visibility: hidden;
}

.sub-nav-main .phone{
    width: 160px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 30px;
}

.sub-nav-main .phone-icons{
    width: 54px;
    display: inline-block;
    height: 54px;
    /*background:url(../images/common/phone-icon.gif) no-repeat;*/
    margin:20px 0 0;
}

.sub-nav-main .text{
    font-size: 14px;
    color:#666;
    line-height: 18px;
}

.sub-nav-main .num{
    font-size: 16px;
    color:#333;
}

.sub-nav-main .num span{
    font-weight: bold;
}

.sub-nav-main ul.info{
    display: inline-block;
    width: 160px;
    text-align: left;
    border-left:1px dotted #d4d4d4;
    margin: 15px 0 ;
    height: 125px;
    padding:10px 20px 0;
}

.sub-nav-main ul.info li{
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

.float-bar-nav .sub-nav-main {
    min-width: 220px;
    white-space: nowrap;
    background-color: #fff;
    line-height: 40px;
    display: block;
    padding: 10px 0;
    border-radius: 2px;
    box-shadow: 0 4px 10px 0 rgba(138, 141, 147, 0.2);
}

.sub-inner .icons-float-bar,.icons-float-icon{
    float:left;
    margin: 10px 20px 0 18px;
}

.sub-inner.inner .icons-float-bar,.icons-float-icon{
    float:left;
    margin-top: 8px;
}

.sub-inner{
    line-height: 44px;
    height: 44px;
    text-align: left;
    padding-right: 30px;
    position: relative;
}

.sub-inner.inner{
    height: auto;
    min-height: 60px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub-inner .info{
    display: block;
    margin-top: 5px;
    margin-left: 62px;
    font-size: 14px;
    line-height: 18px;
    background: none;
    padding: 0;
}

.sub-inner .work {
    color: #F66F6A;
}

.sub-inner .qq {
    display: inline-block;
    width: 29px;
    height: 34px;
    background:url(../image/index/QQ.png) no-repeat center center;
    background-size: 64%;
    vertical-align: -12px;
    margin-left: -4px;
}

.sub-inner.inner .title {
    font-size: 14px;
    line-height: 18px;
    color: #000;
}

.sub-inner.inner .icons-float-bar,.icons-float-icon {
    margin-top: 0;
}

.sub-inner:hover{
    background: #fafafa;
}

/*.sub-inner > a:first-child:hover .title {
    color: #F66F6A;
}

.sub-inner .info[href]:hover {
    color: #F66F6A;
}*/

.float-bar-nav .telephone {
    font-weight: bold;
    margin-left: 5px;
}


@media (max-width: 1366px) {
    .float-sidebar {
        right: 20px
    }
}

@media (max-width: 1023px) {

    .float-sidebar {
        right: -200px;
        transition: right .3s ease-out;
    }

    .float-sidebar.show {
        right: 0;
    }

    .float-bar-nav >.item.tel > p {
        display: none;
    }

    .float-bar-nav .sub-nav-layer {
        top: auto;
        right: -50px;
        bottom: 0;
    }

    .show-totop .float-bar-nav .sub-nav-layer {
        bottom: -58px;
    }

    .show .float-bar-nav .sub-nav-layer {
        right: 100%;
    }
}

/*--- float bar end ---*/