@charset "UTF-8";
body{background: #fff;}
a{text-decoration: none;}
/*  视频播放器隐藏logo */
.jwlogo{display:none; /* 不显示logo */}

/*  头部样式 开始 */
.lqp-topnav{
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.lqp-wrap{
    width: auto;
    height: 55px;
    margin: 0 auto;
}
.lqp-topnav .nav-left{
    float: left;
    line-height: 39px;
    width: auto;
}
.lqp-topnav .nav-left img{
    float: left;
    line-height: 45px;
    width: 150px;
    margin:6px 0 0 20px;
}
.zsp_logo_photo img{
    height: 45px;
    width: 150px;
    float:left;
    margin:5px 0 0 20px;
 
}
.lqp-topnav .nav-left span{
    color: red;
}
.zw_member{
    margin-top: 15px;
    margin-right: 100px;
}
.header-entrance a{
    display: inline-block;
    font-family: "MicroSoft YaHei";
    margin-top: 5px;
}
.zw_member>ul{
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}
.zw_member #profile{
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 2px 2px 2px 2px #ccc;
    width: 300px;
    left: -200px;
    top: 40px;
    border: 1px solid #ccc;
    padding: 5px;
    height: auto;
    overflow: visible;
    margin: 0;
}
.zw_member #profile p:first-child{
    margin-left: 10px;
}
.zw_member #profile p.user-detail{
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 20px;
}
.zw_member img{
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.lqp-topnav .nav-right{
    float: right;
}
.lqp-topnav .nav-right ul li{
    display: inline-block;
    line-height: 30px;
}
.lqp-topnav .nav-right ul li a{
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "微软雅黑";
    color: #444;
    display: block;
    padding: 0 10px;
}
.lqp-topnav .nav-right .lqp_search_li{
    margin-right: 50px;
}
.lqp-topnav .nav-right .lqp_search_li input{
    margin-top: 15px;
}
.lqp-topnav .nav-right ul li a:hover{
    color: #1e90ff;
}
.lqp_input{
    width: 200px;
    height: 25px;
    line-height: 25px;
    display: inline-block;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    outline: none;
}
.lqp_search{
    position: relative;
}
.lqp_search_button{
    position: absolute;
    right: -25px;
    top: 5px;
    display: inline-block;
    border: none;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    width: 25px;
    background: url("./image/lqp-icon-search.png") no-repeat;
}
.lqp_search_button:hover{
    background: url("./image/lqp-icon-search-red.png") no-repeat;
}

/*dhy*/
.m {
    margin:auto;
    width:1200px;
    background:#fff;
    clear:both;
}
.m_topnav{
    margin: auto;
    width: auto;
    background:url("./image/lqp-index-bg.jpg");
    padding: 15px 15px 0;
}
.lqp_top{
    height: 80px;
    padding: 1px 0;
}
.lqp-banner-title{
    position: relative;
    width: 100px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-family: "MicroSoft YaHei";
    font-weight: 600;
}
.lqp-banner-title a{
    text-decoration: none;
    display: block;
    font-family: "MicroSoft YaHei";
}
.lqp-banner-title img{
    width: 18px;
    display: block;
    margin: 2px auto;
    height: auto;
    padding: 2px 10px;
}
.lqp-banner-title ul li{
    width: 100px;
    margin-left: -50px;
    background-color: #eee;
    height: 35px;
    line-height: 35px;
}
.lqp-banner{
    width: 1200px;
    margin: 0 auto;
    height: 440px;
    position: relative;
}
.lqp-banner-fill{
    position: absolute;
    width: 160px;
    height: 450px;
    background: -webkit-linear-gradient(#eee, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#eee, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#eee, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(#54B06D, #fff); /* 标准的语法 */
    bottom: -80px;
    z-index: 999;
}
.lqp-banner-fill:first-child{
    left: 0;
    box-shadow: -1px 0 1px 1px #eee,0 -1px 1px 1px #eee;
}
.lqp-banner-fill:last-child{
    right: 0;
    box-shadow: 1px 0 1px 1px #eee ,0 -1px 1px 1px #eee;
}
#top-player{
    position: absolute;
    bottom: -80px;
    left: 160px;
    z-index: 999;
}
.zw-zzt{
    font-size: 16px;
    font-family: "MicroSoft YaHei";
    float: left;
    height: 40px;
    line-height: 40px
}
.zw-zzt a{
    margin: 0 8px;
    color: #555;
}
.lqp-rightnav{
    float: right;
    margin:20px 50px 10px 20px;
}

.lqp-rightnav a:link,.lqp-rightnav a:visited{
    font-family: "黑体";
}
.lqp-rightnav span{
    display: block;
    float: left;
    font-size: 16px;
    height: 40px;
    margin-left: 8px;
    line-height: 40px;
    font-family: "黑体";
    color: #555;
}
.lqp_lanmu ul{
    float: left;
    margin:10px 0px 0px 20px;
}
.lqp_lanmu li.li-hot:after{
    content: "";
    background: url("./image/zw-hot-lable.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -28px;
    top: -5px;
    display: block;
    width: 30px;
    height: 20px;
}
.lqp_lanmu ul li{
    position: relative;
    display: inline-block;
    line-height: 40px;
    margin-left: 15px;
}
.lqp_lanmu a{
    font-family: "MicroSoft YaHei";
    font-size: 16px;
    font-weight: 500;
}
.lqp_lanmu a:hover{
    color:#F60F15;
    text-decoration: none;
}
.zsp_top{
    height: 60px;
    padding: 1px 0;
}
.zsp_channelnav{
    float:right;

}
.zsp_channelnav span{
    display: block;
    float: left;
    font-size: 17px;
    height: 40px;
    margin-left: 50px;
    line-height: 40px;
    font-family: "黑体";
    color: #555;
}
.zsp_channelnavbox{
    height: 50px;
    padding: 1px 0;
    background-color:#aaa;
}


.zsp_left_nav{
    float: left;
    margin:15px 2px 10px 0px;
}
.lqp_company ul li{
    display: inline-block;
    padding: 10px 0;
    font-family: "微软雅黑";
    color: #333;
}
.lqp_company .lqp_type{
    color: #000;
}
.lqp_company{
    font-family: "微软雅黑";
    margin-left: 10px;
    color: #333;
}
.lqp_logo{
    float: left;
    width: 190px;
    cursor: pointer;
}
.lqp_logo img{
    display: inline-block;
}
.lqp_logo div{
    display: inline-block;
    height: 80px;
    line-height: 80px;
    font-family: "华文细黑";
    letter-spacing:1px;
    font-size: 24px;
    font-weight: 500;
    color: #F70F15;
;
}
.lqp_logo img{
    float: left;
    height: 80px;
}

/* 头部定义完毕*/

.lqp_page{
    box-sizing: border-box;
    position:relative;
    padding: 50px 200px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-bottom: 25px;
    box-shadow: 1px 1px 2px 1px #ccc;
}
.lqp_pic{
    border-top: 8px solid #E41515;
    float: right;
    padding: 5px;
    background-color: #fff;
    margin-right: -200px;
    margin-top: 70px;
}
.lqp_pic img{
    width: 250px;
}
.lqp_new_title{
    font-size: 32px;
    text-align: center;
    color: #555;
    padding-bottom: 10px;
    font-family: "黑体";
}
.lqp_new_content{
    display: inline;
    line-height: 30px;
    font-size: 16px;
}
.lqp_new_picss{
    position: absolute;
    right: -235px;
    top: 130px;
    padding: 5px;
    background-color: #fff;
}
.lqp_new_picss > img{
    width: 300px;
}
.second-nav{
    box-sizing: border-box;
    font-family: 'MicroSoft YaHei';
    font-size: 18px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

/*  主体框架布局 */

#lqp-content{
    width:100%;
    position:relative;
    background-color: #fff;
    font-family: "微软雅黑";
    padding: 0;
    margin-top: 120px;
}
#lqp-content #lqp-tab-frame{
    width: 900px;
    margin: 0 auto;
    border: 1px solid #ccc;
    box-shadow: 0 4px 5px rgba(75, 75, 75, 0.2);
}
#lqp-content .lqp-tab-menu{
    height: 40px;
    border-bottom: 1px solid #ccc;
}

#lqp-content .lqp-tab-menu li{
    position: relative;
    float:left;
    width:100px;
    height:30px;
    line-height:30px;
    cursor:pointer;
    text-align:center;
    padding: 5px 0;
    font-size: 18px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#lqp-content .lqp-tab-box{
    width:100%;
    clear:both;
}
#lqp-content .lqp-tab-menu .lqp-selected,.lqp-tab-hover{
    cursor:pointer;
    color: #1e90ff;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.hide{display:none;}

/* 目录 */
#lqp-content .lqp-index{
    padding: 10px 20px 40px 20px;
}
#lqp-content .lqp-mulu{
    position: fixed;
    border-top: 8px solid #300;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    left: 0;
    top: 595px;
    width: 228px;
    padding: 10px;
    background-color: #fff;
    z-index: 999;
}
#lqp-content .lqp-index .lqp-col{
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#lqp-content .lqp-index .lqp-col span{
    margin-left: 5px;
    font-size: 14px;
    color: #aaa;
}
#lqp-content .lqp-index .lqp-col-header{
    font-size: 18px;
}
#lqp-content .lqp-col ul li{
    margin-left: 15px;
    margin-top: 8px;
    font-family: "微软雅黑";
    font-size: 16px;
}
.lqp-clear{
    clear: both;
}



/* mall 底下list 页面的视频卡片样式 */
.lqp-mall-list-content{
    padding: 15px 0;
}
.lqp-mall-list-content .lqp-video-card:nth-child(3n+1){
    margin-right: 15px;
}
.lqp-mall-list-content .lqp-video-card:nth-child(3n+2){
    margin-left: 15px;
    margin-right: 15px;
}
.lqp-mall-list-content .lqp-video-card:nth-child(3n+0){
    margin-left: 15px;
}
.lqp-video-card{
    position: relative;
    box-sizing: border-box;
    width: 280px;
    height: 200px;
    float: left;
    margin: 15px 0;
    cursor: pointer;
    box-shadow: 1px 1px 1px 1px #ccc , 0 -1px 1px #ccc , -1px 0 1px #ccc;
}
.lqp-video-card:hover{
    box-shadow: 2px 2px 6px 4px #ccc , 0 -2px 2px #ccc , -2px 0 2px #ccc;
}
.lqp-video-card .video-price{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #aaa;
    clear: both;
}
.lqp-video-card .video-price span:nth-child(1){
    color: #f00;
    float: left;
    margin-left: 10px;
}
.lqp-video-card .video-price span:nth-child(2){
    margin-right: 10px;
    float: right;
}
.lqp-video-card .video-title{
    position: absolute;
    width: 260px;
    bottom: 30px;
    color: #fff;
    max-height: 50px;
    line-height: 25px;
    font-size: 16px;
    word-break: break-all;
    overflow: none;
    background-color: rgba(0,0,0,.5);
    padding: 5px 10px;
}
.lqp-video-card img{
    width: 100%;
    height: 170px;
}

/* 返回顶部 */
#back-to-top{
    position: fixed;
    bottom: 120px;
    right: 100px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: #fff url("./image/zw-backto-top.png") no-repeat;
    background-size: contain;
    display: none;
    z-index: 9999999;
}

/*  首页热门视频浮动入口 */
.hot-vedio-block{
    box-sizing: border-box;
    width: 900px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 80px;
    font-size: 28px;
}
.fixed-at-bottom{
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -450px;
    z-index: 90;
    border-top: 2px solid #eee;
}

/*  首页协作单位样式 */
.partner{
    margin-bottom: 25px;
}
.partner td{
    padding: 10px 0;
}
.parnter-tip{
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border-left: 6px solid #F33E37;
    font-family: "MicroSoft YaHei";
    font-size: 20px;
    padding-left: 10px;
    width: 100%;
    background-color: #eee;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}
.partner-card{
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
}
.partner-card-title{

}
.partner-card-title img{
    float: left;
    height: 60px;
    width: 60px;
}
.partner-card-title span{
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-family: "黑体";
    margin-left: 5px;
}
.partner-card-zhuanjia{
    box-sizing: border-box;
    width: 420px;
    float: left;
    padding-left: 40px;
    margin: 10px 0;
}
.zhuanjia-photo{
    float: left;
}
.zhuanjia-right{
    float: left;
    width: 350px;
    padding-left: 10px;
    max-height: 150px;
    overflow: hidden;
}
.zhuanjia-photo img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.zhuanjia-name{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: "华文细黑";
}
.zhuanjia-desc{
    font-family: "微软雅黑";
    word-break: break-all;
}

/*  商标墙 */
.brand-ball{
    clear: both;
    border: 1px solid #eee;
    box-shadow: 1px 1px 1px 1px #eee;
    margin-bottom: 25px;
}
.brand-photo img{
    width: 100%;
}

/*  首页职业路径规划样式 */
.profession-path{
    padding: 15px 0;
}
.left-shu{
    width: 220px;
    height: 345px;
    float: left;
    position: relative;
    box-shadow: 2px 2px 2px 2px #ccc;
}
.mid-shu{
    width: 710px;
    height: 345px;
    float: left;
    margin: 0 25px;
}
.mid-shu a:hover , .mid-shu a:link{
    color: #aaa;
    display: block;
}
.mid-shu > a:nth-child(2) > .mid-little-card,.mid-shu > a:nth-child(3) > .mid-little-card,.mid-shu > a:nth-child(5) > .mid-little-card,.mid-shu > a:nth-child(6) > .mid-little-card{
    margin-left: 25px;
}
.mid-shu > a:nth-child(4) > .mid-little-card, .mid-shu > a:nth-child(5) > .mid-little-card, .mid-shu > a:nth-child(6) > .mid-little-card{
    margin-top: 25px;
}
.mid-little-card{
    position: relative;
    background-color: #cecece;
    float: left;
    height: 160px;
    width: 220px;
    cursor: pointer;
    box-shadow: 2px 2px 2px 2px #ccc;
}
.mid-little-card:hover,.left-shu:hover{
    box-shadow: 1px 1px 1px 1px #aaa;
}
.mid-little-card  > div{
    box-sizing: border-box;
    padding: 10px;
    left: 0;
    width: 220px;
    height: 70px;
    position: absolute;
    bottom: 25px;
    background: rgba(255,255,255,.9);
    transition:height .5s;
    -moz-transition:height .5s; /* Firefox 4 */
    -webkit-transition:height .5s; /* Safari and Chrome */
    -o-transition:height .5s; /* Opera */
}
.mid-little-card:hover > div{
    height: 100px;
}
.mid-little-card > div > p:first-child{
    width: 100%;
    font-family: "黑体";
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #555;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.mid-little-card > div > p:last-child{
    font-family: "MicroSoft YaHei";
    line-height: 20px;
    font-size: 12px;
    color: #aaa;
}
.mid-little-card > p:last-child span:first-child{
    display: inline-block;
    text-align: left;
    width: 105px;
}
.mid-little-card > p:last-child span:last-child{
    display: inline-block;
    text-align: right;
    width: 95px;
}
.mid-little-card > p{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 220px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    font-size: 12px;
    font-family: "MicroSoft YaHei";
    padding-left: 10px;
}
#fagcs_blcok{
     box-sizing: border-box;
     position: relative;
     background: url("./image/left-shu-1.png");
     padding: 20px;
 }
#fagcs_blcok +div.mid-shu  .mid-little-card{
    background-image: url("./image/mid-shu-bg.png");
}
#sjgcs_blcok{
    box-sizing: border-box;
    position: relative;
    background: url("./image/left-shu-2.png");
    padding: 20px;
}
#sjgcs_blcok +div.mid-shu  .mid-little-card{
    background-image: url("./image/mid-shu-2.png");
}
#jcgcs_blcok{
    box-sizing: border-box;
    position: relative;
    background: url("./image/left-shu-3.png");
    padding: 20px;
}
#jcgcs_blcok +div.mid-shu  .mid-little-card{
    background-image: url("./image/mid-shu-7.png");
}
#yygcs_blcok{
    box-sizing: border-box;
    position: relative;
    background: url("./image/right-shu-1.png");
    padding: 20px;
}
#yygcs_blcok +div.mid-shu  .mid-little-card{
    background-image: url("./image/mid-shu-6.png");
}
#whgcs_blcok{
    box-sizing: border-box;
    position: relative;
    background: url("./image/left-shu-6.png");
    padding: 20px;
}
#whgcs_blcok +div.mid-shu  .mid-little-card{
    background-image: url("./image/mid-shu-3.png");
}
#qygcs_blcok{
    box-sizing: border-box;
    position: relative;
    background: url("./image/left-shu-7.png");
    padding: 20px;
}
#qygcs_blcok +div.mid-shu  .mid-little-card{
    background-image: url("./image/mid-shu-4.png");
}
/*  科技人物和推荐专家 */
#kjgcs_blcok{
    box-sizing: border-box;
    position: relative;
    background: url("./image/left-shu-8.png");
    padding: 20px;
}
#kjgcs_blcok +div.mid-shu  .mid-little-card{
    background-image: url("./image/mid-shu-5.png");
}
/*  经验和笔记 */
#bjgcs_blcok{
    box-sizing: border-box;
    position: relative;
    background: url("./image/left-shu-9.png");
    padding: 20px;
}
.big-white-word{
    font-family: "MicroSoft YaHei";
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeefee;
}
.big-white-word a{
    display: block;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    font-family: inherit;
}
.big-white-word a:hover{
    text-decoration: none;
}
.big-white-word +p{
    margin: 20px 0;
}
.big-white-word +p> a{
    color: #fff;
    font-family: "MicroSoft YaHei";
    font-size: 18px;
}
.big-white-word +p> a:hover{
    text-decoration: none;
}
.left-bottom-tip{
    position: absolute;
    bottom: 10px;
    color: #333;
    font-size: 16px;
}
.left-bottom-tip > p{
    font-weight: 600;
    margin: 10px 0;
}
.left-bottom-tip li{
    list-style: disc;
    margin-left: 20px;
}
.right-shu{
    background-image: url("./image/right-shu-1.png");
}
.right-shu > div{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 220px;
    background-color: #fff;
    height: 300px;
    padding: 15px;
}
.right-shu > div > p{
    font: 18px "MicroSoft YaHei";
    margin: 10px auto;
}
.right-shu > div li{
    list-style: circle;
    margin-left: 25px;
}
.right-shu > div li a:link{
    display: block;
    height: 40px;
    line-height: 40px;
    font: 16px "MicroSoft YaHei";
    color: #555;
}
.right-shu > div li a:hover{
    text-decoration: none;
    color: #429d13;
}
.mid-right-shu{
    width: 955px;
    height: 345px;
    float: left;
    margin-left: 25px;
}
.mid-right-card-2{
    box-sizing: border-box;
    width: 465px;
    height: 160px;
    background-color: #e6e6e6;
    float: left;
    box-shadow: 2px 2px 2px 2px #ccc;
    padding: 20px;
    background-image: url("./image/mid-right-card-2.png");
}
.mid-right-card-2:hover{
    box-shadow: 1px 1px 1px 1px #aaa;
}
.mid-right-card-2:nth-child(1),.mid-right-card-2:nth-child(3){
    margin-right: 25px;
}
.mid-right-card-1,.mid-right-card-2:nth-child(3),.mid-right-card-2:nth-child(4){
    margin-top: 25px;
}
.mid-right-card-1{
    box-sizing: border-box;
    padding: 15px;
    width: 220px;
    height: 160px;
    float: left;
    background-color: #eaeaea;
    margin-left: 25px;
    box-shadow: 2px 2px 2px 2px #ccc;
    background-image: url("./image/mid-right-card-1.png");
}
.mid-right-card-1:hover{
    box-shadow: 1px 1px 1px 1px #aaa;
}
.mid-right-card-1 p , .mid-right-card-2 p{
    font-family: "MicroSoft YaHei";
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.mid-right-card-1 ul , .mid-right-card-2 ul{
    margin-left: 35px;

}
.mid-right-card-1 li , .mid-right-card-2 li{
    height: 22px;
    line-height: 22px;
    list-style: circle;
}

/*  导航下 多级分类 中间间隔  */
.nav-top-split{
    height: 1px ;background-color: #eee;width: 100%;margin: 10px 0;
}
.nav-top-split-bold{
    height: 5px ;background-color: #f00;width: 100%;margin: 10px 0;
}

/*  培训中心页面样式--覆盖原生自带的效果  */
#train-body{
    box-sizing: border-box;
    padding: 30px;
    box-shadow: 1px 1px 1px 1px #ccc;
}
#train-body .left_menu_li{
    height: 60px;
    line-height: 60px;
    background: #F66F74;
}
#train-body .left_menu{
    background: #fff;
    width: 160px;
}
#train-body .left_menu ul{
    background: #fff;
    padding-top: 0;
}
#train-body .left_menu ul li{
    margin: 10px 0;
    box-shadow: 1px 1px 1px 1px #aaa;
}
#train-body .left_menu ul li:hover{
    box-shadow: 1px 1px 2px 2px #aaa;
}
#train-body .left_menu ul li:first-child{
    margin: 0;
}
#train-body .left_menu_on{
    height: 60px;
    line-height: 60px;
    background: #F66F74;
    position: relative;
    overflow: visible;
}
#train-body .left_menu_on:after{
    display:block;
    content:"";
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #F66F74;
    position: absolute;
    right: -20px;
    top: 22px;
}
#train-body ul li a{
    color: #fff;
    font-family: "MicroSoft YaHei";
    font-size: 16px;
}
#train-body ul li a:hover{
     text-decoration: none;
 }
#train-body .left_box{
    margin-left: 15px;
    border: 1px solid #F66F74;
    box-shadow: 1px 1px 1px 1px #F36e24;
    min-height: 410px;
}
#train-body .left_box a{
    color: #444;
}
#train-body .left_box img{
    margin-top: 20px;
    height: 100px;
}


/*  专家讲堂页面样式 */
.d_type_name{
    display: block;

}


/*  品牌频道页面样式 */
.lqp-brand-nav{
    margin: 10px 0 5px;
}
.brand-nav-li li{
    float: left;
    margin-right: 10px;
}
.brand-nav-li li a{
    display: block;
    height: 30px;
    line-height: 30px;
    padding: 5px 10px;
    font-family: "MicroSoft YaHei";
    font-size: 16px;
}
.brand-nav-li li a:hover{
    text-decoration: none;
}
.d_li{
    background-color: #F01400;
    border-radius: 1px;
}
.d_li a{
    color: #fff;
}
.d_video_body{
    margin-bottom: 20px;
    box-shadow: 1px 1px 1px 1px #ccc;
}
/*  品牌频道页面样式---结束 */


/*  专家讲堂页面样式--专家讲堂的首页 */
.box_head{
    background: #f8f8f8;
    height: 50px;
    line-height: 50px;
}
.group_cat{
    padding-bottom: 20px;
}
/*  专家讲堂页面样式--专家讲堂的list页 */
.group_list{
    margin-bottom: 30px;
}
#all-zhuanjia table tr:not(:first-child),#a-zhuanjia table tr:not(:first-child){
    box-shadow: 1px 0 1px 1px #eee;
    background-color: #fff;
    cursor: pointer;
}
#all-zhuanjia table tr:not(:first-child):hover{
    background-color: #eef;
}
.group_list tr:first-child th{
    padding: 10px 0;
}
#zhuanjia-share{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 30px;
    width: 1200px;
    margin: 30px auto;
    box-shadow: 1px 1px 1px 1px #eee;
}
#zhuanjia-share .list-left{
    float: left;
    width: 800px;
}
#zhuanjia-share .right-disp{
    float: right;
    width: 320px;
    background-color: #eee;
    text-align: center;
    height: 500px;
    line-height: 500px;
}
#zhuanjia-share .list-left >p{
    height: 50px;
    line-height: 50px;
    font-family: "MicroSoft YaHei";
    font-size: 18px;
    border-left: 8px solid #f00;
    margin: 10px 0;
    padding-left: 10px;
}

/*  登入页面表单的 背景样式 */
#login-table{
    padding: 30px;
    margin: 0 auto;
}
#lqp-login-btn{
    cursor:pointer;
    border:0;
    font-size:16px;
    margin: 15px auto;
    width: 240px;
    height: 35px;
    background-color: #109d25;
    color: #fff;
    border-radius: 3px;
    font-family: "MICROSOFT YAHEI";
}
.login-right-bg{
    width: 210px;
    height: 210px;
    display: inline-block;
    background: url("./image/jenvei-logo.png") no-repeat;
    background-size: contain;
    opacity: .6;
}


/*  我的桌面样式 */
.my-bg{
    height: 20px;
    width: 100%;
    background: -webkit-linear-gradient(#fff, rgba(108, 146, 173, .63)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#fff, rgba(108, 146, 173, .63)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#fff, rgba(108, 146, 173, .63)); /* Firefox 3.6 - 15 */
    background: linear-gradient(#fff, rgba(108, 146, 173, .63)); /* 标准的语法 */
}
.my-desktop-p{
    box-sizing: border-box;
    width: 1200px;
    margin: 10px auto;
}
.my-desktop{
    box-sizing: border-box;
    position: relative;
    width: 1200px;
    height: auto;
    margin-top: 0px;
    background-color: #fff;
    padding: 15px;
    padding-bottom: 0;
    box-shadow: 1px 1px 2px 1px #aaa;
    border-radius: 2px;
}
.my-desktop >p{
    height: 40px;
    line-height: 40px;
    font: normal 18px "MicroSoft YaHei";

}
.desk-card-title{
    position: relative;
    box-sizing: inherit;
    height: 30px;
    line-height: 30px;
    padding-left: 20px;
    font-family: "MicroSoft YaHei";
    font-size: 16px;
    color: #888;
}
.desk-card-title:before{
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #6C92AD;
    left: 0;
    top: 6px;
}
.desk-cont-left{
    float: left;width: 80%;height: 30px;line-height: 30px;text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.desk-cont-right{
    float: left;width: 20%;height: 30px;line-height: 30px;text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.desk-class-chip{
    float: left;
    width: 80%;
}
.half-width{
    width: 50%;
}
.desk-class-chip a{
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    font-family: "MicroSoft YaHei";
    margin-left: 10px;
}
.buy-time{
    float: left;
    width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
a.look-all{
    font-size: 14px;
    font-family: "MicroSoft YaHei";
    display: block;
    color: #aaa;
    margin-bottom: 20px;
    height: 30px;
    line-height: 30px;
    padding-right: 55px;
    color: #ffaa00;
    text-align: right;
    border-bottom: 1px solid rgba(108, 146, 173, .6);
}

.img-with-title{
    box-sizing: border-box;
    padding: 10px;
    float: left;
    display: block;
    margin: 10px 25px;
}
.img-with-title img{
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.img-with-title p{
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "MicroSoft YaHei";
}
a.file-download{
    display: block;
    height: 30px;
    line-height: 30px;
    background-color: #6C92AD;
    color: #fff;
    text-align: center;
    font-family: "MicroSoft YaHei";
    padding: 15px 0;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    margin: 10px 0;
}