/*
* @Author: admin
* @Date:   2018-05-06 22:51:03
* @Last Modified by:   house
* @Last Modified time: 2018-05-15 15:19:29
*/

/* 内页和index用到的 */

.header{
    /*background: url("../images/header_bg.png") no-repeat top;*/
    /*background-color: blue;*/
    /*background-size: 100% 100%;*/
    /*min-height: 123px;*/
    z-index: 33;
    position: relative;
    /*background-color: #fef9f7;*/
    /*overflow: hidden;*/

}
.header .navbar{
    margin-bottom: 0;
}
.header .navbar-collapse{
    /*margin-top: 71px;*/
    /*width: 100%;*/
    text-align: center;
}
.header .navbar-brand{
    /*margin-top: 29px;*/
}
.pc_header_logo{
    position: absolute;
    left: 50%;
    /* right: 0; */
    top: 0;
    margin-left: -106px;
}
.li_zhong{
    margin: 0 70px !important;
}
.header .lv1{
    position: static;
}
.header .navbar{
    position: static;
}

/*lv1*/
.header .navbar-nav{
    margin-top: 32px;
    text-align: center;
    display: inline-block;
    float: none;
    /*margin-bottom: 32px;*/
}
.header .nav_list .lv1>a{
    /*padding: 0;*/
    color: #161512;
    font-size: 18px;
    
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 32px 29px;
}
.header .nav_list .lv1{
    /*border-bottom: 3px solid #fef9f7;*/
    /*margin: 0 40px;*/
}
.header .nav_list .lv1:last-child{
   /*margin-right: 25px;*/
}
.header .nav_list .lv1:last-child>a{
    /*padding-right: 0px;*/
}
/*.header .nav_list .lv1:hover{*/
    /*border-bottom: 3px solid #e93d00;*/
/*}*/
.header .nav_list .lv1.en,.header .nav_list .lv1.cn{
    margin-right: 0;
    border: 1px solid #472511;
    color:#472511 ;
    border-radius: 20px;
    padding: 1px;
    margin-left: 10px;
}
.header .nav_list .lv1.en:hover a,.header .nav_list .lv1.cn:hover a {

    color: white;
}
.header .nav_list .lv1.en:hover ,.header .nav_list .lv1.cn:hover  {

    background-color: #472511;
}



/*lv2*/

.header .nav_list .lv2{
    overflow: hidden;
    clear: both;
    content: '';
    position: absolute;
    top: 70px;
    /*left: -18px;*/
}
.header .nav_list .lv2 ul{
    /*margin-top: 10px;*/
    background-color: rgba(255,255,255,0.6);
}

.header .nav_list .lv2 li{
    float: none;
    text-align: center;
    line-height: 35px;
    width: 100px;
    margin-top: 1px;
    /*background-color: rgba(255,255,255,0.6);*/
}
.header .nav_list .lv2 li a{
    color:#151414 ;
    font-size: 14px;
    padding: 0;
    border-bottom: 1px solid #e5ddc6;
    padding-bottom: 1px;
    /* padding-left: 10px; */
    width: 90%;
    display: inline-block;
}

.header .nav_list .lv2 .lv2_1{
    margin-top: 0;
}
.header .nav_list .lv2 li:hover{
    background: white;

}
.header .nav_list .lv2 li:hover a{
    color: white;
}


.header .nav_list .en{
    margin-left: 17px;
}
.header .nav_list .en ,.header .nav_list .cn {

    margin-top: 30px;
}
.header .nav_list .en a,.header .nav_list .cn a{
    padding: 0;

}
.header .nav_list .en:hover img:first-child{
    display: none;
}
.header .nav_list .en img:last-child{
    display: none;
}

.header .nav_list .en:hover img:last-child{
    display: block;
}
.header .nav_list .cn{
    margin-left: 17px;
}
.header .nav_list .cn:hover img:first-child{
    display: none;
}
.header .nav_list .cn img:last-child{
    display: none;
}

.header .nav_list .cn:hover img:last-child{
    display: block;
}
.header .nav_list .search{
    margin-left: 40px;
}
.header .nav_list .search:hover img:first-child{
    display: none;
}
.header .nav_list .search img:last-child{
    display: none;
}

.header .nav_list .search:hover img:last-child{
    display: block;
}

/*hover_product_ul*/
.header .li3{
    transition: all 0.5s;
}
.header .li3:hover .hover_product{
    /*top:122px;*/
    height: 224px;
}


.hover_product{
    transition: all 0.5s;
    text-align: center;
    width: 100%;
    background: url("../images/header_hover_bg.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left:0;
    height: 0;
    /*top: -242px;*/
    min-width: 1200px;
    z-index: 30;

}
.hover_product_ul{
    display: inline-block;
    margin-top: 29px;
}
.hover_product_ul .item{
    text-align: center;
}
.hover_product_ul .pic{
    margin-bottom: 15px;
    /*border-right: 1px solid #858484;*/
    border-left: 1px solid #858484;
    padding: 0 75px   ;
}
.hover_product_ul .item:last-child .pic{
    border-right: 1px solid #858484;
}

.hover_product_ul .name{
    margin-bottom: 16px;
    color: #404040;
    font-size: 17px;
}



/*search*/

#search{
    clear: both;
    /*position: absolute;*/
    bottom: 15px;
    right: 22px;
    float: right;
    /*border-bottom: 1px solid white;*/

}
#search .keyword{

    width: 200px;
    height: 25px;
    /*background-color: white;*/

}
#search #keyword{
    border: none;
    padding-left: 13px;
    height: 25px;
    /*margin-left: 10px;*/
    /*background-color: #e70015;*/
    border-radius: 10px;
}
#search .btn{
    background: url(../images/search.png) no-repeat center;
    float: right;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: 12px;
}
.search_icon{
    display: none;
}

#search .keyword{
    width: auto;
}
#search .btn{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}



/*feedback*/
.feedback .name{
    padding-top: 45px;
    padding-bottom: 40px;
}
.feedback .name .name1{
    color: #333333;
    font-size: 26px;
    font-weight: 600;
}
.feedback .name .name2{
    color: #999999;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 25px;
}


/*foot*/
.foot{
    /*background: url("../images/foot.png") no-repeat center;*/
    padding-top: 92px;
    background-color: #1b1716;
    position: relative;
    padding-bottom: 100px;
}
.foot .icon{
    text-align: center;
}
.foot .icon img{
    margin: 0 5px;
}

.foot_qq2,.foot_wc2,.foot_call2{
    display: none;
}
.foot ul{
    display: inline-block;
    margin: 0 43px;
}
.foot li {
    color: #7b7b7b;
    float: none;
    line-height: 29px;
    text-align: center;
}
.foot li a{
    color: #7b7b7b;    font-size: 16px;
}
.foot .title a{
    color: white;
    font-size: 18px;
}
.foot .lf_message{
    color: #7b7b7b;
    /*display: flex;*/
    /*justify-content: space-between;*/
    font-size: 14px;
    /*padding-bottom: 69px;*/
    /*margin-top: 23px;*/
}
.foot .rt_message{
    color: #7b7b7b;
    width: 37%;
    font-size: 16px;
    /*color: white;*/
    /*margin-top: 38px;*/
    line-height: 29px;
}
.foot_logo{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;
}
.foot_erweima{
    position: absolute;
    left: 50%;
    top:65px;
    margin-left: -86px;
}
@media (max-width: 768px) {
    .hover_product{
        display: none !important;
    }
    .header .li3:hover .hover_product{
        display: none !important;
    }
    .header {
        margin-bottom: 10px;
        background: none;
        min-height: inherit;
    }
    .header .navbar-brand{
        position: static !important;
        float: none;
        display: inline-block;

        margin-left: 13px !important;
        margin-top: 10px !important;
    }
    .navbar-brand > img{
        display: inline-block;
        max-width: 64%;
    }
    .navbar-toggle{
        margin-top: 25px;
        margin-right: 24px;
    }
    .header .navbar-collapse{
        width: 100%;
        text-align: center;
    }
    .header .nav_list .lv1{
       margin: 0;
    }
    .header .nav_list .lv1>a{
        padding: 15px 0px;
    }
    .header .navbar-nav{
        border-top: 1px solid;
        margin-top: 19px;
        width: 100%;
    }
    .header .nav_list .lv1:last-child{
        margin-right: 0;
    }
    .header .nav_list .lv1.en, .header .nav_list .lv1.cn{
        margin-left: 0;
        border: none;
    }
    .foot{
        text-align: center;
        padding-bottom: 25px;
        padding-top: 38px;
    }
    .foot_erweima{
        position: static;
        margin-left: 0;
    }
    .foot .logo{
        width: 100%;
        text-align: center;
    }
    .foot .logo>img{
        margin: 0 auto;
    }
}