﻿@charset "utf-8";
/* CSS Document */
.header-all {
	width: 100%;
	height: 94px;
	background: url(../../images/upgrade/header-bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	border-bottom: 3px solid #82b518;
}
.header {
	width: 980px;
	height: 94px;
	margin: 0px auto;
	overflow: hidden;
}
.header>img {
	margin-top: 17px;
}
.content-all {
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 3px solid #8ec31f;
	background:#ffffff;
}
.content{
	width:980px;
	height:auto;
	margin:0 auto;
	}
.content-left{
	width:775px;
	height:auto;
	float:left;
	padding-top:94px;
	}
.img2{
	margin-top:20px;
	}
.content-right{
	width:151px;
	height:auto;
	float:right;
	padding-top:228px;
	position:relative;
	}
.tip{
	position:absolute;
	top:64px;
	right:0;
	}
.item{
	margin-bottom:27px;
	}
.refuse-btn{
	width: 340px;
	height:47px;
	margin:0 auto;
	margin-top:68px;
	margin-bottom:58px;
	}	
.refuse-btn input{
	border:0;
	background:url(../../images/upgrade/bth-bg.png) no-repeat;
	width: 182px;
	height:47px;
	line-height:47px;
	text-align:center;
	font-size: 14px;
	/*font-family: "Microsoft YaHei";*/
	color:#6ab82c;
	cursor:pointer;
	}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 18px;
}
.footer-one {
	width: 980px;
	margin: 0px auto;
	height: 94px;
}
.footer-detail {
	width: 435px;
	height: 89px;
	margin: 3px auto 0px auto;
}
.footer-detail ul {
	width: 435px;
	height: 25px;
	display: block;
	margin-top: 19px;
}
.footer-detail ul li {
	float: left;
	font-size: 12px;
	/*font-family: "SimSun";*/
	color: #7c7c7c;
	width: 72px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: url(../../images/upgrade/line.png) 0px 6px no-repeat;
}
.footer-detail p {
	font-size: 12px;
	/*font-family: "SimSun";*/
	color: #ababab;
	text-align: center;
	margin-top: 5px;
	letter-spacing:1px;
}
