

/* 首页 */
.page-container{
  background-color: #fff;
  padding-bottom: 40px;
}
.new-year{
    position: relative;
    background: url(../images/new-yearbg1.png) no-repeat;
    height: 65px;
}
.new-year1{
    position: absolute;
    top: 10px;
    left: 0;
    width: 330px;
    height: 810px;
    background: url(../images/new-yearbg2.png) no-repeat;
    z-index: 1;
}
.new-year2{
    position: absolute;
    top: 10px;
    right: 0;
    width: 335px;
    height: 810px;
    background: url(../images/new-yearbg3.png) no-repeat;
    z-index: 1;
}
@media screen and (max-width: 1600px) {
    .new-year1{
        background-size: 65%;
    }
    .new-year2{
        top: 20px;
        background-position:  right 0px;
        background-size: 65% auto;
    }
}
@media screen and (max-width: 1440px) {
    .new-year1{
        background-size: 48%;
    }
    .new-year2{
        background-position:  right 0px;
        background-size: 48%;
    }
}
@media screen and (max-width: 1399px) {
    .new-year1{
         width: 110px;
         background: url(../images/new-yearbg4.png) no-repeat;
         background-size: 100%;
    }
    .new-year2{
        width: 130px;
         background: url(../images/new-yearbg5.png) no-repeat;
         background-size: 100%;
    }
}
@media screen and (max-width: 1280px) {
    .new-year{display: none;}
    .new-year1{
         display: none;
    }
    .new-year2{
        display: none;
    }
}
.news-column{
  background-color: #fff;
}
.news-column .m-list li.major {
    width: 100%;
    margin: 15px 0;
    line-height: 22px;
}
.news-column .m-list li.major  a {
    height: 100%;
    color: #000;
    font-size: 20px;
    overflow: hidden;
}
.news-column .m-list li {
    float: left;
    width: 46%;
    padding-right: 10px;
    margin-bottom: 13px;
    border-right: 1px solid #dcdddd;
    margin-right: 3%;
    line-height: 22px;
    white-space: normal;
    font-size: 15px;
}
.news-column .m-list li.last{
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
}
.news-column .m-list li a {
    display: block;
    overflow: hidden;
    color: #666;
}
.news-column .m-list li a:hover{
  color: #0b8bca;
}
.m-list3 li {
    *display: inline;
    float: left;
    width: 32%;
    margin: 0 2% 0 0;
    text-align: center;
}
.m-list3 li.last{margin-right: 0;}
.m-list3 li:hover{
  background-color: #fff;
  box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
.m-list3 h3 {
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
}
.m-list3 h3, .m-list3 p {
    overflow: hidden;
    line-height: 18px;
    padding: 18px 18px 25px;
    overflow: hidden;
}
.m-list3 h3 a {
    color: #333;
}

/* 品牌指数 */
.brand-index{border-bottom: 1px solid #b5b5b5;}
.divcontrol div{float: left;}
.industry-select{
  position: relative;
  margin-right: 4%;
  width:48%;
  height: 32px;
  line-height: 32px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
}
.divcontrol span{
    position: absolute;
    height: 26px;
    line-height: 26px;
    left: 0px;
    border-right: 1px solid #d2d2d2;
    padding: 0 10px;
    margin-top: 3px;
}
.divcontrol select{
    position: absolute;
    right: 5px;
    height: 32px;
    line-height: 32px;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/select-icon.png) no-repeat right;
}
.industry-select select{
    width: 70%;
}
.year-select{
    margin-right: 2%;
}
.year-select,.month-select{
    position: relative;
    width: 22%;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
}
.year-select select,.month-select select{
    width: 70%;
}
/* 图表 */
.ranking{
    width: 48%;
    float: left;
    border: 1px solid #d2d2d2;
    padding-bottom: 5px;
}
.ranking table{
    width: 100%;
}
.ranking  thead tr{
    height: 36px;
    line-height: 36px;
}
.ranking  tbody tr{
    height: 30px;
    line-height: 30px;
}
.ranking  tbody tr:hover{
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    color: #5c9dd3;
}
.ranking  tbody tr td{text-align: center;}
.ranking table th{
    border-bottom:1px solid #d2d2d2 ;
    text-align: center;
}

.echart{
    width: 48%;
    padding: 0px 20px;
    float: right;
    border: 1px solid #d2d2d2;
    height: 342px;
    box-sizing: border-box;
}
.echart-wrapper {
    position: relative;
}
.choice{margin-left: 20px;transform: translateY(-45px);z-index: 2;}
.choice li{
    float: left;
    line-height: 24px;
    width: 45%;
    background-color: #999;
    border-radius: 5px;
    margin-right: 5%;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.choice li a{color: #fff;}
.choice li.active{background-color: #4499ee;}
.choice li a:hover{color: #fff;}
.J-Course,.J-Pillar{height: 200px;transform: translateY(-40px);}
.J-Pillar{transform: translateY(-85px);}
.m-list2 li.list2{
    width:48%;
    float: left;
}
.m-list2 li.last{float: right;}
.m-list2 li.list2 li{
    width: 100%;
    line-height: 26px;
    overflow: hidden;
}
/* 资讯 */
.m-message{
    height: 38px;
    line-height: 38px;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
}
.m-message span.title{
    float: left;
    padding: 0 10px;
    color: #5c9dd3;
    font-size: 24px;
}
.phone-message-select{
    display: none;
}
.phone-message-select select{
    outline: none;
    border: 0;
    background-color: #f7f8f8;
    width: 100px;
    background: url(../images/select-icon.png) no-repeat 85px center;
}
.message-select{
    padding-left: 10px;
    float: right;
    line-height: 24px;
    border-left: 1px solid #b5b5b5;
    margin-top: 8px;
}
.message-select span{
    padding: 0 8px;
    float: left;
    cursor: pointer;
    /* background: url(../images/bias.png) no-repeat right; */
}
.message-select span:hover{
    color: #fff;
    background-color: #0b8bca;
}
.g-news .m-news .tit{
    font-size: 24px;
    color: #0b8bca;
}
.m-news .m-list .clr{padding-top: 25px;}
.m-news .m-list li {
    position: relative;
    *display: inline;
    float: left;
    padding: 30px 25px 0px 25px;
    left: -25px;
    top: -25px;
    width: 640px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.m-news .m-list li .box{
    position: relative;
    left: 0;
    top: 0;
    width: 640px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}
.m-news .m-list li:hover{
    -webkit-box-shadow: 0px 1px 5px #999;
    box-shadow: 0px 1px 5px #999;
    -webkit-transform: translate3d(0, 0px, -2px);
    transform: translate3d(0, 1px, -2px);
}
.m-news .m-list li:hover .box{border: 0;}
.m-news .m-list .u-img {
    max-width: 205px;
    max-height: 135px;
}
.m-list-img .u-img {
    width: 33.07%;
    height: auto;
    margin-right: 17px;
}
.m-list .u-img {
    float: left;
    margin-right: 12px;
}
.m-list .txt {
    overflow: hidden;
    min-height: 125px;
}
.m-news .m-list h3 {
    font-weight: normal;
    overflow: hidden;
}
.m-list h3 a {
    color: #262626;
    font-size: 18px;
    font-weight: bold;
}
.m-list h3 a:hover{
    color: #0b8bca;
    text-decoration: underline;
}
.m-list p {
    color: #666;
    max-height: 44px;
    margin-top: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 22px;
}
.m-list .msg{
    margin-top:8px;
}
.m-list span{
    float: left;
    color: #a9a9a9;
    font-size: 12px;
    margin-right: 2%;
}
.m-list .msg a{
    color: #a9a9a9;
    font-size: 12px;
}
.m-list .msg .tages{
    float: right;
    margin-right: 0;
}
.m-list .sort {
    padding: 7px 14px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.u-btn{
    width: 100%;
    height: 56px;
    *line-height: 56px;
    font-size: 16px;
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0;
    color: #5994ce;
    border: 1px solid #5c9dd3;
    background-color: #f7f8f8;
}
.u-btn:hover{
    border-color: #f04040;
    color: #f04040;
}

/* flexslider 图片轮播*/
.flexslider{position:relative;width:auto;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flex-direction-nav a{ width:50px; height:65px; line-height:99em;overflow:hidden;margin:-30px 0 0;display:block;background:url(../images/flexslider.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:-10px -85px;right: 0;}
.flex-direction-nav .flex-prev{left:0;background-position:-10px -10px;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{
  width: 8px;
  height: 8px;
  background-color: #96949a;
  border-radius: 50%;
  display:block;
  overflow:hidden;
  text-indent:-99em;
  cursor:pointer;
}
.flex-control-paging li a.flex-active{
  background-color: #c8c8cb;
  width: 18px;
  height: 8px;
  border-radius: 4px;
}

/* 视频、千家文库图片轮播 */
#flexslider1  .flex-control-nav,
#flexslider2  .flex-control-nav
{
    display: none;
}
#flexslider2 ul li{
    position: relative;
}
#flexslider2 .flex-direction-nav a{
    margin-top: -220px;
}
/* 工程信息 */
.project-select {
    padding: 5px 0;
    border-bottom: 1px solid #b5b5b5;
}
.project-select select{
    border: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-right: 1px solid #b5b5b5;
    color: #888;
}
.project-select select.last{border-right: 0;}
.project-select3 select{
    width: 27%;
    padding-left: 8px;
    background: url(../images/select-icon.png) no-repeat 84px center;
    box-sizing: border-box;
}
.project-select4 select{
    width:24%;
    padding-left: 8px;
    background: url(../images/select-icon.png) no-repeat 70px center;
    box-sizing: border-box;
}
.project-select span{
    display: inline-block;
    width: 15.5%;
    color: #888;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}
.project-list{
    height: 195px;
}
.project-list li{
    margin-left:30px;
    line-height: 32px;
    list-style: disc;
}
.project-list li span{
    display: inline-block;
    margin-left: 2%;
    font-size: 12px;
    color: #999;
}
.project-list li:hover span{
    color: #0b8bca;
}
/* 会员中心 */
.member-list{
    height: 456px;
    padding: 0 15px;
}
.member-list li{
    width: 100%;
    *display: inline;
    float: left;
    padding-top: 20px;
}
.member-list .u-img,.receive-wrapper .u-img{float: left;}
.member-list .txt,.receive-wrapper .txt{
    overflow: hidden;
}
.member-list h3 a{
    font-size: 16px;
    font-weight: normal;
}
.member-list p{
    margin-top: 10px;
    line-height: 22px;
    color: #919191;
    font-size: 12px;
}
.member-list p a{
    color: #919191;
}
.receive-wrapper li{
    *display: inline;
    float: left;
    width: 100%;
    padding: 17px 16px;
    background-color: #fff;
    box-sizing: border-box;
    border-bottom: 1px dashed #b5b5b5;
}
.receive-wrapper li.last{border: 0;}
.receive-wrapper li:hover{
    background-color: #eee;
}
.receive-wrapper h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.receive-wrapper h3 a{
    font-size: 16px;
    font-weight: normal;
}
.receive-wrapper li .post{
    font-size: 16px;
    color: #333;
}
.receive-wrapper p{
    color: #919191;
    margin-bottom: 10px;
    line-height: 22px;
}
.receive-wrapper p a{
    color: #919191;
}

/* 视频 */
.video{background-color: #fff;padding-bottom: 8px;}
.text h3{
    padding: 8px;
    font-weight: normal;
}
.text h3 a{
    font-size: 16px
}
.video-p{
    padding-left: 8px;
    line-height: 30px;
    color: #999;
}
.video p span{margin-right: 15px;}
.video-more{
    float: right;
    margin-top: 2px;
    margin-right: 15px;
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #5c9dd3;
    background-color: #fff;
    border: 1px solid #5c9dd3;
    border-radius: 12px;
    text-align: center;
}
/* 智客行 */
.side-title{
    font-size: 24px;
    color: #000;
}
.activity-wrapper .u-img{
    position: relative;
}
.activity-wrapper .collect{
    width: 100%;
    position: absolute;
    bottom: 65px;
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 12px;
    z-index: 2;
}
.activity-wrapper .collect span{
    padding: 0 8px;
    cursor: pointer;
}
.activity-wrapper .collect .star{
    font-size: 18px;
}
.activity-wrapper .collect .apply-btn{
    display: inline-block;
    margin-left: 100px;
     padding: 0 10px;
     height: 30px;
     line-height: 30px;
     color: #fff;
     background-color: #5c9dd3;
     border-radius: 3px;
}
.activity-wrapper .collect .apply-btn:hover{
    background-color: #eb6100;
}
.r-more{
    text-align: center;
    padding-bottom: 10px;
}
.r-more a{
    display: inline-block;
    width: 62px;
    height: 62px;
    line-height: 62px;
    color: #5c9dd3;
    border: 1px solid #5c9dd3;
     border-radius: 50%;
     font-size: 18px;
}
.r-more a:hover{
    color: #fff;
    background-color: #5c9dd3;
}
/* 千家文库 */
.document{padding: 8px;padding-top: 0;}
.document li{
    line-height: 28px;
}
.document li i {
    float: left;
    width: 16px;
    height: 16px;
    background-image: url(../images/type-icon.png);
    margin-top: 7px;
    margin-right: 6px;
}
.document li i.doc { background-position: -10px -62px; }
.document li i.ppt { background-position: -10px -36px; }
.document li i.pdf { background-position: -10px -10px; }
.document li i.txt { background-position: -10px -88px; }
.document li i.xls { background-position: -10px -112px; }
/* 千家论坛 */
.forum-wrapper{background-color: #fff;}
.forum-wrapper  li {
    *display: inline;
    float: left;
    width: 100%;
    padding: 12px 17px;
    background-color: #fff;
    box-sizing: border-box;
}
.forum-wrapper  li:hover{
    background-color: #eee;
}
.forum-wrapper .u-img {
    float: left;
    width: 22%;
}
.forum-wrapper .txt{
    overflow: hidden;
}
.forum-wrapper h3 a {
    font-size: 16px;
    font-weight: normal;
}
.forum-wrapper .txt p{
    margin-top: 20px;
    color: #999;
    font-size: 12px
}
.forum-wrapper  p .browse{
    margin-left: 15px;
}
.forum-wrapper  p i{margin-right: 3px;}

/* 广告 */
.ad img{
    width: 100%;
}

/*展会合作slide*/
.slide { overflow: hidden; position: relative; }
.slide-con { overflow: hidden; position: relative; }
.slide .slide-panel { overflow: hidden; position: relative; }
.slide .slide-nav { position: absolute; }
.slide .slide-nav .slide-trigger { cursor: pointer; display: inline-block; *display: inline; *zoom: 1; _position: relative; font-size: 0; overflow: hidden; }
.slide .slide-prevnext { background-repeat: no-repeat; cursor: pointer; display: block; position: absolute; z-index: 9; }
/*展会合作slide-exhibit*/
.slide-exhibit .slide-con, .slide-exhibit .slide-panel { height: 120px; width: 300px; }
.slide-exhibit .slide-nav { width: 100px; }
.slide-exhibit .slide-con { width:300px; float: right;}
.slide-exhibit .slide-nav .slide-trigger { border-top: #999 dotted 1px; font: normal 14px/23px \5fae\8f6f\96c5\9ed1, "Microsoft Yahei"; height: 23px; display: block; float: none; text-align: left; text-indent: 10px; width: 100%; }
.slide-exhibit .slide-nav .slide-trigger a { -webkit-transition: none; transition: none; }
.slide-exhibit .slide-nav .slide-trigger a:hover { color: #fff; text-decoration: none; }
.slide-exhibit .slide-nav .slide-trigger-active { background-color: #0b8bca; border-left: #f30 solid 4px; text-indent: 6px; width: 96%; }
.slide-exhibit .slide-nav .slide-trigger-active a { color: #fff; }

.mod .hd {
    /* background-color: #f7f7f7; */
    border-top: #0b8bca solid 2px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.mod .hd h2 {
    font-family: 微软雅黑, "Microsoft Yahei";
    font-size: 16px;
    font-weight: normal;
}
.mod .hd h2 a{
    font-size: 16px !important;
}
.mod .hd, .mod .under {
    *zoom: 1;
}
/*热点新闻li-tags*/
.li-tags{
    padding-left: 10px;
    padding-bottom: 10px;
}
.li-tags li {
 height: 34px;
 line-height: 34px;
 overflow: hidden;
 padding-left: 20px;
}
.li-tags .tags {
    background-color: #cacaca;
    float: left;
    height: 14px;
    margin-left: -14px;
    margin-top: 9px;
    width: 3px;
}
