﻿@charset "utf-8";

/*公共样式*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td
	{
	margin: 0;
	padding: 0;
}

body {
    background:#fff;
    color: #555555;
    font-family: "宋体";
    font-size: 12px;
    line-height: 22px;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 14px;
}

img {
	border: 0 none;
}

a {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	color: #048a46;
	text-decoration: none;
}

ul,li {
	list-style-type: none;
}

del {
	color: #999999;
}

select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"]
{
	color: #666;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 5px 4px;
	line-height: 1.2;
	font-size: 14px;
	font-family: inherit;
}

.vip {
	width: 660px;
	float: left;
	padding: 0 160px;
}

.vipleft {
	width: 420px;
	float: left;
}

.text {
	height: 22px;
	width: 420px;
	margin: 10px 0;
	float: left;
}

.text span {
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	height: 22px;
	line-height: 22px;
}

.text input {
	width: 250px;
	height: 22px;
	line-height: 20px;
	float: left;
}

.text img,.text2 img {
	margin-top: 10px;
	margin-left: 10px;
	width: 7px;
	height: 6px;
	float: left;
}

.text2 {
	height: 22px;
	width: 240px;
	margin: 10px 0;
	float: left;
}

.text2 span {
	display: block;
	width: 100px;
	float: left;
	text-align: left;
	height: 22px;
	line-height: 22px;
}

.text2 input {
	width: 110px;
	height: 22px;
	line-height: 20px;
	float: left;
}

.text2 select {
	width: 110px;
	height: 22px;
	float: left;
}

.text3 {
	width: 300px;
}

.text3 input {
	width: 150px;
	height: 22px;
	line-height: 20px;
	float: left;
}

.text4 textarea {
	width: 400px;
	height: 50px;
	float: left;
}

.contents {
	width: 990px;
	margin: 0 auto;
}

.sectionTop {
	text-indent: 10px;
	text-align: left;
	height: 30px;
	padding-top: 5px;
	line-height: 30px;
	color: #797979;
}

.bgline {
	clear: both;
	height: 30px;
	margin: 10px 100px;
	border: 1px solid #ddf1c8;
	background-color: #f1fdde;
	color: #416010;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
}

.btu {
	background: url(images/Btu.png) no-repeat;
}