@charset "utf-8";
/* CSS Document */

.wrapped{
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	color: #5d6955;
	padding: 2.5rem;
	box-sizing: border-box;
	overflow: hidden;
}

/*古漢方、新科技*/

.label{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 3rem;
}
.label li{
	margin-left: 2rem;	
}
.label a{
	display: inline-block;
	padding: 0.8rem 1.4rem;
	font-size: 2rem;
	font-weight: 400;	
	text-decoration: none;	
	color: #fff;	
	background: #5c6854;
	border-radius: 15px;
}
.label a:hover{
	background: #f0830f;
}

.title{
	width: 100%;
	text-align: center;
}
.title h1{
	width: auto;
	display:inline-block;
	font-size: 6rem;
	padding-bottom: 2.8rem;
	border-bottom: 2px solid #5c6854;
}
.content{
	width: 100%;
	padding: 2rem;
	box-sizing: border-box;
}
.content h2{
	line-height: 2;
	padding-top: 2rem;
}
.content p{
	font-size: 2rem;
	font-weight: 300;
	text-align: justify;
}


/* 阿桐伯大事記 */
.chronicle{
	width: 100%;
	padding: 3rem;
	box-sizing: border-box;
}
.chronicle li{
	display: flex;
	padding: 2rem 0;
	border-bottom: 3px dotted rgba(93,105,85,0.5);
}
.chronicle li:first-child{
	border-top: 3px dotted rgba(93,105,85,0.5);
}
.chronicle h2, .chronicle p{
	display: inline-block;
	box-sizing: border-box;
}
.chronicle h2{
	white-space:nowrap;
	padding-right: 1rem;
	line-height: 1;
}
.chronicle p{
	font-size: 2rem;
	line-height: 1.7;
}


/* 客服中心 */
.service{
	margin-top: -4rem;
}
.service h2{
	line-height: 1.5;
}
.service h3{
	font-size: 2.4rem;
	line-height: 1.3;
}
.service p{
	font-size: 2rem;
	line-height: 1.5;
}
.service_info{
	width: 100%;
	padding-bottom: 2rem;
	box-sizing: border-box;
	border-bottom: 3px dotted rgba(93,105,85,0.5);
}
.service_info h2{
	margin-top: 2rem;
}
.service_contact{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.service_contact h2{
	font-size: 3rem;	
}
.service_contact a{
	color: #5c6854;
	text-decoration: none;
}
.service_contact a:hover{
	text-decoration:underline;
}
.service_contact h3{
	font-size: 2.4rem;
	padding-top: .1rem;
}
.service_phone, .service_addr{
	width: auto;
	display: inline-block;
	padding-top: 2rem;
	box-sizing: border-box;
}
.service_icon{
	width: 4.1rem;
	vertical-align: middle;
}
.service_addr h2{
	margin-bottom: .2rem;
	
}

@media screen and (max-width: 1200px){

}

@media screen and (max-width: 760px){
	

}

@media screen and (max-width: 480px){

	.label{
		display: none;
	}

	.title h1{
		font-size: 4.8rem;
		font-weight: 700;
	}
	.content{
    padding: 0;
	}
	.content h2{
		text-align: center;
		font-size: 3.2rem;
		padding-top: 1rem;
	}
	.content p{
		font-size: 2.2rem;
	}
	
	.chronicle{
		padding: 3rem 1rem;
		box-sizing: border-box;
	}
	.chronicle h2{
		line-height: 1.5;
	}
	.chronicle p{
		font-size: 2.5rem;
		font-weight: 300;
	}
	
	.service{
		margin-top: -2rem;
		padding: 2.5rem 4rem;
	}
	
	.service_info h2{
		font-size: 2.4rem;	
	}
	
	.service_contact{
		display: block;
	}
	
	.service_contact h2{
		font-size: 2.4rem;	
	}
	
	.service_contact h3{
		font-size: 2.2rem;
	}
	
	.service_addr h2{
		font-size: 2.5rem;
		white-space:nowrap;
	}
	
	.service_icon{
		width: 3.2rem;
	}

} 

@media screen and (max-width: 320px){

	
} 



