/* www.96kaifa.com */
/*资讯堂头部样式*/
.advice-nav .logo{
    width: 230px;
}
.advice-nav .nav_head{
    padding-left: 0;
    width: 570px;
	margin-left:90px;

}
.advice-nav .nav_head>li{
    padding: 0 0 0 1px;
}

.advice-nav .nav_head .zxym{color:#46d56e;}
.advice-nav .nav_head .zxym:hover{color:#fc8f4f;}

@charset "UTF-8";
/*2016-5-25 13:38:30
* by  cding
*/
a{color: #333;}
a:hover{text-decoration: none;}
img{max-width: 100%;}
/*通用渐变*/
.gradual{
    background: -moz-linear-gradient(top,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 20%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0)  100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0, 1)),color-stop(20%, rgba(0, 0, 0, 0.4)),color-stop(40%, rgba(0, 0, 0, 0.1)) ,color-stop(100%,rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 20%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0)  100%);
    background: -o-linear-gradient(top,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 20%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0)  100%);
    background: -ms-linear-gradient(top,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 20%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0)  100%);
    background: linear-gradient(to top,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.4) 20%,rgba(0, 0, 0, 0.1) 40%,rgba(0, 0, 0, 0)  100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 0, 0, 1)', endColorstr='rgba(0, 0, 0, 0)',GradientType=0 );
}
.com-gradual{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
:root .gradual{filter:none;}
.m-t-30{margin-top: 30px}
.m-t-20{margin-top: 20px}
.m-b-10{margin-bottom: 10px;}
.m-b-50{margin-bottom: 50px;}
div .img-scaling{
   width: 100%;
   max-width: 100%;
   transform: scale(1);
   -webkit-transform: scale(1);
   -moz-transform: scale(1);
   -0-transform: scale(1);
   -ms-transform: scale(1);
   -webkit-transition:.5s ease;
   -moz-transition:.5s ease;
   -o-transition:.5s ease;
   transition:.5s ease;
}
div .img-scaling.active{
   transform: scale(1.1);
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -0-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -webkit-transition:.5s ease;
   -moz-transition:.5s ease;
   -o-transition:.5s ease;
   transition:.5s ease;
}
/*左内容部分*/
.cover-page-wrapper .content{
    width: 780px;
    height: 100%;
}
.cover-page-wrapper .content .adv-slide{
    height:440px;
    width:100%;
    background-color:#333;
    margin:30px 0;
    overflow: hidden;
    position: relative;
}
/*swiper轮播样式修改*/
.adv-slide .swiper-pagination{
    right: 20px;
    bottom: 12px;
    left: auto;
    width: auto;
}
.adv-slide .swiper-pagination-bullet{
    width: 25px;
    height: 25px;
    color: #333;
    background: #808486;
    opacity: 1;
    line-height: 25px;
    font-weight: bold;
    margin: 1px 5px !important;
}
.adv-slide .swiper-pagination-bullet-active{
    background: #fff;
}
.adv-slide .swiper-slide p{
    width: 100%;
    position: absolute;
    color: #fff;
    bottom: 0;
    left: 0;
    height: 50px;
    background: rgba(0,0,0,.6);
    line-height: 50px;
    font-size: 18px;
    padding-left: 20px;
}
.swiper-button-prev,
.swiper-button-next{
    height: 100px;
    width: 50px;
    margin-top: -50px;
    opacity:1;
    background: url(../images/arrow.png);
}
.swiper-button-prev{
    left: -50px;
    background-position: -50px 0;
}
.swiper-button-next{
    right: -50px;
    background-position: 0 0;
}

/*左边中间内容*/
/*通用样式*/
.cover-page-wrapper .course>div{
    margin-top: 30px;
}
.cover-page-wrapper .course div.title{
    border-bottom: #ddd 1px solid;
    height: 50px;
}
.cover-page-wrapper .course div.title h2{
    float: left;
    font-size: 24px;
    padding: 3px 0 3px 20px;
    border-left: #fc8080 4px solid;
    color: #fc8080;
    font-weight: bold;
}
.cover-page-wrapper .course div.title a{
    float: right;
    padding-top: 10px;
    font-size: 18px;
    margin-left: 20px;
    color: #999;
}
.cover-page-wrapper .course div.title a:hover{
    color: #333;
}
.cover-page-wrapper .course div.box1,
.cover-page-wrapper .course div.box2{
    height:141px;
    margin-top: 30px;
}
.cover-page-wrapper .course div.box1 a.fl{
    height:100%;
    width: 250px;
}
.cover-page-wrapper .course div.box1 div.fr{
    height:100%;
    width: 500px;
    position: relative;
}
.cover-page-wrapper .course div.box1 div.fr a{
    font-size: 24px;
    color: #333;
}
.cover-page-wrapper .course div.box1 div.fr a:hover{
    color: #fc8080;
}
.cover-page-wrapper .course div.box1 div.fr>p{
    height: 80px;
    overflow: hidden;
}
.cover-page-wrapper .course div.box1 div.fr p{
    line-height: 1.5;
    color: #999;
    padding-top: 10px;
}
.cover-page-wrapper .course div.box1 div.fr div.pos{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
}
.cover-page-wrapper .course div.box1 div.fr div.pos p{
    color: #ddd;
}
.cover-page-wrapper .course div.box2>div{
    width: 380px;
    height: 100%;
    overflow: hidden;
}
.cover-page-wrapper .course div.box2>div a{
    font-size: 18px;
    line-height: 2;
    display: block;
}
.cover-page-wrapper .course div.box2>div a:hover{
    color: #fc8080;
}
.cover-page-wrapper .course>div>a{
    height: 120px;
    width: 100%;
    margin-top: 30px;
    display: block;
}
/*大商创教程模块*/
.cover-page-wrapper .course div.dsc-course div.box1 a.fl{
    background: url(../images/course_1.png) no-repeat center center;
}
.cover-page-wrapper .course div.dsc-course>a{
    background: url(../images/course_btm_1.jpg) no-repeat center center;
}
/*ECShop教程模块*/
.cover-page-wrapper .course div.ecshop-course div.box1 a.fl{
    background: url(../images/course_2.png) no-repeat center center;
}
.cover-page-wrapper .course div.ecshop-course>a{
    background: url(../images/course_btm_2.jpg) no-repeat center center;
}
/*ECTouch教程模块*/
.cover-page-wrapper .course div.ectouch-course div.box1 a.fl{
    background: url(../images/course_3.png) no-repeat center center;
    background-size: contain;
}
.cover-page-wrapper .course div.ectouch-course>a{
    background: url(../images/course_btm_3.jpg) no-repeat center center;
}
/*右侧边栏*/
.cover-page-wrapper .slidebar{
    height: 100%;
    width: 400px;
}

/*右侧顶部广告*/
.cover-page-wrapper .slidebar .r-adv{
    height: 196px;
    border: 0;
    background: #fff;
    margin: 0;
}
.cover-page-wrapper .slidebar .r-adv div{
    height:100%;
    width:196px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.cover-page-wrapper .slidebar .r-adv div p{
    position: absolute;
    bottom: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 16px;
    padding: 0 20px;
}
/*热门标签*/
.cover-page-wrapper .slidebar>div{
    background-color:#fafafa;
    margin-top:30px;
    border: #f1f1f1 1px solid;
    width: 100%;
}
.cover-page-wrapper .slidebar .hot-module{
    height:215px;
}
/*推荐下载模块*/
.cover-page-wrapper .slidebar .d-load{
    padding-bottom: 20px;
}
.cover-page-wrapper .slidebar .d-load>div{
    height: 150px;
    width: 360px;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
}
.cover-page-wrapper .slidebar .d-load>div .part{
    position: absolute;
    width: 100%;
    bottom: -32px;
    background: rgba(0,0,0,.8);
    color: #fff;
    height: 70px;
}
.cover-page-wrapper .slidebar .d-load>div .part p{
    padding: 8px;
    font-size: 16px;
    padding-left: 15px;
}
.cover-page-wrapper .slidebar .d-load>div .part a{
    display: block;
    background: #fff;
    width: 80px;
    margin-right: 6px;
    height: 26px;
    margin-top: 6px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
}
.cover-page-wrapper .slidebar .d-load>div .hide-box2 p{
    font-size: 14px;
    padding: 0 6px 0 15px;
}
.cover-page-wrapper .slidebar .d-load div.img1{
    background: url(../images/d_load_1.jpg) no-repeat center center;
}
.cover-page-wrapper .slidebar .d-load div.img2{
    background: url(../images/d_load_2.jpg) no-repeat center center;
}
.cover-page-wrapper .slidebar .d-load div.img3{
    background: url(../images/d_load_3.jpg) no-repeat center center;
}
/*推荐文章模块*/
.cover-page-wrapper .slidebar .article-module div.img{
    height: 203px;
    width: 360px;
    margin:15px auto;
    position: relative;
    overflow: hidden;
}
.cover-page-wrapper .slidebar .article-module div.img a p{
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    width: 100%;
    padding: 0 10px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cover-page-wrapper .slidebar .article-module div.text{
    width: 90%;
    margin: 20px auto 0;
}
.cover-page-wrapper .slidebar .article-module div.text .box-wrap{
    border-left: #fc8080 1px solid;
    position: relative;
    height: 42px;
}
.cover-page-wrapper .slidebar .article-module div.text .box-wrap:last-child{
    border:0;
    position: relative;
    padding-bottom: 15px;
}
.cover-page-wrapper .slidebar .article-module div.text .box-wrap .yuan{
    width: 8px;
    height: 8px;
    position: absolute;
    background: #fc8080;
    border-radius: 50%;
    left: -4px;
}
.cover-page-wrapper .slidebar .article-module div.text .box-wrap a{
    font-size: 16px;
    padding-left: 18px;
    position: absolute;
    top: -8px;
    display: block;
    height:24px;
    width: 100%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    text-decoration:none;
}
.cover-page-wrapper .slidebar .article-module div.text .box-wrap a:hover{
    color: #fc8080;
}
.cover-page-wrapper .slidebar .article-module div.text .box-wrap p{
    font-size: 14px;
    color: #888;
    padding-top: 20px;
    padding-left: 18px;
}
.cover-page-wrapper .slidebar .manual{
    height:290px;
    background: #fff;
    border: 0;
}
.cover-page-wrapper .slidebar .manual>a{
    border: #f1f1f1 1px solid;
    height: 90px;
    width: 100%;
    margin-bottom: 10px;
}
.cover-page-wrapper .slidebar .manual>a:hover{
    color: #333;
}
.cover-page-wrapper .slidebar .manual>a div.fr{
    width: 77%;
}
.cover-page-wrapper .slidebar .manual>a div.fr h3{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 5px;
}
.cover-page-wrapper .slidebar .manual>a div.fr p{
    color: #888;
}
.cover-page-wrapper .slidebar .manual>a div.fl{
    width: 23%;
}
.cover-page-wrapper .slidebar .manual>a div.fl i{
    display: block;
    height: 60px;
    width: 60px;
    background: url(../images/manual.png) no-repeat center center;
    background-position: 0 0;
    margin: 14px 0 0 14px;;
}
.cover-page-wrapper .slidebar .manual a.dsc div.fl i{
    background-position: -60px 0;
}
.cover-page-wrapper .slidebar .manual a.ecshop div.fl i{
    background-position: -120px 0;
}
.cover-page-wrapper .slidebar h2{
    font-size: 20px;
    padding: 3px 20px;
    margin-top: 10px;
    border-left: 4px #fc8080 solid;
}
.cover-page-wrapper .slidebar h2 span{
    font-size: 12px;
    background: #fc8080;
    color: #fff;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.cover-page-wrapper .slidebar h2 a{
    font-size: 14px;
    color: #999;
    display: inline-block;
    padding-top: 8px;
    float: right;
}
.cover-page-wrapper .slidebar h2 a:hover{
    color: #333;
}
.cover-page-wrapper .slidebar ul{
    width: 90%;
    margin: 8px auto 0;
}
.cover-page-wrapper .slidebar ul li{
    float: left;
    background: #fff;
    margin: 5px;
}
.cover-page-wrapper .slidebar ul li a{
    padding: 5px 15px;
    border: 1px #ddd solid;
    cursor: pointer;
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}
.cover-page-wrapper .slidebar ul li a:hover{
    color: #fc8080;
    border-color: #fc8080;
}
/*视频模块*/
.cover-page-wrapper .video{
    margin-bottom:80px;
}
.cover-page-wrapper .video img{
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.cover-page-wrapper .video div.title{
    padding: 40px 0;
    border-bottom: #ddd 1px solid;
    margin-bottom: 30px;
}
.cover-page-wrapper .video div.title h2{
    font-size: 24px;
}
.cover-page-wrapper .video div.title h2 i{
    padding-right: 8px;
}
.cover-page-wrapper .video div.title a{
    padding-top: 10px;
    font-size: 18px;
    color: #888;
}
.cover-page-wrapper .video ul.up{
    height: 330px;
}
.cover-page-wrapper .video ul.up li{
    width: 595px;
    height: 100%;
    position: relative;
}
.cover-page-wrapper .video ul.up li.fl{
    background: url(../images/video_up_1.jpg)no-repeat center center;
    background-size: cover;
}
.cover-page-wrapper .video ul.up li.fr{
    background: url(../images/video_up_2.jpg)no-repeat center center;
    background-size: cover;
}
.cover-page-wrapper .video ul.up li>a p{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -90px;
    color: #fff;
    font-size: 18px;
}
.cover-page-wrapper .video ul.down li a,
.cover-page-wrapper .video ul.down li a:hover{
    color: #333;
    text-decoration: none;
}
.cover-page-wrapper .video ul.down li{
    float: left;
    width: 287px;
    margin: 20px 20px 0 0;
    text-align: center;
}
.cover-page-wrapper .video ul.down li h4{
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
}
.cover-page-wrapper .video ul.down li:last-child{
    margin-right: 0;
}

/**
* 资讯堂列表页样式
*2016-5-26 21:24:40
*by cding
*/
.list .adv div.fl{
    width: 400px;
    height: 225px;
    position: relative;
    overflow: hidden;
}
.list .adv div.fl a p{
    position: absolute;
    bottom: 10px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 18px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding: 0 10px;
}
.list .adv div.fr{
    width: 350px;
    height: 225px;
    background: #fafafa;
    padding: 20px;
}
.list .adv div.fr a{
    font-size: 18px;
}
.list .adv div.fr a:hover{
    color:#fc8080;
}
.list .adv div.fr a.a-btn{
    color: #fc8080;
    border: #fc8080 1px solid;
    font-size: 14px;
    padding: 4px 12px;
    display: inline-block;
}
.list .adv div.fr p{
    color: #999;
    line-height: 1.5;
    margin: 20px 0;
    height: 63px;
    overflow: hidden;
}
.list .adv div.fr p.time i{
    padding-left: 30px;
}
.list .content div.box{
    padding: 30px 0;
    border-bottom: #ddd 1px solid;
}
.list .content div.box:last-child{
    border:0;
}
.list .content div.title{
    padding-top: 30px;
    background: #fff url(../images/line.png);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 780px;
}
.list .content div.fix{
    position: fixed;
    top: 0;
    z-index: 100;
    padding-top: 10px;
}
.list .content div.title a{
    font-size: 18px;
    padding:0 10px;
    height: 36px;
    display: inline-block;
    margin-right: 30px;
}
.list .content div.title a.active{
    color: #fc8080;
    border-bottom: 4px #fc8080 solid;
}
.list .content div.title a:hover{
    color: #fc8080;
}
.list .content div.box div.fl{
    position: relative;
    width: 220px;
    height: 124px;
    overflow: hidden;
}
.list .content div.box div.fr{
    width: 530px;
    height: 124px;
    overflow: hidden;
}
.list .content div.box a{
    font-size: 18px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 100%;
    display: block;
    text-decoration:none;
}
.list .content div.box a:hover{
    color: #fc8080;
}
.list .content div.box p.time{
    color: #bbb;
    padding-top: 10px;
    height: 31px;
}
.list .content div.box p.time i{
    padding-left: 30px;
}
.list .content div.box p{
    padding-top: 5px;
    color: #999;
    line-height: 1.5;
    max-height:66px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.result .content div.box p{
	max-height:46px;
	-webkit-line-clamp:2;
}
.list .content nav{
    width: 780px;
    margin: 0 auto;
    text-align: center;
}
.pagination>li>a, .pagination>li>span{
    color: #333;
    margin-right: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>a.active, .pagination>li>span:focus{
    color: #fff;
    background: #fc8080;
    border-color:#fc8080 ;
}
.pagination>li span{
    background: url(../images/sj.png) no-repeat center center;
    width: 10px;
    display: block;
    background-size: 15px 32px;
    background-position: 2px -13px;
    padding: 10px 0;
}
.pagination>li.next span{
    background-position: -7px -13px;
}
.pagination>li.pre:hover span{
    background-position: 2px 3px;
}
.pagination>li.next:hover span{
    background-position: -7px 3px;
}
/*推荐文章*/
 .list-article{
    padding-bottom: 20px;
}

 .list-article div.box div.img{
    width: 360px;
    height: 203px;
    overflow: hidden;
    margin: 20px auto 15px;
    position: relative;
}
 .list-article div.box>p{
    width: 360px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}
.service .wrap{
    width: 360px;
    margin: 0 auto;
}
.service .wrap ul.share{
    margin: 20px 0;
    width: 100%;
}
.service .wrap ul.share li{
    float: left;
    width: 100px;
    margin: 0;
    margin-right: 30px;
    height: 140px;
    background: none;
}
.service .wrap ul.share li:last-child{
    margin-right: 0;
}
.service .wrap ul.share li a{
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border: 0;
    text-align: center;
}
.service .wrap ul.share li a i{
    width: 100px;
    height: 100px;
    display: block;
    background: url(../images/service_icon.png) no-repeat center center;
    background-position: -200px 0;
}
.service .wrap ul.share li:nth-child(2) a i{
    background-position: -100px 0;
}
.service .wrap ul.share li:nth-child(3) a i{
    background-position: 0 0;
}
.service .wrap ul.share li a p{
    font-size: 18px;
    padding-top: 10px;
}
.service .wrap>div.clearfix{
    height: 60px;
    width: 310px;
}
 .service .wrap>div.clearfix div.fl{
    height: 100%;
    width: 60px;
    background: url(../images/service_phone.png) no-repeat left center;
}
.service .wrap>div.clearfix div.fr{
    height: 100%;
    width: 250px;
}
.service .wrap>div.clearfix div.fr h4{
    font-size: 18px;
    padding-top: 10px;
}
.service .wrap>div.clearfix div.fr p{
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}
.service .wrap>h3{
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    border-top: #ddd 1px solid;
    margin-top: 20px;
    padding-top: 30px;
}
.service .wrap ul.qrcode{
    width: 100%;
    margin-bottom: 30px;
}
.service .wrap ul.qrcode li{
    height: 220px;
    width: 170px;
    background: none;
}
.service .wrap ul.qrcode li i{
    background: url(../images/severce_qrcode.png) no-repeat center center;
    background-position: 0 0;
    height: 170px;
    width: 170px;
    display: block;
}
 .service .wrap ul.qrcode li p{
    text-align: center;
    padding-top: 10px;
}
.service .wrap ul.qrcode li p span{
    color: #999;
}
.service .wrap ul.qrcode li.fr i{
    background-position: -170px 0;
}
#chanhide{
    display: none;
}
/**
* 资讯堂详情页样式
*2016-5-27 13:13:34
*by cding
*/
.detailpage .content{
    margin-top: 30px;
}
.detailpage .content div.left-wrap{
    width: 700px;
    margin-left: 80px;
    color: #000;
}
.detailpage .content div.left-wrap a:hover{
    color: #fc8080;
}
.breadcrumb{
    padding: 8px 15px 8px 0;;
    background-color: #fff;
    border-radius: 0px;
    border-bottom: #ddd 1px solid;
}
.breadcrumb>li+li:before{
    content: ">"
}
.detailpage .content div.left-wrap div.time{
    color: #999;
    padding: 10px 0;
}
.detailpage .content div.left-wrap div.time span.t{
    color: #333;
}
.detailpage .content div.left-wrap div.abstract{
    background: #fafafa;
    border-left: #ddd 4px solid;
    overflow: hidden;
    margin-bottom: 10px;
}
.detailpage .content div.left-wrap div.abstract p{
    padding: 20px;
    line-height: 1.9;
}
.detailpage .content div.left-wrap div.img{
    width: 100%;
    height: 394px;
    margin: 20px 0;
}
.detailpage .content div.left-wrap div.img img{
    max-width: 100%;
}

/* 样式修改 by hyy */
.detailpage .article, .detailpage .article p, .detailpage .article span {
    color: #333;
    font-family: "微软雅黑","Microsoft YaHei";
}
.left-wrap .article p{font-family: 微软雅黑, 'Microsoft YaHei'; font-size: 16px;text-indent: 2em;line-height:28px;margin-bottom:20px;}
.detailpage .article p, .detailpage .article p span {
    letter-spacing: 0.04em;
}
.detailpage .article p span {
    line-height: 172%;
}
.article_page { text-align:center}
/* 样式修改 by hyy end */

.article-left-btn-group ul li:before,footer .footer-icon-list ul li:before {
	-ms-transition: .5s cubic-bezier(.3,0,0,1.3);
	-o-transition: .5s cubic-bezier(.3,0,0,1.3);
	-webkit-transform: scale(0,0)
}
.article-left-btn-group ul li:before{
	-moz-transform: scale(0,0);
	-ms-transform: scale(0,0)
}
.article-left-btn-group {
	width: 60px;
	float: left;
	position: fixed;
	z-index: 10;
    top: 180px;
}

.article-left-btn-group ul li {
	width: 60px;
    height: 60px;
	cursor: pointer;
	background-color: #fafafa;
	border-bottom: 1px solid #f0f0f0

}
.article-left-btn-group ul li:last-child,.article-left-btn-group ul li:nth-child(3) {
	border: none
}

.article-left-btn-group ul li:nth-child(4) {
	margin-top: 30px
}
.icon-article-wb {
	background-position: 14px 4px
}

.icon-article-pyq {
	background-position: -46px 3px
}

.icon-article-qzone {
	background-position: -117px 2px
}

.icon-article-pl {
	background-position: -175px 11px;
    text-align: center;
    padding-top: 37px;
    font-style: normal;
}

.article-left-btn-group ul li:nth-child(1):hover .icon-article-wb {
	background-position: 14px -56px
}

.article-left-btn-group ul li:nth-child(2):hover .icon-article-pyq {
	background-position: -46px -57px
}

.article-left-btn-group ul li:nth-child(3):hover .icon-article-qzone {
	background-position: -117px -58px
}

.article-left-btn-group ul li:nth-child(4):hover .icon-article-pl {
	background-position: -175px -58px;
    color: #fff;
}
.article-left-btn-group ul li a,
.article-left-btn-group ul li:hover a{
	width: 60px;
    height: 60px;
    position: absolute;
}
.article-left-btn-group ul li:before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 60px;
	height: 62px;
	opacity: 0;
	-webkit-transition: .5s cubic-bezier(.3,0,0,1.3);
	-moz-transition: .5s cubic-bezier(.3,0,0,1.3);
	transition: .5s cubic-bezier(.3,0,0,1.3);
	-o-transform: scale(0,0);
	transform: scale(0,0)
}

.article-left-btn-group ul li:nth-child(1):hover:before {
	background-color: #f74864
}

.article-left-btn-group ul li:nth-child(2):hover:before {
	background-color: #1ec354
}

.article-left-btn-group ul li:nth-child(3):hover:before {
	background-color: #ffce0b
}

.article-left-btn-group ul li:nth-child(4):hover:before {
	background-color: #999;
}

.article-left-btn-group ul li:hover:before {
	opacity: 1;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-o-transform: scale(1,1);
	transform: scale(1,1)
}

.article-left-btn-group .weixin-Qr-code {
	display: none;
	position: absolute;
	width: 130px;
	height: 130px;
	margin-left: 80px;
	margin-top: -35px;
	box-shadow: 0 0 6px rgba(14,22,30,.3);
	background-color: #fff;
	z-index: 10
}
.article-left-btn-group .weixin-Qr-code img {
    width: 100%;
    max-width: 100%;
}

.article-left-btn-group .weixin-Qr-code:after,.article-left-btn-group .weixin-Qr-code:before {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top: 57px;
	left: -18px;
	content: ''
}
.article-left-btn-group .weixin-Qr-code:before {
	border: 8px solid transparent;
	border-right: 10px solid rgba(0,0,0,.3)
}

.article-left-btn-group .weixin-Qr-code:after {
	border: 8px solid transparent;
	border-right: 10px solid #fff
}
.article-left-btn-group .icon {
	display: inline-block;
	background-image: url(../images/share.png);
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	color:#333;
	text-decoration:none;
}
/**
* 视频专区样式
*2016-5-27 16:58:31
*by cding
*/
.videopage div.topbar{
    height: 440px;
}
.videopage div.topbar>div.fl{
    margin-top: 30px;
    height: 100%;
    width: 780px;
    background: url(../images/video_topbar_l.jpg) no-repeat center center;
    overflow: hidden;
    position: relative;
}
.videopage div.topbar>div.fl a>div{
    position: absolute;
    bottom: 15px;
    color: #fff;
    width: 100%;
    font-size: 24px;
    padding: 0 20px;
}
.videopage div.topbar>div.fl a>div p.fr{
    font-size: 18px;
    padding-top: 5px;
}
.videopage div.topbar>div.fr{
    width: 400px;
    height: 100%;
    background: #fafafa;
    border: #f1f1f1 1px solid;
}
.videopage div.topbar>div.fr div.wrap{
    border: 0;
    margin: 0;
}
.videopage div.topbar>div.fr div.wrap>h2{
    font-size: 20px;
    padding: 3px 20px;
    margin-top: 20px;
    border-left: 4px #fc8080 solid;
}
.videopage div.topbar div.fr div.wrap .wrap-list{
    width: 360px;
    margin: 20px auto 0;
}
.videopage div.topbar div.fr div.wrap .wrap-list div.fl{
    width: 125px;
    height: 70px;
}
.videopage div.topbar div.fr div.wrap .wrap-list div.fl img{
    max-width: 100%;
}
.videopage div.topbar div.fr div.wrap .wrap-list div.fr{
    width: 220px;
    height: 70px;
}
.videopage div.topbar div.fr div.wrap a:hover.wrap-list div.fr h4{
    color: #fc8080;
}
.videopage div.topbar div.fr div.wrap .wrap-list div.fr h4{
    font-size: 16px;
    line-height: 1.5;
}
.videopage div.topbar div.fr div.wrap .wrap-list div.fr p{
    color: #999;
}
.videopage div.video-m{
    margin: 30px 0 50px;
}
.videopage div.video-m div.title{
    padding: 40px 0;
    border-bottom: #ddd 1px solid;
    margin-bottom: 30px;
}
.videopage div.video-m div.title h2{
    font-weight: bold;
    border-left: 4px #fc8080 solid;
    padding: 3px 0 3px 20px;
    font-size: 24px;
}
.videopage div.video-m div.title a{
    font-size: 18px;
    color: #999;
}
.videopage div.video-m ul.up li{
    border: #ddd 1px solid;
    width:596px;
}
.videopage div.video-m ul.up li a>div{
    padding: 20px;
}
.videopage div.video-m ul.up li a>div h3{
    font-size: 18px;
    padding-bottom: 10px;
}
.videopage div.video-m ul.up li a>div p{
    color: #999;
}
.videopage div.video-m ul.down li{
    float: left;
    width: 286px;
    overflow: hidden;
    margin-right: 22px;
}
.videopage div.video-m ul.down li:last-child{
    margin-right: 0;
}
.videopage div.video-m ul.down li a{
    width: 286px;
    height: 161px;
}
.videopage div.video-m ul.down li a h4{
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0;
}
.videopage div.video-m ul li a:hover{
    color:#000;
}
/**
* 资讯堂首页样式
*2016-5-30 10:41:48
*by cding
*/
.advice .slidebar .article-module div.img{
    height: 150px;
}
.advice .slidebar .article-module div.img a p{
    font-size: 16px;
}
.advice .slidebar .lesson div.wrap div.img a{
    height: 100%;
}
.advice .slidebar .lesson div.wrap{
    width: 360px;
    margin: 20px auto;
}
.advice .slidebar .lesson div.wrap a{
    font-size: 16px;
    padding: 15px 0;
    margin-bottom: 15px;
    line-height: 1.8;
    border-bottom:#ddd 1px solid;
    display: block;
    /*height: 86px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.advice .slidebar .lesson div.wrap a span{
    color: #fc8080;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    width: 100%;
}
.advice .slidebar .lesson div.wrap p{
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.advice .slidebar .lesson div.img{
    width: 360px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.advice .slidebar .e-goods{
    padding-bottom: 10px;
}
.advice .slidebar .e-goods h2 span{
    background: #3caaff;
}
.advice .slidebar .e-goods div.box{
    width: 360px;
    margin: 0 auto;
}
.advice .slidebar .e-goods div.box div.img{
    width: 100%;
    height: 193px;
    overflow: hidden;
    margin: 20px auto 15px;
    position: relative;
}
.advice .slidebar .e-goods div.box p{
    padding-bottom:10px;
    border-bottom: #ddd 1px solid;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advice .slidebar .e-goods div.box:last-child p{
    border:0;
}
.advice .advice-top{
    width: 100%;
    height:284px;
    margin: 30px 0;
}
.advice .advice-top .left-slide{
    width: 507px;
    height:100%;
    overflow: hidden;
    position: relative;
}
.advice .advice-top .left-slide .swiper-pagination{
    right: 10px;
    width: auto;
    left: auto;
}
.advice .advice-top .left-slide .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.advice .advice-top .left-slide .swiper-pagination-bullet-active{
    background: #fc8080;
}
.advice .advice-top .left-slide .swiper-slide p{
    position: absolute;
    color: #fff;
    bottom:0;
    left: 0;
    line-height: 50px;
    font-size: 18px;
    padding-left: 20px;
    width: 380px;
    height: 50px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.advice .advice-top .left-slide .swiper-slide img{
    width: 100%;
    max-width: 100%;
}
.advice .swiper-button-prev{
    background-position:-35px center;
}
.advice .swiper-button-next{
    background-position:15px center;
}
.advice .swiper-button-prev, .swiper-button-next{
    background-size: 70px;
    background-repeat: no-repeat;
    opacity: .8;
}
.advice .advice-top div.fr div.small-img{
    width: 264px;
    height: 137px;
    overflow: hidden;
    position: relative;
}
.advice .advice-top div.fr div.small-img p{
    position: absolute;
    bottom: 7px;
    width: 100%;
    left: 0;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advice .content div.box div.fl{
    position: relative;
    width: 220px;
    height: 124px;
    overflow: hidden;
}
.advice .content div.box div.fr{
    width: 530px;
    height: 124px;
    overflow: hidden;
}
.advice .content div.box div.fr>a{
    font-size: 18px;
    width: 100%;
    height: 24px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    display: block;
    text-decoration:none;
}
.advice .content div.box div.fr>a:hover{
    color: #fc8080;
}
.advice .content div.box div.fr>p.time{
    color: #bbb;
    padding-top: 10px;
    height: 31px;
}
.advice .content div.box div.fr>p.time i{
    padding-left: 30px;
}
.advice .content div.box div.fr p{
    padding-top: 5px;
    color: #999;
    line-height: 1.5;
    overflow:hidden;
    height: 70px;
}
.advice .content div.box{
    padding-bottom: 30px;
}
.advice .content div.advice-com{
    border-top: #fc8080 2px solid;
    margin-bottom: 30px;
}
.advice .content div.advice-com div.title{
    height: 60px;
    border-bottom: #ddd 1px solid;
}
.advice .content div.advice-com div.title h2{
    float: left;
    padding-top: 17px;
    font-size: 24px;
    font-weight: bold;
}
.advice .content div.advice-com div.title a{
    float: right;
    font-size: 16px;
    color: #999;
    margin-left: 20px;
    margin-top: 20px;
}
.advice .content div.advice-com div.title a:hover{
    color:#333;
}
.advice .content div.advice-com>div.clearfix div.fl .wrap{
    width: 268px;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.advice .content div.advice-com>div.clearfix div.fl .wrap p{
    position: absolute;
    color: #fff;
    width: 100%;
    bottom:10px;
    left: 0;
    padding: 0 10px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advice .content div.advice-com>div.clearfix div.fr{
    width: 494px;
}
.advice .content div.advice-com>div.clearfix div.fr ul li{
	line-height: 2;
    clear:both;
	line-height:2;
	max-height: 36px;
    overflow: hidden;
}
.advice .content div.advice-com>div.clearfix div.fr ul li a{
    font-size: 16px;
    padding-right: 10px;
    float: left;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration:none;
}
.advice .content div.advice-com>div.clearfix div.fr ul li a:hover{
    color: #fc8080;
}
.advice .content div.advice-com>div.clearfix div.fr ul li span{
    color: #999;
    float: right;
	line-height:2.5;
}
.advice .activity{
    border-top: #fc8080 2px solid;
    padding-bottom: 60px;
}
.advice .activity div.title{
    height: 64px;
}
.advice .activity div.title h2{
    font-size: 24px;
    font-weight: bold;
    padding-top: 18px;
}
.advice .activity div.title h2 img{
    vertical-align: middle;
    margin-right: 10px;
}
.advice .activity div.title a{
    font-size: 18px;
    padding-top: 20px;
    color: #999;
}
.advice .activity ul li{
    float: left;
    width: 33.333%;
}
.advice .activity ul li div.img{
    width: 390px;
    height: 220px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.advice .activity ul li div.img p{
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #fff;
    width: 100%;
    font-size: 18px;
    padding:0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cover-page-wrapper .left-wrap div.clearfix{padding: 30px 0;font-size: 16px;text-align: center;}
.cover-page-wrapper .left-wrap div.clearfix a{height: 40px; overflow: hidden;color: #999;display: block;}
/**
*   资讯堂搜索结果
*   author：cding
*   2016-6-12 09:25:24
*/
.result .service{
    margin-bottom: 30px;
}
.result .content>p,
.result .content .result-img>p{
    font-size: 18px;
    color: #999;
    line-height: 1.8;
}
.result .content>p span{
    color: #ff3030;
}
.result .content .result-img{
    margin: 140px  auto 0;
    width: 240px;
    text-align: center;
}

/**
*   资讯堂广告位模块
*   author：cding
*   2016-6-13 11:42:32
*/
.ads-space{
    width: 400px;
    height: 225px;
    position: relative;
    overflow: hidden;
}
.ads-space a p{
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**
*   资讯堂联系我们
*   author：cding
*   2016-6-13 13:11:06
*/
.contact .wrap>div.clearfix{
    width: auto;
}
.contact .wrap>div.clearfix div.fr{
    width: 300px;
}
.contact .wrap>div.clearfix div.fr h4{
    padding-top: 20px;
}
.contact .wrap>div.img div.fl{
    background: url(../images/service_mail.png) no-repeat left center;
}
.contact .wrap>div.img{
    padding-bottom: 10px;
    box-sizing: content-box;
}
.contact .wrap>div.clearfix div.fr p{
    padding-top: 10px;
}
.contact .wrap>div.clearfix div.fr p span{
    color: #333;
}
.contact .wrap ul.qrcode {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #ddd 1px solid;
}
.breadcrumb span {
    color: #ccc;
    font-size: 14px;
}
.no_data
{
	color: gray;
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
}

/********** 悬浮客服  ************/
.right-fixed{ position: fixed; right: 0;top:50%; z-index:999;margin-top:-120px;width: 64px; box-shadow: 0  0px 6px rgba(168,168,168,0.38) ;}
.right-fixed .kegu-box{ display:block; width: 64px; height:79px; padding-left:5px;background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -206px 0;}
.right-fixed .kegu-box .qqTip{position: absolute;z-index:100; top:0px;right:68px;color:#666;background:#fff; padding:10px 15px; height:80px;width:154px;font-size:12px;display: none;box-shadow: 0  0px 6px rgba(168,168,168,0.38)}
.right-fixed .kegu-box .qqTip p{line-height: 20px;}
.right-fixed .kegu-box:hover .qqTip{ display: block;}
.right-fixed .kegu-box:hover{ background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -275px 0}
.right-fixed .wx-box{display:block; width: 64px;height:78px; padding-left:5px;cursor: pointer; position:relative;background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -206px -79px;}
.right-fixed .currentstyle .wx-erwema{ display: block;}
.right-fixed .currentstyle{background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -275px -79px}
.right-fixed .wx-erwema{position: absolute;width:149px;height: 190px;left: -153px;top: 0;display: none; background: url(/style2018/themes/ecmoban2014/images/position-right-wx.png) no-repeat;padding-left: 10px;}
.right-fixed .wx-box:hover .wx-erwema{ display: block;}
.right-fixed .wx-box:hover{  background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -275px -79px }
.right-fixed .ShoppingCar-link{display:block; height:78px; width: 64px;background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -206px -157px;}
.right-fixed .ShoppingCar-link:hover{background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -275px -157px}
.right-fixed  .fk-box { display: block;height: 79px; width: 64px;  background:url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -206px -236px}
.right-fixed  .fk-box:hover{ height: 79px; width: 64px;  background:url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -275px -236px}
.right-fixed .back-top{ height: 63px; width: 64px;cursor:pointer;background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -206px -315px;}
.right-fixed .back-top:hover{background: url(/style2018/themes/ecmoban2014/images/wt-public-icon.png) -275px -315px }