@charset "utf-8";
/* CSS Document */

/*main_image*/
.main_imgWrap{width:100%; background-image:url(../images/sub/contact/header_bg.gif); height:379px;}
.main_img{
			width:1000px; 
			margin:0 auto;
			padding-top:94px;
			position:relative;
		}
/*.main_img li{
				position:fixed; 
				z-index:0 
			}*/

.main_img .nav{
				color:#fff;
				position:absolute;
				top:350px;
				right:5px;	
			}
.main_img .nav span{color:#bebebe}




/*contact*/
.wrapWrap{
			width:1000px;
			height:610px;
			background-color:#fff;	
			padding-top:37px;
		}
		
.wrap{
		width:910px;
		height:565px;	
		margin:0 auto;
		padding-top:2px;
		border:3px solid #d0d0d0;
	}
.contact{
			width:904px;
			height:561px;	
			margin:0 auto;
			border:1px solid #d0d0d0;
	
		}
		
.top h4{
			font-size:15px;
			font-weight:bold;
			color:#333;
			text-align:center;
			margin-top:45px;
			margin-bottom:30px;
		}

.top h5{
			font-size:13px;
			color:#666;
			text-align:center;
			line-height:2.0em;
		}
.top h5 span{
				font-size:14px;
				color:#a30606;
				font-weight:bold;
			}
		
.line li{
			width:135px;
			height:1px;
			float:left;
			margin:0 83px;
			margin-top:60px;
			background-color:#d0d0d0;
		}		
			
.img li{
			float:left;
			margin:0 90px;
			margin-top:25px;
		}				
			
.t_01 li{
			float:left;
			width:150px;
			height:15px;
			text-align:center;
			font-size:16px;
			color:#666;
			font-weight:bold;
			margin:20px 76px 20px 75px
		}	
			
.t_02 li{
			float:left;
			width:180px;
			height:45px;
			text-align:center;
			color:#8a8989;
			margin:0 56px 20px 65px
		}	
			
.btn li a{
			float:left;
			width:130px;
			height:26px;
			font-size:14px;
			background-color:#f5f5f5;
			text-align:center;
			color:#a9a9a9;
			margin:0 81px 20px 90px;
			padding-top:6px;
			
			transition:all 0.3s ease-in-out;
				-webkit-transition:all 0.3s ease-in-out;
				-moz-transition:all 0.3s ease-in-out;
				-o-transition:all 0.3s ease-in-out;
				-ms-transition:all 0.3s ease-in-out;
		}		
.btn li a:hover{
				background-color:#90c4c3;
				text-align:center;
				color:#fff;
				text-decoration:underline;
			}			
				
				
			