*{
	margin: 0;
	padding: 0;
	width: auto;
}
ul{
    list-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 5px;
}
select{
    color:#f00;
}

#box {
	width: 330px;
	margin-left: 50px;
	margin-top: 5px;
}
#box h1{
    float: left;
    position: absolute;
    top: 200px;
    left: 200px;
    line-height: 55px;
}
#box h2 {
	width: 50%;
	line-height:30px;
	font-size: 20px;
	color: #679a3f;
	text-align: center;
	border: 4px solid #679a3f;
	border-radius: 10px;
	margin-left: 90px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.title {
    height: 30px;
}
.title li {
    float: left;
    border: #7b8560 solid 1px;
    border-bottom:none;
    border-radius: 4px 4px 0 0;
    margin-right:3px;
    box-shadow: 0px 0px 5px #ccc;
}
.title li a {
    display: block;
    padding: 0 12px;
    line-height: 50px;
    border-bottom: none;
    background-color: white;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px 4px 0 0;
}
#content{
	width: 320px;
	height:auto;
	border-top: none;
	float: left;
	background-color: #fff;
	border: 1px solid #679a3f;
}
.title li .current {
    background-color: #679a3f;
    color: #fff;
}
#content > div {
    display: none;
}
#content #contact {
    display: block;
}
#contact_left{
	float: left;
	margin-left: 30px;
}
#contact h5{
    line-height: 30px;
    padding-top: 2px;
    color: red;
    font-size: 14px;
}
#contact h6{
    line-height: 20px;
    padding-top: 2px;
    color: black;
    font-size: 18px;
	margin-left: 90px;
}
#dklx input{
    margin-right: 10px;
    margin-bottom: 25px;
}
.percent{
    color: red;
}
#way{
    padding-left: 30px;
}
#way dd{
    padding-left: 20px;
    display: none;
}
#way dd input{
    width: 100px;
    margin:0 5px;
}
#way label{
    line-height:25px;
}
#dkll .percent{
    margin: 0 5px 0 46px;
    width: 50px;
    padding: 0 5px;
}
#dkll{
    margin-top: 25px;
    line-height: 30px;
}
#method{
    line-height: 35px;
}
.start{
    width: 75px;
    line-height: 26px;
    background-color: #dc9c30;
    border-radius: 5px;
    margin-left: 50px;
    margin-top: 15px;
    color: #fff;
}
.again{
    width: 75px;
    line-height: 26px;
    background-color: #dc9c30;
    border-radius: 5px;
    margin-left: 18px;
    margin-top: 15px;
    color: #fff;
}

#contact_left input{
	margin-bottom: 4px;
	text-align: center;
	font-weight: bold;
}
.black_overlay{ 
            display: none; 
            position: absolute; 
            top: 0%; 
            left: 0%; 
            width: 100%; 
            height: 100%; 
            background-color: black; 
            z-index:1001; 
            -moz-opacity: 0.8; 
            opacity:.80; 
            filter: alpha(opacity=88); 
} 
.white_content { 
            display: none; 
            position: absolute; 
            top: 5px; 
            left: 5px; 
            width: auto; 
            height: auto; 
            padding: 20px; 
            border: 0px solid black; 
            background-color: white; 
            z-index:1002; 
            overflow: auto; 
} 
.white_content h5{
    line-height: 50px;
    padding-top: 2px;
    color: red;
    font-size: 14px
}
.white_content table{
	margin-left: 1px;
	background:#FFF;
	border-collapse:collapse
}
.white_content table a{
	font-weight:bold;
	color:red;
	font-size: 14px;
}
.white_content table td{
    border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	text-align:center;
}
.white_content table input{
	font-weight: bold;
	color: red;
	size: auto;
	border:none;//去除边框
	box-shadow:0px 0px 0px 0px;//去除阴影
}
.white_content table td p{
	font-weight:bold;
	color:red;
}
.white_content a{
	font-weight:bold;
	color:red;
}
.white_content input{
	font-weight: bold;
	color: red;
	size: 12px;
	border:none;//去除边框
}
.dx {
	display:inline;
	width: auto;
    line-height: auto;
    margin-left: auto;
    margin-top: 15px;
    color: red;
	font-weight: bold;
	padding: 0 10px;
    border-bottom: 1px solid #323233;
}
.into {
	display:inline;
	width: auto;
    line-height: auto;
    margin-left: auto;
    margin-top: 15px;
    color: red;
	font-weight: bold;
	padding: 5px 5px;
}
.span_line{
            color: red;
            padding: 0 15px;
            border-bottom: 1px solid #323233;
        }