@CHARSET "UTF-8";
/*宣传--入户页面*/
/*轮播图*/
body{
	min-width: 1200px;
}
.hide{
	display: none;
}
.carouselWrap{
	width: 100%;
	min-width: 1200px;
	margin: 15px 0;
	overflow: hidden;
	position: relative;
}
.carouselWrap .imgList li:first-child ~li{
	display: none;
}
.carouselWrap .imgList a{
	display: block;
}
.carouselWrap .imgList img{
	display: block;
	width: 100%;
}
.carouselWrap .dotList{
	position: absolute;
	bottom: 24px;
	left: 30px;
	right: 30px;
	text-align: center;
}
.carouselWrap .dotList li{
	width: 12px;
	height: 12px;
	background-color: #bbb;
	border-radius:50%;
	margin: 0 6px;
	cursor: pointer;
	display: inline-block;
}
.carouselWrap .dotList li.on{
	background-color: #ff1d00;
}
.carouselWrap .btn{
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	border-radius:50%;
	background-color: rgba(0,0,0,0.3);
	cursor: pointer;
}
.carouselWrap .btn:hover{
	background-color: rgba(0,0,0,0.6);
}
.carouselWrap .btn-left{
	left: 120px;
}
.carouselWrap .btn-right{
	right: 120px;
}
.carouselWrap .btn:before{
	content:' ';
	width: 40px;
	height: 60px;
	position: absolute;
	top: 0;
}
.carouselWrap .btn-left:before{
	background: url(../images/xuanchuan/edu/btn-left.png) no-repeat;
	background-size:100%;
	left: 8px;
}
.carouselWrap .btn-right:before{
	background: url(../images/xuanchuan/edu/btn-right.png) no-repeat;
	background-size:100%;
	right: 8px;
}

/*页面主体*/
.r-container{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
.r-container img{
	border:0;
	display: block;
}
.r-container>div{
	margin: 36px 0;
}

/*入户广州的好处*/
.ruhuBenefitWrap img{
	width: 100%;
}

/*评试入户方式*/
.testRuhuWayWrap .imgBg{
	background:url(../images/xuanchuan/ruhu/testRuhuWay.gif) no-repeat;
	background-size:100%;
	width: 1200px;
	height: 600px;
}
.testRuhuWayWrap{
	position: relative;
}
.testRuhuWayWrap .testItemSelect{
	position: absolute;
    top: 130px;
    left: 180px;
    width: 760px;
    height: 252px;
    padding: 44px 40px;
    font-size: 18px;
    line-height: 2;
}
.testRuhuWayWrap .testItemSelect .r-row>ul{
	-webkit-user-select: none; /* Chrome all / Safari all */
	-moz-user-select: none; /* Firefox all */
	-ms-user-select: none; /* IE 10+ *//* No support for these yet, use at own risk */
	-o-user-select: none;
	user-select: none;
}
.testRuhuWayWrap .testItemSelect .r-row:after{
	content:' ';
	clear: both;
	display: block;
}
.testRuhuWayWrap .testItemSelect .r-row span{
	float: left;
	text-align: left;
	font-weight: 600;
}
.testRuhuWayWrap .testItemSelect .r-row.t1 span{
	width: 380px;
}
.testRuhuWayWrap .testItemSelect .r-row.t2 span{
	width: 180px;
}
.testRuhuWayWrap .testItemSelect .r-row ul{
	float: left;
}
.testRuhuWayWrap .testItemSelect .r-row ul li{
	float: left;
	margin-left: 26px;
}
.testRuhuWayWrap .testItemSelect .r-row ul li input[type=checkbox]{
	width: 16px;
	height: 16px;
	vertical-align: -2px;
}
.testRuhuWayWrap .testItemSelect .r-row.t1 ul li{
	margin-left: 36px;
}
.testRuhuWayWrap .testResult{
	position: absolute;
	bottom: 6px;
	left: 180px;
	right: 180px;
	height: 80px;
	padding: 20px;
}
.testRuhuWayWrap .testResult .title{
	background-color: #ff2626;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 12px;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -83px;
}
.testRuhuWayWrap .testResult .content{
	border:2px solid #ff2626;
	height: 100%;
	line-height: 84px;
}
.testRuhuWayWrap .testResult .content .clickTestBtn{
	font-size: 20px;
	font-weight: 600;
	background-color: #ff9500;
	color: #fff;
	padding: 0 20px;
	line-height: 36px;
	display: inline-block;
	vertical-align: -2px;
	box-shadow:5px 5px 8px rgba(0,0,0,0.5);
	cursor: pointer;
}
.testRuhuWayWrap .testResult .content .clickTestBtn:hover{
	background-color: #ec8800;
}
.testRuhuWayWrap .testResult .content .rs{
	font-size: 24px;
	color: #ff2626;
	font-weight: 600;
	display: none;
}
.testRuhuWayWrap .testResult .content .rs a{
	font-size: 18px;
	background-color: #ff9500;
	color: #fff;
	padding: 0 15px;
	line-height: 30px;
	display: inline-block;
	vertical-align: 4px;
	margin-left: 10px;
	box-shadow:5px 5px 8px rgba(0,0,0,0.5);
}
.testRuhuWayWrap .testResult .content .rs a:hover{
	background-color: #ec8800;
}


/*如何入户广州*/
.howRuhu img{
	width: 100%;
}


/*办理入户流程*/
.ruhuPress{
	position: relative;
}
.ruhuPress img{
	width: 100%;
}
.ruhuPress a{
	position: absolute;
	left: 50%;
	bottom: 9px;
	margin-left: -43px;
	text-align: center;
	border:1px solid #fff;
	border-radius:4px;
	color: #fff;
	padding: 3px 10px;
	font-size: 16px;
}


/*解决方案*/
.solution{
	position: relative;
}
.solution img{
	width: 100%;
}
.solution ul{
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.6;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
}
.solution ul li{
	float: left;
	width: 33.33%;
}
.solution ul li span{
	padding: 0 30px;
	display: block;
}


/*右侧悬浮窗口（客服）*/
.rightFixed{
	position: fixed;
	top:50%;
	left: 15px;
	margin-top: -180px;
	width: 100px;
	height: 160px;
	padding: 15px 15px;
	border:1px solid #ccc;
	background-color: #fff;
	border-radius:4px;
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	text-align: center;
	font-size: 18px;
	z-index: 999999;
}
.rightFixed .close{
	background: url(../images/xuanchuan/ruhu/icon-close.png) 50% no-repeat;
	background-size:18px 18px;
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 4px;
	right: 4px;
}
.rightFixed a{
	display: block;
}
.rightFixed .kefu{
	margin: 0 auto;
	padding: 5px 12px;
}
.rightFixed .kefu img{
	width: 56px;
	height: auto;
	display: block;
	margin: 0 auto;
	border: 1px solid #eee;
	box-shadow: 0 6px 8px rgba(0,0,0,0.4);
	border-radius: 50%;
	padding: 8px;
	cursor: pointer;
}
.rightFixed .kefu img:hover{
	border: 1px solid #ddd;
	box-shadow: 0 6px 8px rgba(0,0,0,0.5);
}
.rightFixed .kefu span{
	display: block;
	margin-top: 10px;
}

.rightFixed .assessment{
	border-top:1px solid #eee;
	padding-top: 10px;
}
.rightFixed .assessment a{
	display: block;
	line-height: 30px;
	background-color: #ff9500;
	color: #fff;
	border-radius:2px;
	padding: 0 10px;
}
.rightFixed .assessment a:hover{
	background-color: #ec8800;
}

.rightFixedExpand{
	position: fixed;
    top: 50%;
    left: 0;
    margin-top: -160px;
    margin-bottom: 25px;
    width: 40px;
    background-color: #ff344d;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 32px 0 15px 0;
    cursor: pointer;
}
.rightFixedExpand .leftExpand{
	background: url(../images/xuanchuan/ruhu/icon-rightExpand.png) 50% no-repeat;
	background-size:20px 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 8px;
	left: 10px;
}






