<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"></script>
    
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="renderer" content="webkit">
    <title>建筑金属结构协会信息网-中国建筑金属结构全产业链服务平台</title>
    <link rel="shortcut icon" href="http://www.ccmsa.com.cn/favicon.ico" type="image/x-icon">
    <link rel="apple-touch-icon" href="http://www.ccmsa.com.cn/logo.png">
    <meta name="keywords" content="建筑金属结构,钢结构,建筑材料,钢板,钢构,焊接设备,网架结构,建筑机械,钢架结构,轻钢结构,建筑保温,钢结构安装,设计研发,维护材料,钢结构设备,钢结构住宅,钢结构施工,活动房">
    <meta content="中国建筑金属结构网是国内建筑金属结构及相关行业领域的全产业链服务平台,为钢结构,钢板,钢材及相关网架结构,建筑保温材料,钢结构安装,设计研发,维护材料,钢结构设备,钢结构住宅,钢结构施工,活动房. 为行业提供行业市场资讯及产品信息,致力打造中国建筑金属结构全产业链服务平台。" name="description">
    <script src="/skins/2019/images/hm.js"></script>
	


    <link href="/skins/2019/images/common.css" type="text/css" rel="stylesheet">
    <link href="/skins/2019/images/index_new.css?a=006" type="text/css" rel="stylesheet">
    <link href="/skins/2019/images/index_op.css?t=002" type="text/css" rel="stylesheet">

    <script type="text/javascript" src="/skins/2019/images/jquery-1.8.3.js"></script>
    
<style type="text/css">
* {padding: 0;margin: 0;font-family: "微软雅黑";font-size: 14px;}
ul,li {list-style: none;}
a {text-decoration: none;color: black;}
.box{width: 100%;height: 400px;margin: 0px auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 100%px;height: 400px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 100%; height: 400px;}
.box-1 ul li h2{position: absolute;left: 0;bottom: 0;height: 40px;width:300px;background: rgba(125,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{float:left;width: 0px;height: 0px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}
</style>

<script type="text/javascript">
window.onload = function(){
	function $(param){
		if(arguments[1] == true){
			return document.querySelectorAll(param);
		}else{
			return document.querySelector(param);
		}
	}
	var $box = $(".box");
	var $box1 = $(".box-1 ul li",true);
	var $box2 = $(".box-2 ul");
	var $box3 = $(".box-3");
	var $length = $box1.length;
	
	var str = "";
	for(var i =0;i<$length;i++){
		if(i==0){
			str +="<li class='on'>"+(i+1)+"</li>";
		}else{
			str += "<li>"+(i+1)+"</li>";
		}
	}
	$box2.innerHTML = str;
	
	var current = 0;
	
	var timer;
	timer = setInterval(go,3000);
	function go(){
		for(var j =0;j<$length;j++){
			$box1[j].style.display = "none";
			$box2.children[j].className = "";
		}
		if($length == current){
			current = 0;
		}
		$box1[current].style.display = "block";
		$box2.children[current].className = "on";
		current++;
	}
	
	for(var k=0;k<$length;k++){
		$box1[k].onmouseover = function(){
			clearInterval(timer);
		}
		$box1[k].onmouseout = function(){
			timer = setInterval(go,3000);
		}
	}
	for(var p=0;p<$box3.children.length;p++){
		$box3.children[p].onmouseover = function(){
			clearInterval(timer);
		};
		$box3.children[p].onmouseout = function(){
			timer = setInterval(go,3000);
		}
	}
	
	for(var u =0;u<$length;u++){
		$box2.children[u].index  = u;
		$box2.children[u].onmouseover = function(){
			clearInterval(timer);
			for(var j=0;j<$length;j++){
				$box1[j].style.display = "none";
				$box2.children[j].className = "";
			}
			this.className = "on";
			$box1[this.index].style.display = "block";
			current = this.index +1;
		}
		$box2.children[u].onmouseout = function(){
			timer = setInterval(go,3000);
		}
	}
	
	$box3.children[0].onclick = function(){
		back();
	}
	$box3.children[1].onclick = function(){
		go();
	}
	function back(){
		for(var j =0;j<$length;j++){
			$box1[j].style.display = "none";
			$box2.children[j].className = "";
		}
		if(current == 0){
			current = $length;
		}
		$box1[current-1].style.display = "block";
		$box2.children[current-1].className = "on";
		current--;
	}
}
</script>

    <!--头图广告 到20180428-->
<style>
    .DOM{
        display: none;
    }
    .smar-banner{
        height: 90px;
        margin: 0px auto;
        top: 45px;
        left: 0;
        width: 100%;
        position: absolute;
        z-index: 999998;
    }
    .smar-banner a{
        width: 100%;
        height: 100px;
        display: block;
    }
    .smar-banner-big{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 0px;
        opacity: 0.6;
        filter :alpha(opacity=60);
        min-width:1200px;
        z-index: 999998;
        overflow: hidden;
    }
    .smar-banner-big a{
        display: block;
        height: 100%;
        width: 100%;
        z-index: 999998;
    }
    .smar-banner-big img{
        width: 100%;
    }
    .top{
        position: fixed;
        left: 0;
        top: 0;
        z-index: 10;
    }
</style>
</head>
<body>
<h1 style="display:none">中国建筑全产业链服务平台——中国建筑金属结构网</h1>
<!--top-->
<div class="no2top" style="display: none;">
<script src="/skins/2019/images/jquery-1.8.3(1).js" type="text/javascript"></script>
<script type="text/javascript">
    var prof = "";
</script>
<link type="text/css" rel="stylesheet" href="/skins/2019/images/zl-header.css">
<div class="top clientHidden">
	<div class="top-content clearfix">
		<!-- logo -->
	    <a class="zl-logo" href="http://www.ccmsa.com.cn/" title="首页"></a>
	    <div class="top-navbar clearfix">
		    <!-- left  -->
		    <ul class="left-bar" id="hid">


	            <li class="zl-nav">
					<div class="fornav-active"></div>
					<a href="http://www.ccmsa.com.cn/" target="_blank" title="首页">首页</a>
	            </li>
	            <li class="zl-nav">
					<div class="fornav-active"></div>
					<a href="http://www.ccmsa.com.cn/index.php?m=yp&c=index&a=company" target="_blank" title="企业">企业</a>
	            </li>
	            <li class="zl-nav">
					<div class="fornav-active"></div>
					<a href="http://www.ccmsa.com.cn/index.php?m=content&c=member&a=lists&modelid=59" rel="nofollow" target="_blank" title="专家">专家</a>
	            </li>
	            <!-- <li class="zl-nav">
					<div class="fornav-active"></div>
					<a href="http://www.ccmsa.com.cn/jinjiang.html" target="_blank" title="金奖" rel="nofollow">金奖</a>
	            </li> -->
	            <li class="zl-nav">
					<div class="fornav-active"></div>
					<a href="http://www.ccmsa.com.cn/gonggao/" target="_blank" title="新闻" rel="nofollow">新闻</a>
	            </li>
	            <!-- <li style="position:relative;filter: inherit;z-index:10000">
					<a href="javascript:;" id="more">更多&nbsp;<b class="j-bottom"></b></a>
					<div id="detail" class="more-div clearfix">
						<i class="j-top"></i>	
						<a href="http://www.smarch.com/" target="_blank" class="c_click_log" cname="导航更多">小筑设计</a>
	                    <a href="http://photo.ccmsa.com.cn/" target="_blank" class="c_click_log" cname="导航更多">图酷</a>
	                    <a href="http://job.ccmsa.com.cn/" target="_blank" class="c_click_log" cname="导航更多">招聘</a>
	                    <a href="http://www.ccmsa.com.cn/zs/search" target="_blank" class="c_click_log" cname="导航更多">证书查询</a>
	                    <a href="http://www.ccmsa.com.cn/giftshow?y=dh" target="_blank" class="c_click_log" cname="导航更多">币兑换区</a>  
					</div>
				</li> -->
		    </ul>
		    <!-- right -->
		    <ul class="right-bar" id="side-right">

		    	 <li class="user-nologin">
		    		<a href="http://www.ccmsa.com.cn/index.php?m=member&c=index&a=login&forward=&siteid=1" >登录</a>
		    	</li>
		    	<li class="user-nologin" style="color: rgb(255, 255, 255);">|</li>
		    	<li class="user-nologin">
		    		<a href="http://www.ccmsa.com.cn/index.php?m=member&c=index&a=register&siteid=1">注册</a>
		    	</li>  
		    	<li id="user-login" class="user-info" style="z-index: 10000;">
		    		<a id="username" href="http://www.ccmsa.com.cn/archive" target="_blank"><b style="margin-left: 5px" class="j-bottom"></b></a>
		    		<div id="user-menu" class="user-menu clearfix">
		    			<i class="j-top"></i>
		    			<a href="http://www.ccmsa.com.cn/shopping/buylesson" target="_blank">我的课程</a>
		    			<a href="http://bbs.ccmsa.com.cn/mycollect/mydown" target="_blank">我的资料馆</a>
		    			<a href="http://bbs.ccmsa.com.cn/group" target="_blank">我的社区</a>
		    			<a href="http://bbs.ccmsa.com.cn/mycollect/bbs" target="_blank">我的收藏</a>
		    			<a href="http://www.ccmsa.com.cn/user/userbaseinfo" target="_blank">我的信息</a>
		    			<a href="http://www.ccmsa.com.cn/score/myaccount" target="_blank">我的账户</a>
		    			<p class="line"></p>
		    			<a href="http://www.ccmsa.com.cn/user/logout">退出</a>
		    		</div>
		    	</li>
		    	<!-- <li>|</li>
				<li><a target="_blank" href="http://message.ccmsa.com.cn/" id="massage">消息</a></li> -->
		    </ul>
		    <!-- 搜索 -->
		    <div class="search-box search-box1" id="search-box">
				<div class="s-content" id="search">
				<form name="myform" method="get"  action="http://www.ccmsa.com.cn/index.php"  target="_blank" >
					<input type="hidden" name="m" value="content">
					<input type="hidden" name="c" value="search">
					<input type="hidden" name="a" value="init">
					<input type="hidden" name="catid" value="53">
					<input type="hidden" name="dosubmit" value="1">
					<input type="hidden" name="orderby" value="a.id DESC" />			
				<input id="search-input" type="text" name="info[title]" class="search-input" autocomplete="off" onfocus="value=&#39;&#39;;this.style.color=&#39;#000000&#39;;" value="" placeholder="搜全网" style="width: 140px;">

					</form>
				
					<a href="javascript:void(0)" id="sou" class="search-btn"></a>
					<a href="javascript:void(0)" id="sousuo" class="search-btn2" style="display: none;"></a>


				</div>
			</div>
	    </div>
	</div>	
</div>
<script type="text/javascript">
	var low_IE=false;
</script>
<!--[if IE 9]> <script type="text/javascript">low_IE=true;</script> <![endif]-->
<!--[if IE 8]> <script type="text/javascript">low_IE=true;</script> <![endif]-->
<!--[if gte IE 7]> <script type="text/javascript">low_IE=true;</script><![endif]-->
<script type="text/javascript">
//cookie plugins
jQuery.cookie = function (name, value, options) {
    if (typeof value != 'undefined') { // name and value given, set cookie
        options = options || {};
        if (value === null) {
            value = '';
            options.expires = -1;
        }
        var expires = '';
        if (options.expires && (typeof options.expires == 'number' || options.expires.toUTCString)) {
            var date;
            if (typeof options.expires == 'number') {
                date = new Date();
                date.setTime(date.getTime() + (options.expires * 24 * 60 * 60 * 1000));
            } else {
                date = options.expires;
            }
            expires = '; expires=' + date.toUTCString(); // use expires attribute, max-age is not supported by IE
        }
        var path = options.path ? '; path=' + options.path : '';
        var domain = options.domain ? '; domain=' + options.domain : '';
        var secure = options.secure ? '; secure' : '';
        document.cookie = [name, '=', encodeURIComponent(value), expires, path, domain, secure].join('');
    } else { // only name given, get cookie
        var cookieValue = null;
        if (document.cookie && document.cookie != '') {
            var cookies = document.cookie.split(';');
            for (var i = 0; i < cookies.length; i++) {
                var cookie = jQuery.trim(cookies[i]);
                // Does this cookie string begin with the name we want?
                if (cookie.substring(0, name.length + 1) == (name + '=')) {
                    cookieValue = decodeURIComponent(cookie.substring(name.length + 1));
                    break;
                }
            }
        }
        return cookieValue;
    }
};
if(low_IE){
	$(".search-box").prepend('<i class="search-ileft"></i>');
	$(".search-box").append('<i class="search-iright"></i>');
}else{
	$(".search-box").addClass("search-box1");
}
// low verison ie broswer
$("#sou").click(function() {
	var word = $("input[name=q]").val();
	if(word == '') {
		$("#search-input").val(search_word);
	}
	$('#search form').submit();
	$("#search-input").animate({
		width:'250px',
		paddingLeft:'10px'
	});
	$(this).hide();
	$("#sousuo").show();
	$("#search-input").attr("placeholder",search_word);
});
$("#search-input").focus(function(){
	$(this).animate({
		width:'250px'
	});
	$("#sousuo").show();
	$("#search-input").attr("placeholder","请输入关键词");
})
$(document).mouseup(function(e){
	var _con = $(".search-box"); 
	if(!_con.is(e.target) && _con.has(e.target).length === 0){
		$("#search-input").animate({
			width:'140px'
		});
		$("#search-input").val(search_word);
		$("#sousuo").hide();
		$("#sou").show();
		$("#search-input").attr("placeholder",search_word);
	}
});
// search check 
$("#sousuo").click(function(event) {
	var value = $("input[name=q]").val();
	if (value == "") {
		$("#search-input").val(search_word);
		$('#search form').submit();
		//event.preventDefault();
	} else {
		$('#search form').submit();
	}
});

$("#clicksou").click(function(event) {
	var value = $("input[name=q]").val();
	if (value == "") {
		$('#clicksou').attr('href', 'http://www.ccmsa.com.cn/all?q=' + encodeURIComponent(search_word) );
		event.preventDefault();
	}else {
		$('#clicksou').attr('href', 'http://www.ccmsa.com.cn/all?q=' + encodeURIComponent(value) );
	}
});

function formsub() {
	var value = $("input[name=q]").val();
	if (value == "") {
		alert("请输入关键词");
		return false;
	} else {
		return true;
	}
}
//function moreshowHandle()
function moreshowHandle() {
	var show = 0;
	$("#more").mousemove(function() {
		show = 1;
		$("#detail").css("display", "block");
	});
	$("#more").mouseout(function(obj) {
	show = 0;
	setTimeout(function() {
		if (show == 0) {
			$("#detail").css("display", "none");
		}
	}, 500);
});
$("#detail").mousemove(function() {
	show = 1;
	$("#detail").css("display", "block");
});
$("#detail").mouseout(function(obj) {
	show = 0;
	setTimeout(function() {
		if (show == 0) {
			$("#detail").css("display", "none");
			}
		}, 500);
	});
}
moreshowHandle();
// 展示频道列表
function channelHandle() {
	var isShow = 0;
	$("#bbs-channel").mousemove(function() {
		isShow = 1;
		$("#channel-box").css("display", "block");
	});
	$("#bbs-channel").mouseout(function(obj) {
	isShow = 0;
	setTimeout(function() {
		if (isShow == 0) {
			$("#channel-box").css("display", "none");
		}
	}, 500);
});
$("#channel-box").mousemove(function() {
	isShow = 1;
	$("#channel-box").css("display", "block");
});
$("#channel-box").mouseout(function(obj) {
	isShow = 0;
	setTimeout(function() {
		if (isShow == 0) {
			$("#channel-box").css("display", "none");
			}
		}, 500);
	});
}
channelHandle()

function commonHeadercheckUserLoginInfo(){
	var ZLID = jQuery.cookie("ZLID");
    var username = jQuery.cookie("username");
    var uid=jQuery.cookie("uid");
    if(ZLID){
    	$("#username").html(username + '<b style="margin-left:5px;" class="j-bottom"></b>');
		$("#username").attr('href','http://www.ccmsa.com.cn/archive');	
		$(".user-nologin").hide();
    	$(".user-info").show();	
    }
    
    //个人中心更多信息展示
	$(".user-info").hover(function(){
		$(".user-menu").show();
	},function(){
        var timer = setTimeout(function(){
          $(".user-menu").hide();           
        },500)
        $(".user-info").mouseover(function(){
            clearTimeout(timer);
            $(".user-menu").show();
        });
    });
}
var prof=prof || '';
function wordInit(prof){
	function toJsonString(object) {
	    var type = typeof object;
	    if ('object' == type) {
	        if (Array == object.constructor)
	            type = 'array';
	        else if (RegExp == object.constructor)
	            type = 'regexp';
	        else
	            type = 'object';
	    }
	    switch (type) {
	        case 'undefined' :
	        case 'unknown' :
	            return;
	            break;
	        case 'function' :
	        case 'boolean' :
	        case 'regexp' :
	            return object.toString();
	            break;
	        case 'number' :
	            return isFinite(object) ? object.toString() : 'null';
	            break;
	        case 'string' :
	            return '"' + object.replace(/(\\|\")/g, "\\$1").replace(/\n|\r|\t/g, function() {
	                        var a = arguments[0];
	                        return (a == '\n') ? '\\n' : (a == '\r') ? '\\r' : (a == '\t') ? '\\t' : ""
	                    }) + '"';
	            break;
	        case 'object' :
	            if (object === null)
	                return 'null';
	            var results = [];
	            for (var property in object) {
	                var value = toJsonString(object[property]);
	                if (value !== undefined)
	                    results.push(toJsonString(property) + ':' + value);
	            }
	            return '{' + results.join(',') + '}';
	            break;
	        case 'array' :
	            var results = [];
	            for (var i = 0; i < object.length; i++) {
	                var value =  toJsonString(object[i]);
	                if (value !== undefined)
	                    results.push(value);
	            }
	            return '[' + results.join(',') + ']';
	            break;
	    } 
	};
	if(typeof prof == 'undefined'){
		proid = 0;
	}else{
		if(typeof prof == 'number'){
			proid = prof;
		}else{
			prof = prof.toLowerCase();
			var param = {'jz':1,'sn':2,'yl':3,'zj':4,'sg':5,'ht':6,'gp':7,'dq':8,'lq':9,'gl':10,'xm':10,'jl':11,'td':12,'sl':13,'aq':14,'jg':15,'yt':22,'bim':21,'qt':16};
			proid = param[prof];
		}
		if(typeof proid == 'undefined'){
			proid = 0;
		}
	}
	var word="";
	var cookiename = "searchKeywords_"+proid;
	var timestamp = Date.parse(new Date());
	var timename="searchKeytime_"+proid;
	var cookieKeywords = null;
	if(localStorage){
		$.cookie(cookiename,"",{expires:-1,path: '/',domain:'..com'});
		var cookiename = "searchKeywords";
		var savetime = localStorage.getItem(timename);
		if((timestamp-savetime)<3600*24*7*1000){
			var str = localStorage.getItem(cookiename);
			if(typeof str!="string" || str.indexOf(",")==-1){
			}else{
				var dataResult=$.parseJSON(str);
				if(proid == 0 || typeof dataResult.per[proid]=="undefined"){
					var cookieKeywords = dataResult.index.split(",");
				}else{
					var cookieKeywords = dataResult.per[proid];
				}
			}
		}
	}else{
		cookieKeywords = $.cookie(cookiename);
	}
	if(cookieKeywords != null){
		if(typeof cookieKeywords!="string"){
			var KeywordParam = cookieKeywords;
		}else{
			var KeywordParam = cookieKeywords.split(",");	
		}
		var n = Math.floor(Math.random() * KeywordParam.length);
		var keywords =  KeywordParam[n];
		word=keywords;
		$("#search-input").attr("placeholder","请输入关键词");
	}else{
		$.ajaxSettings.async = false;
		$.getJSON("http://www.ccmsa.com.cn/openapi/keyword/getKeywords",function(data){
			$.ajaxSettings.async = true;
			if(data.errNo == 0){
				var result = data.result;
				if(proid == 0 || typeof result.per[proid]=="undefined"){
					var resultKeyword = result.index.split(",");
				}else{
					var resultKeyword = result.per[proid];
				}
				var n = Math.floor(Math.random() * resultKeyword.length);
				var keywords =  resultKeyword[n];
				if(localStorage){
					localStorage.setItem(timename,timestamp);
					var str=toJsonString(data.result);
					localStorage.setItem(cookiename,str);
				}else{
					$.cookie(cookiename,resultKeyword,{expires:3,path: '/',domain:'.ccmsa.com.cn'});
				}
				word=keywords;
				$("#search-input").attr("placeholder","请输入关键词");
			}
		});
	}
	if(typeof word=="undefined") var word="";
	return word;
};
//var search_word=wordInit(prof);
//check auto loging user
commonHeadercheckUserLoginInfo();
</script>

<input type="text" style="display:none;" value="ss">
</div>
<script src="/skins/2019/images/jquery-1.8.3(1).js" type="text/javascript"></script>
<script type="text/javascript">
	var prof = "";
</script>
<div class="zhul_bbs_top1 clientHidden">
	<div class="zhul_top1 clearfix">
	    <a class="zl-logo-new1" href="http://www.ccmsa.com.cn/" title="首页" style="background: url(&quot;/skins/2019/images/logo_white_2021.png?a=001&quot;) center center no-repeat;"></a>
	    <div class="zhul_top_newss1 clearfix">
		    <!-- nav  -->
		    <ul class="zhul_tpleft " id="hid1">
	    		<li><a class="youse" href="http://www.ccmsa.com.cn/" target="_blank" title="首页" style="color: rgb(255, 255, 255);">首页</a></li>
	            <li><a class="youse" href="http://www.ccmsa.com.cn/index.php?m=yp&c=index&a=company" target="_blank" title="企业" style="color: rgb(255, 255, 255);">企业</a></li>
	            <li><a class="youse" href="http://www.ccmsa.com.cn/index.php?m=content&c=member&a=lists&modelid=59" target="_blank" title="专家" style="color: rgb(255, 255, 255);">专家</a></li>
		            <!-- <li><a class="youse" href="http://www.ccmsa.com.cn/jinjiang.html" target="_blank" title="金奖" style="color: rgb(255, 255, 255);">金奖</a></li> -->
            <li><a class="youse" href="http://www.ccmsa.com.cn/gonggao/" rel="nofollow" target="_blank" title="新闻" style="color: rgb(255, 255, 255);">新闻</a></li>
	            <!-- <li style="position:relative;filter: inherit;">
					<a class="youse" href="javascript:;" id="more1" style="color: rgb(255, 255, 255);">更多&nbsp;<b class="top_more_jiao" style="background: url(&quot;/img/pubimg/bbs_jiao.png&quot;) no-repeat;"></b></a>
	                <div id="detail1" class="zhul_arrowmore" style="display:none;">
						<i class="biad_sj_i"></i>	
                        <a href="http://www.smarch.com/" target="_blank" class="c_click_log" cname="导航更多">小筑设计</a>
                        <a href="http://photo.ccmsa.com.cn/" target="_blank" class="c_click_log" cname="导航更多">图酷</a>
                        <a href="http://job.ccmsa.com.cn/" target="_blank" class="c_click_log" cname="导航更多">招聘</a>
                        <a href="http://www.ccmsa.com.cn/zs/search" target="_blank" class="c_click_log" cname="导航更多">证书查询</a>
                        <a href="http://www.ccmsa.com.cn/giftshow?y=dh" target="_blank" class="c_click_log" cname="导航更多">币兑换</a> 
	                </div>
		        <img src="中国建筑金属结构网——中国建筑金属结构企业服务商.png" width="1280" height="5394" border="0" alt="</li> ">-->
		    </ul>
		    <ul class="zhul_tpright1" id="zhul_header_nav1">
			    <li class="zhul_header_nologin" style="color: rgb(255, 255, 255);">
			     	<a class="youse" href="http://www.ccmsa.com.cn/index.php?m=member&c=index&a=login&forward=&siteid=1"  style="color: rgb(255, 255, 255);">登录</a>
			    </li>
		      	<li class="zhul_header_nologin" style="color: rgb(255, 255, 255);">|</li>
			    <li class="zhul_header_nologin" style="color: rgb(255, 255, 255);">
			      	<a class="youse" href="http://www.ccmsa.com.cn/index.php?m=member&c=index&a=register&siteid=1" style="color: rgb(255, 255, 255);">注册</a>
			    </li>  
				<li id="zhul_header_login1" class="user-info" style="z-index: 25; display: none; color: rgb(255, 255, 255);">
					<a class="youse" id="username1" href="http://www.ccmsa.com.cn/archive" style="color: rgb(255, 255, 255);"></a>
	                <div id="mylname_menu1" class="zhul_arrowxia-new">
						<i class="biad_sj_i"></i>
						<a href="http://www.ccmsa.com.cn/shopping/buylesson" target="_blank">我的课程</a>
                    	<a href="http://bbs.ccmsa.com.cn/mycollect/mydown" target="_blank">我的资料馆</a>
                   		<a href="http://bbs.ccmsa.com.cn/group" target="_blank">我的社区</a>
                    	<a href="http://bbs.ccmsa.com.cn/mycollect/bbs" target="_blank">我的收藏</a>
                        <a href="http://www.ccmsa.com.cn/user/userbaseinfo" target="_blank">我的信息</a>
                        <a href="http://www.ccmsa.com.cn/score/myaccount" target="_blank">我的账户</a>
						<p class="line"></p>
						<a href="http://www.ccmsa.com.cn/user/logout">退出</a>
					</div>
				</li>
		        
		    </ul>

		      <div class="bbs_newsearch_kuang newsearch_kuang2" style="margin-top: 12px;">		      	
		      	<div class="bbs_newsearch_div" id="search1">
				<form name="myform" method="get"  action="http://www.ccmsa.com.cn/index.php"  target="_blank" >
					<input type="hidden" name="m" value="content">
					<input type="hidden" name="c" value="search">
					<input type="hidden" name="a" value="init">
					<input type="hidden" name="catid" value="53">
					<input type="hidden" name="dosubmit" value="1">
					<input type="hidden" name="orderby" value="a.id DESC" />
					<input id="kuang1" type="text" name="info[title]" class="newsearch_kuang_sr" autocomplete="off" onfocus="value=&#39;&#39;;this.style.color=&#39;#000000&#39;" value="" style="width: 100px;">
				</form>		
				<a href="javascript:void(0)" id="sou1" class="bbs_top_ss">搜全网</a>
				<a href="javascript:void(0)" id="sousuo1" class="bbs_top_ss1 bbs_ssbtn" style="display: none;">搜全网</a>

				</div>			
			 </div>

			</div>
			<!-- <ul style="float:right;margin-top:-20px;">
		        <li style="color: rgb(255, 255, 255);">北京国际经济贸易发展协会建筑产业委员会官网</a></li>
			</ul> -->	</div>
	<div class="group_windows"></div>	
</div>
<input type="text" style="display:none;" value="ss">
<script type="text/javascript">
var low_IE=false;
</script>
<!--[if IE 9]> <script type="text/javascript">low_IE=true;</script> <![endif]-->
<!--[if IE 8]> <script type="text/javascript">low_IE=true;</script> <![endif]-->
<!--[if gte IE 7]> <script type="text/javascript">low_IE=true;</script><![endif]-->
<script type="text/javascript" src="/skins/2019/images/headernewsy.js"></script><!--top-->
<script type="text/javascript" src="/skins/2019/images/zl_index.js"></script>
<script type="text/javascript" src="/skins/2019/images/turnImg.js"></script>
<!-- banner contains  -->
    
    <div class="zhul_warp">
        
        
    <!-- <div class="zhul_main "> -->
        <div class="zhul_v_con">
           
            <!--nav-->
            

            <!-- slider -->
            <div class="zl-slider">
 
<div class="box">
	<div class="box-1">
		<ul>
			<li>
				<a href="https://www.ciie.org/zbh/index.html" target="_blank"><img src="/skins/2019/images/ccmsa_1280_400_211201.jpg" alt="中国国际进口博览会"></img></a>
			</li>
			<li>
				<a href="http://www.ccmsa.com.cn/gonggao/31672.html" target="_blank"><img src="/skins/2019/images/banner_0831.jpg" alt="中国（北京）钢结构建筑技术与产品“走出去”研讨会"></img></a>
			</li>
			<li>
				<a href="http://www.ccmsa.com.cn/gonggao/31670.html" target="_blank"><img src="/skins/2019/images/banner_0802.jpg" alt="D20一带一路沙龙|生成车间运营与环保"></img></a>
				<!-- <h2>这里是第二张图片这里是第二张图片</h2> -->
			</li>
			<li>
				<a href="http://www.ccmsa.com.cn/gonggao/31669.html" target="_blank"><img src="/skins/2019/images/banner_0629.jpg" alt="北京-加德满都中心为建筑金属结构企业举办走进尼泊尔咨询会" title="北京-加德满都中心为建筑金属结构企业举办走进尼泊尔咨询会"></img></a>
				<!-- <h2>这里是第一张图片这里是第一张图片</h2>
 -->			</li>
	
		</ul>
	</div>
	<div class="box-2">
		<ul>
			
		</ul>
	</div>
	<div class="box-3">
		<span class="prev"> < </span>
		<span class="next"> > </span>
	</div>
</div>

            </div>
           
			
        </div>  
    <!-- </div>  -->
    <div class="zhul_main">
        <div class="zhul_pd_cnav clearfix">
                <ul class="zl-nav-item clearfix" style="width: 1200px;">
					<div style="    padding: 0 5px; width:80px;  color: #ee2d30;    font-size: 14px;	font-weight:bold;float:left;">D20快讯：</div>
<div id="scroll_div" >
        <div id="scroll_begin">

<a href="http://www.ccmsa.com.cn/gonggao/31675.html" target="_blank">D20 | 中国-尼泊尔及斯里兰卡商务考察与文化交流通知</a>
<a href="http://www.ccmsa.com.cn/gonggao/31672.html" target="_blank">D20 | 中国（北京）钢结构建筑技术与产品“走出去”研讨会</a>
<a href="http://www.ccmsa.com.cn/gonggao/31671.html" target="_blank">境外北京国际经贸发展服务中心介绍</a>
<a href="http://www.ccmsa.com.cn/gonggao/31670.html" target="_blank">D20一带一路沙龙|生成车间运营与环保</a>
<a href="http://www.ccmsa.com.cn/gonggao/31669.html" target="_blank">D20建筑沙龙 | 建筑上下游企业如何携手走出去？</a>
<a href="http://www.ccmsa.com.cn/gonggao/31668.html" target="_blank">北京-加德满都中心为建筑金属结构企业举办走进尼泊尔咨询会</a>
<a href="http://www.ccmsa.com.cn/gonggao/31667.html" target="_blank">中国建筑金属结构网介绍</a>
<a href="http://www.ccmsa.com.cn/gonggao/31571.html" target="_blank">中国建筑金属结构网组织尼泊尔商务考察团访问国内企业合作共赢</a>
<a href="http://www.ccmsa.org.cn/huiyi/19nh/nianhui.php" target="_blank">2019年全国建筑钢结构行业大会专题报道</a>

        </div>
        <div id="scroll_end"></div>

</div>
                </ul>
            </div>
<script  type="text/javascript">
	//文字横向滚动
    function ScrollImgLeft(){
        var speed=50;//初始化速度 也就是字体的整体滚动速度
        var MyMar = null;//初始化一个变量为空 用来存放获取到的文本内容
        var scroll_begin = document.getElementById("scroll_begin");//获取滚动的开头id
        var scroll_end = document.getElementById("scroll_end");//获取滚动的结束id
        var scroll_div = document.getElementById("scroll_div");//获取整体的开头id
        scroll_end.innerHTML=scroll_begin.innerHTML;//滚动的是html内部的内容,原生知识!
//定义一个方法
        function Marquee(){
            if(scroll_end.offsetWidth-scroll_div.scrollLeft<=0)
                scroll_div.scrollLeft-=scroll_begin.offsetWidth;
            else
                scroll_div.scrollLeft++;
        }
        MyMar=setInterval(Marquee,speed);//给上面的方法设置时间  setInterval
//鼠标点击这条公告栏的时候,清除上面的方法,让公告栏暂停
        scroll_div.onmouseover = function(){
            clearInterval(MyMar);
        }
//鼠标点击其他地方的时候,公告栏继续运动
        scroll_div.onmouseout = function(){
            MyMar = setInterval(Marquee,speed);
        }
    }
    ScrollImgLeft();

</script>


        <div class="zhul_v_con"> 
            

       
      <!--猜你喜欢-->
      <!-- <div class="guess" style="">
                <div class="guess_l" style="line-height: 1;background:#F4F4F4">
                   
                </div>
                <div class="guess_r">
                    <ul><li><span class="reddot">•</span><a target="_blank" href="http://www.ccmsa.com.cn/lesson/8948-1.html#sceneid=www#f=www_cnxh_0_1" class="c_click_log" cname="www_edu_recommend">建筑多软件全能训练营</a></li><li><span class="reddot">•</span><a target="_blank" href="http://bbs.ccmsa.com.cn/102010_group_200503/detail32781000/#f=www_cnxhinfo_0_1&amp;sceneid=www" class="c_click_log" cname="www_info_recommend">高支模施工方案(轮扣式脚手架)</a></li><li><span class="reddot">•</span><a target="_blank" href="http://www.ccmsa.com.cn/lesson/6761-1.html#f=www_cnxh_0_4&amp;sceneid=www" class="c_click_log" cname="www_edu_recommend">《房地产市场分析》 市场的类型和特点</a></li><li><span class="reddot">•</span><a target="_blank" href="http://www.ccmsa.com.cn/lesson/8059-1.html#sceneid=www#f=www_cnxh_0_2" class="c_click_log" cname="www_edu_recommend">建筑、结构施工图识图</a></li><li><span class="reddot">•</span><a target="_blank" href="http://bbs.ccmsa.com.cn/102050_group_200911/detail32566134/#f=www_cnxhinfo_0_2&amp;sceneid=www" class="c_click_log" cname="www_info_recommend">CAD绘图教程(包括天正建筑)第六章图块</a></li><li><span class="reddot">•</span><a target="_blank" href="http://bbs.ccmsa.com.cn/102010_group_100058/detail30442252/#f=www_cnxhthread_0_2&amp;sceneid=www" class="c_click_log" cname="www_thread_recommend">11ZJ901室外装修及配件</a></li><li><span class="reddot">•</span><a target="_blank" href="http://www.ccmsa.com.cn/lesson/8494-1.html#sceneid=www#f=www_cnxh_0_3" class="c_click_log" cname="www_edu_recommend">幕墙施工技术从入门到精通</a></li><li><span class="reddot">•</span><a target="_blank" href="http://bbs.ccmsa.com.cn/102030_group_200712/detail21038191/#f=www_cnxhinfo_0_3&amp;sceneid=www" class="c_click_log" cname="www_info_recommend">边坡绿维生态袋加土工格栅（锚杆）防护施工图</a></li><li><span class="reddot">•</span><a target="_blank" href="http://bbs.ccmsa.com.cn/102010_group_781/detail9095306/#f=www_cnxhthread_0_3&amp;sceneid=www" class="c_click_log" cname="www_thread_recommend">天然气管网抢险抢修技术培训通知</a></li></ul>
                    
                </div>
            </div>
           <div style="padding:30px 0 0 30px;">             
             
                 
            </div> -->
      <div class="DOM" style="display: block;"> 
            <!--平台动态-->
            <div class="zhul_art clearfix" id="JDSB">
                <div class="zhul_artTopic">
                    <h2 class="zhul_art_line_D20"><a href="http://www.ccmsa.com.cn/gonggao/" style="float: left;    height: 50px;
    line-height: 45px;    font-size: 36px;    font-weight: bold;    color: #202e31;    border-bottom: 7px solid #ee2e2e;">平台动态&nbsp;</a></h2>
                    <!-- <ul class="zhul_artList">
                        <li>|</li><li><h3><a href="http://www.ccmsa.com.cn/cuxiao/xiaofang#f=sygjc" target="_blank">注册消防</a></h3></li><li>|</li><li><h3><a href="http://www.ccmsa.com.cn/exam1#f=jdwzl" target="_blank">建造师考试</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/104030/" target="_blank">电气工程</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/104010/" target="_blank">给排水</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/104020/" target="_blank">暖通空调</a></h3></li><li>|</li>
                    </ul> -->
					<!--<ul class="zhul_artList"> <li style="color:#000;">分享到：</li> <li style="margin-top:5px;"><div class="bdsharebuttonbox"><a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a><a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a><a class="bds_sqq"  title="分享到QQ" data-cmd="sqq"></a><a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a><a href="#" class="bds_more" data-cmd="more"></a></div>

					<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"23"},"share":{},"image":{"viewList":["qzone","tsina","sqq","renren","weixin"],"viewText":"分享到：","viewSize":"22"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","sqq","renren","weixin"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
					
					window._bd_share_config = {
						slide : [{	   
							bdImg : 5,
							bdPos : "right",
							bdTop : 450
						}]
					}
					</script></li></ul>-->
 



                </div>



                <div class="zhul_art_l_ptdt">



                      <!-- 平台动态 -->
                                           
                    <div class="zhul_jdL clearfix" >
                       
						<p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/gonggao/32524.html" target="_blank" ><img src="http://www.ccmsa.com.cn/uploadfile/2021/0823/20210823043434596.jpg" alt="2021年境外展、仓、贸易服务招募" title="2021年境外展、仓、贸易服务招募"></a></p>

                      <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/gonggao/32524.html" target="_blank" class="zhul_jdL_word" >2021年境外展、仓、贸易服务招募</a>
                            <a href="http://www.ccmsa.com.cn/gonggao/32524.html" target="_blank" class="zhul_jdL_passage" title="国外市场目前正在逐步恢复、境外展览会也在正常举办，面对疫情的常态化、市场的不断变化，我们如何参与国际市场的竞争 ？"> 国外市场目前正在逐步恢复、境外展览会也在正常举办，面对疫情的常态化、市场的不断变化，我们如何参与国际市场的竞争 ？</a>
							<div class="zhul_jdL_passage_time">[08-23]</div>
                        </div>
							<hr style="width:98%;height:1px;border:none;border-bottom:1px solid #ccc;" />
					</div>				
			    
                    <div class="zhul_jdL clearfix" >
                       
						<p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/gonggao/32462.html" target="_blank" ><img src="http://www.ccmsa.com.cn/uploadfile/2021/0430/20210430111650393.png" alt="首届“模块化房屋产品甄选落地德国实施方案”及联合共建海外部沙龙召开" title="首届“模块化房屋产品甄选落地德国实施方案”及联合共建海外部沙龙召开"></a></p>

                      <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/gonggao/32462.html" target="_blank" class="zhul_jdL_word" >首届“模块化房屋产品甄选落地德国实施方案”及联合共建海外部沙龙召开</a>
                            <a href="http://www.ccmsa.com.cn/gonggao/32462.html" target="_blank" class="zhul_jdL_passage" title="抢抓机遇，增创优势，创新辉煌。2021年4月21日，一带一路项目产品甄选、样品落地德国实施方案及海外部发展计划沙龙会在北京召开。本次会议   "> 抢抓机遇，增创优势，创新辉煌。2021年4月21日，一带一路项目产品甄选、样品落地德国实施方案及海外部发展计划沙龙会在北京召开。本次会议   </a>
							<div class="zhul_jdL_passage_time">[04-30]</div>
                        </div>
							<hr style="width:98%;height:1px;border:none;border-bottom:1px solid #ccc;" />
					</div>				
			    
                    <div class="zhul_jdL clearfix" >
                       
						<p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/gonggao/32081.html" target="_blank" ><img src="http://www.ccmsa.com.cn/uploadfile/2020/0511/20200511041015744.png" alt="“北京科技防疫物资交易线上展”成功举办" title="“北京科技防疫物资交易线上展”成功举办"></a></p>

                      <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/gonggao/32081.html" target="_blank" class="zhul_jdL_word" >“北京科技防疫物资交易线上展”成功举办</a>
                            <a href="http://www.ccmsa.com.cn/gonggao/32081.html" target="_blank" class="zhul_jdL_passage" title="    为更好满足有关国家和地区的疫情防控物资采购需求，加强北京市与相关国家和地区在抗击疫情方面的合作，进一步拓展北京科技防疫物资   ">     为更好满足有关国家和地区的疫情防控物资采购需求，加强北京市与相关国家和地区在抗击疫情方面的合作，进一步拓展北京科技防疫物资   </a>
							<div class="zhul_jdL_passage_time">[05-08]</div>
                        </div>
							<hr style="width:98%;height:1px;border:none;border-bottom:1px solid #ccc;" />
					</div>				
			    
                    <div class="zhul_jdL clearfix" >
                       
						<p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/gonggao/32073.html" target="_blank" ><img src="http://www.ccmsa.com.cn/uploadfile/2020/0427/20200427125830493.png" alt="“北京科技防疫物资交易线上展”在京开幕" title="“北京科技防疫物资交易线上展”在京开幕"></a></p>

                      <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/gonggao/32073.html" target="_blank" class="zhul_jdL_word" >“北京科技防疫物资交易线上展”在京开幕</a>
                            <a href="http://www.ccmsa.com.cn/gonggao/32073.html" target="_blank" class="zhul_jdL_passage" title="2020年4月27日，由世界贸易网点联盟北京中心、北京国际经济贸易发展协会主办的“北京科技防疫物资交易线上展”正式开幕，为期5天（4月27日至5月1日）"> 2020年4月27日，由世界贸易网点联盟北京中心、北京国际经济贸易发展协会主办的“北京科技防疫物资交易线上展”正式开幕，为期5天（4月27日至5月1日）</a>
							<div class="zhul_jdL_passage_time">[04-27]</div>
                        </div>
							<hr style="width:98%;height:1px;border:none;border-bottom:1px solid #ccc;" />
					</div>				
			    
                    <div class="zhul_jdL clearfix" >
                       
						<p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/gonggao/32060.html" target="_blank" ><img src="http://www.ccmsa.com.cn/uploadfile/2020/0423/20200423111113609.png" alt="协会通知||北京科技防疫物资交易线上展" title="协会通知||北京科技防疫物资交易线上展"></a></p>

                      <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/gonggao/32060.html" target="_blank" class="zhul_jdL_word" >协会通知||北京科技防疫物资交易线上展</a>
                            <a href="http://www.ccmsa.com.cn/gonggao/32060.html" target="_blank" class="zhul_jdL_passage" title="为推动北京市与有关国家地区联手抗击新冠肺炎疫情，进一步促进北京与有关国家地区的国际经贸合作，定于2020年4月26日-5月1日举办“北京科技防疫物资交易线上展”。"> 为推动北京市与有关国家地区联手抗击新冠肺炎疫情，进一步促进北京与有关国家地区的国际经贸合作，定于2020年4月26日-5月1日举办“北京科技防疫物资交易线上展”。</a>
							<div class="zhul_jdL_passage_time">[04-21]</div>
                        </div>
							<hr style="width:98%;height:1px;border:none;border-bottom:1px solid #ccc;" />
					</div>				
			    
                    <div class="zhul_jdL clearfix" >
                       
						<p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/gonggao/32002.html" target="_blank" ><img src="http://www.ccmsa.com.cn/uploadfile/2020/0318/20200318043339600.png" alt="课程通知||中国建筑企业在泰国的机会与挑战" title="课程通知||中国建筑企业在泰国的机会与挑战"></a></p>

                      <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/gonggao/32002.html" target="_blank" class="zhul_jdL_word" >课程通知||中国建筑企业在泰国的机会与挑战</a>
                            <a href="http://www.ccmsa.com.cn/gonggao/32002.html" target="_blank" class="zhul_jdL_passage" title="嘉宾介绍蔡荣庄先生为泰籍华人，哲学管理博士、工商管理硕士学位北京-曼谷II经贸发展服务中心主任、泰国北京总商会主席北京-曼谷II经贸发展   "> 嘉宾介绍蔡荣庄先生为泰籍华人，哲学管理博士、工商管理硕士学位北京-曼谷II经贸发展服务中心主任、泰国北京总商会主席北京-曼谷II经贸发展   </a>
							<div class="zhul_jdL_passage_time">[03-12]</div>
                        </div>
							<hr style="width:98%;height:1px;border:none;border-bottom:1px solid #ccc;" />
					</div>				
			                  


                </div>
  

                <div class="zhul_art_r" style="height: 430px;;">

                    <a href="http://www.ccmsa.com.cn/index.php?m=content&c=member&a=lists&modelid=59"><img class="art_r_img" src="/skins/2019/images/rr_zj.png"></a>

				     <div class="right_ul_zj1 clearfix">
   
					                    								
					<li>
                    <a title="专家卜延渭" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12582">
                        <img alt="卜延渭" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12569/90x90.jpg"><br>
                        卜延渭</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家田绍先" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12581">
                        <img alt="田绍先" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12568/90x90.jpg"><br>
                        田绍先</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家任志浩" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12580">
                        <img alt="任志浩" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12567/90x90.jpg"><br>
                        任志浩</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家周鹏洋" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12579">
                        <img alt="周鹏洋" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12566/90x90.jpg"><br>
                        周鹏洋</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家刘旭光" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12578">
                        <img alt="刘旭光" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12565/90x90.jpg"><br>
                        刘旭光</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家凤春华" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12577">
                        <img alt="凤春华" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12564/90x90.jpg"><br>
                        凤春华</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家程斌" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12576">
                        <img alt="程斌" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12563/90x90.jpg"><br>
                        程斌</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家陈军" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12575">
                        <img alt="陈军" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12562/90x90.jpg"><br>
                        陈军</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家李毅" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12574">
                        <img alt="李毅" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12561/90x90.jpg"><br>
                        李毅</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家张智勇" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12573">
                        <img alt="张智勇" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12560/90x90.jpg"><br>
                        张智勇</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家吉伯海" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12572">
                        <img alt="吉伯海" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12559/90x90.jpg"><br>
                        吉伯海</a>
					 </li>								
									
	                    								
					<li>
                    <a title="专家邢遵胜" class="head" target="_blank" href="index.php?m=content&c=member&a=show&userid=12571">
                        <img alt="邢遵胜" src="http://www.ccmsa.com.cn/phpsso_server/uploadfile/avatar/2/3/12558/90x90.jpg"><br>
                        邢遵胜</a>
					 </li>								
									
	                                        					
                                        
        </div>
   

                </div>
                <!-- 新增广告位 -->
                <!-- <div class="zhul_sy_ggimg" style="padding-top: 40px;">
                   <a target="_blank" class="c_click_log" href="http://a.ccmsa.com.cn/poster/newjump/?plan_id=3251&amp;prof=&amp;placename_id=53&amp;show_flag=2" cname="ZY_SY_960_05"><img border="0" alt="" src="/skins/2019/images/155606037buj3hxmolpmds.jpg"></a>
                </div> -->
            </div> 

           <!--  VIP企业会员  -->   
            <div class="zhul_art clearfix" id="YSSJ">
                <div class="zhul_artTopic">
                    <h2 class="zhul_art_line_D20">VIP企业会员&nbsp;</h2>
                    <!-- <ul class="zhul_artList">
                        <li>|</li><li><h3><a href="http://www.ccmsa.com.cn/cuxiao/xiaofang#f=sygjc" target="_blank">注册消防</a></h3></li><li>|</li><li><h3><a href="http://photo.ccmsa.com.cn/" target="_blank">图酷</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101010/" target="_blank">建筑设计</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101030/" target="_blank">室内设计</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101020/" target="_blank">园林景观</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101040/" target="_blank">渲染表现</a></h3></li><li>|</li>
                    </ul>
                    <div class="news-scroll">
                        <a class="goto-zb" href="http://www.smarch.com/task?_skey=ef9b6201a0518febb217a80d55857d63" target="_blank">接任务</a>
                        <ul class="news-scroll-list" style="margin-top: 0px;">
                            <script type="text/javascript" src="/skins/2019/images/gettask"></script>
                        <li><a target="_blank" title="重庆江北区城市民宿室内设计" href="http://www.smarch.com/task/detail4109.html">重庆江北区城市民宿室内设计</a></li><li><a target="_blank" title="浙江丽水九龙农家乐综合体项目规划" href="http://www.smarch.com/task/detail4079.html">浙江丽水九龙农家乐综合体项目规划</a></li><li><a target="_blank" title="北京房山区新建民宿" href="http://www.smarch.com/task/detail4082.html">北京房山区新建民宿</a></li><li><a target="_blank" title="杭州桐庐水乡民宿改造项目" href="http://www.smarch.com/task/detail4088.html">杭州桐庐水乡民宿改造项目</a></li><li><a target="_blank" title="海南三亚餐厅设计" href="http://www.smarch.com/task/detail4106.html">海南三亚餐厅设计</a></li></ul>
                    </div> -->
                </div>



    <!-- VIP企业会员 -->
		<div style="width:1140px;height:300px;">
        <ul class="memberlogo">
            <li>
            <a href="http://www.zsyds.com/" target="_blank"><img src="/skins/2019/images/zhongshenya02.png" width="560" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/zhongshenya_x.jpg" >
                                                <a href="http://www.zsyds.com/" target="_blank" style="font-size:20px;">北京中神亚雕塑景观工程有限公司</a>
                    </em>
                    <p><span>中国20强雕塑企业</span>中神亚雕塑企业始建于1986年，（期前身为温岭艺术雕刻厂北京分厂）是设计和制作不锈钢，钛金属，锻铜，铸铜，石刻等室内外雕塑的专业企业。</p>
                    <span class="goweb"><a href="http://www.zsyds.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
                                    <li>
            <a href="http://www.belister.com.cn/zh_cn/" target="_blank"><img src="/skins/2019/images/bailvde01.png"  width="495" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/bailvde_x.jpg" >
                                                 <a href="http://www.belister.com.cn/zh_cn/" target="_blank" style="font-size:20px;">百滤得机械制造有限公司</a>
                    </em>
                    <p><span>环保高新技术环保企业</span>百滤得机械制造有限公司是一家集环境规划、评价、检测、环保产品研发、设计、制造、销售及安装服务为一体的高新技术环保企业。</p>
                    <span class="goweb"><a href="http://www.belister.com.cn/zh_cn/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
            <li>
            <a href="http://www.chenyang.com/" target="_blank"><img src="/skins/2019/images/chenyang02.jpg" width="560" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/chenyang_x.jpg" >
                                                <a href="http://www.chenyang.com/" target="_blank" style="font-size:20px;">河北晨阳工贸集团有限公司</a>
                    </em>
                    <p><span>水漆时代 环保未来</span>晨阳水漆成立于1998年，专注于水漆的研发、生产与推广，是国家财政支持的节能减排绿色产业示范单位，2018年1月，晨阳水漆荣获“绿色工厂”荣誉。</p>
                    <span class="goweb"><a href="http://www.chenyang.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>

			<li>
            <a href="http://www.cqbaohui.com/article/type/10-1.html" target="_blank"><img src="/skins/2019/images/baohui01.jpg" width="560" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/baohui_x.jpg" >
                                                <a href="http://www.cqbaohui.com/article/type/10-1.html" target="_blank" style="font-size:20px;">重庆宝汇钢结构工程有限公司</a>
                    </em>
                    <p><span>科技创新 以人为本 厚德敬业</span>重庆宝汇钢结构工程有限公司是一家集钢结构建筑设计、研发、销售、制造和施工于一体的钢结构专业承包壹级资质、钢结构制造特级资质企业。</p>
                    <span class="goweb"><a href="http://www.cqbaohui.com/article/type/10-1.html" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>

            <div class="clear"></div>
            <div class="h200"></div>
        </ul>
    <!-- VIP企业会员end -->
  
              <!--   <a target="_blank" class="c_click_log" href="http://a.ccmsa.com.cn/poster/newjump/?plan_id=3260&amp;prof=&amp;placename_id=54&amp;show_flag=2" cname="ZY_SY_1140_01"><img border="0" alt="" src="/skins/2019/images/T1ILJ_ByAT1RCvBVdK.jpg"></a> -->
            </div>



           <!--  企业会员  -->   
            <div class="zhul_art clearfix" id="YSSJ">
                <div class="zhul_artTopic">
                    <h2 class="zhul_art_line_D20">企业会员&nbsp;</h2>
                    <!-- <ul class="zhul_artList">
                        <li>|</li><li><h3><a href="http://www.ccmsa.com.cn/cuxiao/xiaofang#f=sygjc" target="_blank">注册消防</a></h3></li><li>|</li><li><h3><a href="http://photo.ccmsa.com.cn/" target="_blank">图酷</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101010/" target="_blank">建筑设计</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101030/" target="_blank">室内设计</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101020/" target="_blank">园林景观</a></h3></li><li>|</li><li><h3><a href="http://bbs.ccmsa.com.cn/101040/" target="_blank">渲染表现</a></h3></li><li>|</li>
                    </ul>
                    <div class="news-scroll">
                        <a class="goto-zb" href="http://www.smarch.com/task?_skey=ef9b6201a0518febb217a80d55857d63" target="_blank">接任务</a>
                        <ul class="news-scroll-list" style="margin-top: 0px;">
                            <script type="text/javascript" src="/skins/2019/images/gettask"></script>
                        <li><a target="_blank" title="重庆江北区城市民宿室内设计" href="http://www.smarch.com/task/detail4109.html">重庆江北区城市民宿室内设计</a></li><li><a target="_blank" title="浙江丽水九龙农家乐综合体项目规划" href="http://www.smarch.com/task/detail4079.html">浙江丽水九龙农家乐综合体项目规划</a></li><li><a target="_blank" title="北京房山区新建民宿" href="http://www.smarch.com/task/detail4082.html">北京房山区新建民宿</a></li><li><a target="_blank" title="杭州桐庐水乡民宿改造项目" href="http://www.smarch.com/task/detail4088.html">杭州桐庐水乡民宿改造项目</a></li><li><a target="_blank" title="海南三亚餐厅设计" href="http://www.smarch.com/task/detail4106.html">海南三亚餐厅设计</a></li></ul>
                    </div> -->
                </div>



    <!-- 企业会员 -->
		<div style="width:1140px;height:290px;">
        <ul class="memberlogo2">
            <!-- <li>
            <a href="http://www.chenyang.com/" target="_blank"><img src="/skins/2019/images/chenyang01.png" width="560" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/chenyang_x.jpg" >
                                                晨阳水漆
                    </em>
                    <p>专注于水漆的研发、生产与推广，是国家财政支持的节能减排绿色产业示范单位，2018年1月，晨阳水漆荣获“绿色工厂”荣誉。</p>
                    <span class="goweb"><a href="http://www.chenyang.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li> -->
                                    <li>
            <a href="http://www.duowei.net.cn/" target="_blank"><img src="/skins/2019/images/duowei01.png"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/duowei_x.jpg">
                                                多维集团
                    </em>
                    <p>以绿色建筑钢结构系统与金属维护系统为主导产业，集“设计研发、精益制造、施工管理、国际工程与贸易”于一体的综合服务商。</p>
                    <span class="goweb"><a href="http://www.duowei.net.cn/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
            
									<li>
            <a href="http://www.jinhuansteel.com/" target="_blank"><img src="/skins/2019/images/jinhuan01.png"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/jinhuan_x.jpg">
                                                金环建设
                    </em>
                    <p><span></span>集团总部位于河北省石家庄高新技术产业开发区，是一家以钢结构为支柱的大型建筑施工总承包企业。</p>
                    <span class="goweb"><a href="http://www.jinhuansteel.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
			
									<li>
            <a href="http://zhongguoyuantai.cn/" target="_blank"><img src="/skins/2019/images/yuantai01.jpg"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/yuantai_x.jpg">
                                                天津远泰
                    </em>
                    <p><span></span>特色产品为移动模块房，包括移动别墅、移动办公室、移动度假屋、酒吧、冷饮厅及室外园林工艺制品等。</p>
                    <span class="goweb"><a href="http://zhongguoyuantai.cn/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
			
			<li>
            <a href="http://www.yjcnc.com/" target="_blank"><img src="/skins/2019/images/yuanjing01.png"  width="495" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/yuanjing_x.jpg" >
                                                远景数控
                    </em>
                    <p>成都远景数控设备实业有限公司成立于2002年，是一家专业从事细分行业专用数控设备研发、制造和销售的科技型企业。</p>
                    <span class="goweb"><a href="http://www.yjcnc.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>


            <li>
            <a href="http://yuanxinmifeng.com/" target="_blank"><img src="/skins/2019/images/yuanxin01.gif" width="560" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/yuanxin01.gif" >
                                                圆欣密封件
                    </em>
                    <p><span></span>青岛圆欣密封件有限公司是一家专业研发、制造、销售标准件、密封件的公司。<br>联系电话：18354208000</p>
                    <span class="goweb"><a href="http://yuanxinmifeng.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
   
                                    <li>
            <a href="http://www.wxhnjckj.com/" target="_blank"><img src="/skins/2019/images/haina01.gif"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/haina01.gif">
                                                海纳建材
                    </em>
                    <p><span></span>一家专业从事防腐瓦、FRP采光板、PVC塑钢瓦、新型防腐板、仿古瓦等橡塑防腐复合建材的研发、生产、销售为一体的新型技术性企业。</p>
                    <span class="goweb"><a href="http://www.wxhnjckj.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
                                 <li>
            <a href="#"><img src="/skins/2019/images/yuandong01.png"  width="495" height="60"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/yuandong_x.jpg" >
                                                远东榫卯钢构
                    </em>
                    <p>湛江远东钢构有限公司成立于2014年05月27日，钢结构制品、装配式建筑构配件、节能墙板生产；装配式建筑工业化技术...</p>
                    <span class="goweb"><a href="#">进入官网</a></span>
                </div>
            </div>
            </li>
                                    <li>
            <a href="http://www.wxhnjckj.com/" target="_blank"><img src="/skins/2019/images/haina02.gif"></a>
            <div class="xq">
                <div class="xq_bol">
                    <em>
                                                <img src="/skins/2019/images/haina02.gif">
                                                海纳建材
                    </em>
                    <p><span></span>一家专业从事防腐瓦、FRP采光板、PVC塑钢瓦、新型防腐板、仿古瓦等橡塑防腐复合建材的研发、生产、销售为一体的新型技术性企业。</p>
                    <span class="goweb"><a href="http://www.wxhnjckj.com/" target="_blank">进入官网</a></span>
                </div>
            </div>
            </li>
                                 <li>

                                    <div class="clear"></div>
            <div class="h200"></div>
        </ul>
    <!-- 企业会员end -->
    <!--
                <a target="_blank" class="c_click_log" href="http://a.ccmsa.com.cn/poster/newjump/?plan_id=3260&amp;prof=&amp;placename_id=54&amp;show_flag=2" cname="ZY_SY_1140_01"><img border="0" alt="【行业首个】绿色建筑设计证书！" src="/skins/2019/images/T1ILJ_ByAT1RCvBVdK.jpg"></a> -->
            </div>

            <!-- 行业企业  -->
            <div class="zhul_art clearfix" id="BMJS">
                <div class="zhul_artTopic">
                    <h2 class="zhul_art_line"><a href="http://www.ccmsa.com.cn/index.php?m=yp&c=index&a=company&listtype=vip" style="float: left;    height: 50px;
    line-height: 45px;    font-size: 36px;    font-weight: bold;    color: #202e31;    border-bottom: 7px solid #ee2e2e;">行业企业</a>&nbsp;</h2>
                    <!-- <ul class="zhul_artList">
                        <li>|</li><li><h3><a href="http://www.ccmsa.com.cn/cuxiao/bim_zt.html#f=syjsq" target="_blank">BIM等级考试</a></h3></li><li>|</li>
                        <li><h3><a href="http://www.ccmsa.com.cn/lesson/8248-1.html#f=syjsq" target="_blank">BIM建模</a></h3></li><li>|</li>
                        <li><h3><a href="http://www.ccmsa.com.cn/lesson/6782-1.html#f=syjsq" target="_blank">BIM动画</a></h3></li><li>|</li>
                        <li><h3><a href="http://www.ccmsa.com.cn/lesson/8200-1.html#f=syjsq" target="_blank">revit桥梁项目</a></h3></li><li>|</li>
                         <li><h3><a href="http://www.ccmsa.com.cn/lesson/8266-1.html%20l#f=syjsq" target="_blank">BIM管线综合</a></h3></li><li>|</li>
                    </ul> -->
                </div>
   
                 <div class="zhul_art_l_hyqy">
                <!--    <div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=471" target="_blank" title=""><img src="/skins/2019/images/zjgc01.png" alt="中建钢构有限公司" title="中建钢构有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=471" target="_blank" class="zhul_jdL_word_hyqy" title="">中建钢构有限公司</a>
                            <a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=471" target="_blank" class="zhul_jdL_passage_hyqy">中建钢构有限公司（下称“中建钢构”）是中国建筑股份有限公司旗下集研发、设计、制作、安装、检测业务一体化发展的大型全产业链钢结构专业集团企业,是国家高新技术企业。</a>
                        </div>
                    </div>

                    <div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=1027" target="_blank" title=""><img src="/skins/2019/images/hlgc01.jpg" title="安徽鸿路钢结构（集团）股份有限公司" alt="安徽鸿路钢结构（集团）股份有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=1027" target="_blank" class="zhul_jdL_word_hyqy" title="">安徽鸿路钢结构（集团）股份有限公司</a>
                            <a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=1027" target="_blank" class="zhul_jdL_passage_hyqy">安徽鸿路钢结构(集团)股份有限公司坐落于合肥市双凤开发区，成立于2002年，2011年深交所上市（股票代码：002541），拥有合肥、武汉、金寨、重庆等大型装配式钢结构建筑及智能停车设备研发制造基地。</a>
                        </div>
                    </div>

                    <div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=3829" target="_blank" title=""><img src="/skins/2019/images/dngc01.jpg" alt="浙江东南网架股份有限公司" title="浙江东南网架股份有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=3829" target="_blank" class="zhul_jdL_word_hyqy" title="">浙江东南网架股份有限公司</a>
                            <a href="http://www.ccmsa.com.cn/index.php?m=yp&c=com_index&userid=3829" target="_blank" class="zhul_jdL_passage_hyqy">浙江东南网架股份有限公司成立于1984年1月，是一家集设计、制作、安装于一体的大型钢结构上市企业，为国家大跨度空间结构产业化基地实施单位、国家高新技术企业、中国钢结构协会副会长单位。</a>
                        </div>
                    </div> -->
					<div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.zsyds.com/indexCn.html" target="_blank" title=""><img src="/skins/2019/images/zsygc01.jpg" title="北京中神亚雕塑景观工程有限公司" alt="北京中神亚雕塑景观工程有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.zsyds.com/indexCn.html" target="_blank" class="zhul_jdL_word_hyqy" title="">北京中神亚雕塑景观工程有限公司</a>
                            <a href="http://www.zsyds.com/indexCn.html" target="_blank" class="zhul_jdL_passage_hyqy">中神亚雕塑企业始建于1986年，是设计和制作不锈钢，钛金属，锻铜，铸铜，石刻等室内外雕塑的专业企业。是中央美术学院雕塑系和清华大学美术学院雕塑系实习创作基地。</a>
                        </div>
                    </div>
					
                    <div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.belister.com.cn/zh_cn/" target="_blank" title=""><img src="/skins/2019/images/bld01.jpg" title="百滤得机械制造有限公司" alt="百滤得机械制造有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.belister.com.cn/zh_cn/" target="_blank" class="zhul_jdL_word_hyqy" title="">百滤得机械制造有限公司</a>
                            <a href="http://www.belister.com.cn/zh_cn/" target="_blank" class="zhul_jdL_passage_hyqy">百滤得机械制造有限公司是一家集环境规划、评价、检测、环保产品研发、设计、制造、销售及安装服务为一体的高新技术环保企业。主要生产经营除尘器,碟阀,碟阀配件,料位计,滤清器等配套件。</a>
                        </div>
                    </div>
					
					<div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.chenyang.com/" target="_blank" title=""><img src="/skins/2019/images/cysq02.jpg" title="河北晨阳工贸集团有限公司" alt="河北晨阳工贸集团有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.chenyang.com/" target="_blank" class="zhul_jdL_word_hyqy" title="">河北晨阳工贸集团有限公司</a>
                            <a href="http://www.chenyang.com/" target="_blank" class="zhul_jdL_passage_hyqy">河北晨阳工贸集团有限公司成立于1998年，专注于水漆的研发、生产与推广，是国家财政支持的节能减排绿色产业示范单位，2018年1月，晨阳水漆荣获“绿色工厂”荣誉。</a>
                        </div>
                    </div>
                    <div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://zhongguoyuantai.cn/" target="_blank" title=""><img src="http://www.ccmsa.com.cn/bietda/images/yuantai01.JPG" title="天津远泰模块房制造有限公司" alt="天津远泰模块房制造有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://zhongguoyuantai.cn/" target="_blank" class="zhul_jdL_word_hyqy" title="">天津远泰模块房制造有限公司</a>
                            <a href="http://zhongguoyuantai.cn/" target="_blank" class="zhul_jdL_passage_hyqy">天津远泰模块房制造有限公司成立于2011年5月，总投资八千余万元，总建筑面积1.8万平方米。公司特色产品为移动模块房，包括移动别墅、移动办公室、移动度假屋、酒吧、冷饮厅及室外园林工艺制品等。</a>
                        </div>
                    </div>
                    <div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.duowei.net.cn/" target="_blank" title=""><img src="/skins/2019/images/duowei01_180_123.jpg" title="多维联系合团有限公司" alt="多维联系合团有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.duowei.net.cn/" target="_blank" class="zhul_jdL_word_hyqy" title="">多维联系合团有限公司</a>
                            <a href="http://www.duowei.net.cn/" target="_blank" class="zhul_jdL_passage_hyqy">多维创始于1983年，以绿色建筑钢结构系统与金属维护系统为主导产业，集“设计研发、精益制造、施工管理、国际工程与贸易”于一体的综合服务商。</a>
                        </div>
                    </div>
                    <div class="zhul_jdL clearfix">
                        <p class="zhul_jdL_l_hyqy"><a href="http://www.jinhuansteel.com/" target="_blank" title=""><img src="/skins/2019/images/jinhuan01_180_123.jpg" title="金环建设集团有限公司" alt="金环建设集团有限公司"></a></p>
                        <div class="zhul_jdL_r_hyqy">
                            <a href="http://www.jinhuansteel.com/" target="_blank" class="zhul_jdL_word_hyqy" title="">金环建设集团有限公司</a>
                            <a href="http://www.jinhuansteel.com/" target="_blank" class="zhul_jdL_passage_hyqy">金环建设集团有限公司创建于2003年4月，集团总部位于河北省石家庄高新技术产业开发区，是一家以钢结构为支柱的大型建筑施工总承包企业。</a>
                        </div>
                    </div>

               </div>


                <div class="zhul_art_r" style="height: 410PX;">
                    <a href="http://www.ccmsa.com.cn/index.php?m=yp&c=index&a=company"><img class="art_r_img" src="/skins/2019/images/rr_xqy.png"></a>
                    <!-- <div style="width:240px;height:258px;">
                        <a target="_blank" class="c_click_log" href="http://a.ccmsa.com.cn/poster/jump/?poster_id=12457&amp;prof=&amp;to=edu&amp;positions_name=ZY_SY_240_04" cname="ZY_SY_240_04"><img border="0" alt="全国BIM等级考试" src="/skins/2019/images/T1WaEgBjdv1RCvBVdK.gif"></a>
                    </div> -->
				 <div id="box_up">
					<ul id="list1">
					
					                  						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=11812" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="吴桥盈丰钢结构铸钢件制造有限公司">吴桥盈丰钢结构铸钢件制造有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=11784" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="邯郸市现雷物资有限公司">邯郸市现雷物资有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=11473" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="无锡品尚建材有限公司">无锡品尚建材有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=11472" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="无锡海纳建材科技有限公司">无锡海纳建材科技有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=10051" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="北京集简筑成科技有限公司">北京集简筑成科技有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9732" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="厦门中构新材料科技股份有限公司">厦门中构新材料科技股份有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9644" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="临沂市恒大钢结构有限公司">临沂市恒大钢结构有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9490" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="邯郸市正信标准件有限公司">邯郸市正信标准件有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9425" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="徐州先禾钢结构网架工程有限公司">徐州先禾钢结构网架工程有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9407" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="深圳市斯柯瑞膜结构工程有限公司">深圳市斯柯瑞膜结构工程有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9186" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="福建省宁德市新建工防水材料科技有限公司">福建省宁德市新建工防水材料科技有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9176" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="砼创（上海）新材料科技股份有限公司">砼创（上海）新材料科技股份有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9171" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="北京定荣家科技有限公司">北京定荣家科技有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9169" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="广州特域机电有限公司">广州特域机电有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9163" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="包头市万金隆彩钢制品有限公司">包头市万金隆彩钢制品有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9060" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="山东海山工业科技有限公司">山东海山工业科技有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=9028" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="盐城市富先达机械有限公司">盐城市富先达机械有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=8984" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="天津东方广厦钢结构工程有限公司">天津东方广厦钢结构工程有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=8977" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="安徽晋马住宅产业化有限公司">安徽晋马住宅产业化有限公司</a>
                            </li>
				
                						
							<li>
                                <a href="index.php?m=yp&c=com_index&userid=8939" target="_blank" class="c_click_log" cname="www_bimxy" prof="bimxy" title="广州倍安捷建筑科技有限公司">广州倍安捷建筑科技有限公司</a>
                            </li>
				
                                						

     </ul>
     <ul id="list2"></ul>
</div>    
<script type="text/javascript">
    var box_up=document.getElementById("box_up");
    var l1=document.getElementById("list1");
    var l2=document.getElementById("list2");
    l2.innerHTML=l1.innerHTML;//克隆list1的数据，使得list2和list1的数据一样
    function scrollup(){
        if(box_up.scrollTop>=l1.offsetHeight){ //滚动条距离顶部的值恰好等于list1的高度时，达到滚动临界点，此时将让scrollTop=0,让list1回到初始位置，实现无缝滚动
            box_up.scrollTop=0;
        }else{
            box_up.scrollTop++;
        }
    }
    
    var scrollMove=setInterval(scrollup,50);//数值越大，滚动速度越慢

    //鼠标经过时，滚动停止
    box_up.onmouseover=function(){
        clearInterval(scrollMove)
    }

    //鼠标离开时，滚动继续
    box_up.onmouseout=function(){
        scrollMove=setInterval(scrollup,50);
    }
</script>                 
                </div>
                 <!-- <a target="_blank" class="c_click_log" href="http://a.ccmsa.com.cn/poster/newjump/?plan_id=3081&amp;prof=&amp;placename_id=205&amp;show_flag=3" cname="ZY_SY_1140_10"><img border="0" alt="【必读】全国BIM等级考试注意事项！" src="/skins/2019/images/T1xJV_B5xv1RCvBVdK.png"></a> -->
            </div>
            <!--行业企业end  -->

<hr>
	
         <script type="text/javascript">
                //拉幕广告的显示
                function showAdBig(){
                    if($(".smar-banner-big").length==0){
                        return;
                    }
                    $(".smar-banner-big").show();
                    var date=new Date();
                    date.setHours(19+8);
                    date.setMinutes(0);
                    date.setSeconds(0);

                    var zl18ads=parseInt(jQuery.cookie('zl18ads'));

                    if(zl18ads){
                        if(zl18ads<5)
                        {
                          loadBanner();
                          zl18ads=5;
                          jQuery.cookie('zl18ads', zl18ads, { expires: date });
                        }   
                    }else{
                        loadBanner();
                        jQuery.cookie('zl18ads', '5', { expires: date });
                    } 
                    $("#close-btn-index").click(function(){
                        zl18ads=5;
                        jQuery.cookie('zl18ads', zl18ads, { expires: date });  
                        bannerHide();
                    }); 
                    $(".close-btn-little").click(function(){
                        zl18ads=5;
                        jQuery.cookie('zl18ads', zl18ads, { expires: date });  
                        $(".smar-banner").css("display","none");
                    });
                }
                function bannerHide(){
                    $(".smar-banner-big").animate({
                      'height': '0',
                      'opacity': '0.6',
                      'filter':'alpha(opacity=60)'
                    },600);
                    $(".smar-banner").css("display",'block');
                    $("#close-btn-index").css("display",'none');
                }
                function loadBanner(){
                    $(".smar-banner-big").animate({
                      'height': '600px',
                      'opacity': '1',
                      'filter': 'alpha(opacity=100)'
                    },600);
                    $("#close-btn-index").css("display",'block');
                    setTimeout("bannerHide()",5000);
                }
                function startSliderop() {
                    var Obj_1 = $(".slider-nav .nav-item").eq(0);
                    var Obj_2 = $(".slider-nav .nav-item").eq(1);                   
                    Obj_1.addClass('current');                   
                    $(".slider-inner").find('.in').css({
                        "background-image": Obj_1.attr("data-bgimg"),
                        "background-color": Obj_1.attr("data-bgcolor")
                    }).attr('href',Obj_1.attr("href")).attr('title',Obj_1.attr("title"));
                    $(".slider-inner").find('.in').attr('alt',Obj_1.attr("title"));
                    $(".slider-inner").find('.out').css({
                        "background-image": Obj_2.attr("data-bgimg"),
                        "background-color": Obj_2.attr("data-bgcolor")
                    }).attr('href',Obj_2.attr("href")).attr('title',Obj_2.attr("title"));
                // 首次判断头部颜色深浅
                    sliderop();
                }
                function loadAds(){
					showAdBig();
                    startSliderop();
                    sliderNavStart();
                    autoScrollInit();
               /*     var positions_names=[];
                    $(".AD_JSON").each(function(){
                        var id=$(this).attr("id");
                        positions_names.push(id);
                    });
                    if(positions_names.length>0){
                        positions_names=positions_names.join(',');
                        $.getJSON("http://a.ccmsa.com.cn/poster/getAdForJson?positions_names="+positions_names+"&jsoncallback=?",function(data){
                            if(data.errNo==0){
                                for(var  k in data['result']['data']){
                                    $("#"+k).after(data['result']['data'][k]);
                                    $("#"+k).remove();
                                }
                                showAdBig();
                                startSliderop();
                                sliderNavStart();
                                autoScrollInit();
                            }
                        });
                    }*/
                }
                loadAds();
            </script>
           <!--  <div id="OTHER"></div> -->
         
             <!--广告位-->
            <!-- <div class="zhul_v_ggw clearfix clientHidden">
                <ul class="zhul_v_ggw1 clearfix">
                                    </ul>
            </div> -->
            <!--友情链接-->
<hr style="height:1px;border:none;border-top:1px solid #ccc;margin-top:20px;margin-bottom:10px;" />
			
	<!--		<div class="yqlj_div clearfix clientHidden">
                <p class="yqlj_div_p">友情链接</p>  
                <ul class="zhul_v_friendlink"><br>
	                 
							                    	                    <li><a href="http://www.bietda.com/" target="_blank">北京国际经济贸易发展协会</a> </li>
	                    	                    <li><a href="http://www.ccmsa.net.cn" target="_blank">中国建筑金属结构协会</a> </li>
	                    	                    <li><a href="http://www.sinosure.com.cn" target="_blank">中国出口信用保险公司</a> </li>
	                    	                    <li><a href="http://www.retoeco.com" target="_blank">瑞图生态</a> </li>
	                    	                    <li><a href="http://www.bnbmg.com.cn" target="_blank">北新集团</a> </li>
	                    	                    <li><a href="http://www.zgzbh518.com" target="_blank">中国住博会</a> </li>
	                    	                    <li><a href="http://www.cscsf.com/" target="_blank">中国钢结构在线</a> </li>
	                    	                    <li><a href="http://www.chinapipe.net" target="_blank">中国管道商务网</a> </li>
	                    	                    <li><a href="http://www.shigongjishu.cn/" target="_blank">施工技术</a> </li>
	                    	                    <li><a href="http://www.pipew.com/" target="_blank">钢管天下</a> </li>
	                    						 	
							
							 <li><a href="http://www.pipew.com/" target="_blank">钢管天下</a> </li>
							<li><a href="http://www.shigongjishu.cn/" target="_blank">施工技术</a> </li>
							<li><a href="http://www.yf12365.com " target="_blank">验房</a> </li>
							<li><a href="http://www.chinapipe.net" target="_blank">中国管道商务网</a> </li>
							<li><a href="http://www.cscsf.com/" target="_blank">中国钢结构在线</a> </li>
							<li><a href="http://www.zgzbh518.com" target="_blank">中国住博会</a> </li> 
                </ul>
				

            </div>
        </div>
        </div>
        </div>
-->

<div class="zhul_footer clientHidden">
    <div class="zhul_bot_footer">
        <p>        
            <a href="http://www.ccmsa.com.cn/" class="zhul_botmenu_link" target="_blank">网站首页</a>
            <!-- <a href="http://www.ccmsa.com.cn/about/ad/" class="zhul_botmenu_link" target="_blank">会员服务</a>
            <a href="http://www.ccmsa.com.cn/about/contact/" class="zhul_botmenu_link" target="_blank">联系我们</a>
            <a href="http://www.ccmsa.com.cn/help/" class="zhul_botmenu_link" target="_blank">帮助中心</a> -->
            <a href="http://www.ccmsa.com.cn//2019/images/about.pdf" class="zhul_botmenu_unbor" target="_blank">关于我们</a>
        </p>
        <p><span class="zhul_botmenu_font"> ©2019&nbsp;中国建筑金属结构信息网&nbsp;&nbsp;ICP证号：000059&nbsp;&nbsp;<img src="/skins/2019/images/zhul_beiantb_n.png" style="vertical-align:middle;">京公海网安备110108001708号 </span></p>
        <p>联系电话： 18613873853（同微信）</p>        
    </div>
	<div class="zhul_bot_footer_r">
<!-- <img src="/skins/2019/images/48c6dddc28cf87dea40bc485d443822e.jpg" width="120" height="120" border="0" alt="">&nbsp;&nbsp;&nbsp;&nbsp; -->
<img src="/skins/2019/images/qrcode_for_gh_02ab8db17488_258.jpg" width="120" height="120" border="0" alt="">
	</div>
</div>



</div>
<!--引导-->
<div class="ins-bg clientHidden" style="display: none;"></div>
<div class="zl-index-ins clientHidden" style="display: none;">		
	<div class="index-ins-cron">
		<span class="ins-shouye">首页</span>
		<div class="ins-where">
			<a href="http://bbs.ccmsa.com.cn/9020_group_855/detail30510328" target="_blank" class="where-btn"></a>
			<a href="javascript:;" class="where-close"></a>
		</div>
	</div>
</div>
<div style="display:none">
    <!-- <script type="text/javascript" src="/skins/2019/images/z_stat.php"></script><script src="/skins/2019/images/core.php" charset="utf-8" type="text/javascript"></script><a href="https://www.cnzz.com/stat/website.php?web_id=1547351" target="_blank" title="站长统计">站长统计</a>
    <script type="text/javascript" src="/skins/2019/images/z_stat(1).php"></script><script src="/skins/2019/images/core(1).php" charset="utf-8" type="text/javascript"></script><a href="https://www.cnzz.com/stat/website.php?web_id=5078536" target="_blank" title="站长统计">站长统计</a>
 --></div>
<!-- 
<div class="edu_massage" id="edu_massage">
	<a href="javascript:void(0)" class="close_mess" id="closeeduMessage">&nbsp;</a>
	 <a class="img-a" target="_blank" href="http://www.ccmsa.com.cn/exam-erjian2?f=sytc"></a>
</div>
 -->
<script type="text/javascript">
    function getrecommend() {
        var uid = $.cookie("uid");
        var pcid = $.cookie("pcid");
        var prof = $.cookie('specialty_id');
        if(prof == null){
            prof = '';
        }
        var url = //'http://tongji.ccmsa.com.cn/api/searchterm/gethotclick?callback=?&infonum=3&threadnum=3&lessonnum=3&vlessonnum=1&sceneid=www&prof='+prof;
        $.getJSON(url,function(result){
            if(result.errno == 0) {
                if( prof==''){
                    prof=0;
                }
                var thread = result.data.thread;
                var info   = result.data.info;
                var lesson = result.data.lesson;
                var vlesson= result.data.vlesson;
                var thread_length = thread.length;
                var info_length = info.length;
                var lesson_length = lesson.length;
                var html = '';
                $(".guess_r ul").html("");
                if(thread_length==0 || info_length==0 || lesson_length==0){
                    return ;
                }
                for(var i = 0; i < thread_length; i++){
                    if(typeof lesson[i]!="undefined" && typeof lesson[i]['link'] !="undefined" ){
                        //课程
                        html += '<li><span class="reddot">&bull;</span>';
                        html += '<a target="_blank" href="' + lesson[i]['link'] + ((lesson[i]['link'].indexOf('#')==-1)?'#':'&') + 'sceneid=www#f=www_cnxh_'+prof+'_' + (i+1) +'" class="c_click_log" cname="www_edu_recommend">';
                        html +=  lesson[i].lesson_name + '</a></li>';
                    }
                    if(typeof info[i]!="undefined" && typeof info[i]['link'] !="undefined" ){
                        //资料
                        html += '<li><span class="reddot">&bull;</span>';
                        html += '<a target="_blank" href="' + info[i]['link'] + ((info[i]['link'].indexOf('#')==-1)?'#':'&') +'f=www_cnxhinfo_'+prof+'_' + (i+1) +'&sceneid=www" class="c_click_log" cname="www_info_recommend">';
                        html +=  info[i].title + '</a></li>';
                    }
                    if(typeof thread[i]!="undefined" && typeof thread[i]['link'] !="undefined" ){
                        //帖子
                        if(typeof vlesson[i]!="undefined" && typeof vlesson[i]['link'] !="undefined" ){

                            html += '<li><span class="reddot">&bull;</span>';
                            html += '<a target="_blank" href="' + vlesson[i]['link'] + ((vlesson[i]['link'].indexOf('#')==-1)?'#':'&') +'f=www_cnxh_'+prof+'_4' +'&sceneid=www" class="c_click_log" cname="www_edu_recommend">';
                            html +=  vlesson[i].lesson_name + '</a></li>';

                        }else{

                            html += '<li><span class="reddot">&bull;</span>';
                            html += '<a target="_blank" href="' + thread[i]['link'] + ((thread[i]['link'].indexOf('#')==-1)?'#':'&') +'f=www_cnxhthread_'+prof+'_' + (i+1) +'&sceneid=www" class="c_click_log" cname="www_thread_recommend">';
                            html +=  thread[i].title + '</a></li>';

                        }
                    }
                }
                $(".guess_r ul").append(html);
                $(".guess").show();
            }
        });
    }
    $(function() {
    	$(window).scroll(function() {
    	var top = document.documentElement.scrollTop || document.body.scrollTop;
    	
            if (top > 550) {
                $(".no2top").css("display","block");
                $(".no2top").css("display","block");
            } else {
                $(".no2top").css("display","none");
                $(".no2top").css("display","none");
            }
    	});
        $('.side-nav .nava').click(function(event) {
            $(".side-nav").find('.nava').removeClass('active');
            $(this).addClass('active');
            $(window).unbind("scroll",scrollFix);
            var _index= $('.side-nav .nava').index($(this))+1;
            var _offele=$(this).attr('data-offset');
            $("html,body").animate({
                "scrollTop": $("#"+_offele).offset().top-150
            }, 300);
            setTimeout(function(){
                $(window).bind("scroll",scrollFix);
            }, 500);
        });
        getrecommend();

        var offsetArr=[];
        //var _idArr=['YSSJ','GCJS','CSJL','JDSB','OTHER'];
        for (var i = 0; i < _idArr.length; i++) {
            if($('#'+_idArr[i]).length>0){
                offsetArr.push($('#'+_idArr[i]).offset().top);
            }
           
        }        
        function scrollFix(){                
            var _scrollTop=$(document).scrollTop()+300;
            if(_scrollTop<=offsetArr[0]){
                $(".side-nav").find('.nava').removeClass('active');
            }
            for (var i = 0; i <= offsetArr.length; i++) {
                if(_scrollTop>offsetArr[i] && _scrollTop<offsetArr[i+1]){
                    $(".side-nav").find('.nava').removeClass('active').eq(i).addClass('active');
                    break;
                 }else if(i==offsetArr.length-1&&_scrollTop>offsetArr[offsetArr.length-2]){
                      $(".side-nav").find('.nava').removeClass('active').eq(i).addClass('active');
                    break;
                 }
            }
        }
        setTimeout(function(){
            $(window).bind("scroll",scrollFix);
        }, 500);
    });
</script>

<script type="text/javascript">
    $(window).bind("scroll", backToTopFun);
    $(function(){backToTopFun();});
   function backToTopFun(){
        var top = document.documentElement.scrollTop||document.body.scrollTop;
        if (top > 550) {
            $(".side-nav").css('display','block');
            $(".consult_code").css('display','block');
        }
        else{
            $(".side-nav").css('display','none');
            $(".consult_code").css('display','none');
        }
   }

   //window.onresize=resizeBannerImage;//当窗口改变宽度时执行此函数
    $(window).resize(function(){
        resizeBannerImage();
    })
    function resizeBannerImage(){
        var winW = $(window).width();
        // console.log(winW);
        // if(navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.match(/7./i)=="7.") 
        //     { 
        //     alert("浏览器版本过低，建议更换浏览器"); 
        //     } 
        if( winW < 1366 ) {
        /* 这里是要执行的代码 */
            $(".side-nav").css({
                "position":"fixed",
                // "top":"115px",
                "left":"10px",
            });
            $(".consult_code").css({
                "position":"fixed",
                "left":"10px",
            });
        }else{
            $(".side-nav").css({
                "position":"absolute",
                "left":"-50px",
            });
            $(".consult_code").css({
                "position":"absolute",
                "left":"-50px",
            });
        }       
    }
     resizeBannerImage();
</script>

<div class="bdsharebuttonbox"><a href="#" class="bds_qzone" data-cmd="qzone" title="分享到QQ空间"></a><a href="#" class="bds_tsina" data-cmd="tsina" title="分享到新浪微博"></a><a class="bds_sqq"  title="分享到QQ" data-cmd="sqq"></a><a href="#" class="bds_weixin" data-cmd="weixin" title="分享到微信"></a><a href="#" class="bds_more" data-cmd="more"></a></div>

					<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"23"},"share":{},"image":{"viewList":["qzone","tsina","sqq","renren","weixin"],"viewText":"分享到：","viewSize":"22"},"selectShare":{"bdContainerClass":null,"bdSelectMiniList":["qzone","tsina","sqq","renren","weixin"]}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='http://bdimg.share.baidu.com/static/api/js/share.js?v=89860593.js?cdnversion='+~(-new Date()/36e5)];
					
					window._bd_share_config = {
						slide : [{	   
							bdImg : 5,
							bdPos : "right",
							bdTop : 450
						}]
					}
					</script>
</body></html>

