@charset "gb2312";
.service-system {
	width: 100%;
}
.service-system-holder {
	position: relative;
	width: 1380px;
	height: 600px;
	margin: auto;
	background-image: url("../img/service-system-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
.service-system-list {
	position: absolute;
	width: 340px;
	text-align: right;
	cursor: pointer;
}
.service-system-list:hover span {
	color: #a87f41;
}
.service-system-list:nth-child(2n) {
	text-align: justify;
}
.service-system-list:nth-child(1) {
	top: 60px;
	left: 130px;
}
.service-system-list:nth-child(2) {
	top: 60px;
	right: 0px;
}
.service-system-list:nth-child(3) {
	top: 320px;
	left: 130px;
}
.service-system-list:nth-child(4) {
	top: 320px;
	right: 0px;
}
.service-system-list:nth-child(5) {
	top: 430px;
	left: 520px;
	text-align: justify;
}
.service-system-list .cn-title {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 30px;
	color: #000;
}
.service-system-list .en-title {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 1px;
}
.service-system-list .cn-text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
/*----------------------------------------------------------*/
.service-policy {
	width: 100%;
	background-image: url("../img/service-policy-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.service-policy-holder {
	width: 1380px;
	height: 500px;
	margin: auto;
	padding-bottom: 100px;
}
.service-policy-list {
	float: left;
	width: 330px;
	height: 400px;
	padding: 30px;
	margin-left: 20px;
	background-color: #e7e7e7;
	cursor: pointer;
}
.service-policy-list:hover {
	background-color: #a87f41;
}
.service-policy-list:hover span {
	color: #FFFFFF;
}
.service-policy-list:first-child {
	margin-left: 0px;
}
.service-policy-list .icon {
	display: block;
	width: 100%;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center top;
}
.service-policy-list .cn-title {
	display: block;
	width: 100%;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-align: center;
}
.service-policy-list .en-title {
    display: block;
    width: 100%;
	height: 50px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    letter-spacing: 1px;
	text-align: center;
}
.service-policy-list .cn-text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #666;
	text-align: justify;
}
.service-policy-list:hover:nth-child(1) .icon {
	background-image: url("../img/service-policy-1a.png")!important;
}
.service-policy-list:hover:nth-child(2) .icon {
	background-image: url("../img/service-policy-2a.png")!important;
}
.service-policy-list:hover:nth-child(3) .icon {
	background-image: url("../img/service-policy-3a.png")!important;
}
.service-policy-list:hover:nth-child(4) .icon {
	background-image: url("../img/service-policy-4a.png")!important;
}
/*------------------------------------------------------------------*/
.service-flow {
	width: 100%;
	padding-bottom: 80px;
}
.service-flow-holder {
	width: 1380px;
	height: 800px;
	margin: auto;
	background-image: url("../img/service-flow-bg.png");
}
.service-flow-list {
	position: relative;
	float: left;
	width: 345px;
	height: 400px;
	cursor: pointer;
}
.service-flow-list .number {
	position: absolute;
	top: 86px;
	left: 88px;
	display: block;
	width: 169px;
	height: 169px;
	border-radius: 84px;
	background-color: #a87e40;
	font-size: 80px;
	line-height: 169px;
	color: #FFF;
	text-align: center;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari บอ Chrome */
	-o-transition: all 1s; /* Opera */
}
.service-flow-list:hover .number {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
.service-flow-list .title {
	position: absolute;
	top: 260px;
	left: 0px;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #000;
	font-size: 24px;
	text-align: center;
}
.service-flow-list:nth-child(2n) .number {
	top: auto;
	bottom: 86px;
	background-color: #000;
}
.service-flow-list:nth-child(2n) .title {
	top: auto;
	bottom: 260px;
}
/*------------------------------------------------------------------*/
.service-design {
	width: 100%;
	padding-bottom: 100px;
	background-image: url("../img/service-design-bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.service-design-holder {
	width: 1380px;
	margin: auto;
}
.service-design-content {
	width: 100%;
	height: 400px;
	padding: 50px 30px;
	background-color: #FFF;
	margin-bottom: 30px;
}
.service-design-form {
	float: left;
	width: 50%;
	height: 300px;
}
/*---------------------------------------------------------------------*/
.page-message-booking {
	width: 600px;
	margin: auto;
}
.page-message-booking .title {
	width: 100%;
	height: 55px;
	font-size: 24px;
	color: #404040;
}
.page-message-booking .name {
	width: 100%;
	height: 65px;
}
.page-message-booking .phone {
	width: 100%;
	height: 65px;
}
.page-message-booking .province {
	float: left;
	width: 49%;
	height: 65px;
}
.page-message-booking .city {
	float: right;
	width: 49%;
	height: 65px;
}
.page-message-booking .submit {
	clear: both;
	width: 100%;
	height: 50px;
}
.page-message-booking li {
	position: relative;
}
.page-message-booking li i {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	line-height: 50px;
	font-size: 12px;
	color: #FF8800;
}
.page-message-booking li span {
	display: none;
	position: absolute;
	top: -40px;
	left: 20px;
	height: 36px;
	padding: 10px;
	line-height: 14px;
	font-size: 12px;
	color: #00271B;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.page-message-booking input[type="text"] {
	display: block;
	width: 100%;
	height: 50px;
	padding: 9px 49px 9px 9px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #DDD;
}
.page-message-booking select {
	display: block;
	width: 100%;
	height: 50px;
	padding: 9px;
	line-height: 30px;
	font-size: 14px;
	border: 1px solid #DDD;
}
.page-message-booking input[type="submit"] {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	background-color: #000;
	cursor: pointer;
}
/*---------------------------------------------------------------------*/
.service-design-text {
	float: left;
	width: 50%;
	height: 300px;
	padding: 50px;
	background-color: #ddd;
}
.service-design-text .en-title {
	display: block;
	width: 100%;
	line-height: 40px;
	font-size: 30px;
	color: #000;
	text-align: center;
}
.service-design-text .cn-title {
	display: block;
	width: 100%;
	line-height: 80px;
	font-size: 18px;
	color: #000;
	text-align: center;
}
.service-design-text .cn-text {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #404040;
	text-align: justify;
}
.service-design-list {
	width: 100%;
	height: 160px;
	padding: 30px;
	background-color: #EEE;
}
.service-design-icon {
	width: 205px;
	height: 100px;
	float: left;
	margin-left: 18px;
	background-color: #FFF;
	cursor: pointer;
}
.service-design-icon:first-child {
	margin-left: 0px;
}
.service-design-icon .icon {
	display: block;
	float: left;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 1s;
	-moz-transition: all 1s; /* Firefox 4 */
	-webkit-transition: all 1s; /* Safari บอ Chrome */
	-o-transition: all 1s; /* Opera */
}
.service-design-icon:hover .icon {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.service-design-icon .text {
	display: block;
	float: left;
	width: 105px;
	height: 100px;
	line-height: 100px;
	font-size: 20px;
	text-align: left;
}
/*------------------------------------------------------------------*/
.service-title-a {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.service-title-a .cn-title {
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-a-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #00271b;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.service-title-a .en-title {
	width: 100%;
	height: 66px;
	color: #00271b;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.service-title-a .cn-note {
	width: 100%;
	color: #00271b;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/
.service-title-b {
	width: 1380px;
	padding: 100px 0px;
	margin: auto;
}
.service-title-b .cn-title {
	width: 100%;
	height: 54px;
	background-image: url("../img/home-title-b-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	line-height: 54px;
	font-size: 30px;
	text-align: center;
}
.service-title-b .en-title {
	width: 100%;
	height: 66px;
	color: #FFFFFF;
	line-height: 36px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.service-title-b .cn-note {
	width: 100%;
	color: #FFFFFF;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}
/*------------------------------------------------------------------*/