@charset "utf-8";

.iservice {
	padding: 0 0 70px;
}

.iservice ul li {
	float: left;
	display: inline-block;
	width: 472px;
}

.iservice ul li:first-child {
	margin: 0 56px 0 0;
}

.iservice ul li a {
	display: block;
	padding: 28px 0 22px;
	text-decoration: none;
	border-width: 8px;
	border-style: solid;
	border-radius: 20px;
}

.iservice ul li a:hover {
	box-shadow: 0 0 5px rgb(193, 193, 193);
}

.iservice ul li a img {
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto 10px;
	border-radius: 50%;
}

.iservice ul li a span {
	display: inline-block;
	font-size: 114%;
	line-height: 1.4;
	font-weight: bold;
}

.iservice ul li a span b {
	display: block;
	padding: 0 20px;
	font-size: 137.5%;
	line-height: 1.8;
	background: url(../img/arrow_right_green.png) no-repeat right center;
}

.idea .mtxt h3 {
	margin: 0 0 20px;
}

.ideas {
	padding: 30px 0 40px;
}

.ideas > ul > li {
	float: left;
	display: inline-block;
	width: 472px;
}

.ideas > ul > li:first-child {
	margin: 0 56px 0 0;
}

.ideas > ul > li > i {
	display: table;
	width: 104px;
	height: 52px;
	margin: 0 auto 15px;
	border-width: 1px;
	border-style: solid;
	border-bottom: 0 none;
	border-radius: 53px 53px 0 0;
}

.ideas > ul > li > i b {
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
	font-style: normal;
}

.ideas > ul > li .isb {
	min-height: 234px;
	padding: 15px 25px;
	border-width: 1px;
	border-style: solid;
}

.ideas > ul > li .isb span {
	display: block;
	padding: 0 0 10px;
	word-break: break-all;
}

.ideas > ul > li .isb img {
	display: block;
	width: 100%;
}

.ideas > ul > li .isb ul li {
	position: relative;
	padding: 0 0 0 15px;
}

.ideas > ul > li .isb ul li:before {
	position: absolute;
	display: inline-block;
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 10px;
	height: 10px;
	background: rgb(128, 172, 81);
	border-radius: 50%;
}

/*#ivoice {
	padding: 80px 0 0;
	margin: -80px 0 0;
}*/

.ivoice {
	padding: 82px 0 36px;
	background: url(../img/blog_bg.png) repeat;
}

.voice_list {
	padding: 30px 0 0;
}

.voice_box {
	float: left;
	display: inline-block;
	width: 472px;
	padding: 0 0 56px;
}

.voice_box:nth-child(odd) {
	padding-right: 56px;
}

.vb_detail {
	padding: 20px 30px 30px;
	border-radius: 8px 8px 0 0;
}

.vb_detail h3 {
	padding: 25px 0;
}

.vb_person {
	padding: 0 30px;
	border-radius: 0 0 8px 8px;
}

.ianalysis {
	padding: 80px 0;
	background: url(../img/green_bg.jpg) repeat;
}

.ianalysis ul {
	padding: 24px 56px;
	margin: 0 0 40px;
	border-radius: 20px;
}

.ianalysis ul li {
	float: left;
	display: inline-block;
	width: 50%;
	padding: 16px 0 16px 24px;
	box-sizing: border-box;
}

.ianalysis ul li img {
	display: inline-block;
	margin: 0 20px 0 0;
	vertical-align: top;
}

.ianalysis ul li b {
	display: inline-block;
	vertical-align: top;
}

.icustomized {
	padding: 90px 0;
}

.icustomized ul {
	margin: 0 0 20px;
}

.icustomized ul li {
	float: left;
	display: inline-block;
	width: 23.8%;
	margin: 0 0 0 1.6%;
}

.icustomized ul li:first-child {
	margin: 0;
}

.icustomized ul li img {
	display: block;
	width: 100%;
}

.icustomized .btn {
	padding: 50px 0 0;
}

.ifeedback {
	padding: 70px 0;
	background: url(../img/feedback_bg.jpg) no-repeat center top / cover;
}

.iprocess {
	padding: 90px 0 80px;
	background: url(../img/blog_bg.png) repeat;
}

.icategory {
	padding: 0 0 60px;
}

.icbox {
	float: left;
	display: inline-block;
	width: 470px;
}

.icbox:first-child {
	margin: 0 60px 0 0;
}

.iprocess h4 {
	max-width: 344px;
	margin: 0 auto;
	border-radius: 100px;
}

.icbimg {
	padding: 40px 0 0;
}

.icbimg img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.icbprice {
	display: inline-block;
	max-width: 100%;
	height: 78px;
	padding: 30px 0;
}

.iprice {
	display: inline-block;
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	background-image: url(../img/icon_coin.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
}

.icbprice .iprice {
	float: left;
	margin: 0 30px 0 0;
}

.icbpinfo {
	float: left;
	display: inline-block;
	min-width: 244px;
}

.icbpinfo p {
	height: 38px;
	line-height: 35px;
}

.icbpinfo p:first-child {
	border-bottom: 1px solid;
}

.icbpinfo p b {
	display: inline-block;
}

.icbpinfo p b:first-child {
	float: right;
}

.icbpinfo p b:last-child {
	padding: 0 24px 0 0;
}

.istep .step {
	padding: 40px 36px;
}

.stept i {
	display: table;
	width: 104px;
	height: 52px;
	margin: 0 auto 10px;
	border-width: 1px;
	border-style: solid;
	border-bottom: 0 none;
	border-radius: 53px 53px 0 0;
}

.stept i b {
	display: table-cell;
	width: 100%;
	font-style: normal;
	vertical-align: bottom;
}

.step > h4 {
	margin-top: 46px;
	margin-bottom: 24px;
}

.step > h4:nth-child(2) {
	margin-top: 0;
}

.material {
	padding: 40px;
	border-width: 1px;
	border-style: solid;
}

.material ul li {
	float: left;
	display: inline-block;
	width: 30.6%;
	padding: 30px 0 0;
}

.material ul li:nth-child(4n+2) {
	margin: 0 4%;
}

.material ul li img {
	display: block;
	margin: auto;
	border-radius: 50%;
}

.material ul li b {
	display: block;
}

.tags i {
	display: inline-block;
	padding: 0 18px;
	margin: 0 9px 10px;
	font-style: normal;
	border-radius: 100px;
}

.material ul li span {
	display: block;
}

.material h5 {
	margin: 40px 0 0;
}

.material h5:first-child {
	margin: 0;
}

.istep .arrow {
	padding: 35px 0 24px;
}

.istep .arrow span {
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	text-indent: -999em;
	border-left: 48px solid transparent;
	border-right: 48px solid transparent;
	border-top-width: 30px;
	border-top-style: solid;
}

.step .chart p img {
	display: block;
	width: 100%;
	margin: 0 0 14px;
}

.step .chart p span b {
	display: inline-block;
	padding: 0 6px;
	margin: 0 4px;
	vertical-align: top;
}

.adjust {
	padding: 10px 0 0;
}

.adjust_img {
	float: left;
	display: inline-block;
	width: 432px;
	margin: 0 64px 0 0;
}

.adjust_img img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.adjust ul {
	float: left;
	display: inline-block;
	width: 432px;
}

.adjust ul li {
	padding: 0 0 20px;
}

.adjust ul li b {
	display: block;
	margin: 0 0 5px;
}

.adjust ul li b i {
	display: inline-block;
	width: 44px;
	margin: 0 20px 0 0;
	font-style: normal;
	vertical-align: top;
}

.adjust ul li span {
	position: relative;
	display: block;
	padding: 0 0 0 64px;
}

.adjust ul li span i {
	position: absolute;
	left: 22px;
	top: 9px;
	bottom: 9px;
	width: 1px;
}

.marking p {
	padding: 10px 0 20px;
}

.marking ul li {
	float: left;
	display: inline-block;
	width: 23.8%;
	margin: 0 0 0 1.6%;
}

.marking ul li:first-child {
	margin: 0;
}

.marking ul li img {
	display: block;
	width: 100%;
}

.maintain {
	padding: 20px 0 40px;
}

.maintain ul li {
	float: left;
	display: inline-block;
	width: 300px;
	padding: 34px 24px 30px;
	margin: 0 0 0 14px;
	border-width: 8px;
	border-style: solid;
	box-sizing: border-box;
}

.maintain ul li:first-child {
	margin: 0;
}

.maintain ul li i {
	display: inline-block;
	padding: 0 30px;
	font-style: normal;
	border-radius: 100px;
}

.maintain ul li b {
	display: block;
	padding: 10px 0;
}

.maintain ul li span {
	display: block;
}

.mprice {
	padding: 46px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
}

.mprice h4 {
	margin-bottom: 26px;
}

.mprice h5 {
	margin: 0 0 10px;
}

.mprice .mprice_box h5 {
	margin: 20px 0 0;
}

.mprice h5 b {
	display: inline-block;
	min-width: 34px;
	padding: 0 6px;
	margin: 0 4px;
	vertical-align: top;
}

.mprice p {
	padding: 16px 0 0;
}

.mprice p b {
	display: block;
}

.mprice p img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.mprice_list {
	padding: 0 16px;
}

.mprice_box {
	float: left;
	display: inline-block;
	width: 392px;
	margin: 0 28px;
}

.mprice_box .iprice {
	display: block;
	margin: 0 auto 14px;
}

.mprice_box ul {
	padding: 10px 0 0;
}

.mprice_box ul li {
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.mprice_box ul li b {
	float: right;
}

.itobooking {
	padding: 115px 0 95px;
	background: url(../img/tobooking_bg.jpg) no-repeat center top / cover;
}

.itobooking h2 {
	margin-top: 20px;
}

.iquilt {
	padding: 70px 0;
	background: url(../img/quilt_bg.jpg) no-repeat center top / cover;
}

.iquilt p {
	padding: 40px 0 0;
}

.imenulist {
	padding: 80px 0;
}

.imlt {
	padding: 5% 17%;
	margin: 50px 0 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.imlt1 {
	background-image: url(../img/maintenance_imlt1_bg.jpg);
}

.imlt2 {
	background-image: url(../img/maintenance_imlt2_bg.jpg);
}

.imlt3 {
	background-image: url(../img/maintenance_imlt3_bg.jpg);
}

.imlt h3 {
	margin: 0 0 10px;
}

.imlc h4 {
	padding: 32px 0 16px;
}

.imlcbox {
	padding: 0 0 10px;
}

.imlcbinfo {
	float: left;
	display: inline-block;
	width: 470px;
	margin: 0 60px 0 0;
}

.imlcbprice {
	float: left;
	display: inline-block;
	width: 470px;
}

.imlcbprice table {
	width: 100%;
	border-width: 5px;
	border-style: solid;
}

.imlcbprice table td {
	height: 60px;
	padding: 15px 25px;
}

.imlcbprice table td p {
	position: relative;
}

.imlcbprice table td p em {
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	border-top-width: 2px;
	border-top-style: dotted;
}

.imlcbprice table td p em:first-child {
	top: 0.14rem;
}

.imlcbprice table td p em:nth-child(2) {
	bottom: 0.14rem;
}

.imlcbprice table td p span {
	position: relative;
	float: right;
	display: inline-block;
	padding: 0 0 0 5px;
}

.imlcbprice table td p span strong i {
	font-style: normal;
}

.imlcbprice table td p b {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 0;
}

.imlcbprice table td a {
	display: inline-block;
	min-width: 222px;
}

.imlcbprice table td a b {
	display: inline-block;
	text-indent: 1em;
	background: url(../img/arrow_right_white.png) no-repeat left center;
	background-size: auto 40%;
}

.imlcbprice table td .addition span {
	float: left;
	padding: 0;
}

.imlcbprice table td .addition a {
	float: right;
	min-width: auto;
}

.imlcbprice table td .addition a b {
	padding: 0 5px;
	text-indent: 0;
	background: none;
}

.icontact {
	padding: 115px 0 95px;
	background: url(../img/contact_bg.jpg) no-repeat center top / cover;
}

.icontact h2 {
	margin: 20px 0 40px;
}

.isl {
	float: left;
	display: inline-block;
	width: 47.2%;
	margin: 0 0 0 5.6%;
}

.isl:first-child {
	margin: 0;
}

.islpic img {
	display: block;
	width: 100%;
}

.islname {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 40px 10px 15px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
}

.isltel {
	padding: 12px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.isltel a {
	/*float: right;*/
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0 0 0 30px;
	text-decoration: none;
}

.islbtns {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
	padding: 20px 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;*/
}

.islbtns a {
	float: left;
	display: inline-block;
	width: 40%;
	margin: 0 5%;
	text-decoration: none;
}

.islbtns a img {
	display: block;
	margin: 0 auto 8px;
	border-radius: 50%;
}

.islbtn {
	padding: 50px 0 70px;
}

.blogn {
	padding: 60px 0 0;
}

.blog_search {
	padding: 0 0 50px;
}

.select_date {
	float: left;
	display: inline-block;
	width: 22%;
	padding: 0 0 0 4%;
	background: url(../img/icon_date_wd.png) no-repeat 5px top / auto 100%;
}

.select_shop {
	float: left;
	display: inline-block;
	width: 25%;
	margin: 0 5%;
}

.select {
	position: relative;
}

.select .cssSelect {
	position: relative;
}

.select select, .select .selectBox {
	width: 100%;
	padding: 0 66px 0 14px;
	font-size: 0.16rem;
	line-height: 0.52rem;
	background: url(../img/arrow_down_white_wd.png) no-repeat right center rgb(243, 244, 240);
	background-size: auto 100%;
	border: 0 none;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.select .selectLt {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.select select::-ms-expand { 
    display: none; 
}

.select .optionsBox {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 100%;
	width: 100%;
	font-size: 0.16rem;
	line-height: 1.6;
	background: rgb(243, 244, 240);
}

.select .optionsBox .optionBox {
	padding: 0 10px;
	cursor: pointer;
}

.select .optionsBox .optionBox:hover {
	color: rgb(243, 244, 240);
	background: rgb(191, 195, 173);
}

.select .optionsBox .selected {
	color: rgb(243, 244, 240);
	background: rgb(123, 123, 123);
}

.search_key {
	float: left;
	display: inline-block;
	width: 39%;
}

.search {
	position: relative;
}

.search input {
	height: 0.52rem;
	line-height: 0.52rem;
}

.sk_input {
	float: left;
	display: inline-block;
	width: 100%;
	padding: 0 62px 0 10px;
	border: 0 none;
	box-sizing: border-box;
}

.sk_submit {
	position: absolute;
	right: 0;
	top: 0;
	width: 52px;
	padding: 0 10px;
	text-indent: -999em;
	background-image: url(../img/icon_search.png);
	background-repeat: no-repeat;
	background-position: center;
	border: 0 none;
	box-sizing: border-box;
	cursor: pointer;
}

.pagelist {
	padding: 0 0 100px;
}

.pagelist ul li {
	display: inline-block;
}

.pagelist ul li a {
	display: inline-block;
	min-width: 45px;
	font-family: serif;
	text-decoration: none;
	color: rgb(128, 172, 81);
	background-color: rgb(243, 244, 240);
}

.pagelist ul .on a {
	cursor: default;
}

.detailt {
	padding: 20px 0 30px;
}

.detailt p {
	padding: 5px 0 0;
}

.detailt p span {
	display: inline-block;
	padding: 0 15px 0 0;
	vertical-align: top;
}

.detailt p span img {
	float: left;
	display: inline-block;
	margin: 4px 2px 0 0;
}

.detailt p b {
	display: inline-block;
	padding: 0 20px;
	border-radius: 30px;
}

.content {
	padding: 0 0 60px;
}

.content img {
	max-width: 100%;
}

.tt {
	padding: 60px 0 70px;
}

.tt table {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
}

.tt table th, .tt table td {
	padding: 10px 10px 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.tt table th {
	vertical-align: top;
	white-space: nowrap;
}
	
.clause {
	padding: 70px 0 110px;
}

.clause ol {
	margin: 0;
}

.clause ol li {
	list-style: inherit;
}

.inscribe {
	padding: 40px 0 0;
	border-top-width: 1px;
	border-top-style: solid;
}

.shopic {
	padding: 40px;
	margin: 0 0 48px;
	border-width: 1px;
	border-style: solid;
}

.shopslide {
	position: relative;
}

.ssl {
	position: relative;
}

.ssl ul li {
	width: 100%;
}

.ssl ul li img {
	display: block;
	width: 100%;
}

.sss {
	display: none;
	position: relative;
	margin: 20px -5px 0;
}

.sss > div {
	overflow: hidden;
}

.sss li {
		width: 33.33%;
		margin: 0;
		box-sizing: border-box;
}

.sss li a {
	position: relative;
	display: block;
		margin: 0 5px;
}

.sss li a img {
	display: block;
	width: 100%;
}

.sss li a i {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-width: 5px;
	border-style: solid;
}

.sss .on a i {
	display: block;
}

.ssprev, .ssnext {
	position: absolute;
	top: 0;
	width: 40px;
	height: 100%;
	text-indent: -999em;
}

.prevStop, .nextStop {
	opacity: 0.5;
	cursor: no-drop;
}

.ssprev {
	left: -35px;
	background: url(../img/arrow_left_green.png) no-repeat center;
}

.ssnext {
	right: -35px;
	background: url(../img/arrow_right_green.png) no-repeat center;
}

.st table {
	width: 100%;
}

.st table th, .st table td {
	padding: 10px 10px 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
}

.st table th {
	vertical-align: top;
	white-space: nowrap;
}

.st table th img {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.st table td ul li {
	float: left;
	display: inline-block;
	width: 50%;
}

.st table .tablemap {
	padding: 0;
	border-width: 4px;
	border-style: solid;
}

.st table .tablemap iframe {
	vertical-align:bottom;
}

.shopmenu {
	padding: 40px 0 70px;
}

.shopmenu a {
	display: inline-block;
	box-sizing: border-box;
	min-width: 32%;
	padding: 0 20px;
	margin: 0 20px;
	text-decoration: none;
	border-width: 3px;
	border-style: solid;
	border-radius: 8px;
}

.shopmenu a:hover {
	opacity: 0.7;
}

.shopstaff {
	padding: 70px 0 50px;
	background: url(../img/green_bg.jpg) repeat;
}

.stpic {
	float: left;
	display: inline-block;
	width: 20.4%;
	padding: 0 7.6% 0 0;
}

.stpic img {
	display: block;
	max-width: 100%;
	margin: 0 auto 20px;
	border-radius: 50%;
}

.stinfo {
	float: left;
	display: inline-block;
	width: 70%;
}

.stinfo h3 {
	margin: 0 0 10px;
}

.formbox {
	padding: 0 0 88px;
}

.fbtable {
	display: table;
	width: 100%;
	padding: 0 0 40px;
}

.fbtable dl {
	display: table-row;
	margin: 0;
}

.fbtable dl dt {
	display: table-cell;
	padding: 18px 30px 0 0;
	vertical-align: top;
}

.fbtable dl dd {
	display: table-cell;
	padding: 18px 0 0;
	margin: 0;
}

.fbtable dl dd label {
	display: inline-block;
	margin: 0 0 10px;
	cursor: pointer;
}

.cfr {
	display: none;
}

.cfrs {
    display: inline-block;
    position: relative;
}

.cfrs:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0 6px 0 0;
	vertical-align: bottom;
	background: rgb(243, 244, 240);
	border: 1px solid rgb(130, 130, 130);
	border-radius: 50%;
	box-sizing: border-box;
}

.cfrs:after {
	content: "";
	position: absolute;
	display: none;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	margin: 0 6px 0 0;
	vertical-align: bottom;
	background: rgb(128, 172, 81);
	border-radius: 50%;
	box-sizing: border-box;
}

.cfr:checked~.cfrs:before {
	background: rgb(255, 255, 255);
}

.cfr:checked~.cfrs:after {
	display: block;
}

.cfs, .cfl {
	display: inline-block;
	height: 0.45rem;
	padding: 0 14px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	box-sizing: border-box;
}

.cfs {
	min-width: 286px;
	margin: 0 10px 0 0;
}

.cfl {
	width: 100%;
}

.fbtable dl dd .cs {
	margin: 0 10px 0 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}

.fbtable select {
	width: 304px;
	height: 0.45rem;
	padding: 0 0 0 14px;
	margin: 0 -20px 0 0;
	line-height: 0.45rem;
	background-image: url(../img/arrow_down_gray_wd.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: transparent;
	border: 0 none;
	box-sizing: border-box;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	cursor: pointer;
}

.fbtable select:selected {
	border: 0 none;
	box-shadow: none;
}

.fbtable textarea {
	width: 100%;
	padding: 14px;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	box-sizing: border-box;
	resize: none;
}

.formbox p {
	padding: 40px 20px;
}

.formbox .agree {
	padding: 30px 0;
}

.cfcb {
	width: 18px;
	height: 18px;
	margin: 0 6px 0 0;
	vertical-align: sub;
}

#formConfirm, #formFinished {
	display: none;
}

#formFinished p {
	padding-top: 0;
}

#formConfirm .cfs, #formConfirm .cfl, #formConfirm textarea {
	border-color: transparent;
	cursor: default;
}

#formConfirm .btn a {
	margin: 0 20px;
}

@media (max-width: 999px) {
	
	.iabout {
		padding: 0 0 20px;
	}
	
	.iservice {
		padding: 0 0 40px;
	}
	
	.idea {
		padding: 0 0 20px;
	}
	
	.ideas {
		padding: 20px 0 30px;
	}
	
	.ideas > ul > li .isb {
		line-height: 1.6;
	}
	
	.ivoice {
		padding: 40px 0 0;
	}
	
	.ivoice h2 {
		padding: 0 10px;
	}
	
	.voice_list {
		padding: 20px 10px;
	}
	
	.voice_box {
		float: none;
		display: block;
		width: auto;
		padding: 0 0 20px;
	}
	
	.voice_box:nth-child(odd) {
		padding-right: 0;
	}
	
	.vb_detail {
		padding: 20px;
	}
	
	.vb_detail h3 {
		padding: 10px 0;
	}
	
	.vb_person {
		padding: 0 20px;
	}
	
	.ianalysis {
		padding: 40px 0;
	}
	
	.ianalysis ul {
		margin: 0 0 20px;
	}
	
	.icustomized {
		padding: 40px 0;
	}
	
	.icustomized .btn {
		padding: 30px 0 0;
	}
	
	.ifeedback {
		padding: 30px 0;
	}
	
	.iprocess {
		padding: 40px 0;
	}
	
	.icategory {
		padding: 0 0 30px;
	}
	
	.icbimg {
		padding: 20px 0 0;
	}
	
	.iprice {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 0.18rem;
	}
	
	.icbprice {
		height: 60px;
		padding: 20px 0;
	}
	
	.icbprice .iprice {
		margin: 0 18px 0 0;
	}
	
	.icbpinfo {
		min-width: auto;
	}
	
	.icbpinfo p {
		height: 30px;
		line-height: 30px;
	}
	
	.icbpinfo p b:last-child {
		padding: 0 10px 0 0;
	}
	
	.istep .step {
		padding: 24px 20px;
	}
	
	.material {
		padding: 20px;
	}
	
	.step > h4 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	
	.mprice {
		padding: 30px 0 0;
	}
	
	.mprice_list {
		padding: 0;
	}
	
	.itobooking {
		padding: 60px 0 50px;
	}
	
	.iquilt {
		padding: 30px 0;
	}
	
	.iquilt p {
		padding: 20px 0 0;
	}
	
	.imenulist {
		padding: 40px 0;
	}
	
	.imlt {
		margin: 20px 0 0;
	}
	
	.imlc h4 {
		padding: 20px 0 10px;
	}
	
	.icontact {
		padding: 60px 0 50px;
	}
	
	.icontact h2 {
		margin: 20px 0;
	}
	
	.tt {
		padding: 40px 0 50px;
	}
	
	.ssprev, .ssnext {
		width: 20px;
	}

	.ssprev {
		left: -15px;
	}
	
	.ssnext {
		right: -15px;
	}
	
	.shopic {
		padding: 20px;
		margin: 0 0 30px;
	}
	
	.imlcbprice table td .addition {
		text-align: center;
	}
	
	.imlcbprice table td .addition span {
		float: none;
	}
	
	.imlcbprice table td .addition a {
		float: none;
		display: block;
	}

}

@media (min-width: 481px) and (max-width: 999px) {
	
	.iservice ul li:first-child {
		margin: 0 2% 0 0;
	}
	
	.iservice ul li {
		width: 49%;
	}
	
	.iservice ul li a {
		padding: 15px 0;
	}
	
	.ideas > ul > li:first-child {
		margin: 0 2% 0 0;
	}
	
	.ideas > ul > li {
		width: 49%;
	}
	
	.ideas > ul > li .isb {
		/*height: 240px;*/
	}
	
	#formFinished .btn a img {
		width: 240px;
	}

}

@media (max-width: 480px) {
	
	.iservice ul li:first-child {
		margin: 0 0 10px;
	}
	
	.iservice ul li {
		float: none;
		display: block;
		width: auto;
	}
	
	.iservice ul li a {
		padding: 10px 0;
		border-width: 5px;
		border-radius: 10px;
	}
	
	.iservice ul li a img {
		width: 48px;
		height: 48px;
	}
	
	.ideas > ul > li:first-child {
		margin: 0 0 20px;
	}
	
	.ideas > ul > li {
		float: none;
		display: block;
		width: auto;
	}
	
	.ideas > ul > li .isb {
		height: auto;
	}
	
	.vb_detail {
		padding: 15px;
	}
	
	.vb_person {
		padding: 0 15px;
	}
	
	.icustomized ul li {
		width: 48%;
		padding: 0 0 4%;
		margin: 0 0 0 4%;
	}
	
	.icustomized ul li:nth-child(odd) {
		margin: 0;
	}
	
	.marking ul li {
		width: 48%;
		padding: 0 0 4%;
		margin: 0 0 0 4%;
	}
	
	.marking ul li:nth-child(odd) {
		margin: 0;
	}

	.imlcbprice table td p em:first-child {
		top: 0.13rem;
	}
	
	.imlcbprice table td p em:nth-child(2) {
		bottom: 0.13rem;
	}
	
	#formFinished .btn a {
		width: 200px;
	}
	
}

@media (min-width: 769px) and (max-width: 999px) {
	
	.ianalysis ul {
		padding: 20px;
	}
	
	.ianalysis ul li {
		padding: 10px 0;
		white-space: nowrap;
	}
	
	.ianalysis ul li:nth-child(odd) {
		width: 46%;
	}
	
	.ianalysis ul li img {
		margin: 0 10px 0 0;
	}
	
	.icbox {
		width: 48%;
	}
	
	.icbox:first-child {
		margin: 0 4% 0 0;
	}
	
	.icbpinfo {
		font-size: 0.18rem;
	}
	
	.material ul li b {
		white-space: nowrap;
	}
	
	.adjust_img {
		width: 48%;
		margin: 0 4% 0 0;
	}
	
	.adjust ul {
		width: 48%;
	}
	
	.maintain {
		padding: 10px 0 20px;
	}
	
	.maintain ul li {
		width: 32%;
		padding: 20px 15px;
		margin: 0 0 0 2%;
		border-width: 5px;
	}
	
	.mprice_box {
		width: 48%;
		margin: 0 1%;
	}
	
	.imlt {
		padding: 5% 10%;
	}
	
	.imlcbinfo {
		width: 48%;
		margin: 0 4% 0 0;
	}
	
	.imlcbprice {
		width: 48%;
	}
	
	.imlcbprice table td {
		padding: 10px 15px;
	}
	
	.imlcbprice table td p b {
		letter-spacing: -2px;
	}
	
	.imlcbprice table td a {
		min-width: 180px;
	}
	
	.isl {
		width: 48%;
		margin: 0 0 0 4%;
	}
	
	.islname {
		width: 100%;
		padding: 20px 10px 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	
	.isltel a {
		font-size: 0.22rem;
	}
	
	.islbtns {
		width: 100%;
	}
	
	.islbtns a {
		width: 48%;
		margin: 0 1%;
	}
	
	.islbtn {
		padding: 30px 0 40px;
	}
	
	.islbtn .btn a, .islbtn .btn a img {
		max-width: 100%;
	}
	
	.blogn {
		padding: 40px 0 0;
	}
	
	.blog_search {
		padding: 0 0 30px;
	}
	
	.select select, .search input {
		line-height: 0.46rem;
	}
	
	.pagelist {
		padding: 0 0 60px;
	}
	
	.shopmenu {
		padding: 30px 0 40px;
	}
	
	.shopstaff {
		padding: 30px 0 20px;
	}
	
	.stpic p {
		white-space: nowrap;
	}
	
	.formbox {
		padding: 0 0 50px;
	}
	
	.fbtable dl dt {
		padding: 12px 20px 0 0;
	}
	
	.fbtable dl dd {
		padding: 12px 0 0;
	}
	
	.cfs {
		min-width: 40%;
	}
	
	.fbtable dl dd .cs {
		width: 40%;
	}
	
	.fbtable select {
		width: calc(100% + 20px);
	}
	
	.formbox p {
		padding: 20px;
	}
	
	.formbox .agree {
		padding: 20px;
	}

}

@media (max-width: 768px) {
	
	.ianalysis ul {
		padding: 10px;
	}
	
	.ianalysis ul li {
		width: 100%;
		padding: 10px 0;
		white-space: nowrap;
	}
	
	.ianalysis ul li img {
		margin: 0 5px 0 0;
	}
	
	.ianalysis ul li b {
		font-size: 0.18rem;
	}
	
	.icbox {
		width: 100%;
	}
	
	.icbox:first-child {
		margin: 0 0 20px;
	}
	
	.icbpinfo {
		min-width: auto;
		font-size: 0.16rem;
	}
	
	.material ul li {
		width: 100%;
		padding: 20px 0 0;
	}
	
	.material ul li:nth-child(4n+2) {
		margin: 0;
	}
	
	.adjust_img {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.adjust ul {
		width: 100%;
	}
	
	.maintain {
		padding: 10px 0 20px;
	}
	
	.maintain ul li {
		width: 100%;
		padding: 20px 15px;
		margin: 10px 0 0;
		border-width: 5px;
	}
	
	.mprice_box {
		width: 100%;
		margin: 0 0 20px;
	}
	
	.imlt {
		padding: 5%;
	}
	
	.imlcbinfo {
		width: 100%;
		margin: 0 0 10px;
	}
	
	.imlcbprice {
		width: 100%;
	}
	
	.imlcbprice table {
		border-width: 3px;
	}
	
	.imlcbprice table td {
		padding: 10px;
	}
	
	.imlcbprice table td p b {
		letter-spacing: -1px;
	}
	
	.imlcbprice table td a {
		min-width: 160px;
	}
	
	.isl {
		width: 100%;
		margin: 0 0 5% !important;
	}
	
	.islname {
		width: 100%;
		padding: 10px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}
	
	.islbtns {
		width: 100%;
	}
	
	.islbtn {
		padding: 20px 0 40px;
	}
	
	.blogn {
		padding: 30px 0 0;
	}
	
	.blog_search {
		padding: 0 0 20px;
	}
	
	.select_date {
		width: 84%;
		padding: 0 0 0 16%;
	}
	
	.select_shop {
		width: 100%;
		margin: 5% 0;
	}
	
	.search_key {
		width: 100%;
	}
	
	.select .selectBox, .search input {
		height: 0.40rem;
		line-height: 0.40rem;
	}
	
	.sk_submit {
		width: 40px;
	}
	
	.pagelist {
		padding: 0 0 40px;
	}
	
	.st table th img {
		margin: 0;
	}
	
	.st table td {
		padding: 10px 0;
	}
	
	.st table td ul li {
		width: 100%;
		padding: 0 0 10px;
	}
	
	.shopmenu {
		padding: 20px 0 30px;
	}
	
	.shopmenu a {
		display: block;
		margin: 0 0 10px;
	}
	
	.shopstaff {
		padding: 30px 0 20px;
	}
	
	.stpic {
		width: 100%;
		padding: 0 0 20px;
	}
	
	.stpic img {
		margin-bottom: 10px;
	}
	
	.stinfo {
		width: 100%;
	}
	
	.formbox {
		padding: 0 0 30px;
	}
	
	.fbtable {
		display: block;
		padding: 0 0 20px;
	}
	
	.fbtable dl {
		display: block;
	}
	
	.fbtable dl dt {
		display: block;
		padding: 0;
		text-align: justify;
	}
	
	.fbtable dl dd {
		display: block;
		padding: 0 0 15px;
	}
	
	.cfs {
		display: block;
		min-width: 100%;
	}
	
	.fbtable dl dd .cfs:nth-child(2) {
		margin: 10px 0 0;
	}
	
	.fbtable dl dd .cs {
		display: block;
		margin: 0;
	}
	
	.fbtable dl dd .cs:nth-child(2) {
		margin: 10px 0 0;
	}
	
	.fbtable select {
		width: calc(100% + 20px);
	}
	
	.fbtable textarea {
		padding: 10px;
	}
	
	.formbox p {
		padding: 20px;
	}
	
	.formbox .agree {
		padding: 15px 0;
	}
	
	.islpic img {
		width: auto;
		max-width: 100%;
		margin: auto;
	}
	
	.isltel {
		text-align: center;
	}
	
	.isltel a {
		float: none;
		margin: 0;
	}
	
}