body{
	background: #fff;
}
.settled1{
	width: 100%;
}
.settled1 img{
	width: 100%;
}

.settled2{
	text-align: center;
}
.settled2 h1{
	font-size: 46px;
	color: #ff6000;
	font-weight: bold;
}
.settled2{
	margin-top: 55px;
}
.settled2 .p1{
	font-size: 34px;
	color: #333;
	margin-top: 20px;
	font-weight: bold;
}
.settled2 .p2{
	font-size: 22px;
	color: #333;
	margin-top: 15px;
}

.settled3{
	margin-top: 55px;
	width: 100%;
	height: 705px;
	background: url(/static/home/images/img/settled/san-bg.jpg);
	background-size: 100% 100%;
	padding-top: 60px;
}
.h2-title{
	font-size: 46px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.settled3 .buzhou{
	width: 530px;
	margin: 45px auto 0;
}
.settled3 .buzhou ul{
	width: 175px;
	padding-top: 12px;
}
.settled3 .buzhou ul li{
	margin-bottom: 18px;
}
.settled3 .buzhou ul li:last-child{
	margin-bottom: 0;
}
.settled3 .buzhou ul li img{
	width: 82px;
	height: 82px;
	margin: 0 auto;
	display: block;
}
.settled3 .buzhou ul li p{
	font-size: 22px;
	color: #666;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.settled3 .buzhou ul li.san-jt img{
	width: 28px;
	height: 28px;
}

.settled4{
	margin-top: 55px;
}

.settled4>p{
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-top: 15px;
}

.settled4 .settled4-center{
	width: 985px;
	margin: 45px auto 0;
}
.settled4 .settled4-center .fl{
	width: 550px;
}
.settled4 .settled4-center .fr{
	width: 350px;
}
.settled4 .settled4-center p{
	width: 135px;
	height: 34px;
	line-height: 34px;
	font-size: 23px;
	color: #fff;
	text-align: center;
	background: #ff6000;
	margin: 0 auto 27px;
	border-radius: 34px;
}

.settled5{
	margin-top: 55px;
	padding: 55px 0 50px;
	background: #f9f9f9;
}

.settled5 .find{
	width: 820px;
	margin: 40px auto 0;
}
.settled5>p{
	    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 15px;
}
.settled6{
	margin-top: 55px;
}
.settled6 .h2-title{
	font-size: 38px;
	font-weight: bold;
	color: #ff6000;
}

.settled6 form{
	display: block;
	width: 855px;
	margin: 25px auto 0;
}
.settled6 form input[type="text"]{
	width: 415px;
	padding-left: 10px;
	font-size: 16px;
	color: #b4b4b4;
	
	height: 54px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	box-sizing: border-box;
	margin-top: 22px;
}
.settled6 form button{
	width: 210px;
	height: 54px;
	background: #ff6000;
	font-size: 18px;
	color: #fff;
	border-radius: 5px;
	display: block;
	margin: 33px auto 0;
}

.settled7{
	margin-top: 55px;
	padding: 15px 0;
	background: #172034;
}

.settled7 .settled7-center{
	width: 1200px;
	margin: 0 auto;
}
.settled7 .settled7-center div.fl{
	height: 200px;
	padding-left: 260px;
	box-sizing: border-box;
	width: 715px;
	border-right: 1px solid #767b87;
}
.settled7 .settled7-center div.fl i{
	width: 37px;
	line-height: 200px;
	display: block;
	height: 100%;
	margin-right: 20px;
}
.settled7 .settled7-center div.fl i img{
	width: 37px;
	display: inline-block;
	vertical-align: middle;
}
.settled7 .settled7-center div.fl p{
	height: 100%;
	line-height: 200px;
	font-size: 53px;
	font-weight: bold;
	color: #fff;
}
.settled7 .settled7-center div.fr{
	width: 155px;
	padding-top: 10px;
	margin-right: 278px;
}
.settled7 .settled7-center div.fr img{
	width: 155px;
	height: 155px;
}
.settled7 .settled7-center div.fr p{
	font-size: 20px;
	color: #fff;
	margin-top: 8px;
	text-align: center;
}





/* 右侧导航 */

.fiexd_right{
	position: fixed;
	width: 77px;
	bottom: 165px;
	right: 26px;
	
}
.fiexd_right ul li{
	width: 77px;
	height: 77px;
	border-radius: 50%;
	border: 1px solid #ff6000;
	box-sizing: border-box;
	margin-bottom: 16px;
}
.fiexd_right ul li.active{
	background: #ff6000;
}
.fiexd_right ul li a{
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 14px;
	color: #ff6000;
}
.fiexd_right ul li.active a{
	color: #fff;
}