		/***************************上*****************************************/
		.head_item{
			height:10px;   /*20171005 20px*/ 
			background-image:url(../gmm_images/head_item_2.jpg); /*2017原0*/
			background-repeat: no-repeat;
			text-align:center;
			font-size:26px;

		}
		.head_item:hover{
			background-image:url(../gmm_images/head_item_3.jpg); /*2017原1*/
			background-repeat: no-repeat;
			color:#ffffff;
		}
		.head_item:active{
			background-image:url(../gmm_images/head_item_3.jpg); /*2017原1*/
			background-repeat: no-repeat;
		}
		.head_item_name{
			font-size:24px;/*2017原26*/
			font-weight:bold;
			font-family:Microsoft JhengHei;
			color:#000000;
		}
		/*****************************左**************************************/
		.item{
			height:36px; /*2017原60px*/
			background-image:url(../gmm_images/test_4_4.jpg); /*2017原1px*/
			background-repeat: no-repeat;
			text-align:left;
			/*text-indent:21px;/*2017原35px*/
		}
		.item:hover{
			height:36px; /*2017原60px*/
			background-image:url(../gmm_images/test_4_5.jpg); /*2017原2px*/
			background-repeat: no-repeat;
			text-align:left;
			/*text-indent: 21px;2017原35px*/
		}
		.item:active{
			height:36px; /*2017原60px*/
			background-image:url(../gmm_images/test_4_6.jpg); /*2017原3px*/
			background-repeat: no-repeat;
			text-align:left;
			/*text-indent: 21px;2017原35px*/
		}
		/*********************
		.item_select{
			height:60px; 
			background-image:url(../gmm_images/test_4_3.gif); 
			background-repeat: no-repeat;
			text-align:left;
			text-indent: 55px;
		}
		***********************/
		.item_name{
			font-size:15px;
			font-weight:bold;
			font-family:Microsoft JhengHei;
		}
		
		/*****************************************下***********************/
		
		.footer{
			background-color:#123526; 
			text-align:left;
		}
		.footer-text{
			color:white;

			/*font-family:Microsoft JhengHei;	*/
		}
		.header{
			/*background-image:url(../gmm_images/top-button.gif);
			width:800px;
			height:420px;
			text-align:right;*/
		}
		.header-button1{
			 width:1000px;/*20170127原800px*/ /*20171005原1000px*/
			 height:12px;
			 vertical-align:text-bottom;
			 font-size:48px;
			 font-family:Microsoft JhengHei;

		}
		.header-button2{
			 width:800px; 
			 text-align:right; 
			 height:12px;
			 vertical-align:text-top;
			 font-size:30px;
			 font-family:Microsoft JhengHei;
			 background-image:url(../gmm_images/head-photo.jpg);
		}
		.right_detail{
			background-image:url(../gmm_images/top-button.gif);
		}
		.contact_top{
			 background-image:url(../gmm_images/head-photo-9.jpg);
			 background-repeat: no-repeat;
			
		}
		.main-table{
			vertical-align:text-top;
		}
		.poptext{
			font-family:Microsoft JhengHei;
			color:block;
		}
		.left-table{
			vertical-align:text-top;
		}
		.contact_left{
			width:190px;
		}
		
		.photo {
			width: auto;
			height : auto;
			max-height: 100%;
			max-width: 100%;
			max-height:150px;_height:expression(this.height > 150 ? "150px" : this.height);
		}
		.photo_table_all{
			table-layout: fixed;
			word-wrap:break-word;
			width:800px;
			height:190px;
		}
		.photo_table{
			background-color:#ffffff;
			/*background-image:url(../gmm_images/photo_table_bi.gif);*/
			width:30px;
			height:72px;
			text-align:center;
			table-layout:fixed; 
			vertical-align:bottom;
		}
		

		.photo_big{
			max-width:300px;_width:expression(this.width > 300 ? "300px" : this.width);
		}
		.photo_box { 
			margin:0 auto; 
			padding:0;     
			display: table-cell; 
			vertical-align:middle;/*非IE的主流浏览器识别的垂直居中的方法*/     
			text-align:center;/*设置水平居中*/     
			/* 针对IE的Hack */      
			*display: block;     
			*font-size: 175px; /*约为高度的0.873，200*0.873 约为175*/    
			*font-family:Arial; /*防止非utf-8引起的hack失效问题，如gbk编码*/           
			width:700px; 
			height:400px; 
			border: 1px solid #000; 
		}

		.photo_big{
				 vertical-align:middle;/*设置图片垂直居中*/    
				max-height:500px; max-width:500px;/* 非IE6下的等比缩放 */     
				width:expression(this.width >200 && this.height <= this.width ? 200:true);        
				height:expression(this.height >200 && this.width <= this.height ? 200:true);
				/* IE6下的等比缩放，注意expression其实是运行了一个js程序，所以如果图片很多的话会引起cpu占用率高 */  
		}

