/************** main page *******************************************/

.main-slider {
	width: 1200px;
	height: 379px;
	max-height: 379px;
	position: relative;
}

.main-slider-item {
	position: absolute;
}

.main-middle-title {
  padding: 75px 0;
  font-size: 1.6rem;
  font-weight: 200;
  text-align: center;
}

.main-middle-title > * {
  vertical-align: middle;
  margin: 0 10px;
}

.main-goods-name {
  font-size: 1.2rem;
  font-weight: 300;
  color: #fff;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, .6);
}

.main-table-wrap {
  width: 48%;
  height: 240px;
  padding: 20px;
  border: 1px solid #dedede;
}

.main-table-title {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.main-table tbody tr td {
  height: 20px;
}

.main-table tbody tr td:first {
  width: 75%;
}

.main-table tbody tr td:last-child {
  width: 25%;
  text-align: right;
}

.main-telnumber {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-cs-info {
  font-size: .9rem;
}

.main-cs-menu {
  margin-top: 15px;
}

.main-cs-menu li {
  height: 32px;
  line-height: 32px;
}

.main-service {
	margin: 50px 0; 
	border-radius: 0;
}

.main-service-item {
	cursor: pointer;
}

.main-service-title {
	font-family: 'Cute Font'
	font-size: 24px; 
	font-weight: bold; 
	color:#a04db7; 
	text-shadow: 3px 3px 3px #d3d0d3;
}

.main-service-subtitle {
	font-size: 15px; 
	margin-top: 20px; 
	text-shadow: 3px 3px 3px #ddd;
}

.main-service-icon {
	width: 100px; 
	height: 100px; 
	background: #fff; 
	border-radius: 50%; 
	box-shadow: 3px 3px 3px #ddd; 
	text-align: center; 
	padding-top: 20px; 
	margin: 0 auto;
	transition: background ease-in-out .2s;
}

.main-service-item:hover .main-service-icon {
	background: #fffbcf;
}

.main-service-icon img {
	height: 60px; 
}

.main-service-text {
	margin-top: 20px; 
	font-size: 16px; 
	font-weight: 500; 
	text-align: center;	
}