﻿.hide{
    display: none;
}
.clear{
    clear: both;
}
#contain{
    width: 1240px;
    margin: 0 auto;
}
.menu-all .menu-content-box{
    height: initial;
}
/**/
.industry-content{
    background-color: #eef0f3;
}
.layout-home-menu .menu-body{
    border-bottom: none;
}
.layout-industry .menu-body ul{
    padding-left: 220px;
}
.layout-industry .menu-body ul li{
    margin-left:40px;
    margin-right: 0;
    text-align: left;
    height: 36px;
    border-bottom: 4px solid #ffffff;
    width: inherit;
    max-width: 120px;
}
.layout-industry .menu-body li.active{
    border-bottom: 4px solid #2C9C64;
}
/*椤堕儴瀵艰埅鏉�*/
.industry_solutions .menu-list {
    background-color: #f07c00;
}
.industry_solutions .menu-list  ul{
    margin:  0 auto;
    text-align: left;
    width: 1240px;
}
.industry_solutions .menu-list ul:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.industry_solutions .menu-list ul li:first-child{
    width: 180px;
    margin-right: 20px;
}
.industry_solutions .menu-list ul li{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    max-width: 220px;
    color:#fff;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    margin-right: 20px;
    float: left;
}
.industry_solutions .menu-list ul li a{
    color:#fff;
    font-size: 14px;
}
.industry_solutions .menu-list ul li.actived{
    background-color: #2e488c;
}
.industry_solutions .menu-list .icon{
    width: 18px;
    height: 18px;
    margin: 0 auto;
    margin-bottom: 5px;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}
.industry_solutions .menu-list .title{
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}
/*椤堕儴瀵艰埅鏉nd*/
/*骞垮憡*/
.industry_solutions .ad img{
    width: 100%;
    -webkit-user-drag: none;
}
/*骞垮憡end*/
/* floor 灞�*/
#contain .banner {
    position: relative;
    overflow: hidden;
}
#contain .floor {
    width: 100%;
    box-sizing: border-box;
    margin: 10px 10px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#contain .floor>div.left {
    width: 220px;
    box-sizing: border-box;
    background: #363535;
    padding: 50px 10px 20px 20px;
    color: #fff;
}
#contain .floor>div.left .tag {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#contain .floor>div.left h3 {
    width: 166px;
    height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    cursor: pointer;
}
#contain .floor>div.left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#contain .floor>div.left ul li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    margin-right: 8px;
    cursor: pointer;
}
#contain .floor>div.left ul li a.actived {
    font-weight: 600;
    color: #f08326;
    cursor: pointer;
}
#contain .floor>div.left ul li a{
    color: rgba(255,255,255,.65);
}
#contain .floor>div.left ul li a:hover{
    color: #f07c00;
}
#contain .floor>div.left ul li:last-child{
    width: 100%;
}
#contain .floor>div.right {
    width: 970px;
    margin-left: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
#contain .floor>div.right .mg img {
    width: 100%;
}
/* floor end*/
/* 鐑偣begin*/
.industry_solutions .hot-dot{
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    border-radius: 50%;
    cursor: pointer;
}
.hot-dot .divIMmg .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
}
.hot-dot .divIMmg .circle1 {
    width: 8px;
    height: 8px;
    margin: -6px 0 0 -6px;
    border: 2px solid #fff;
    background-color: #f07c00;
    z-index: 40;
}
.hot-dot  .divIMmg .circle2 {
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background-color: #fff;
    z-index: 30;
}
.hot-dot .divIMmg .circle3 {
    width: 22px;
    height: 22px;
    margin: -11px 0 0 -11px;
    z-index: 20;
}
.animation, .animation2 {
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


@-webkit-keyframes twinkling {
    0% {
        opacity: .2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
    50% {
        opacity: .5;
        filter: alpha(opacity=50);
        -webkit-transform: scale(1.12);
    }
    100% {
        opacity: .2;
        filter: alpha(opacity=20);
        -webkit-transform: scale(1);
    }
}@keyframes twinkling {
     0% {
         opacity: .2;
         filter: alpha(opacity=20);
         -webkit-transform: scale(1);
     }
     50% {
         opacity: .5;
         filter: alpha(opacity=50);
         -webkit-transform: scale(1.12);
     }
     100% {
         opacity: .2;
         filter: alpha(opacity=20);
         -webkit-transform: scale(1);
     }
 }
.industry_solutions .tooltip:hover{
    z-index: 100;
}
.industry_solutions .tooltip .tooltiptext {
    color: #6E6E6E;
    background: #fff;
    width: auto;
    line-height: 22px;
    left: 24px;
    top: -2px;
    text-align: left;
    font-size: 16px;
    padding: 2px 5px 2px 8px;
    white-space: nowrap;
    margin-left: 0;
    display: none;
}
.industry_solutions .tooltip .tooltiptext::after{
    display: none;
}

/*鐑偣end*/
/* sku 鍒楄〃*/
.industry_solutions .main .tab-box{
    width: 1240px;
    margin: 0 auto;
    margin-top: 24px;
}
.industry_solutions .selected-choiceness>div{
    background: #ffffff;
    margin-top: 14px;
}
.industry_solutions .selected-choiceness .recommend-box{
    float: left;
    background: url("../../image/industry_hot_bg.png");
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    border: 2px solid #41444A;
    display:block;
    width:236px;
    height:302px;
    position: relative;
}
.industry_solutions .selected-choiceness .recommend-box .recommend-label{
    width: 102px;
    height: 28px;
    position: absolute;
    top: 12px;
    left: 12px;
    background: url("../../image/industry_recommend.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

.industry_solutions{overflow:hidden;}
.industry_solutions .recommend-box>a{overflow:hidden;display:block;width:100%;}
.industry_solutions .recommend-box>a img{width:100%;margin:0 auto}
.industry_solutions .recommend-box>a.desc{
    display:block;
    width:184px;
    color: #B29E83;
    margin:0 13px auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    text-decoration:none;
    margin-bottom: 34px;
}
.industry_solutions .recommend-box>a.desc:hover{
    text-decoration:none;
}
.industry_solutions .recommend-box>a.product-img{
    height: 134px;
    width: 134px;
    margin: 0 auto;
    margin-top: 51px;
}
.industry_solutions .recommend-box>.buy-desc{
    margin-bottom: 8px;
    margin-left: 13px;
    width: 82px;
    height: 14px;
    font-size: 10px;
    font-weight: 400;
    color: #41444A;
    line-height: 14px;
    text-decoration:none;
    padding: 2px;
    background: #F7F7F7;
    cursor: default;
}
.industry_solutions .recommend-box>.buy-desc:hover{
    text-decoration:none;
}
.industry_solutions .recommend-box>a:hover{text-decoration:underline}
.industry_solutions .recommend-box>span{color:#f07c00;font-size:14px;padding:5px 0;display:block}
.industry_solutions .recommend-box .p-todo{
    position: relative;
}
.industry_solutions .recommend-box .p-todo span{color:#ffffff;font-size:16px;padding:5px 0;display:block;padding-left: 26px;}
.industry_solutions .recommend-box.purchase-num{
    display: none;
    font-size: 12px;
    right: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 92px;
}
.industry_solutions .recommend-box.purchase-num input{
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px;
    display: block;
    height: 22px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0 18px;
    text-align: center;
    width: 32px;
}
.industry_solutions .recommend-box .add-cart-icon{
    background: url("../../image/icon_whitecar.png") no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
    width: 32px;
    height: 32px;
    background-size: 30px 30px;
    cursor: pointer;
}

.industry_solutions .sku-selected-list{
    float: left;
    height: 310px;
    position: relative;
    /*background-color: #fff;*/
}

.industry_solutions .sku-selected-list .ul-box {position: relative;overflow: hidden;width: 970px;height: 306px;}
.industry_solutions .sku-selected-list ul{overflow:hidden;position: absolute;left: 0}
.industry_solutions .sku-selected-list ul li{
    float:left;
    overflow:hidden;
    margin-right: 20px;
    background-color: #ffffff;
}
.industry_solutions .sku-selected-list ul li>div{
    display:block;
    width:180px;
    height:285px;
    padding:10px
}
.industry_solutions .sku-selected-list ul li>div>a{overflow:hidden;display:block;width:180px;height: 180px;}
.industry_solutions .sku-selected-list ul li>div>a img{width:100%;margin:0 auto}
.industry_solutions .sku-selected-list ul li>div>a.desc{
    display:block;
    height:38px;
    line-height: 19px;
    overflow:hidden;
    width:100%;
    font-size:14px;
    color: #A2A2A2;
    margin-top: 12px;
    margin-bottom: 19px;
}
.industry_solutions .sku-selected-list ul li>div>a:hover{text-decoration:underline}
.industry_solutions .sku-selected-list ul li>div span{color:#f07c00;font-size:14px;padding:5px 0;display:block}
.industry_solutions .sku-selected-list ul li .p-todo{
    position: relative;
}
.industry_solutions .purchase-num{
    display: none;
    font-size: 12px;
    right: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 92px;
}
.industry_solutions .purchase-num input{
    border-color: #2C9C64;
    border-image: none;
    border-style: solid;
    border-width: 1px 2px;
    display: block;
    height: 22px;
    margin-left: 10px;
    margin-top: 0;
    padding: 0 18px;
    text-align: center;
    width: 32px;
    border-radius: 7px;
}
.industry_solutions .purchase-num .a-add{
    border-left: 1px solid #2C9C64;
    background: #ffffff;
    color: #D8D8D8;
    left: 64px;
    border-radius: 0 7px 7px 0;
}
.industry_solutions .purchase-num .a-sub{
    border-right: 1px solid #2C9C64;
    background: #ffffff;
    color: #D8D8D8;
    border-radius: 7px 0 0 7px;
}
.industry_solutions .add-cart-icon{
    background: url("../../image/icon_greencar.png") no-repeat;
    position: absolute;
    top: 0;
    right: 10px;
    width: 32px;
    height: 32px;
    background-size: 30px 30px;
    cursor: pointer;
}

.industry_solutions .sku-selected-list .page{
    position: absolute;
    top: 50%;
    cursor: pointer;
    margin-top: -15px;
    border-radius: 0;
    width: 40px;
    height: 60px;
    line-height: 35px;
    background-color: #d9d9d9;
    background-color: rgba(0,0,0,.25);
    font-size: 20px;
    z-index: 2;
    border: none;
    outline: none;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease;
}
.industry_solutions .sku-selected-list .page:hover{
    color: #fff;
    background-color: #999;
    background-color: rgba(0,0,0,.4);
}

.industry_solutions .sku-selected-list .prev{
    left: 0;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.industry_solutions .sku-selected-list .next{
    right: 1px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.industry_solutions .sku-selected-list .page i{
    border: solid #e6e6e6;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    top: 25px;
    left: 15px;
}
.industry_solutions .sku-selected-list .page i.left{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.industry_solutions .sku-selected-list .page i.right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
/* sku 鍒楄〃end*/
/*搴曢儴鍔犺喘瀵艰埅*/
.bottom-fix-bar{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #ffffff;
    z-index: 50;
    box-shadow: 0px 14px 18px 0px rgba(44, 156, 100, 0.11);
}
.bottom-fix-bar::after {clear: both;content: ".";display: block;height: 0;visibility: hidden;width: 0;}
.bottom-fix-bar .fr{
    float: right;
    margin: 2px 107px 8px 0;
}
.bottom-fix-bar .btn-cart{
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "榛戜綋", sans-serif;
    background-color: #f07c00;
    text-align: center;
    color: #fff;
    /*border-radius: 4px;*/
    cursor: pointer;
    float: right;
    margin-left: 10px;
}
.bottom-fix-bar i.icon-product-info-addcart{
    width: 30px;
    height: 26px;
}
.bottom-fix-bar .sub-total{display:inline-block;vertical-align:top;position:relative;height:100%}
.bottom-fix-bar .sub-total .price-main{height:40px;line-height:40px}
.bottom-fix-bar .sub-total .price-main .price-num-wrap{
    margin-right:4px;
    font-size: 14px;

}
.bottom-fix-bar .sub-total .price-main .price-price{
    font-size:16px;
    color: #E30000;
    font-family:'Century Gothic',sans-serif;
    margin-right:10px;
}
.bottom-fix-bar .sub-total .price-info{height:40px;line-height:40px}
.bottom-fix-bar .sub-total .price-info .price-tips{
    margin-right:15px;
}
.bottom-fix-bar .sub-total .price-info .price-online{color:red;margin-left:0;margin-right:10px}
.bottom-fix-bar .sub-total .price-info .price-tips-ehsy{color:#Ed2509;padding-right:30px}
/*搴曢儴鍔犺喘瀵艰埅*/
/* 椋炲叆璐墿杞﹀浘鏍�*/
.icon-flag-cart{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("../../image/head-img.png");
    z-index: 10000;
    background-size:100%;
}

/*椤堕儴澶у浘*/
.industry_solutions .ad .tooltip .tooltiptext{
    visibility: visible;
    top: 4px;
    left: 32px;
}
.industry_solutions .ad .hot-dot{
    width: 32px;
    height: 32px;
}

.ad .hot-dot .divIMmg .circle1 {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
}
.ad .hot-dot  .divIMmg .circle2 {
    width: 20px;
    height: 20px;
}
.ad .hot-dot .divIMmg .circle3 {
    width: 24px;
    height: 24px;
}
