@import url("bootstrap.min.css");
@import url("font-awesome.css");
@import url("jquery.mmenu.all.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("settings.css");
@import url("style-red.css");
@import url("swipebox.css");
@import url("tk.css");

/* 新闻详情页面样式 */


/* 作者样式 */

.fa-tag {
    padding-left: 40px;
}

.auth {
    padding-left: 5px;
}


/* 产品介绍页面 图片样式*/

.product_img {
    width: 251px;
    height: 210px;
}


/**menu**/

.Lev1 {
    position: relative;
}

.child_menu {
    float: none;
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: white;
    width: 100%;
    border: 0px solid blue;
    /* 隐藏 */
    display: none;
    z-index: 99998999;
}

.child_menu p {
    /* margin: 0px auto; */
    text-align: center;
    font-weight: bold;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}


/**加入我们**/

.job_info {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto !important;
}