﻿
@charset "utf-8";
/*img{ width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    vertical-align: top;
}
  */ 




/*文章列表*/
.contentList{padding:16px 0px;border-bottom:1px solid #f0f0f0;overflow: hidden; transition: all 0.2s linear;-moz-transition: all 0.2s linear; -webkit-transition: all 0.2s linear;-o-transition: all 0.2s linear;-ms-transition: all 0.2s linear;}
.contentList:last-child{ border-bottom:0; padding-bottom:20px;}
.contentList:hover{-ms-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15);box-shadow: 0 15px 30px -20px rgba(0, 0, 0, 0.15); -moz-transform: translate3d(0, -2px, 0);  -ms-transform: translate3d(0, -2px, 0);  -webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);}
.contentList:hover dl dt img{-webkit-animation:zoomIn 2s cubic-bezier(0.42,0,.58,1)}
@-webkit-keyframes zoomIn {0% {-webkit-transform:scale3d(1, 1, 1)}50% {-webkit-transform:scale3d(1.2, 1.2, 1.2)}}
.contentList dl dt{ width:217px; float: left; margin-right: 30px; height:149px; overflow:hidden; border-radius:6px;}
.contentList dl dt a img{display:block;width:217px;height:149px; border-radius:6px;}
.contentList dl dt a:hover img{-webkit-animation:zoomIn 2s cubic-bezier(0.42,0,.58,1)}
@-webkit-keyframes zoomIn {0% {-webkit-transform:scale3d(1, 1, 1)}50% {-webkit-transform:scale3d(1.2, 1.2, 1.2)}}

.contentList dl dd{ width:545px; float:left;}
.contentList h2.bigtitle {font-size: 18px; font-weight:bold;line-height:28px;color:#3f3b3b;  }


.contentList h2.bigtitle a{color:#3f3b3b; text-decoration:none; transition:all 0.5s ease 0s ; display:block;}
.contentList h2.bigtitle:hover a{color:#007bcd; /*padding-left:8px;*/}



.contentList p.details{font-size:13px;line-height:22px;color: #a7a7a7;/* height: 44px; *//* overflow: hidden; */margin-top:10px;}
.contentList p.details a{color: #a7a7a7;}
.contentList p.details a:hover{color:#007bcd;}
.authorThumbs{ margin-top:18px;}
.authorThumbs .authorHead{ width:20px; height:20px;float: left; margin-right: 6PX; border-radius:25px;}
.authorThumbs .authorHead img{ display:block; width:20px; height:20px; border-radius:25px;}

.authorThumbs a .authorName{ float: left; color: #bbbbbb; font-size: 14PX; line-height: 25PX;margin-right:17px}
.authorThumbs a.icon{width:23px; height: 20px; display: inline-block; margin-right:17px; float:left;}
.authorThumbs a.likes { background: url("../images/common/icon.png") no-repeat 5px -4px; cursor:pointer; }
.authorThumbs a.likes:hover { color: #bbbbbb; }
.authorThumbs a:hover.likes{ background: url("../images/common/icon.png") no-repeat 5px -41px; }
.authorThumbs a.num { width: auto;margin-right:23px }
.authorThumbs a.likesSelection{ background: url("../images/common/icon.png") no-repeat 5px -41px; }
.authorThumbs a.message{background: url("../images/common/icon.png") no-repeat 0px -74px;  }
.authorThumbs a:hover.message{background: url("../images/common/icon.png") no-repeat 0px -109px;  }
.authorThumbs a.messageSelection{background: url("../images/common/icon.png") no-repeat 0px -109px;  }
.authorThumbs a.lock{background: url("../images/common/icon.png") no-repeat 2px -148px;}
.authorThumbs a:hover.lock{background: url("../images/common/icon.png") no-repeat 2px -185px;}
.authorThumbs a.lockSelection{background: url("../images/common/icon.png") no-repeat 0px -185px;}
.authorThumbs span.original{ color: #3ca5f6; font-size: 13px; padding-right:15px; float:left; margin-top:2px;}
.authorThumbs span.recommend{float:right; color: #eb5350; border: 1px solid #efb9b9; border-radius: 2px; font-size: 12px; padding: 1px 4px;}
.picContent ul{ width: 861px; overflow: hidden; margin-top: 20px;}
.picContent ul li{float: left; margin-right: 37px; width: 250px; height:172px;overflow:hidden;  border-radius:6px;}
.picContent ul li a img{ display:block; width:250px; height:172px;  border-radius:6px;}
.picContent ul li a:hover img{-webkit-animation:zoomIn 2s cubic-bezier(0.42,0,.58,1)}
@-webkit-keyframes zoomIn {0% {-webkit-transform:scale3d(1, 1, 1)}50% {-webkit-transform:scale3d(1.2, 1.2, 1.2)}}



.authorThumbs .time{float: left; color: #bbbbbb; font-size: 14PX; line-height: 25PX; margin-right: 18px;}
.listArticle .contentList:first-child{padding-top: 0px;}
.num{ padding-left:24px;color: #bbbbbb; font-size: 12PX; line-height: 25PX;}


/*销量排行榜*/
.rankinglist{background:#f8f8f8; padding:21px 25px 26px; margin-bottom: 10px;}
.rankinglist .quicktitle a{ float:right; font-size:12px; color:#c0bfbf;}
.rankinglist ul{ padding-top:11px;}
.rankinglist ul li{ padding:8px 0;}
.rankinglist ul li a{ background:url(../images/common/circledot.png) no-repeat left -23px; padding-left:13px; font-size:14px; color:#5a5757;}
.rankinglist ul li a:hover{ background:url(../images/common/circledot.png) no-repeat left -38px; color:#ff5c00;}





/*右侧广告*/
.activead{ border:1px solid #f8f8f8; margin-bottom:10px;}
.activead a p{ width:298px; height:204px; display:block; overflow:hidden;}
.activead a img{ display:block; width:298px; height:204px;}
.activead a span{ background:#f8f8f8; display:block;  text-align:left; font-size:13px; color:#3f3b3b; line-height:22px; padding:10px 19px;}
.activead a:hover span{ color:#007bcd;}




/*24小时热门*/
.righthotnews{ background:#f8f8f8; padding:21px 25px 26px; margin-bottom: 10px;}
.quicktitle{ margin-top:8px; }
.quicktitle b{ border-left:3px solid #eb5350; padding-left:10px; height:18px; display:block; overflow:hidden; font:18px/16px "Microsoft Yahei"; color:#3f3b3b;}
.data{ margin-top:20px;}
.data ul li{ font-size: 14px; color: #5b5757; margin-top: 20px; overflow: hidden;}
.data ul li a{ float: left; width: 220px; font-size: 14px; color: #5b5757; line-height:24px;}
.data ul li a:hover{color:#007bcd;}
.data ul li span{width: 28px; height: 25px; display: block; float: left;}
.data ul li span.hot{ background: url(../images/common/hotTU.gif) no-repeat 0 -7px; }
.data ul li span.seq2{ background: url("../images/common/number.png") no-repeat 0px -58px; }
.data ul li span.seq3{ background: url("../images/common/number.png") no-repeat 0px -120px; }
.data ul li span.seq4{ background: url("../images/common/number.png") no-repeat 0px -183px; }
.data ul li span.seq5{ background: url("../images/common/number.png") no-repeat 0px -227px; }

/*业界调查*/
.subtitle{ border-bottom:1px solid #f0f0f0; height:30px; }
.subtitle span{ border-bottom:2px solid #eb5350; font-size:18px; color:#454545; padding-bottom:6px;}
.surveylist{}
.surveylist ul{ display:block; border-bottom:1px solid #f0f0f0; padding:14px 0;}
.surveylist ul li{ height:14px; line-height:14px; padding:12px 0;}
.surveylist ul li span{ float:right; font-size:12px; color:#adadad;}
.surveylist ul li a{ background:url(../images/common/circledot.png) no-repeat 0 5px; font-size:14px; color:#383838; padding-left:14px;}
.surveylist ul li a:hover{ background:url(../images/common/circledot.png) no-repeat 0 -10px; color:#ff5c00;}

/*专题页*/
.listBanner{height:365px;  position:relative;  }
.listBanner dl:after{content:"."; display:block; height:0; visibility:hidden; clear:both; }
.listBanner dl dt{ float:left; width:715px; margin-right:30px; border-radius:4px;}
.listBanner dl dd{ float:left; width:425px;  }
.listBanner dl dt a img{ display:block;width:715px; height:365px; border-radius:4px;} 
.listBanner dl dd b a{ display:block; font-size:23px; color:#3f3b3b; font-weight:normal;}
.listBanner dl dd p{ font-size:14px; line-height:28px; color:#747272; margin-top:13px;}

.topicdot{ text-align:center; width:425px; margin-left:745px;}
.topicdot ul{bottom:42px;  display:block; position:relative; }
.topicdot ul li{ width:12px; height:12px; display:inline-block;margin-right:7px;}
.topicdot ul li a{ background:#cccccc; width:12px; height:12px; display:inline-block; border-radius:12px; }
.topicdot ul li.dotcur a{ background:#cc0000; }

    .topicdot ul li.dotcur {
        width: 12px;
        height: 12px;
        display: inline-block;
    }
.topicdot ul li:last-child a {
    margin-right: 0;
}

.topfixed{ position:fixed; width:100%; background:#ffffff; top:0;}
.topicNav ul{ width:1170px; margin:0 auto; border-bottom:1px solid #f2f2f2; height:48px; line-height:48px; margin-top:15px;}
.topicNav ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both; }
.topicNav ul li{ float:left;}
.topicNav ul li a{ padding:0 35px; display:block; }
.topicNav ul li a:hover ,.topicNav ul li.topicNavCur a{ color:#2e96db; /*border-bottom:2px solid #2e96db;*/}

.topicList{ background:#f8f8f8;}
.topicList:before{content:"."; display:block; height:0; visibility:hidden; clear:both; }
.topicdetail{ width:1170px;  margin:0 auto; padding:40px 0 0;}
.topicList ul:after{content:"."; display:block; height:0; visibility:hidden; clear:both; }
.topicList ul li{ float:left; width:333px; margin-right:85px; margin-bottom:40px; }
.topicList ul li:nth-child(3n) {  margin-right: 0;}
.topicList ul li a{ display:block;transition: .15s linear; -moz-transition:.15s linear; -webkit-transition:.15s linear;}
.topicList ul li a:hover{box-shadow:#ddd 5px 5px 10px;}
.topicList ul li a p{width:100%; position:relative;}
.topicList ul li a p em{position:absolute; top:0; left:0; width:100%; height:100%; background:url(../images/list/page_bg.png) repeat; opacity:0;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);transition: .15s linear; -moz-transition:.15s linear; -webkit-transition:.15s linear;}
.topicList ul li a:hover p em{ opacity:1;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);}
.topicList ul li a p img{ display:block; width:333px; height:235px;border-top-left-radius: 4px;border-top-right-radius: 4px;}
.topicList ul li a span{ background:#ffffff; padding:18px 20px; font-size:15px; line-height:24px; display:block; height:48px; color:#3f3b3b; border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}



/*作者列表页*/
.editorInfo { background: #f8f8f8; padding:20px 0 30px; margin-top: 10px; margin-bottom:10px}
.editorInfo .editimg { display: block; width: 96px; height: 96px; border-radius: 96px; border: 8px solid #f8f8f8; margin: 0 auto; }
.editorInfo .editimg img { width: 96px; height: 96px; border-radius: 96px; }
.InfoD { text-align: center; margin-top: 5px; }
.editorInfo b { display: block; font: 18px/18px "Microsoft Yahei"; color: #444444; text-align: center; }
.editorInfo em { display: inline-block; height: 20px; font: 12px/20px "Microsoft Yahei"; color: #ffa102; padding: 0 18px; border-radius: 20px; background: #ffffff; border: 1px solid #ffa102; margin-top: 15px; }
.editorInfo span { display: block; font:13px/22px "Microsoft Yahei"; color: #444444; text-align: left; margin-top: 10px; }
.editorInfo .spanCenter { display: block; font: 13px/22px "Microsoft Yahei"; color: #444444; text-align: center; margin-top: 10px; }
.InfoD { width: 250px; overflow: hidden; padding: 0 25px; }
.InfoD ul { width: 251px; margin-top:23px; }
.InfoD ul li { float: left; width: 124px; border-right: 1px solid #e2e2e2; text-align: center; display: block; }
.InfoD ul li:last-child { border-right: 0; }
.InfoD ul li p { font: 20px/20px "Microsoft Yahei"; color: #888888; }
.InfoD ul li span { font: 14px/14px "Microsoft Yahei"; color: #b8b8b8; margin-top: 8px; text-align: center; }

/*tag标签页*/
.tag { background: url(../images/detail/icon.png) no-repeat 0 -216px; padding-left: 20px; font: 23px/23px "Microsoft Yahei"; margin-bottom: 25px; }
.tag a { font: 23px/23px "Microsoft Yahei"; color: #3f3b3b; margin-right: 5px; }
.tag span { color: #cc0000; padding-left: 5px; }
.labelTitle { font: 23px/23px "Microsoft Yahei"; margin-bottom: 25px; }
.labelTitle span { color: #cc0000; padding-left: 5px; }
.tagslist { margin-top: 15px; }
.authorThumbs:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.tagslist:before { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.tagslist a { background: #f0f0f0; display: inline-block; height: 20px; padding: 0 12px; border-radius: 20px; font: 12px/20px "Microsoft Yahei"; color: #666666; margin-right: 10px; }
.tagslist a:hover { color: #2e96db; }

.righthotag { background: #f8f8f8; padding: 21px 25px 26px; margin-bottom: 10px; }
.righthotag ul:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.righthotag ul { margin-top: 26px; }
.righthotag ul li { float: left; display: inline; margin-right: 7px; margin-bottom: 10px; }
.righthotag ul li a { display: block; background: #ffffff; padding: 0 13px; border: 1px solid #e8ecef; height: 29px; border-radius: 29px; font: 14px/29px "Microsoft Yahei"; color: #5e6b73; }
.righthotag ul li a:hover { color: #2e96db; }

/*搜索结果页*/
.searchDetail{ border:1px solid #e7e7e7; height:42px; width:823px; border-radius:42px; position:relative;}
.searchDetail:after{content:"."; display:block; height:0; visibility:hidden; clear:both; }
.searchDetail a.seaBut{ background:#006ab0; width:115px; display:block; float:right; font:16px/42px "Microsoft Yahei"; color:#ffffff; border-radius:48px; text-align:center;}
.searchDetail dl{float:left;width:700px;/* margin:8px 0; */height: 42px;}
.searchDetail dl:after{content:"."; display:block; height:0; visibility:hidden; clear:both; }
.searchDetail dl dt{width:140px;border-right:1px solid #eaeef0;float:left;text-align:center;height:26px;margin-top: 8px;}
.searchDetail dl dd{ float:left; width:550px;}
.searchDetail dl dt a.chocat{background: url(../images/detail/icon.png) no-repeat right -291px;padding-right:15px;font:15px/26px "Microsoft Yahei";color:#333333;display: inline-block;height: 32px;}
.searchDetail dl dd input{display:block;height:26px;width:530px;border:0;outline:0;padding-left:20px;font:15px/26px "Microsoft Yahei";margin-top: 8px;}
.searchDetail dl dd input::-webkit-input-placeholder {   color: #cfcfcf;}
.searchDetail dl dd input:-moz-placeholder {   color: #cfcfcf;}
.searchDetail dl dd input::-moz-placeholder {  color: #cfcfcf;}
.searchDetail dl dd input::-ms-input-placeholder {  color: #cfcfcf;}

.catlist{background:#fff;border:1px solid #ececec;border-radius: 2px;-webkit-box-shadow:0 1px 8px rgba(0,0,0,0.1);box-shadow:0 1px 8px rgba(0,0,0,0.1);top: 40px;left:25px;position:absolute;z-index:20;width:93px;}
.catlist i{ background:url(../images/detail/icon.png) no-repeat 0 -340px; display:block; width:12px; height:6px; top:-6px; position:absolute; left:40px;}
.catlist ul li{ font:13px/29px "Microsoft Yahei"; }
.catlist ul li a{ color:#333;  text-align:center; display:block;}
.catlist ul li a:hover{ background:#f0f6fa; color:#006ab0;}
.searchResult{ background:url(../images/detail/icon.png) no-repeat 0 -260px; font:14px/14px "Microsoft Yahei"; color:#9f9f9f; padding-left:20px; margin:20px 0;}
.searchResult strong{ font-weight:normal; color:#006ab0; padding:0 2px;}



/*内参页*/
.reference { overflow: hidden; text-align: left; width: 1230px;display:block;position:relative;/*top:-50px*/ }
.reference li { border: #f2f2f2 1px solid; /*height: 375px;*/ width: 213px; padding: 20px; margin-right: 50px; float: left; margin-bottom: 50px;/*margin-top:50px;*/ position: relative; z-index: 10; }
.reference li p.img { width: 214px; height: 290px; }
.reference li p.img img{border-radius: 4px;}
.reference li p.title { font-size: 13px; text-align: left; font-weight: bold; padding: 5px; /*padding-bottom: 10px;*/ color: #333; line-height: 28px; height: 30px; overflow: hidden; text-align: center }
.reference li p.but { padding: 5px; }
.reference li p.but a { float: right; font-size: 14px; padding: 5px 7px; border-radius: 0.3em; width: 82px; text-align: center; }
.reference li p.but a:hover.line { background: #f69600; color: #fff; }
.reference li p.but a:hover.phone { background: #48a2dd; color: #fff; }
.reference li p.but a.line { border: 1px solid #f69600; color: #f69600; }
.reference li p.but a.phone { border: 1px solid #48a2dd; margin-right: 5px; color: #48a2dd; }
.reference li p.but span { font-size: 14px; color: #aaaaaa; margin-top: 5px; display: inline-block; }
.reference .qrcode { position: absolute; *background: #333; background-color: rgba(0, 0, 0, 0.7); z-index: 100; width: 214px; height: 290px; top: 20px; right: 20px; color: #fff; font-size: 16px; visibility: visible; text-align: center; display: none; }
.reference .qrcode p.cod { width: 140px; height: 140px; overflow: hidden; background: #fff; margin: 0 auto; text-align: center; }
.reference .qrcode p.cod img { padding-top: 5px; }
.reference .qrcode p.scanning { padding-top: 60px; padding-bottom: 5px; font-size: 16px; }
/*分页*/
.pageNumber { padding:30px 0 50px; text-align: center; }
.pageNumber a, .pageNumber span { border: 1px solid #dddddd; padding: 0 15px; height: 29px; line-height: 29px; font-size: 14px; display: inline-block; margin-left: -1px; color: #3f3b3b; }
.pageNumber a:hover, .pageNumber a.pageNumberCur { background: #0d9be6; color: #ffffff; border: 1px solid #0d9be6; }

.red { color: #c8030d; }

/*标签列表页*/
.titleLabel { line-height: 16px; font-size: 17px; padding-left: 15px; margin-top: 20px; color: #333; border-left: 3px solid #eb5350; padding-left: 10px; }
.titleLabel span { display: none; }
.GSlabel { margin-top: 20px; overflow: hidden; }
.GSlabel a { padding: 6px 16px; font-size: 13px; color: #666; margin-right: 5px; border: 1px solid #e5e5e5; border-radius: 20px; margin-bottom: 16px; display: inline-block; }
.GSlabel a:hover { color: #007bcd }
.GSword { margin-top: 50px; margin-bottom: 20px; }
.GSwordhead { margin-bottom: 60PX; overflow: hidden; }
.GSwordhead li { width: 60px; height: 30px; text-align: center; font-size: 14px; color: #999999; border: 1px solid #f1f1f1; margin-right: 20px; margin-bottom: 20px; float: left; line-height: 30PX; }
.GSwordhead li a { color: #999999; display: block; }
.GSwordhead li.select a { color: #fff; }
.GSwordhead li.select { background: #00568f; color: #FFF; }
.GSlabelList h5 { font-size: 20px; color: #333; line-height: 1; margin: 0; margin-bottom: 30px; }
.GSlabelList { overflow: hidden; margin-top: 70px; }
/*专题搜索页*/

.noresult{ padding:110px 0 175px; text-align:center;}
.noresult p{ font:15px/15px "Microsoft Yahei"; color:#6d6d6d; margin-top:13px;}
.topicSearch{ background:url(../images/detail/icon.png) no-repeat 0 -260px; font:14px/14px "Microsoft Yahei"; color:#6d6d6d; padding-left:20px; margin-bottom:20px;}
.topicSearch span{ color:#0c7cc8;}
.topicSearch b{ color:#ff3600;}
.topsearh{ padding-top:10px;}
.topsearh  ul li a strong{ color:#c8030d; font-weight:normal;}
.topicNav{ background-color:#fff; width:100%;}



/*404*/
.errors{ color:#555; padding:110px 0 175px; text-align:center;}
.errors P{margin-top:30px;font-size:16PX;}
.errors P.moreNew{ font-size:14PX; margin-top:10px; color:#999; }
.errors p.moreNew A{ color:#007bcd; text-decoration:underline;}
/*2020508相关公司*/
.Similar{background:#ffffff; padding:28px 20px 30px; margin-bottom:10px;}
.Similar h2{font:20px/20px "Microsoft Yahei"; color:#000000; display:block; }
.newslistbg {background:url(../images/common/news-list-bg.png) repeat-y;position: absolute;width: 2px;top: 13px;left: 3px;}
.modz { position:relative; margin-top: 16px;}
.modz ul.newslist {z-index: 1;}
.modz ul.newslist li h2 {line-height: 30px; font-size: 14px; white-space: nowrap; overflow: hidden;text-overflow: ellipsis;font-family: "Microsoft YaHei";}
.modz ul.newslist li h2 a {margin-right: 20px;padding-left: 18px;width: 358px;vertical-align: middle; color: #383838; background: url(../images/common/dot.png) no-repeat -11px -1px;
transition: all 0.5s ease 0s;font-family: "Microsoft YaHei"; }
.modz ul.newslist li h2 a:hover {color: #0e8bdb; text-decoration: none; background: url(../images/common/dot.png) no-repeat -10px -47px;padding-left: 25px;}
.moreA{ float:right; font-size:12PX; color:#999999;}
/*2020603当前热词标题*/
.hotWords{ font-size:18px; color:#333; font-weight:bold; margin-bottom:30px; padding-top:5px;}
.hotWords span{ color:#C9040D;}
/*视频箭头*/
.contentList dl dt a{ position:relative; display:block;}
.contentList dl dt a span{ display:none;}
.contentList dl dt.vedioIcon a span{ display:block;}
.contentList dl dt.vedioIcon a span{ background:rgba(0,0,0,0.3); display:block; position:absolute; width:217px; height:149px; overflow:hidden; border-radius:6px; z-index:99; left:0; top:0;}
.contentList dl dt.vedioIcon a span em{ display:block; background:url(../images/list/vedioIcon.png) no-repeat; width:24px; height:30px; position:absolute; left:50%; margin-left:-12px; top:50%; margin-top:-15px; z-index:122;}