.tit2{
	position:relative;
	top:-50px;
	left:-310px;
	width:400px;
	height:40px;
	font-size:22px;
	color:orange;
	font-family:黑体;
}
.center-3{
	width:850px;
	height:1000px;
	background:url(../img/bg11.gif) repeat-y;
}
.tit3{
	position:relative;
	left:-315px;top:-50px;
	width:400px;
	height:40px;
	font-size:20px;
	color:orange;
	font-family:"微软雅黑","宋体";
}
.div1{
	width:100%;
	height:400px;
}
.div1-1{
	width: 100%;
	height:80px;
}
.div1-1-1{
	width: 85%;
	height: auto; 
	float: left; 
	margin: 12px 0 0 10px;
}
.div1-1-2{
	width: 725px;
	height: 25px; 
	line-height: 25px; 
	margin: 0 0 0 50px; 
	background-image:url(../img/diceng.gif);
}
.div1-1-3{
	width: 150px;
	height: 25px; 
	line-height: 25px; 
	margin:10px 580px 0 45px;
}
.div1-1-3-1{
	width: 500px;
	height: 25px; 
	line-height: 25px; 
	margin:10px 0 0 -130px ;
}
.div1-1-4{
	position:relative;
	top:-20px;
	left:370px;
	width:90px;
}
.div3{
	width:100%;
}
.tit4{
	height:30px;
	line-height:30px;
	width:600px; 
	margin-left:-130px; 
	color:red;
	font-size:18px;
	font-family:微软雅黑；
}
.div2-1{
	width:100%;
}
.diagram-right { width:85%; margin:20px 0;}
.diagram-right td{font-size:14px;}
.diagram-right th, .diagram-right td { border: 1px solid #EEEEEE; height: 30px; line-height: 30px;padding: 0 4px;}
.diagram-right th { background-color: #F6F6F6;}



.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
 
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-warning.active
{
  color: rgba(255, 255, 255, 0.75);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

