
.body-bigBox{
    width: 100%;
}
.body-box{
    width: 1200px;
    margin: auto
 }

.main{
	padding-top: 103px;
	background: #f9faff;
}

/* banner */
.banner{
	background: url('../image/banner.jpg') no-repeat center;
	height: 600px;
}
.banner .consultancy{
	overflow: hidden;
	margin:auto;
	width: 600px;
	padding-top: 460px;

}
.banner .btn{
	float: left;
	display: block;
	background: url('../image/buttun.png') no-repeat center;
	width: 226px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
}
.banner .btn:first-child{
	margin-right: 136px;
}

/* 标题 */
.tb_transfer_title{
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.tb_transfer_title p{
	color: #333333;
	font-size: 30px;
	text-indent: 50px;
	float: left;
	padding: 30px 0px;
}

.tb_transfer_title p:after{
	content: url('../image/title_icon.png');
	display: block;
	float: right;
	padding-top: 7px;
	text-indent: 8px;
}

/* 协议过户简介 */

.description{
	background: url('../image/description_bg.png') center no-repeat;
	margin: auto;
	padding-bottom: 42px;
}

.description .content{
	color: #333333;
	width: 1200px;
	font-size: 16px;
	margin-top: 36px;
    margin:auto;
}
.description .content p{
	padding-left: 50px;
	width: 900px;
}
.advantage {
	height: 256px;
	width: 1200px;
	background:#ffffff;
	margin: auto;
	margin-top: 28px;
}

.advantage .p_tit{
	color:#333333; 
	font-size:24px;
	text-indent: 50px;
	padding: 50px 0px 20px 0px;
}
.advantage ul{
	overflow: hidden;
	margin: 30px 50px;
}
.advantage ul li{
	width: 350px;
	height: 52px;
	float: left;
	margin: 8px;
}
.advantage ul li>img{
	float: left;
}
.advantage ul li>p{
	width: 300px;
	text-indent: 30px;

	float: left;
}
.advantage .p1{
	font-size: 18px;
	line-height: 18px;
	color: #333333;
}
.advantage .p2{
	color: #999999;
	line-height: 34px;
}

/* 变更形式 */
.transfer_type{
	width:1200px;
	overflow: hidden;
	margin: auto;
}
.transfer_type img{
	display: block;
	float: left;
	margin: 20px 9px 94px 9px;
	cursor: pointer;
	border-radius: 6px;
	transition:margin-top 0.3s linear ;
}
.transfer_type img:hover{
	margin-top: 5px;
	box-shadow: 0px 0px 20px  #c5cece;
	transition:margin-top 0.3s linear ;
}

/* 变更流程 */
.transfer_process{
	background: url('../image/process_bg_1.png') center no-repeat;
	padding-bottom: 20px;
}
.transfer_process>.tb_transfer_title p{
	color: #ffffff;
}
.process_detail{
	max-width: 1200px;
	margin: auto;
	height: 224px;
	border-radius: 6px;
	margin-bottom: 20px;
}
.detail1{
	background: url('../image/process_bg_2.png') no-repeat center;
}
.detail2{
	background: url('../image/process_bg_3.png') no-repeat center;
}
.process_detail ul{
	margin-left: 33px;
}
.process_detail .img{
	width: 64px;
	height: 64px;
	margin: auto;
	border:2px solid #ffad00;
	border-radius: 32px;
}
.process_detail.detail2 .img{
	border: 2px solid #8026c3;
}
.process_detail li>p{
	font-size: 16px;
	line-height: 16px;
	margin-top: 22px;
	color: #333333;
}      
.process_detail .img img{
	padding-top: 12px;
}
.process_detail ul>li{
	float: left;
	width: 142px;
	margin-top: 60px;
	text-align: center;
	transition:margin-top 0.3s linear ;
}

.process_detail ul>li:hover{
	margin-top: 55px;
	transition:margin-top 0.3s linear ;
}


/* 变更所需资料 */
.need{
	margin: auto;
	max-width: 1200px;
	overflow: hidden;
}
.need>div{
	width: 580px;
	height: 400px;
	background: #ffffff;
	margin-bottom: 94px;
	border-radius: 7px;
	float: left;
}
.need>div:first-child{
	margin-right: 40px;
}
.need_tit{
	width: 580px;
	height: 80px;
	border-radius: 7px 7px 0px 0px;
	background: red;
}
.need_tit.tit1{
	background: url('../image/need_bg1.png');
}
.need_tit.tit2{
	background: url('../image/need_bg2.png');
}
.need ul{
	margin:20px 49px;
}
.need ul>li{
	font-size: 18px;
	line-height: 18px;
	padding: 20px 0px;
	color: #333333;
}
.need .cont_l li:before{
	content: url('../image/icon_2.png');
	display: block;
	float: left;
	padding-top: 0px;
	margin-right: 5px;
}
.need .cont_r li:before{
	content: url('../image/icon_1.png');
	display: block;
	float: left;
	padding-top: 0px;
	margin-right: 5px;
}

/* 常见问题 */
.tb_transfer_question{
	overflow: hidden;
	background: #f3f3fc;
}
.questions{
	max-width: 1200px;
	margin: auto;
}
.questions li{
	width: 430px;
	height: 124px;
	overflow: hidden;
	float: left;
	border-radius: 10px;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 16px 75px;
}
.questions li:nth-child(2n-1){
	margin-right: 40px;
}
.questions .p1{
	font-size: 22px;
	width: 440px;
	line-height: 24px;
	padding: 18px 0px;
	color: #333333;
}
.questions .p2{
	width: 390px;
	line-height: 24px;
	color: #333333;
	text-align: left;
	height: 48px;
	overflow: hidden;
}

.questions .p2:before{
	content: url('../image/icon_1.png');
	display: block;
	float: left;
	padding-top: 4px;
	margin-right: 8px;
}

/* 协议变更 */
.tb_transfer_transaction{
	background: url('../image/transaction_bg1.png');
}
.tb_transfer_transaction>.tb_transfer_title p{
	color: #ffffff;
}
.transaction_body{
	max-width: 1200px;
	margin: auto;
	padding-bottom: 86px;
	overflow: hidden;
}
.transfer_form{
	width: 400px;
	height:450px;
	background: url('../image/transaction_bg2.png');
	float: left;
	margin-right: 20px;
}
.transfer_form form{
	margin-top: 40px;
}
.transfer_form form input{
	height: 26px;
	width: 276px;
	font-size: 16px;
	line-height: 26px;
	border: 0px;
}
.transfer_form form textarea{
	width: 276px;
	height: 176px;
	border: 0px;
	resize:none;
}
.input{
	background:#ffffff;
	width: 276px;
	height: 26px;
	padding:12px;
	margin: 10px auto;
	border-radius: 3px;
}
.textarea{
	height:176px;
	width: 276px;
	padding:12px;
	background: #ffffff;
	margin: auto;
	margin-bottom: 10px;
	border-radius: 3px;
}

.transfer_form .button{
	text-align: center;
	width: 300px;
	height: 40px;
	cursor: pointer;
	font-size: 16px;
	line-height: 40px;
	color: #999999;
	background: #ffffff;
	border-radius: 3px;
	margin: auto;
}
.transfer_form .button:hover{
	box-shadow: 0px 0px 10px #333333;
}
.transfer_example{
	float: left;
	width: 680px;
	height: 400px;
	background: #ffffff;
	border-radius: 5px;
	padding: 0px 50px 50px 50px;
}
.exmple_tit{
	line-height: 50px;
	color: #333333;
	font-size: 18px;
}

.transfer_example li{
	width: 149px;
	height: 160px;
	box-shadow: 0px 0px 10px #e6c593;
	float: left;
	margin: 7.5px 10.5px;
}
.transfer_example .icon{
	width: 66px;
	height: 66px;
	background: red;
	margin: 30px 0px 18px 40px;
}
.transfer_example li>p{
	text-align: center;
	font-size: 16px;
}
.transfer_example li:nth-child(1) .icon{
	background: url('../image/example.png') 0px 0px no-repeat;
}
.transfer_example li:nth-child(2) .icon{
	background: url('../image/example.png') -156px 0px no-repeat;
}
.transfer_example li:nth-child(3) .icon{
	background: url('../image/example.png') -312px 0px no-repeat;
}
.transfer_example li:nth-child(4) .icon{
	background: url('../image/example.png') -468px 0px no-repeat;
}
.transfer_example li:nth-child(5) .icon{
	background: url('../image/example.png')  0px -75px no-repeat;
}
.transfer_example li:nth-child(6) .icon{
	background: url('../image/example.png') -156px -75px no-repeat;
}
.transfer_example li:nth-child(7) .icon{
	background: url('../image/example.png') -312px -75px no-repeat;
}
.transfer_example li:nth-child(8) .icon{
	background: url('../image/example.png') -468px -75px no-repeat;
}


