@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	outline: none;
}
img {
	border: 0;
}
body {
	background-color: #fff1e9;
}
.gashBar {
	width: 100%;
	min-width: 1000px;
	height: 80px;
	background-color: #FFF;
}
.gashlogo {
	width: 1000px;
	margin: 0 auto;
	padding-left: 5px;
}
footer {
	width: 100%;
	min-width: 1000px;
	height: 50px;
	line-height: 50px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	font-size: 14px;
}
.pink {
	width: 100%;
	background-image: url(../images/pink.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
.block {
	width: 900px;
	margin: 0 auto;
}
header {
	height: 615px;
}
.box {
	width: 900px;
	height: 390px;
	background-image: url(../images/3.gif);
	background-repeat: no-repeat;
	position: relative;
}
.box img {
	cursor: pointer;
}
#boxA, #boxB {
	position: absolute;
	width: 544px;
	height: 242px;
	left: 180px;
	top: 73px;
	text-align: center;
}
.inputBox {
	width: 512px;
	margin: 0 auto;
	margin-top: 28px;
}
input {
	width: 512px;
	height: 30px;
	border: 0;
}
.DISPLAY {
	display: none;
}
.faq {
	width: 900px;
	height: 700px;
	background-image: url(../images/4.gif);
	background-repeat: no-repeat;
}
.faq ul {
	width: 640px;
	padding-top: 115px;
	margin-left: 120px;
	font-size: 16px;
	line-height: 26px;
}
.faq ul li {
	list-style-type: none;
}
.q {
	margin-top: 20px;
	color: #ce1b78;
	margin-left: -30px;
}
a {
	color: #1b8dce;
}
.tip {
	width: 900px;
	height: 822px;
	background-image: url(../images/5.jpg);
	background-repeat: no-repeat;
}
.tip ol {
	width: 700px;
	padding-top: 120px;
	margin-left: 110px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: justify;
}
.tip ol li {
	margin-bottom: 5px;
}
