@charset 'utf-8';
/*主KV*/
.flexslider{ border: none; margin: 0; }
.flex-prev:hover,.flex-next:hover{ opacity: 0.8; filter: alpha(opacity=80); }
.mc-kv{ min-width: 1190px; display: none; }
.mc-kv.ie8-else{
    position: absolute;left: 0px;
    top: 0px;right:0px;bottom:0px;z-index: -1
}
.mc-kv .flex-control-nav{ bottom: 44px; z-index: 9; }
.mc-kv .flex-control-paging li a{ width: 6px; height: 6px;border-radius: 6px;background: #fff; }
.mc-kv .flex-control-paging li a:hover{ background: #992429; }
.mc-kv .flex-control-paging li a.flex-active{ background: #992429; }
.mc-kv .flex-direction-nav a{ width: 24px; height: 40px; text-align: center; top: 0; bottom: 0; margin: auto 0; background: url("/images/apps/frontend/home/arrow.png") no-repeat; }
.mc-kv .flex-direction-nav a:before{ width: 0; height: 0; content: " "; }
#main .mc-kv .flex-direction-nav .flex-prev{ left:20px; }
#main .mc-kv .flex-direction-nav .flex-next{ right:20px; background-position: 100% 0; }

.video-js .vjs-tech{width: auto !important;}
.mc-kv .slides li .video-js{margin-left: 0px !important;}
.mc-kv .slides li a{
    position: relative;
}
.mc-kv .slides li>div.kv-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 8
}
.mc-kv .slides li>div.kv-bg.active{
    display: block;
}

.mc-kv .slides li{
    overflow: hidden;
}

.mc-kv .slides li .lazy_kv,.mc-kv .slides li video{
    transition: all 25s;
    -moz-transition: all 25s;
    -moz-transition: all 25s;
}
.mc-kv .slides li.flex-active-slide .lazy_kv,.mc-kv .slides li.flex-active-slide video{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.mc-kv .slides li .lazy_kv.active,.mc-kv .slides li video.active{
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0s;
    -moz-transition: all 0s;
    -moz-transition: all 0s;
}

.mc-kv .slides li .video-js{height: 100vh !important}

body{
    overflow-x: hidden;
}

/*产品分类名称*/
.width-1200{
    width: 1200px;
    margin: 0 auto;
}
.product-categories-content{
    height: 60px;
    padding-top: 83px;
    padding-bottom: 98px;
    background: #fff;
}
.product-categories-content ul li{
    float: left;
    text-align: center;
    border-right: 1px solid #e3e3e3;
    width: 100px;
    box-sizing: border-box;
    cursor: pointer;
}
.product-categories-content ul li:hover .product-categories-img{
    background: url('/images/apps/frontend/home/product_categories_active_icon.png?t=20190507') no-repeat;
}
.product-categories-content ul li:last-child{
    border-right:none;
}
.product-categories-content ul li .product-categories-img{
    width: 100px;
    background: url('/images/apps/frontend/home/product_categories_icon.png?t=20190507') no-repeat;
}

.product-categories-content ul li .product-categories-txt{
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
}
.product-categories-content ul li .product-categories-img.categories-1{
    height: 24px;
    margin-top: 8px;
    background-position: center 0;
}
.product-categories-content ul li .product-categories-img.categories-2{
    height: 18px;
    margin-top: 14px;
    background-position: center -24px;
}
.product-categories-content ul li .product-categories-img.categories-3{
    height: 33px;
    margin-top: 2px;
    background-position: center -42px;
}
.product-categories-content ul li .product-categories-img.categories-4{
    height: 30px;
    margin-top: 2px;
    background-position: center -75px;
}
.product-categories-content ul li .product-categories-img.categories-5{
    height: 27px;
    margin-top: 7px;
    background-position: center -105px;
}
.product-categories-content ul li .product-categories-img.categories-6{
    height: 30px;
    margin-top: 2px;
    background-position: center -132px;
}
.product-categories-content ul li .product-categories-img.categories-7{
    height: 30px;
    margin-top: 2px;
    background-position: center -162px;
}
.product-categories-content ul li .product-categories-img.categories-8{
    height: 15px;
    margin-top: 15px;
    background-position: center -192px;
}
.product-categories-content ul li .product-categories-img.categories-9{
    height: 30px;
    margin-top: 2px;
    background-position: center -207px;
}
.product-categories-content ul li .product-categories-img.categories-10{
    height: 29px;
    margin-top: 2px;
    background-position: center -237px;
}
.product-categories-content ul li .product-categories-img.categories-11{
    height: 15px;
    margin-top: 17px;
    background-position: center -267px;
}
.product-categories-content ul li .product-categories-img.categories-shdq{
    height: 31px;
    background-position: center -282px;
}

/*产品*/
.hot-service{
    height: 644px;
    background: #fff;
}
.hot-service .hot-service-title{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    padding-left: 42px;
    margin-bottom: 26px;
}
.hot-service .hot-service-title span{
    color:#992429;
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

/*热销产品*/

.hot-product{
    width: 590px;
    float: left;
}
.hot-product .hot-product-content{
    width: 590px;
    height: 590px;
    border: 1px solid #e9e9e9;
    position: relative;
}
.hot-product .hot-product-content #owl-demo-product,.hot-product .hot-product-content #owl-demo-product .owl-item{
    width: 590px;
    height: 590px;
}
.hot-product .hot-product-content .owl-image{
    width: 590px;
    height: 590px;  
}
.hot-product .hot-product-content .owl-image:hover{
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -moz-transition: all 0.5s;

}
.hot-product .hot-product-content .product-custom-nav{
    position: absolute;
    top: 22px;
    right: 26px;
    z-index: 999;
    height: 10px;
}
.hot-product .hot-product-content .product-custom-nav div{
    float: left;
    padding: 3px; 
    cursor: pointer;
}
.hot-product .hot-product-content .product-custom-nav .nav-btn{
    width: 7px;
}
/*服务中心*/
.service-center .hot-service-title{
    padding-left: 68px;
}
.service-center .servicecenter{
    width: 589px;
    height: 286px;
    overflow: hidden;  
    display: block;
    border: 1px solid #e9e9e9;
}
.service-center .servicecenter img{
    transition: all 2s;
    -moz-transition: all 2s;
    -moz-transition: all 2s;
}
.service-center .servicecenter img:hover{
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.service-center{
    float: right;
    width: 591px;
}
.service-center .service-content{
    margin-top: 17px;
}
.service-center .service-content .custom-service{
    width: 286px;
    height: 286px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.service-center .service-content .custom-service a{
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.service-center .service-content .custom-service:hover a{
    transform: translateY(-5px);   
    -webkit-transform: translateY(-5px);   
    -moz-transform: translateY(-5px);   
}
.service-center .service-content .oil-web-service{
    float: left;
    background: #992429;
}
.service-center .service-content .installation-maintenance{
    float: right;
    background: #aca1a1;
}
.service-center .service-content .custom-service .icon-box{
    width: 87px;
    height: 87px;
    display: inline-block;
    margin-top: 41px;
    background: url('/images/apps/frontend/home/service_icon.png') no-repeat;
}
.service-center .service-content .custom-service .oil-web-icon{
    background-position: 0 0;   
}
.service-center .service-content .custom-service .installation-maintenance-icon{
    background-position: 0 -87px;   
}
.service-center .service-content .custom-service .service-title{
    font-size:22px;
    margin-top: 33px;
    color: #fff;
}
.service-center .service-content .custom-service .service-detail{
    font-size:12px;
    margin-top: 36px;
    color: #fff;
}

/*您可能还需要*/
.need-content{
    padding-top: 74px;
    padding-bottom: 32px;
    background: #fff;
}
.need-content .need-title{
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 37px;
    border-bottom: 1px solid #f4f4f4;
}
.need-list{
    margin-top: 32px;
    text-align: center;
}
.need-list .need-box{
    width: 286px;
    height: 157px;
    margin-right: 11px;
    border: 1px solid #e9e9e9;
    background: #f4f4f4;
    display: block;
    display:inline-block;
    _display:inline;
    *display:inline;
    zoom:1;
}
.need-list .need-box:last-child{
    margin-right: 0;
}
.need-list .need-box .need-iocn{
    width: 66px;
    height: 67px;
    background: url('/images/apps/frontend/home/need_icon.png') no-repeat;
    margin-left: 20px;
    margin-top: 45px;
    float: left;
}
.need-list .need-box .need-iocn.mall-iocn{
    background-position: 0 0;
}
.need-list .need-box .need-iocn.members-iocn{
    background-position: 0 -67px;
}
.need-list .need-box .need-iocn.stores-iocn{
    background-position: 0 -134px;
}
.need-list .need-box .need-iocn.kefu-iocn{
    background: url('/images/apps/frontend/home/kefu_icon.png') no-repeat;
}
.need-list .need-box .need-txt{
    float: left;
    width: 200px;
}
.need-list .need-box .need-txt.mall-txt{
    margin-top: 45px;
}
.need-list .need-box .need-txt.members-txt{
    margin-top: 45px;
}
.need-list .need-box .need-txt.stores-txt{
    margin-top: 45px;
}
.need-list .need-box .need-txt .need-box-title{
    font-size: 22px
}
.need-list .need-box .need-txt .need-box-subtitle{
    font-size: 14px;
    line-height: 22px;
    margin-top: 7px;
}






.home-kv-td {
    width: 100%;
    height: 0;
    max-width: 1920px;
    overflow: hidden;
}
.home-kv-td img{
    /*    width: 100%;
        height: auto;*/
}

.flexslider.mc-kv.ie8-else.active{
    z-index: 9;
}
