	/* home image setting  start*/
			.imgaeWord div{
					white-space:nowrap; /* 强制不换行 */
			}
			/* 组织图标大小 */
			.imgaeWord img{
					width:45px;
			}
			.imgaeWord div div div img{
				  	cursor:pointer;
					/* setting the opacity of image */
		            filter:alpha(opacity=60);  
		            -moz-opacity:0.6;  
		            -khtml-opacity: 0.6;  
		            opacity: 0.6;  
	        }
	        
	        .imgaeWord div div div img:hover{
					/* setting the opacity of image */
		            filter:alpha(opacity=100);  
		            -moz-opacity:100;  
		            -khtml-opacity: 100;  
		            opacity: 100;  
		            /* enlarge image */
		            -webkit-transform:scale(1.2);
					-moz-transform:scale(1.2);
					-ms-transform:scale(1.2);
					-o-transform:scale(1.2);
					transform:scale(1.2);
					/* position: relative; */
					z-index: 1050;
	        }
	        .textOpacity {
	        		filter:alpha(opacity=100);  
		            -moz-opacity:100;  
		            -khtml-opacity: 100;  
		            opacity: 100; 
	        }
	        .allTextStyle {
	        		color: #333333;
	        		line-height: 1.5;
					font-size: 0.9rem;
					font-weight: 400;
	        		
	        }
	        
	        .imgActivity{
	        		/* setting the opacity of image */
		            filter:alpha(opacity=100) !important;  
		            -moz-opacity:100 !important;
		            -khtml-opacity: 100 !important;
		            opacity: 100 !important;
	        }
				
			.homeImageChangeControl{
					cursor:pointer;
					/* setting the opacity of image */
		            filter:alpha(opacity=40);  
		            -moz-opacity:0.4;  
		            -khtml-opacity: 0.4;  
		            opacity: 0.4;
			}	
			.homeImageChangeControl:hover{
					/* setting the opacity of image */
		            filter:alpha(opacity=90);  
		            -moz-opacity:90;  
		            -khtml-opacity: 90;  
		            opacity: 90;  
		            /* enlarge image */
		            -webkit-transform:scale(1.2);
					-moz-transform:scale(1.2);
					-ms-transform:scale(1.2);
					-o-transform:scale(1.2);
					transform:scale(1.2);
					/* position: relative; */
					z-index: 1050;
			}	
			
			.imgaeWord .clickTextRight{
					cursor:pointer;
			}
			.imgaeWord .clickTextRight div{
					/* cursor:pointer; */
					/* border-left: 1px solid #BEBEBE; */
					/* padding-left: 5px; */
			}
			.borderLeft{
				/* border-left: 1px solid #27408B; */
				border-left: 1px solid #a3a3a3;
				padding-left: 8px;
			}
			.borderRight {
				/* border-right: 1px solid #27408B; */
				border-right: 1px solid #a3a3a3;
				padding-right: 8px;
				text-align:right;
			}
			.borderTopLeft {
				/* border-top: 1px solid #27408B; */
				border-top: 1px solid #a3a3a3;
				padding-top: 8px;
				text-align:right;
			}
			.borderTopRigth {
				/* border-top: 1px solid #27408B; */
				border-top: 1px solid #a3a3a3;
				padding-top: 8px;
			}
			
			.borderBottomLeft {
				/* border-top: 1px solid #27408B; */
				border-bottom: 1px solid #a3a3a3;
				text-align:right;
				padding-bottom: 8px;
			}
			.borderBottomRight {
				/* border-top: 1px solid #27408B; */
				border-bottom: 1px solid #a3a3a3;
				padding-bottom: 5px;
			}
			
			
			/* delete td padding */
			.clickText table td{
				padding: 0px;
			}
			/* clickText hover */
			.clickText div div:hover {
				color: #ffffff !important;
				background-color: #B5B5B5;
				border-radius: 4px;
				
				
				/* enlarge text */
	            -webkit-transform:scale(1.1);
				-moz-transform:scale(1.2);
				-ms-transform:scale(1.2);
				-o-transform:scale(1.2);
				transform:scale(1.2);
			}
			
			.clickText{
				line-height: 1.2;
				font-size: 0.7rem;
				/* 缩小字体 */
	           -webkit-transform:scale(0.90);
				-moz-transform:scale(0.90);
				-ms-transform:scale(0.90);
				-o-transform:scale(0.90);
				transform:scale(0.90);
	           
	           
				font-weight: 400;
				font-family:Arial;
			}
			
		/* image to text line */
		.backgroundLine {
			height: 1px; 
			width: 100%; 
			background: #27408B;
		}	
			
			
		/* mouse top start*/
			.imgaeWord .clickTextRightTop{
					cursor:pointer;
			}
			.imgaeWord .clickTextRightTop .clickTextRightTopBottom{
					cursor:pointer;
					border-bottom: 1px solid #BEBEBE;
					padding-bottom: 5px;
			}
		/* mouse top end*/
		/* mouse bottom start*/
			.imgaeWord .clickTextRightBottom{
					cursor:pointer;
			}
			/* .imgaeWord .clickTextRightBottom .clickTextRightBottomTop{
					cursor:pointer;
					border-top: 1px solid #BEBEBE;
					padding-top: 5px;
			} */
		/* mouse bottom end*/
			
			.imgaeWord .clickTextleft{
					cursor:pointer;
					
			}
			.imgaeWord .clickTextleft div{
					/* cursor:pointer;
					border-right: 1px solid #BEBEBE;
					padding-right: 5px; */
					
			}



			
		/* all cell show divtip  start*/
			.divTipAddArrow:before {
				  content: " ";
				  display: inline-block;
				  position: absolute;
				  top: 40%;
				  right: -15px;
				  border-top: 15px solid transparent;
				  border-right: 0 solid #ccc;
				  border-bottom: 15px solid transparent;
				  border-left: 15px solid #ccc;
				  
				}		
			.divTipAddArrow:after {
			    content: " ";
			    display: inline-block;
			    position: absolute;
			    top: 40%;
			    right: -14px;
			    border-top: 14px solid transparent;
			    border-right: 0 solid #fff;
			    border-bottom: 14px solid transparent;
			    border-left: 14px solid #fff;
			}
				
			.divTipAddArrow {
			    float: left;
			    position: relative;
			    width: 100%;
			    padding: 10px;
			    border: 1px solid #d4d4d4;
			    border-radius: 5px;
			    background-color:white;
			    z-index: 1050;
			    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			}	

		.arrowLeft:before {
		    right: auto;
		    left: -15px;
		    border-right-width: 15px;
		    border-left-width: 0;
		}
		.arrowLeft:after {
		    right: auto;
		    left: -14px;
		    border-right-width: 14px;
		    border-left-width: 0;
		}


/* mosue top and bottom start */
			/* 默认向下 */
			.divTipAddArrowTopBottom:before {
				  content: " ";
				  display: inline-block;
				  position: absolute;
				  left: 40%;
				  bottom: -15px;
				  border-top: 15px solid #ccc;
				  border-right: 15px solid transparent;
				  border-bottom: 0 solid #ccc;
				  border-left: 15px solid transparent;
				  
				}		
			.divTipAddArrowTopBottom:after {
			    content: " ";
			    display: inline-block;
			    position: absolute;
			    left: 40%;
			    bottom: -14px;
			    border-top: 14px solid #fff;
			    border-right: 14px solid transparent;
			    border-bottom: 0 solid #fff;
			    border-left: 14px solid transparent;
			}
				
			.divTipAddArrowTopBottom {
			    float: left;
			    position: relative;
			    width: 100%;
			    padding: 10px;
			    border: 1px solid #d4d4d4;
			    border-radius: 5px;
			    background-color:white;
			    z-index: 1050;
			    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
			}	




	/* mouse top start 需要额外添加*/
		.arrowTop:before {
		    bottom: auto;
		    top: -15px;
		    border-bottom-width: 15px;
		    border-top-width: 0;
		}
		.arrowTop:after {
		    bottom: auto;
		    top: -14px;
		    border-bottom-width: 14px;
		    border-top-width: 0;
		}
		
		
	/* mouse top end */
/* mosue top and bottom end */


		/* all cell show divtip  end*/
		
		

		
	/* home image setting  end*/	

