@media screen and (min-width: 768px){
    .header-right ul .nav-search {
        display: flex !important;
    }
}
.notice {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1920px;
    height: 32px;
    background: #e1ebff;
    color: #0080f1;
    text-align: center;
}
.notice .notice-content {
    height: 32px !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
    white-space: nowrap;
}
.header-inner{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*border-bottom: 1px solid #ededed;*/
    background-color: #FFF;
}
.header-inner .header-m {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 10px;
    position: relative;
}
.header-logo {
    display: flex;
    align-items: center;
    height: 60px;
}
.header-logo a{
    display: inline-block;
    /*display: flex;
    width: 100%;
    height: 100%;
    align-items: center;*/
}
.header-logo a img {
    max-width: 126px;
    width: 100%;
}


/*头部nav开始*/
.nav-inner {
    overflow: hidden;
    position: relative;
    padding: 0 10px;
}
.nav-inner::-webkit-scrollbar {
    display: none
}
.nav-inner>ul {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    min-width: 630px;
    height: 60px;
}
.nav-inner>ul .nav-item {
    padding: 0 5px;
    height: 100%;
    box-sizing: border-box;
    transition: background-color 0.1s linear;
}
.nav-inner>ul .nav-item:nth-child(6),
.nav-inner>ul .nav-item:nth-child(7) {
    position: relative;
}
.nav-inner>ul .nav-item:nth-child(6) .ff-dropdown-menu,
.nav-inner>ul .nav-item:nth-child(7) .ff-dropdown-menu{
    top: 60px;
}

.nav-inner>ul .nav-item.active {
    background: #000;
}
.nav-inner>ul .nav-item.active>a{
    color: #fff;
}
.nav-inner>ul .nav-item .ga-data {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 0 3px;
    line-height: 60px;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: color 0.1s linear;
}

/*头部nav结束*/

.header-right {
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
}
.header-right ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}
.header-right ul li{
    padding: 0 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header-right ul li a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.header-right ul li .menu-s,
.header-right ul li .search,
.header-right ul li .cloud{
    font-size: 30px;
    font-weight: 500;
}
.header-right ul li .cloud{
    font-weight: 600;
}
.header-right ul li .tmall,
.header-right ul li .jd
{
    background-image: url("/image/tmall_and_jd.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.header-right ul li .tmall{
    background-position: -20px -16px;
}
.header-right ul li .tmall:hover{
    background-position: -125px -16px;
}
.header-right ul li .jd{
    background-position: -73px -16px;
}
.header-right ul li .jd:hover{
    background-position: -178px -16px;
}
.header-right ul li .menu-s:hover,
.header-right ul li .search:hover,
.header-right ul li .cloud:hover{
    color: #0080F1;
}

.header-right ul li.nav-shop {
    color: #fff;
    position: relative;
    max-width: 100px;
}
.header-right ul li .shop{
    width: auto;
    padding: 5px 12px;
    font-weight: 600;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-image: linear-gradient(-180deg,#42b7ff,#1897f2);
}

.header-right ul li .shop:hover{
    background-image: linear-gradient(-180deg,#1897f2,#0080F1);
}

/*头部nav结束*/

/*二级导航开始*/
.ff-dropdown-menu-lg {
    left: 0;
    top: 60px;
    width: 100%;
}
.ff-dropdown-menu {
    z-index: 10;
    overflow: hidden;
    display: none;
    /*display: block;*/
    position: fixed;
    background: #fff;
    border-top: 1px solid #ededed;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.08);
    -webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.08);
    -moz-box-shadow: 0 5px 5px 0 rgba(0,0,0,.08);
}

.ff-dropdown-menu .dropdown-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}

.ff-dropdown-menu .nav-column {
    padding: 20px 10px;
    float: left;
    height: 180px;
    overflow: hidden;
    border-bottom: solid 1px #ededed;
}
.ff-dropdown-menu .nav-column .product-img{
    float: left;
    width: 45%;
    height: 100%;
}
.ff-dropdown-menu .nav-column .product-img a{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.ff-dropdown-menu .nav-column .product-img a img{
    width: 100%;
    max-height: 120px;
    overflow: hidden;
}
.ff-dropdown-menu .nav-column .product-link{
    float: left;
    overflow: hidden;
    width: 55%;
    min-height: 120px;
    line-height: 16px;
    /*border: 1px solid #f1c40f;*/
    padding: 0 20px;
}
.ff-dropdown-menu .nav-column .product-link>a{
    display: inline-block;
    height: 20px;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ff-dropdown-menu .nav-column .product-link li{
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ff-dropdown-menu .nav-column .product-link li a {
    color: #838383;
}
.ff-dropdown-menu .nav-column .product-link a:hover {
    text-decoration: underline;
}

.head-sub{
    overflow: hidden;
    font-size: 11px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.head-product-list{
    font-size: 11px;
    color: #999;
    overflow: hidden;
    max-height: 130px;
}


.ff-dropdown-menu-s{
    width: 160px;
    margin-left: -50px;
    text-align: center;
}

.ff-dropdown-menu-s li{
    height: 60px;
    line-height: 60px;
}

.ff-dropdown-menu-s li a{
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.ff-dropdown-menu-s li a:hover{
    background: #E7EBEE;
}

/*头部搜索开始*/
.header-search {
    display: none ;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.header-search.show{
    display: block !important;
}
.header-search .header-search-inner{
    position: absolute;
    right: 750px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.header-search.show .header-search-inner{
    -webkit-animation: input-box-ani 0.5s ;
    -o-animation: input-box-ani 0.5s ;
    animation: input-box-ani 0.5s ;
    animation-fill-mode: forwards;
}

.header-search.show .close-btn {
    -webkit-animation: close-btn-ani 0.5s ;
    -o-animation: close-btn-ani 0.5s ;
    animation: close-btn-ani 0.5s ;
    animation-fill-mode: forwards;
    transition: color 0.3s linear;
}
.header-search.show .close-btn:hover {
    color: #0080f1;
}
@keyframes input-box-ani {
    0%{
        left: 750px;
    }
    100%{
        left: 0px;
    }
}

@keyframes close-btn-ani {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    80% {
        opacity: 0.4;
    }
    100%{
        opacity: 1;
    }
}

.search-input {
    width: 80%;
    height: 30px;
    outline: none;
    border: none;
    /*border-left: 1px solid #292929;*/
    padding-left: 5px;
    font-size: 14px;
    /*padding-bottom: 5px;*/
}
.header-search .search-btn{
    font-size: 28px;
    cursor: pointer;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}
.header-search .search-btn:hover {
    color: #0080f1;
}
.header-search .close-btn{
    opacity: 0;
    font-size: 26px;
    cursor: pointer;
}

/*头部搜索结束*/

/*头部手机端搜索开始*/
.header-search-s {
    overflow: hidden;
    margin: 0;
    padding: 6px 10px;
    /*background: #dadada;*/
    border-top: 1px;
}
.header-search-s .header-search-inner {
    padding: 0;
    position: relative;
    width: 100%;
    height: 40px;
}
.header-search-s .search-input-s {
    width: 100%;
    height: 100%;
    padding: 0 40px 0 20px;

}

.header-search-s .search-btn-s {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #999;
}
/*头部手机端搜索结束*/

.swiper-direction {
    z-index: 200;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    width: 20px;
    background: #fff;
    position: absolute;
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color: #aaa;
}

.swiper-direction.swiper-right{
    right: 0;
}
.swiper-direction.swiper-left {
    left: 0;
}


/*mobileMenu开始*/
.sub-menu{
    display: block;
}
.mobile-menu-content{
    overflow: auto;
    z-index: 99;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0 10px;
}
/**
修改
 */
.mobile-menu-header{
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    align-items: center;
}
.mobile-menu-logo{height: 100%}
.mobile-menu-logo img{height: 100%}

.mobile-menu-header .mobile-menu-close span{
    font-size: 25px;
    cursor: pointer;
}
/**
去掉
 */
/*.mobile-menu-content .mobile-menu-logo{
    margin: 0 auto;
}*/

.mobile-menu{
    padding: 60px 20px 0 40px;
}

.mobile-menu li{
    position: relative;
    width: 100%;
}

.mobile-menu .menu-item .menu-expand{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    cursor: pointer;
    display: inline-block;
    width: 10%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: transform 0.3s linear;
}
.mobile-menu .menu-item .collapsed{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu .menu-item .menu-expand:hover{
    color: #0080f1;
}
.mobile-menu .menu-item .sub-menu{
    padding: 0 20px;
}
.mobile-menu .menu-item .sub-menu li{
    font-size: 14px;
    color: #666;
    border-top: 1px solid #ebf4fc;
}
.mobile-menu .menu-item .sub-menu li:first-child{
    border: none;
}

.mobile-menu .menu-item .sub-menu li a{
    display: inline-block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.mobile-menu .menu-item .sub-menu li .product-name{
    margin-left: 5px;
}

/**
  修改名称 .mobile-menu a, 修改下划线
 */
.mobile-menu .menu-item .item-header {
    border-top: 1px solid #ccc;
}
.mobile-menu .menu-item .category-name{
    display: inline-block;
    width: 90%;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-size: 14px;
}
.mobile-menu .menu-item:first-child .item-header{
    border: none;
}

.mobile-menu a::after{
    float: right;
}
/*mobileMenu结束*/

@media screen and (min-width: 576px) and (max-width: 767px){
    .header-search {
        display: block !important;
        position: absolute;
        left: 35%;
        top: 0;
        height: 60px;
        width: 40%;
    }

    .header-search .header-search-inner{
        left: 0;
    }
}
@media screen and (max-width: 575px){
    .header-inner {
        border: none;
    }
}
/*产品详情*/
.ff-detail-box {
    overflow: hidden;
    padding: 10px;
}
.ff-detail {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.ff-detail img {
    width: 100%;
    max-width: 1200px;
}
.ff-product-detail{
    padding: 40px 0 90px;
}
.contact-bottom{
    bottom: 0;
    z-index: 1;
    box-shadow: -2px 0 5px 0 rgba(0, 0, 0, 0.3);
}
.contact-bottom-href{
    height: 50px;
    line-height: 50px;
    width: 50%;
    background: #ffa200;
    color: #fff !important;
    font-size: 16px;
}
.contact-bottom-href.contact-href2{
    background: #0036ff;
}
.contact-bottom-href img{
    vertical-align: middle;
}
@media screen and (max-width: 767px){
    body{
        padding-bottom: 50px;
    }
}
