ol, ul {
	list-style: none;
}
 
.payoff_banner {
	background: url("../images/payoff/banner.jpg") no-repeat center;
	width: 100%;
	height: 800px;
	position: relative;
}
.w1200{
	width:1200px;
	margin:0px auto;
}
.payoff_change{
	position:relative;
	overflow:hidden;
}
.payoff_change .title{
	text-align:center;
	font-size:26px;
	color:#717576;
	line-height:100px;
	padding-top:30px;
}
.payoff_change .nav{
    border-bottom: 1px solid #a7a8a8;
    height: 55px;
    margin: 0 auto 50px;
}
.payoff_change .nav span {
    color: #717576;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 53px;
    margin-left: 125px;
    padding: 0 10px;
}
.payoff_change .nav .active {
    border-bottom: 5px solid #22ac38;
    color: #22ac38;
}
.payoff_change .container{
	position:relative;
	width:100%;
	overflow:hidden;
	margin-top:80px;
}
.payoff_change .container .left_box{
	float:left;
	position:relative;
	height:540px;
}
.payoff_change .container .left_box p{
	font-size:15px;
	line-height:35px;
	color:#090b1a;
}
.payoff_change .container .right_box{
	float:right;
	height:600px;
	position:absolute;
	right:0px;
}
.payoff_change .container .left_box .title{
	font-size:18px;
	color:#090b1a;
	border-left:5px solid #22ac38;
	padding:5px 15px;
	line-height: 18px;
	margin-bottom:45px;
	text-align:left;
}
.btnMore{
	background:#22ac38;
	color:#fff;
	font-size:18px;
	width:215px;
	line-height:50px;
	text-align:center;
	border:none;
	position:absolute;
	top:400px;
}
.hide{
	display:none;
}
.newBox {
	margin-top: 40px;
}
.newBox h1{
	font-size: 24px;
  	font-weight: normal;
  	color: #282828;
  	text-align: center;
}
.newBox h2 {
  color: #727272;
  font-size: 18px;
  font-weight: normal;
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 35px;
}	