@charset "utf-8";
/* CSS Document */
.location_tab {
		clear: left;
		width: 340px;
		margin:0;
		position:relative;
	}
	ul.tabs {
		width: 100%;
		height: 38px;
		float:left;
		margin:0 0 10px 0;
	}
	ul.tabs li {
		float: left;
		width:38px;
		height: 38px;
		line-height: 38px;
		overflow: hidden;
		position: relative;
		margin:0 12px 0 0;
	}
	ul.tabs li a {
		display: block;
		color: #333;
		background:url(../../../assets/img/en/contact/icon01.png) left top no-repeat;
		text-decoration: none;
		text-indent: -100%;
		  white-space: nowrap;
		  font-size: 0;
	}
	ul.tabs li+li a{background:url(../../../assets/img/en/contact/icon02.png) left top no-repeat;}
	ul.tabs li+li a:hover{background:url(../../../assets/img/en/contact/icon02.png) left bottom no-repeat;}
	ul.tabs li+li.active a{background:url(../../../assets/img/en/contact/icon02.png) left bottom no-repeat;}
	ul.tabs li+li+li a{background:url(../../../assets/img/en/contact/icon03.png) left top no-repeat;}
	ul.tabs li+li+li a:hover{background:url(../../../assets/img/en/contact/icon03.png) left bottom no-repeat;}
	ul.tabs li+li+li.active a{background:url(../../../assets/img/en/contact/icon03.png) left bottom no-repeat;}

	ul.tabs li a:hover {
		background:url(../../../assets/img/en/contact/icon01.png) left bottom no-repeat;

	}
	ul.tabs li.active  a{
		background:url(../../../assets/img/en/contact/icon01.png) left bottom no-repeat;
	}
	ul.tabs li.active a:hover {

	}
	div.tab_location {
		clear: left;
		width: 100%;
		border-top: none;
		float:left;

	}
	div.tab_location .tab_content_l { overflow:hidden;}
	div.tab_location .tab_content_l h6 {
		width:290px;
		float:left;
		margin:0;
		overflow:hidden;
		font-size:13px;
		font-weight:normal;
		color:#333;
	}
	div.tab_location .tab_content_l h6 p{
		width:300px;
		float:left;
		font-size:14px;
		color:#7A7A79;
		padding:5px 0 0 0;
		margin:0;
		}
	div.tab_location .tab_content_l .content {
		width:280px;
		float:left;
		margin:0;
		padding:5px 0 10px 30px; border-left:#B2B2B2 1px dotted;
	}
	div.tab_location .tab_content_l .content ul{ width:100%; padding:0; margin:0; display:block;}
	div.tab_location .tab_content_l .content li{font-size:13px; color:#6D6D6D;padding:0 0 0 25px;}
	div.tab_location .tab_content_l .content li.s1{ background:url(icon01.png) left center no-repeat; margin:0 0 18px 0;}
	div.tab_location .tab_content_l .content li.s2{ background:url(icon02.png) left center no-repeat; margin:0 0 18px 0;}
	div.tab_location .tab_content_l .content li.s3{ background:url(icon03.png) left center no-repeat;}
