
<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta http-equiv="X-UA-Compatible" content="IE=10" />
    <meta name="baidu-site-verification" content="code-YLce8LvFSf" />
    <link href="/resources20250626140320/tnsPcResources/favicon.ico" rel="shortcut icon">
    <title>互动学堂—会议活动一站式管理系统</title>
	<meta name="keyword" content="互动学堂,会议系统,学术会议平台,学术会议通知,免费二维码签到软件,学术交流会议,二维码签到,会议邀请函,学术会议邀请函,扫码签到,学术会议通知,电子邀请函,会议签到系统,投稿平台,征稿启事,征文通知,在线投稿">
    <meta name="keywords" content="互动学堂,会议系统,学术会议平台,学术会议通知,免费二维码签到软件,学术交流会议,二维码签到,会议邀请函,学术会议邀请函,扫码签到,学术会议通知,电子邀请函,会议签到系统,投稿平台,征稿启事,征文通知,在线投稿">
	<meta name="description" content="互动学堂致力于为高校、学会、协会、期刊、企业和政府等组织，提供基于微信端和PC端的会议活动在线管理平台与教学培训管理平台，实现智慧会议与互动课堂">
    <link rel="stylesheet" href="/resources20250626140320/tnsPcResources/css/showLoading.css"/>
    <link href="//cdnjs.hudongxuetang.com/ajax/libs/basicModal/3.3.8/basicModal.min.css" rel="stylesheet">
    <link href="//cdnjs.hudongxuetang.com/ajax/libs/jquery.perfect-scrollbar/0.6.16/css/perfect-scrollbar.min.css" rel="stylesheet">
	<link href="//at.alicdn.com/t/font_215586_4c1knfzbvhf.css" rel="stylesheet">
        <style id="index_layout_index_blank_mower_css" type="text/css">
	    </style>
        <style id="index_index_mower_css" type="text/css">
html * {
  margin: 0;
  padding: 0;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: 'Microsoft Yahei';
  color: #333;
}

a {
  color: inherit;
  text-decoration: none;
}

i {
  font-style: normal;
}

.red-text {
  color: #fc6369;
}

.green-text {
  color: rgb(5, 160, 69);
}

.try-free-btn {
  display: inline-block;
  padding: 11px 40px;
  background: #31C27C;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
}

.try-free-btn:hover {
  background: #2AA86B;
  transition: all 0.5s;
}

.content {
  min-width: 1200px;
}

.content .content-items {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.content .content-banner {
  height: 480px;
  position: relative;
  margin-bottom: 60px;
  /* background-color: #F5F5F5; */
}

.content .content-banner img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.content .content-banner-container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  color: #fff;
}

.content .content-banner .title {
  position: absolute;
  left: 0;
  top: 154px;
  font-size: 50px;
  font-weight: normal;
}

.content .content-banner .tip {
  position: absolute;
  left: 0;
  top: 245px;
  font-size: 20px;
}

.content .content-banner .try-free-btn {
  position: absolute;
  top: 365px;
}

/* 会议功能  --- 开始 */
.content .content-func {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.content .content-func-items {
  margin-bottom: 49px;
  display: flex;
  justify-content: space-around;
}

.content .content-func_item {
  height: 339px;
  text-align: center;
}

.content .content-func_item .title {
  margin: 20px 0;
  font-size: 20px;
  font-weight: bold;
}

.content .content-func_item .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.content .content-func_intro p {
  color: #666;
  margin-bottom: 20px;
}

.content .content-func_intro i {
  font-style: normal;
  width: 3px;
  height: 3px;
  background: #666;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
}

/* 会议功能  --- 结束 */



/* 会议学术动态 --- 开始 */
.content .content-dynamics {
  text-align: center;
}

.content-dynamics .content-dynamics-container {
  text-align: left;
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
}

.content .content-dynamics-title {
  font-size: 34px;
  text-align: center;
  padding-top: 60px;
}

.content .content-dynamics-items {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 55px;
  color: #666;
}

.content .content-dynamics-items .content-dynamics-item {
  padding: 30px 0;
  width: 390px;
  height: 180px;
  font-size: 14px;
  margin-top: 15px;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.content-dynamics-item .title,
.content-dynamics-item .date,
.content-dynamics-item .location {
  padding: 0 30px;
}

.content-dynamics-item .title {
  height: 54px;
  margin-bottom: 22px;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.content-dynamics-item .title p {
  position: relative;
  word-wrap: break-word;
}

.content-dynamics-item .title p::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: -30px;
  background: #31C27C;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
}

.content-dynamics-item .date {
  margin-bottom: 5px;
}

.content-dynamics-item i {
  margin-right: 10px;
}

.content-dynamics .go-to-selected {
  font-size: 20px;
  color: #31C27C;
  border: 1px solid #31C27C;
  padding: 10px 19px;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  margin: 30px auto 0;
}

/* 会议学术动态 --- 结束 */


/* 客户介绍 --- 开始 */
.content .content-customer {
  height: 558px;
  margin-bottom: 60px;
}

.content .content-customer .content-customer-container {
  width: 1200px;
  height: 100%;
  display: flex;
  margin: 0 auto;
}

.content .content-customer .content-customer-left {
  height: 100%;
  width: 450px;
  box-sizing: border-box;
  position: relative;
}

.content .content-customer .content-customer-right {
  height: 100%;
  width: 450px;
  flex: 1;
  box-sizing: border-box;
  padding: 87px 0 20px 0;
  text-align: center;
}

.content-customer .content-customer-right .title {
  font-size: 34px;
}

.content-customer .content-customer-right .intro {
  font-size: 20px;
  margin: 15px 0 30px 0;
}

.content .content-customer .schools {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: center;
}

.content .content-customer .schools img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  /* border: 1px solid #ccc; */
  margin-left: 39px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

/* 客户介绍 --- 结束 */



/* 用户评价 --- 开始 */
.content .content-user-rating {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.content-user-rating .title {
  font-size: 34px;
  padding-top: 60px;
  padding-bottom: 30px;
}

.content .content-user-rating .content {
  position: relative;
}

.content-user-rating .content-user-rating-items {
  position: absolute;
  text-align: left;
  font-size: 14px;
  color: #666;
}

.content-user-rating .try-free-btn {
  margin-top: 40px;
}

.content-user-rating .content-user-rating-item {
  float: left;
  width: 292px;
  height: 285px;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  margin-left: 8px;
}

.content-user-rating .content-user-rating-item .headImg {
  float: left;
  width: 60px;
  height: 60px;
  background-image: url('https://static.cdn.24haowan.com/img/22424/22424152349727749555.png');
  background-size: contain;
}

.content-user-rating .content-user-rating-item .user {
  margin-left: 70px;
  height: 60px;
}

.content-user-rating .content-user-rating-item .userName {
  padding-top: 4px;
  margin-bottom: 4px;
  font-size: 20px;
  color: #333;
}

.content-user-rating .content-user-rating-item .comment {
  margin-top: 15px;
}

/* 用户评价 --- 结束 */


/* 用户评论轮播 --- 开始 */

a.abtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  /* height: 60px; */
  overflow: hidden;
  text-indent: -20000px;
  background: url('//thyrsi.com/t6/371/1536996969x-1922735421.gif') 0px center no-repeat;
}

a.aleft {
  left: 5px;
  background: transparent url('//static.hudongxuetang.com/hdxt/webphotos/pc/lunbo-left.png') no-repeat center top;
}

a.aright {
  right: 0;
  background-position: -6px center;
  background: transparent url('//static.hudongxuetang.com/hdxt/webphotos/pc/lunbo-right.png') no-repeat center top;
}

.scrollcontainer {
  width: 1200px;
  height: 285px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

/* 用户评论轮播 --- 结束 */

.content .content-user-rating .go-to-case {
  font-size: 20px;
  color: #31C27C;
  border: 1px solid #31C27C;
  border-radius: 4px;
  margin-left: 20px;
  padding: 10px 19px;
}
	    </style>
    <meta name="format-detection" content="telephone=no" />
	<script type="text/javascript">
	function checkBrowserVersion() {//若浏览器版本低于或包括IE10，则跳转到指定的提示升级页面
		var isIELowVersion = false;
		
		var userAgent = navigator.userAgent; //取得浏览器的userAgent字符串  
	    var isIE = userAgent.indexOf("compatible") > -1 && userAgent.indexOf("MSIE") > -1; //判断是否IE<11浏览器  
	//    var isEdge = userAgent.indexOf("Edge") > -1 && !isIE; //判断是否IE的Edge浏览器  
	//    var isIE11 = userAgent.indexOf('Trident') > -1 && userAgent.indexOf("rv:11.0") > -1;
	    if(isIE) {
	        var reIE = new RegExp("MSIE (\\d+\\.\\d+);");
	        reIE.test(userAgent);
	        var fIEVersion = parseFloat(RegExp["$1"]);
	        if(fIEVersion < 11) {
	        	isIELowVersion = true;
	        }
	    }
	    
	//    else if(isEdge) {
	//        return 'edge';//edge
	//    } 
	//    else if(isIE11) {
	//        return 11; //IE11  
	//    }
	//    else{
	//        return -1;//不是ie浏览器
	//    }
		
		if (isIELowVersion) {
			window.location.href = "/index/browserCompatibility";
		}
	}
	
	checkBrowserVersion();
	
	</script>
    <script src="//cdnjs.hudongxuetang.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
    <script src="//cdnjs.hudongxuetang.com/ajax/libs/jquery.perfect-scrollbar/0.6.16/js/perfect-scrollbar.jquery.min.js"></script>
    <script type="text/javascript" src="/resources20250626140320/tnsPcResources/js/jquery.showLoading.min.js"></script>
    <script src="//cdnjs.hudongxuetang.com/ajax/libs/basicModal/3.3.8/basicModal.min.js"></script>
    <script type="text/javascript">
        var base = '';
        var tnsPcResources = '/resources20250626140320/tnsPcResources';
        var locale_pc_gonggong = {"weitijiaoquedingtuuichuma":"当前修改尚未提交，是否确定退出","meirongbucunzai":"404,内容不存在","caozuoshibai":"操作失败","tanchuangok":"确定","hudongxuetang":"互动学堂","qingshuaxinhuochongshi":"出错了，请刷新页面","weibaocunquedingtuuichuma":"当前修改尚未保存，是否确定退出","beichongdingxiang":"内容已被重定向","dengluchaoshi":"登录超时，请重新登录或刷新后重试","wuquanxian":"无权限进行此操作","shoujinmiaochongfa":"{0}s重发","shoujichongxinhuoqu":"重新获取","tanchuangcancel":"取消"};
    </script>
	<script>
	var _hmt = _hmt || [];
	(function() {
	  var hm = document.createElement("script");
	  hm.src = "https://hm.baidu.com/hm.js?db77db0426434724ad118c14954d4b0a";
	  var s = document.getElementsByTagName("script")[0]; 
	  s.parentNode.insertBefore(hm, s);
	})();
	</script>
	<script>
	(function() {
	  var hm = document.createElement("script");
	  hm.src = "https://s22.cnzz.com/z_stat.php?id=1274337504&web_id=1274337504";
	  var s = document.getElementsByTagName("script")[0]; 
	  s.parentNode.insertBefore(hm, s);
	})();
	</script>
        <script id="tnsPcCommon_js" type="text/javascript">
(function($) {
	
	tnsPcCommon = {

		/***********************************************************************
		 * 公共ajax方法
		 **********************************************************************/
		_initAjaxOptions : function(options) {
			var that = this;

			options = options || {};
			if(options.type=='get'){
				//避免IE get请求下的缓存
				options.cache = false;
			}
			var showLoading = options.showLoading != undefined ? options.showLoading : true;
			var showLoadingBody = options.showLoadingBody || 'html';
			if (showLoading) {
				$(showLoadingBody).showLoading(options.showLoadingOptions);
			}

            var dealVersionException = function (response) {
			    if (response.errorCode === 'version') {
                    MeetingVersionTipsModal.publicVisionControl(JSON.parse(response.exceptionMessage));
                    return true;
                }
                return false;
            };

			options.oldSuccess = options.success;
			options.oldError = options.error;
			options.success = function(response) {
				if (showLoading) {
					$(showLoadingBody).hideLoading(options.hideLoadingOptions);
				}
				if (response.success) {
					if (options.oldSuccess) {
						options.oldSuccess(response);
					}
				} else {
					if (options.exception) {
						options.exception(response);
					} else {
						var exceptionMessage = null;
						//if (response.errorCode == 'ehr') {
						//	exceptionMessage = '<h4><font style="color:red;">操作失败</font></h4><br/>详细信息：'
						//			+ response.exceptionMessage;
						//}
						if (response.errorCode == 'notVip') {
							$(window).trigger('triggerVipApplyModal');
						}
						else if (!dealVersionException(response)) {
                            tnsPcCommon.modalAlert(exceptionMessage || options.exceptionMessage || response.exceptionMessage || tnsPcCommon.formatString(locale_pc_gonggong["caozuoshibai"]));
                        }
					}
					if(options.exceptionCallBack){
						options.exceptionCallBack(response);
					}
				}
			};
			options.error = function(response, type, errorThrown) {
				if (showLoading) {
					$(showLoadingBody).hideLoading(options.hideLoadingOptions);
				}
				if (options.oldError) {
					options.oldError(response, type, errorThrown);
				} else {
					if (!response || !response.responseJSON) {
						return;
					}
					
					try{
						switch (response.responseJSON.exceptionCode) {
						case 'http.301':
						case 'http.302':
						case 301:
						case 302:
							if(response.responseJSON.redirection&&response.responseJSON.redirection.indexOf("/login")>=0){
								tnsPcCommon.modalAlert(tnsPcCommon.formatString(locale_pc_gonggong["dengluchaoshi"]));
							}
							else{
								tnsPcCommon.modalAlert(response.responseJSON.exceptionCode+','+tnsPcCommon.formatString(locale_pc_gonggong["beichongdingxiang"]));
							}
							break;
						case 'http.403':
						case 403:
							tnsPcCommon.modalAlert(tnsPcCommon.formatString(locale_pc_gonggong["wuquanxian"]));
							break;
						case 'http.404':
						case 404:
							tnsPcCommon.modalAlert(tnsPcCommon.formatString(locale_pc_gonggong["meirongbucunzai"]));
							break;
						case 'http.500':
						case 500:
							tnsPcCommon.modalAlert(options.errorMessage || tnsPcCommon.formatString(locale_pc_gonggong["caozuoshibai"]));
							break;
						default:
							tnsPcCommon.modalAlert(options.errorMessage || tnsPcCommon.formatString(locale_pc_gonggong["caozuoshibai"]));
							break;
						}
					}
					catch(e){
						tnsPcCommon.modalAlert(options.errorMessage || tnsPcCommon.formatString(locale_pc_gonggong["caozuoshibai"]));
					}
				}
				if(options.errorCallBack){
					options.errorCallBack(response, type, errorThrown);
				}
			};

			return options;
		},

		ajax : function(options) {
			var that = this;
			if(arguments.length == 2){
				arguments[1].url = arguments[0]; 
				options = arguments[1];
			}
			options = that._initAjaxOptions(options);
			$.ajax(options);
		},

		setCodeTimer : function (options) {
			var disabledTime = options.disabledTime || 0;
			var intervalTime = options.intervalTime || 60;
			var countdownText = options.countdownText || locale_pc_gonggong["shoujinmiaochongfa"];
			var afterText = options.afterText || locale_pc_gonggong["shoujichongxinhuoqu"];
			
			$(options.btn_selector).addClass(options.addClass);
			for(var i=0;i<intervalTime;i++){
				setTimeout(function(){
					$(options.btn_selector).text(tnsPcCommon.formatString(countdownText,(intervalTime-disabledTime)));
					disabledTime++;
				},i*1000);
			}
			setTimeout(function(){
				$(options.btn_selector).text(tnsPcCommon.formatString(afterText)).removeClass(options.removeClass);
			}, intervalTime*1000);
		},
		
		modalAlert : function(message,callBack,modalClass,buttons){
			if(window.basicModal){
				var defaultBtns = {
					action: {
						title: tnsPcCommon.formatString(locale_pc_gonggong["tanchuangok"]),
						fn: callBack || basicModal.close
					}
				};
				basicModal.show({
				    body: message,
				    'class': modalClass || basicModal.THEME.small,   
				 	closable: true,
				    buttons: buttons || defaultBtns
				});
			}
			else{
				alert(message);
				if(callBack){
					callBack();
				}
			}
		},
		
		modalMessage : function(message,callBack,modalClass,buttons){
			if(window.basicModal){
				var defaultBtns = {
					cancel: {
				        'class': basicModal.THEME.xclose,
				        fn: callBack || basicModal.close
				    }	
				};
				basicModal.show({
				    body: message,
				    'class': modalClass || basicModal.THEME.small,   
				 	closable: true,
				    buttons: buttons || defaultBtns
				});
			}
			else{
				alert(message);
				if(callBack){
					callBack();
				}
			}
		},

		/* default css need file basicModal_tns.css */
		confirmModal : function(title, warnMessage, config){
			config = config || {};
			if(window.basicModal){
				var defaultBtns = {
					cancel: {
						class: "cancel",
						title: config.cancelTitle || tnsPcCommon.formatString(locale_pc_gonggong["tanchuangcancel"]),
						fn: config.cancelAction || basicModal.close
					},
					action: {
						class: "action",
						title: config.confirmTitle || tnsPcCommon.formatString(locale_pc_gonggong["tanchuangok"]),
						fn: function() {
                            config.confirmAction && config.confirmAction();
						}
					}
				};

				var content = "" +
					"<div class='content'>" +
						"<div class='main-title'>" + title + "<span>" + (config.emphasizeTitle || "") + "</span> " + (config.punctuationMark || "?") + "</div>" +
						"<div class='sub-title'>" + (config.subTitle || "") + "</div>";

				if (warnMessage) {
					content += "<div class='warn-title'><i class='iconfont icon-jinggao'></i>" + warnMessage + "</div>";
				}

				content += "</div>";

				basicModal.show({
					body: config.content || content,
					'class': config.mainClass || "confirm-modal",
					closable: true,
					buttons: defaultBtns
				});
			}
			else{
				alert(title);
			}
		},
		
		initOrResetToastr : function(){
			if(window.toastr){
				toastr.options = {
						  "closeButton": true,
						  "debug": false,
						  "newestOnTop": false,
						  "progressBar": false,
						  "positionClass": "toast-top-center",
						  "preventDuplicates": false,
						  "showDuration": "300",
						  "hideDuration": "1000",
						  "timeOut": "3000",
						  "extendedTimeOut": "1000",
						  "showEasing": "swing",
						  "hideEasing": "linear",
						  "showMethod": "fadeIn",
						  "hideMethod": "fadeOut"
						};
			}
		},
		
		getCurrentUserUuid : function(){
			this.ajax(base + '/mobile/common/account/getMyUuid',{
				showLoading:false,
				type : 'post',
	    		success : function(r){},
	    		exception: function(r){},
	    		error: function(r){}
			});
		},
		
		toAcii : function (index) {
			//从1开始，目前只支持26个字母，即26个选项，后期需要优化算法，使其像Excel那样能支持AA,AB的顺序
			var result = "";

            while(index > 0 ) {
                var rest = index % 26;
                if (rest == 0){
                    rest = 26;
                }
                result = String.fromCharCode(64 + parseInt(rest)) + result;
                index = (index - rest) / 26;
            }

	        return result;
	    },

		replaceNewLineToHtml: function(content) {
			return content.replace(/\n/g,"<br>");
		},
	    
	    getUrlParam : function (name) {
	        var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)");
	        var r = window.location.search.substr(1).match(reg);
	        if (r != null) return unescape(r[2]);
	        return null;
	    },
	    
	    isWeiXin : function () {
		    var ua = window.navigator.userAgent.toLowerCase();
		    if(ua.match(/MicroMessenger/i) == 'micromessenger'){
		        return true;
		    }else{
		        return false;
		    }
		},
		
	    /* ------------------数字转中文 开始------------------ */
	    chnNumChar: ["零","一","二","三","四","五","六","七","八","九"],
	    chnUnitSection: ["","万","亿","万亿","亿亿"],
	    chnUnitChar: ["","十","百","千"],
	    
	    sectionToChinese : function (section){
	    	var that = this;
	    	
	    	  var strIns = '', chnStr = '';
	    	  var unitPos = 0;
	    	  var zero = true;
	    	  while(section > 0){
	    	    var v = section % 10;
	    	    if(v === 0){
	    	      if(!zero){
	    	        zero = true;
	    	        chnStr = that.chnNumChar[v] + chnStr;
	    	      }
	    	    }else{
	    	      zero = false;
	    	      strIns = that.chnNumChar[v];
	    	      strIns += that.chnUnitChar[unitPos];
	    	      chnStr = strIns + chnStr;
	    	    }
	    	    unitPos++;
	    	    section = Math.floor(section / 10);
	    	  }
	    	  return chnStr;
	    },
	    
	    numberToChinese : function (num){
	    	var that = this;
	    	
	    	  var unitPos = 0;
	    	  var strIns = '', chnStr = '';
	    	  var needZero = false;
	    	 
	    	  if(num === 0){
	    	    return chnNumChar[0];
	    	  }
	    	 
	    	  while(num > 0){
	    	    var section = num % 10000;
	    	    if(needZero){
	    	      chnStr = chnNumChar[0] + chnStr;
	    	    }
	    	    strIns = that.sectionToChinese(section);
	    	    strIns += (section !== 0) ? that.chnUnitSection[unitPos] : that.chnUnitSection[0];
	    	    chnStr = strIns + chnStr;
	    	    needZero = (section < 1000) && (section > 0);
	    	    num = Math.floor(num / 10000);
	    	    unitPos++;
	    	  }
	    	 
	    	  if (chnStr == '一十') {
	    		  chnStr = "十";
	    	  }
	    	  return chnStr;
	    },
	    /* ------------------数字转中文 结束------------------ */

	    /* 序号 */
		specialEnSerialNumberArr: ['0', '1st', '2nd', '3rd'],
		formatSerialNumber: function(locale, number) {
            var that = this;
            if (locale === 'en') {
                return number < 4 ? that.specialEnSerialNumberArr[number] : number + 'th';
			} else {
                return "第" + that.sectionToChinese(number);
			}
		},
	    /* 序号 */

	    //统一邮箱格式验证
	    validateEmail: function (email) {
	    	if(!/^[a-zA-Z0-9]+([._\\-]*[a-zA-Z0-9])*@([a-zA-Z0-9]+[-a-zA-Z0-9]*[a-zA-Z0-9]*[.]){1,63}[a-zA-Z0-9]+$/.test(email)){
				return false;
			}
	    	return true;
	    },
	    
	    //统一手机号码格式验证
	    isMobileValid: function (val){
			if (!/^[1][0-9]{10}$/.test(val)) {
				return false;
			}
			return true;
		},
		
		//统一密码格式验证
	    validatePassword: function (password) {
	    	if (password.length < 6 || password.length > 20) {
	    		return false;
	    	}
	    	
	    	return true;
	    },

	    //js判断空字符串、null、undefined、空格、中文空格
	    isEmpty :function(obj) {
		    if (obj === null) return true;
		    if (typeof obj === 'undefined') {
		      return true;
		    }
		    if (typeof obj === 'string') {
		      if (obj === "") {
		        return true;
		      }
		      var reg = new RegExp("^[\\s　]+$");//英文和中文的空格
		      
		      return reg.test(obj);
		    }
		    return false;
		},
		
	    setCookie : function(name,oValue,iDate){
		    var oDate=new Date();
		    oValue=encodeURI(oValue);
		    if(typeof iDate=='number'){
		    	 oDate.setDate(oDate.getDate()+iDate); //设置过期时间(天数)
		    }
		    else{
		    	oDate=iDate; 
		    }
		    document.cookie=name+'='+oValue+';expires'+'='+oDate.toGMTString()+";path=/"; //path 设置cookie的访问范围
		},
		
		getCookie : function(c_name){
			if (document.cookie.length>0)
			  {
			  c_start=document.cookie.indexOf(c_name + "=")
			  if (c_start!=-1)
			    { 
			    c_start=c_start + c_name.length+1 
			    c_end=document.cookie.indexOf(";",c_start)
			    if (c_end==-1) c_end=document.cookie.length
//			    return unescape(document.cookie.substring(c_start,c_end))
			    	return decodeURI(document.cookie.substring(c_start,c_end));
			    } 
			  }
			return "";
		},
		
		removeCookie : function(name){
		  	this.setCookie(name,'',-1);
		},
		
		isIE : function () {
			if (!!window.ActiveXObject || "ActiveXObject" in window)
				return true;
			else
				return false;
		},
		
		formatString : function() {
		    if( arguments.length == 1 )
		        return arguments[0];

		    var str = arguments[0]; 
		    for(var i=1;i<arguments.length;i++) {
		        var re = new RegExp('\\{' + (i-1) + '\\}','gm');
		        str = str.replace(re, arguments[i]);
		    }
		    return str;
		},
		isSupportHtml5: function () { //检查是否支持Html5
			if(typeof(Worker)!=="undefined") {
				return true;
			}
			
			return false;
		},

		// authorType: 后台配置的类型参数值
        replaceAuthorStr: function(srcStr, authorType, finalLocale) {
        	var authorType = authorType || 'author';
			var map = {
				author: {cn: '作者', En: 'Author', en: 'author'},
				member: {cn: '成员', En: 'Member', en: 'member'},
				teamMember: {cn: '组员', En: 'Team Member', en: 'team member'}
			};
			
			if (finalLocale === 'en') {
				return srcStr.replace(/author/g, map[authorType]['en'])
					.replace(/Author/g, map[authorType]['En']);
			} else {
				return srcStr.replace(/作者/g, map[authorType]['cn']);
			}
		},
		
		getBrowserVersions: function() {
            var u = navigator.userAgent;
	        return {
	                trident: u.indexOf('Trident') > -1, //IE内核
	                presto: u.indexOf('Presto') > -1, //opera内核
	                webKit: u.indexOf('AppleWebKit') > -1, //苹果、谷歌内核
	                gecko: u.indexOf('Firefox') > -1, //火狐内核Gecko
	                mobile: !!u.match(/AppleWebKit.*Mobile.*/), //是否为移动终端
	                ios: !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/), //ios
	                android: u.indexOf('Android') > -1 || u.indexOf('Linux') > -1, //android
	                iPhone: u.indexOf('iPhone') > -1 , //iPhone
	                iPad: u.indexOf('iPad') > -1, //iPad
	                webApp: u.indexOf('Safari') > -1, //Safari
	                isEdge : u.indexOf("Edge") > -1, //判断是否IE的Edge浏览器 (包括ie浏览设置为Edge跟Edge浏览器)
	                //isEdge : u.indexOf("Edge") > -1 && !(u.indexOf('Trident') > -1), //判断是否IE的Edge浏览器 
	        };
	    },
	    htmlEncode:function (str){
	        var s = "";
	        if(str === '' || str === null || str === undefined) return '';
	        
         	str = String(str);
	        
	        s = str.replace(/&/g,"&amp;");
	        s = s.replace(/</g,"&lt;");
	        s = s.replace(/>/g,"&gt;");
	        //s = s.replace(/ /g,"&nbsp;");
	        s = s.replace(/\'/g,"&#39;");
	        s = s.replace(/\"/g,"&quot;");
	        
	        return s;
	    },
	    encodeHtml:function (str){
	        var s = "";
	        if(str === '' || str === null || str === undefined) return '';
	        
         	str = String(str);
	        
	        s = str.replace(/<br>/g,'　');
	        s = s.replace(/&amp;/g,"&");
	        s = s.replace(/&lt;/g,"<");
	        s = s.replace(/&gt;/g,">");
	        //s = s.replace(/&nbsp;/g,"　");
	        s = s.replace(/&#39;/g,"'");
	        s = s.replace(/&quot;/g,'"');
	        
	        return s;
	    },
	    strReplaceTag:function (str){
	    	//在管理页面主要是将<div>替换成字符串"",</div>和<br>替换成一个空格' '
			if(str === '' || str === null || str === undefined)
				return '';
			
			var str = String(str);
			
			return str.replace(/<div>/g,'').replace(/<\/div>|<br>|&lt;br&gt;/g,'　');
	    },
	    exportsReplaceTag:function (str){
	    	//导出excel 处理文本格式
	    	var s = '';
			if(str === '' || str === null || str === undefined)
				return '';
			
			var str = String(str);
			
			s = str.replace(/<div>/g,'');
			s = s.replace(/"([^"]*)"/g,'""$1""');
			s = s.replace(/<\/div>|<br>|&lt;br&gt;/g,'\n');
			s = s.replace(/&amp;/g,'&');
			s = s.replace(/&nbsp;/g,'　');
			
			return s;
	    },
	    
	    showLoginBox : function(actionUrl){
	    	var loginBoxId = 'tnsPcCommon_loginBox';
	    	var loginBox = $('#'+loginBoxId);
	    	if(loginBox.length==0){
	    		var html = '';
	    		html+='<div id="' + loginBoxId + '" style="display: none;position: fixed;top:0;left:0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6);z-index:9999;">';
	    		html+='	<div style="position: absolute;top: 50%;left: 50%;margin: -205px 0 0 -180px;width: 360px;height: 410px;background-color: #fff;border-radius: 4px;border: 1px solid #ccc;">';
	    		html+='		<div class="loginBoxClose" style="font-size: 56px;color: #fff;z-index: 5;position: absolute;top: -20px;right: -40px;cursor: pointer;line-height: normal;">×</div>';
	    		html+='		<div class="loginBoxContent" style="height:100%;position: relative;overflow: hidden;border-radius: 4px;"></div>';
	    		html+='	</div>';
	    	    html+='</div>';
	    	   	$('body').append(html);
	    	   	loginBox = $('#'+loginBoxId);
	    	}
	    	loginBox.find('.loginBoxContent').empty().append('<iframe frameborder="0" width="360" height="410" scrolling="no" style="" src="'+base+'/login?forward=/front/common/loginBoxLoginSuccess"></iframe>');
	    	loginBox.find('.loginBoxClose').one('click',function(){
	    		loginBox.hide();
	    	});
	    	window.afterLoginBoxLoginSuccess = function(){
	    		window.location.href = actionUrl;
	    	};
	    	window.afterLoginBoxSendForgetEmail = function(divHtml){
	    		loginBox.hide();
	    		var sendForgetEmailBoxId = 'tnsPcCommon_sendForgetEmailBox';
	    		$('body').append(divHtml);
	    		$('#'+sendForgetEmailBoxId + ' .icon-close2').one('click',function(){
	    			$('#'+sendForgetEmailBoxId).remove();
	    		});
	    	}
	    	loginBox.show();
	    },
	    
	    initVipListeners : function(){
	    	var that = this;
	    	var applyMessage = '尊敬的老师'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;您好，您正在使用教师体验版，开通VIP可以享有以下功能特权'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、创建1个以上的课程卡片（无上限）'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2、单次上传文件最大500MB (体验版50MB）'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3、单个课程最多可以上传100个文件（体验版10个）'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4、授权其他老师控制系统协助上课'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5、调研问卷数据打包下载'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6、VIP尊享一对一教学服务支持';
	    	var extendMessage = function(vipDaysRemaining){
	    		return '尊敬的老师'
	    		+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;您好，您正在使用教师版VIP，有效期剩余'+vipDaysRemaining+'天，可以享有以下功能特权：'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1、创建1个以上的课程卡片（无上限）'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2、单次上传文件最大500MB (体验版50MB）'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3、单个课程最多可以上传100个文件（体验版10个）'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;4、授权其他老师控制系统协助上课'
					+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5、调研问卷数据打包下载'
					+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;6、VIP尊享一对一教学服务支持'
				+'<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;提前续费将享受9折优惠！';
	    	};
	    	$(window).on('triggerVipApplyModal',function(e){
	    		that.confirmModal(null,null,{
	    			mainClass : "confirm-modal globalVipApplyOrExtendModal",
	    			confirmTitle : '开通VIP',
	    			content : applyMessage,
	    			confirmAction : function(){
	    				window.location.href = base +'/front/teacher/vip/application';
	    			}
	    		});
	    	});
	    	$(window).on('triggerVipExtendModal',function(e){
	    		that.confirmModal(null,null,{
	    			mainClass : "confirm-modal globalVipApplyOrExtendModal",
	    			confirmTitle : '续费',
	    			content : extendMessage(e.vipDaysRemaining),
	    			confirmAction : function(){
	    				window.location.href = base +'/front/teacher/vip/application';
	    			}
	    		});
	    	});
	    	$(window).on('triggerVipApplyMessageAlertModal',function(e){
	    		that.modalAlert(applyMessage,null,'confirm-modal globalVipApplyOrExtendModal');
	    	});
	    	$(window).on('triggerVipExtendMessageAlertModal',function(e){
	    		that.modalAlert(extendMessage(e.vipDaysRemaining),null,'confirm-modal globalVipApplyOrExtendModal');
	    	});
	    },
	    
		_isInit : false,
		_init : function() {
			var that = this;
			if (that._isInit) {
				return;
			}
			that.initOrResetToastr();
			that.initVipListeners();
			setInterval(function(){ that.getCurrentUserUuid(); },5*60*1000);
			that._isInit = true;
		}

	};

	tnsPcCommon._init();
}(jQuery));
	    </script>
</head>

    <body>

    <!-- 头部 -->
        <style id="index_layout_index_website_mower_css" type="text/css">
* {
    box-sizing: border-box;
}

/* 顶部导航栏 --- 开始 */
.header {
    background: #fff;
}

.header.nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.1);
}

.header-main {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.header-main .header-main_left {
    float: left;
}

.header-main .header-main_left img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
}

.header-main .header-main_center {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    height: 100%;
}

.header-main .header-main_center a {
    font-size: 18px;
    float: left;
    margin-right: 1px;
    padding: 0 20px;
    transition: all 0.5s;
}

.header-main .header-main_center a:hover {
    color: #31C27C;
}

.header-main .header-main_center a.itemHover:hover {
    color: #fff;
}

.header-main .header-main_center .itemHover {
    background-color: #31C27C;
    color: #fff;
}

.header-main .header-main_right {
    float: right;
}

.header-main .header-main_right a {
    border: 1px solid #31C27C;
    border-radius: 4px;
    margin-left: 20px;
}

.header-main .header-main_right .personal-btn,
.header-main .header-main_right .manage-btn {
    color: #31C27C;
    font-size: 16px;
    padding: 6px 22px;
}

/* 顶部导航栏 --- 结束 */

/* 底部footer --- 开始 */
.footer {
    background-color: #333;
    height: 380px;
    color: #fff;
    min-width: 1200px;
}

.footer .footer-main {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    padding-top: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
}

.footer .contact-us-list {
    margin-left: 50px;
    width: 380px;
}

.footer .contact-us-list .contact-us-items,
.footer .introduction-list li,
.footer .introduction-friends li {
    font-size: 14px;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.footer .introduction-list li {
    display: inline-block;
    margin-bottom: 38px;
}

.footer .introduction-list li:nth-of-type(1),
.footer .introduction-friends li:first-child {
    display: block;
}

.footer .introduction-list li,
.footer .introduction-friends li,
.footer .contact-us-list .contact-us-items {
    color: rgba(255, 255, 255, 0.7);
}

.footer .contact-us-list .contact-us-items:first-child,
.footer .introduction-list li:nth-of-type(1),
.footer .introduction-friends li:first-child {
    font-size: 20px;
    margin-bottom: 15px;
    color: #fff;
}

.footer .introduction-list li a,
.footer .introduction-friends li a {
    transition: all 0.5s;
}

.footer .introduction-list li a:hover,
.footer .introduction-friends li a:hover {
    color: #fff;
}

.footer .introduction-friends {
    width: 378px;
}

.footer .introduction-friends li {
    display: inline-block;
}

.footer .QR-code {
    text-align: center;
    font-size: 20px;
}

.footer .QR-code img {
    width: 150px;
    height: 150px;
    margin-top: 15px;
}

.footer .QR-code .erweima-shadow:hover {
    opacity: 0;
}

.footer .footer-bottom {
    height: 80px;
    background: #252525;
    font-size: 14px;
    line-height: 80px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-bottom a {
    display: inline-block;
}

/* 底部footer --- 结束 */

/* 隐私条款 --- 开始 */
.service-tooltip-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5000;
    display: none;
}
.all-shadow-layer {
    background-color: rgba(0, 0, 0, .3);
    height: 100%;
}

.service-item-container {
    width: 800px;
    height: 600px;
    position: absolute;
    top: 50%;
    margin-top: -300px !important;
    left: 50%;
    margin-left: -390px !important;
    background-color: #fff;
    z-index: 5999;
    border-radius: 4px;
    padding: 30px 30px 0 !important;
}

.service-item-container .service-item-title {
    text-align: center;
    font-size: 24px;
    color: #333;
}

.service-item-container .textarea-box {
    height: 443px;
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 15px;
    padding-right: 4px;
}

.service-item-container .sercive-item-content {
    border: none;
    outline: none;
    resize: none;
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    position: relative;
}

.service-item-container .service-item-button {
    font-size: 16px;
    width: 118px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #666;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -60px;
    cursor: pointer;
}

textarea {
    font-style: inherit ;
    line-height: 22px;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
/* 隐私条款 --- 结束 */
	    </style>
        <script id="index_layout_index_website_mower_js" type="text/javascript">
var LayoutIndexWebsite = (function($) {
    
    var privacyPolicyContent = '';
    
    var websiteFooterHelper = {
    	init: function() {
    		var that = this;
			
			that.initEvent();
    	},
    	initEvent: function() {
            var that = this;
    		$(".footer-main-policy").on("click",function(){
	            if (privacyPolicyContent) {
	                $('.service-item-container').find('textarea').val(privacyPolicyContent);
	                $(".service-tooltip-box").show();
	                return;
	            }
	            var code = 'TNS_PRIVACY_POLICY';
	            tnsPcCommon.ajax(base + '/index/setting/getSettingInfo', {
	                data: {
	                    code: code
	                },
	                type: 'post',
	                success: function (r) {
	                    var data = r.returnObject;
	
	                    if (data && data.value != '') {
	                        $('.service-item-container').find('textarea').val(data.value);
	                        privacyPolicyContent = data.value;
	                    }
	
	                    $(".service-tooltip-box").show();
	                }
	            });
	        });
			
			$(".service-item-button").on("click",function(){
	            $(".service-tooltip-box").hide();
			});
			var scrollTop = $(window).scrollTop();
			if (scrollTop >= 60) {
				$('.header').addClass('nav');
			}
			
			$(window).scroll(function() {
				scrollTop = $(window).scrollTop();
				if (scrollTop >= 60) {
					$('.header').addClass('nav');
				} else {
					$('.header').removeClass('nav');
				}
			})
    	}
    };

    return {
        init : function() {
            websiteFooterHelper.init();
        }
    };
}(jQuery));

$(function() {
    LayoutIndexWebsite.init();
});
	    </script>


<!-- 头部 -->
<div class="header">
    <div class="header-main">
        <div class="header-main_left">
            <img src="/resources20250626140320/tnsPcResources/images/logo-owl-green.png" alt="">
        </div>
        <div class="header-main_center">
            <a class="itemHover" href="/">首 页</a>
            <a class="" href="/index/case">客户案例</a>
            <a class="" href="/index/selected">精选会议</a>
            <a class="" href="/index/meeting">业务介绍</a>
            <a class="" href="/index/aboutcompany">关于我们</a>
            <a class="" href="/index/aboutus1">创始人、CEO—互动学堂核心团队成员</a>
            <a class="" href="/index/aboutus">甄哈达—技术经理、架构师—互动学堂核心团队成员</a>
        </div>
        <div class="header-main_right">
            <a class="personal-btn" href="http://cn.hudongxuetang.com">教师/助教/个人</a><a class="manage-btn" href="http://meeting.hudongxuetang.com">会议管理登录</a>
        </div>
    </div>
</div>

    <!-- 内容 -->
    <div class="content">
        <div class="content-items content-banner" style="background: transparent url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/website-banner.jpg')no-repeat center top;">
            <div class="content-banner-container"> 
                <a href="/index/applyMeetingAccount" class="try-free-btn">免费使用</a>
            </div>
        </div>
        <div class="content-items content-func">
            <div class="content-func-items">
                <div class="content-func_item">
                    <div class="icon" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/index_icon1.png')"></div>
                    <p class="title">专业专注</p>
                    <div class="content-func_intro">
                        <p>专为筹办学术会议活动打造</p>
                        <p>中大团队800多个日夜精心打磨</p>
                        <p>千场大型学术会议经验沉淀</p>
                    </div>
                </div>
                <div class="content-func_item">
                    <div class="icon" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/index_icon2.png')"></div>
                    <p class="title">安全稳定</p>
                    <div class="content-func_intro"> 
                        <p>数据文件加密存储、隔离存储</p>
                        <p>SaaS模式，高效防御与负载均衡</p>
                        <p>SOA架构，系统运行更安全更稳定</p>
                        <p>提供保密协议保障隐私安全</p>
                    </div>
                </div>
                <div class="content-func_item">
                    <div class="icon" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/index_icon3.png')"></div>
                    <p class="title">省时高效</p>
                    <div class="content-func_intro">
                        <p>减少90%筹备耗费时间</p>
                        <p>降低90%筹备差错数量</p>
                        <p>显著提升会议传播效率</p>
                    </div>
                </div>
                <div class="content-func_item">
                    <div class="icon" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/index_icon4.png')"></div>
                    <p class="title">简单易用</p>
                    <div class="content-func_intro">
                        <p>完美支持各类平台各类系统</p>
                        <p>6步完成学术会议全过程管理</p>
                        <p>无需使用说明书即可轻松掌握</p>
                    </div>
                </div>
            </div>
        </div>
        <div class="content-dynamics">
            <div class="content-dynamics-container" style="background-image: url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/invite-activity.jpg');">
                <p class="content-dynamics-title">近期学术会议动态</p>
                <div class="content-dynamics-items"></div>
            </div>
            <a href="/index/selected" class="go-to-selected">查看更多会议</a>
        </div>
        <div class="content-items content-customer">
            <div class="content-customer-container">
                <div class="content-customer-left">
                    <img src="//static.cdn.24haowan.com/img/22424/22424153665601550852.png" style="position:  absolute;top: 50%;left:  50%;transform: translateX(-50%) translateY(-50%);">
                </div>
                <div class="content-customer-right">
                    <p class="title">我们的用户</p>
                    <p class="intro">分布于40多个国家和地区，遍布全球400多所高校科研院所</p>
                    <div class="schools"></div>
                </div>
            </div>
        </div>
        <div class="content-items content-user-rating">
            <p class="title">用户评价</p>
            <div class="scrollcontainer">
                <ul class="content-user-rating-items">
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/glkxqk.png')"></div>
                        <div class="user">
                            <p class="userName">杨老师</p>
                            <p>《管理科学》期刊编辑部</p>
                        </div>
                        <div class="comment">使用这个平台，我们的稿件研讨会组织工作效率得到大幅提升！</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/zsdx.png')"></div>
                        <div class="user">
                            <p class="userName">黄老师</p>
                            <p>中山大学管理学院</p>
                        </div>
                        <div class="comment">这是中大校友团队创立的专门为学术会议服务的在线会议系统，可为中英文学术会议解决从报名，投稿，专家评审，通知等系列问题。我们之前的国际会议已使用过，效果很好，推荐使用！</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/bjysxy.png')"></div>
                        <div class="user">
                            <p class="userName">王老师</p>
                            <p>北京印刷学院</p>
                        </div>
                        <div class="comment">这个平台真的挺不错，办过会议的人都很有感触，中间很耗费人力，你们这个平台可以节约好多人力成本！</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/zggyb.png')"></div>
                        <div class="user">
                            <p class="userName">周老师</p>
                            <p>中国工业学报</p>
                        </div>
                        <div class="comment">系统用得很好，界面、体验都不错，功能也比较强大，以后有机会再用起来。</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/sxgsxy.png')"></div>
                        <div class="user">
                            <p class="userName">郭老师</p>
                            <p>山西工商学院</p>
                        </div>
                        <div class="comment">我们使用了互动学堂，发现非常实用且方便！</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/zgxxjjxh.png')"></div>
                        <div class="user">
                            <p class="userName">朱老师</p>
                            <p>中国信息经济学会</p>
                        </div>
                        <div class="comment">中山大学团队创立的专门为学术会议服务的在线会议系统，用信息系统的技术解决繁琐的办会问题，将会议流程优化，创造更高效更简单更人性化的参会体验，帮助我解决了很多办会难题。</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/pim.png')"></div>
                        <div class="user">
                            <p class="userName">胡老师</p>
                            <p>PIM（益启慈善）</p>
                        </div>
                        <div class="comment">我们非常喜欢互动学堂会议服务平台，这次会议我们请了李连杰作为嘉宾，现场使用互动学堂与李连杰老师进行互动，气氛非常活跃，效果很好！</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/zgtmgcxh.png')"></div>
                        <div class="user">
                            <p class="userName">丰老师</p>
                            <p>中国土木工程学会</p>
                        </div>
                        <div class="comment">你们互动学堂确实做的不错，尤其是还可以实现参会人员上传一些会议资料，发言稿PPT等，现场还可以进行照片直播，确实蛮方便的。</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/zsdx.png')"></div>
                        <div class="user">
                            <p class="userName">方老师</p>
                            <p>中山大学哲学院</p>
                        </div>
                        <div class="comment">你们平台做的非常赞，如果再早一点了解到，我会推荐给今年在中国举办的世界哲学大会。</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/yncjdx.png')"></div>
                        <div class="user">
                            <p class="userName">杨老师</p>
                            <p>云南财经大学</p>
                        </div>
                        <div class="comment">如果从一开始就统一用平台进行宣传就好了，通过系统直接在线支付真是要方便很多。参会人员过去直接给学校汇款，要一笔笔对账，然后再一一与报名信息对照，非常多确认工作，我现在都不知道收了哪些人，非常头疼。</div>
                    </li>
                    <li class="content-user-rating-item">
                        <div class="headImg" style="background-image:url('//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/userComment/hnlgdx.png')"></div>
                        <div class="user">
                            <p class="userName">陈院长</p>
                            <p>华南理工大学</p>
                        </div>
                        <div class="comment">你们这个产品后台的确设计的非常好，特别容易操作，移动端是通过微信来实现，参会人员用起来也很方便，而且你们里面的研讨互动功能的确很新颖，从来没在学术会议上见过。</div>
                    </li>
                </ul>
                <a class="abtn aleft" href="#left">左移</a>
                <a class="abtn aright" href="#right">右移</a>
            </div>
            <a href="/index/applyMeetingAccount" class="try-free-btn">免费使用</a>
            <a href="/index/case" class="go-to-case">查看客户案例</a>
        </div>
    </div>

    <!-- 底部 -->
<!-- 底部 -->
<div class="footer">
    <div class="footer-main">
        <div>
            <ul class="introduction-list">
                <li>互动学堂</li>
                <li><a class="footer-main-aboutus" href="/index/aboutcompany#intro">关于我们</a><i> |</i></li>
                <li><a class="footer-main-selected" href="/index/selected">精选会议</a><i> |</i></li>
                <li><a class="footer-main-login" href="http://meeting.hudongxuetang.com">登录/注册</a><i> |</i></li>
                <li><a class="footer-main-meeting" href="/index/meeting">业务介绍</a><i> |</i></li>
                <li><a class="footer-main-contactus" href="/index/aboutcompany#contactus">联系我们 </a><i> |</i></li>
                <li><a class="footer-main-policy" href="javascript:;">隐私条款</a></li>
            </ul>
            <ul class="introduction-friends">
                <li>友情链接</li>
                <li><a target="_blank" href="//www.moe.gov.cn/">教育部</a><i> |</i></li>
                <li><a target="_blank" href="//www.nsfc.gov.cn/">国家自然科学基金委</a><i> |</i></li>
                <li><a target="_blank" href="//www.npopss-cn.gov.cn/">全国哲学社会科学工作办公室</a></li>
                <li><a target="_blank" href="//www.ncpssd.org/">国家哲学社会科学文献中心</a><i> |</i></li>
                <li><a target="_blank" href="//mylib.nlc.cn/web/guest">国家数字图书馆</a><i> |</i></li>
                <li><a target="_blank" href="//www.sysu.edu.cn/">中山大学</a></li>
            </ul>
        </div>
        <ul class="contact-us-list">
            <li class="contact-us-items">联系我们</li>
            <li class="contact-us-items">客服热线：1810-2227-125</li>
            <li class="contact-us-items">微信客服：hdxt006</li>
            <li class="contact-us-items">QQ客服：806388039</li>
            <li class="contact-us-items">邮箱：zengzc@hudongxuetang.com</li>
        </ul>
        <div class="QR-code"> 
            <p>关注我们获取更多资讯</p>
            <img class="erweima-light" src="http://static.hudongxuetang.com/hdxt/webphotos/pc/erweima.jpg" alt="">
        </div>
    </div>
    <div class="footer-bottom">
        <a href="https://beian.miit.gov.cn/">@2018 广州市友亦师信息科技有限公司 粤ICP备17056951号</a>
    </div>
</div>

<div class="service-tooltip-box">
    <div class="all-shadow-layer"></div>
    <div class="service-item-container">
        <div class="service-item-title">互动学堂隐私条款</div>
        <div class="textarea-box">
            <textarea name="" id="" class="sercive-item-content">
            </textarea>
        </div>

        <div class="service-item-button">关闭</div>
    </div>
</div>

    <script type="text/javascript" src="/resources20250626140320/tnsPcResources/js/dateHelper.js"></script>
    <script type="text/javascript" src="/resources20250626140320/tnsPcResources/js/Xslider.js"></script>
    <script>
        $(".scrollcontainer").Xslider({
            unitdisplayed: 4,
            numtoMove: 1,
            loop: "cycle",
            autoscroll: 3000 //自动移动间隔时间     默认null不自动移动;
        });


        $("a").focus(function () {
            this.blur();
        });
        
    </script>
 

        <script id="index_index_mower_js" type="text/javascript">
var indexWebsite = (function($) {

    var schoolsHeadImgObj = [
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/zsdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/shjtdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/xajtdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/hnlgdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/gdwywmdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/sddx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/gdgydx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/sxgsxy.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/heblgdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/hqdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/zjcjdx.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/pim.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/zgtmgcxh.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/zgxxjjxh.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/zggyb.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/glkxqk.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/shszgcsjyjzy.png",
        "//static.hudongxuetang.com/hdxt/resources/tnsPcResources/websitePic/users/jsjtjy.png"
    ];

    function setSchoolsImg(data) {
        var str = '';
        for(var i = 0; i < data.length; i++) {
            str += '<img src="'+ data[i] + '">'
        }
        $('.content-customer-right .schools').html(str);
    }

    function getInviteDynamic(data) {
        var str = '';
        for(var i = 0; i < data.length; i++) {
            var finalShowDateTime = dateHelper.mergeStartAndEndDate(data[i].startTime, data[i].endTime)
            str += '<div class="content-dynamics-item" data-url="'+ data[i].link +
            '" data-uuid="' + data[i].uuid + '">' +
            '<div class="title">' +
            '<p>' + data[i].name + '</p>' + 
            '</div>' + 
            '<p class="date">' +
            '<i class="iconfont icon-date"></i>' + finalShowDateTime + '</p>' + 
            '<p class="location">' +
            '<i class="iconfont icon-didian1"></i>' + data[i].location +
            '</p>' +
            '</div>';
        }
        $('.content-dynamics-items').html(str);
    }

    function _initEvent() {
        $(".content-dynamics-items").on("click", ".content-dynamics-item[data-url]", function () {
        	var $this = $(this);
        	window.open($this.data("url"));
        });
    }

    function _ajax() {
        tnsPcCommon.ajax(base +  '/index/getIndexMeetings',{
            type : 'get',
            showLoading: false,
            success : function(data){
                var result = data.returnObject;
    
                getInviteDynamic(result);
            }
        });
    }

    function _init() {
        _ajax();
        setSchoolsImg(schoolsHeadImgObj);
    }
    
    return {
        init : function() {
            _init();
            _initEvent();
        }
    };
}(jQuery));

$(function() {
    indexWebsite.init();
});
	    </script>
    </body>
</html>
