﻿@charset "utf-8";
.clearfix{
	clear: both;
}
/*首页页面开始*/
/*banner部分开始*/
.index-banner{
	width: 100%;
	height: 500px;
	overflow:hidden;
	position:relative;
}
.bannerimg{
	width: 1920px;
	height: 500px;
	position:relative;
	left:50%;
	margin-left:-960px;
}
/*banner底部开始*/
.banner-bottom{
	width: 100%;
	height: 100px;
	/*background-color: #094C5A;*/
	position: absolute;
	left: 0;
	bottom: 0;
}
	/*按钮组*/
	.btgroup{
		width: 750px;
		margin-top: 14px;
	}
	.btntra{
		transform: scale(0.7,0.7);
		-ms-transform:scale(0.7,0.7); 	/* IE 9 */
		-moz-transform:scale(0.7,0.7); 	/* Firefox */
		-webkit-transform:scale(0.7,0.7);/* Safari 和 Chrome */
		-o-transform:scale(0.7,0.7);
	}
	.btgroup a{
		display: block;
		width: 300px;
		height: 72px;
		opacity: 1;
	}
	.btgroup a:hover{
		opacity: 0.8;
	}
	.btgroup a img{
		width: 300px;
		height: 72px;
	}
/*banner底部结束*/
/*banner部分结束*/
/*主要内容部分开始*/
.main-content{
	background-color: #fff;
}
/*共同模块-标题开始*/
.title{
	padding: 30px 0;
}
.title .biaoti{
	border-bottom: 1px solid #EEE;
}
.biaoti h2{
	color: #000;
	font-size: 28px;
	display: block;
	width: 120px;
	padding-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #A1A1A1;
	text-align: center;
}
.title p{
	color: #929292;
	font-size: 12px;
	margin-top: 7px;
	text-align: center;
}
/*共同模块-标题结束*/
/*tab切换图片导航开始*/
.qhimg-nav{
	width: 100%;
	margin-bottom: 50px;
	height: 122px;
}
.qhimg-nav ul{
	width: 1046px;
	_width:1055px;
	height: 122px;
}
.qhimg-nav ul li{
	display: block;
	width: 150px;
	height: 120px;
	float: left;
	margin-left: 11px;
	margin-right: 11px;
	position: relative;
	cursor: pointer;
}
.qhimg-nav ul li .tupian{
	display: block;
	width: 58px;
	height: 58px;
	margin: 0 auto;
	margin-top: 20px;
}
/*图片-鼠标未放上去开始*/
.qh-bgimg01{
	background: url(../images/index01.png) no-repeat;
}
.qh-bgimg02{
	background: url(../images/index02.png) no-repeat;
}
.qh-bgimg03{
	background: url(../images/index03.png) no-repeat;
}
.qh-bgimg04{
	background: url(../images/index04.png) no-repeat;
}
.qh-bgimg05{
	background: url(../images/index05.png) no-repeat;
}
.qh-bgimg06{
	background: url(../images/index06.png) no-repeat;
}
/*图片-鼠标未放上去结束*/
/*图片-鼠标放上去之后开始*/
.qh-bgimg1{
	background: url(../images/index1.png) no-repeat;
}
.qh-bgimg2{
	background: url(../images/index2.png) no-repeat;
}
.qh-bgimg3{
	background: url(../images/index3.png) no-repeat;
}
.qh-bgimg4{
	background: url(../images/index4.png) no-repeat;
}
.qh-bgimg5{
	background: url(../images/index5.png) no-repeat;
}
.qh-bgimg6{
	background: url(../images/index6.png) no-repeat;
}
/*图片-鼠标放上去之后结束*/
.qhimg-nav ul li p{
	font-size: 14px;
	line-height: 42px;
	text-align: center;
}
/*底边框小三角开始*/
.qhimg-nav ul li span{
	display: none;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-width: 7px;
	border-style: solid;
	position: absolute;
	left: 50%;
	margin-left: -3.5px;
}
/*底边框小三角颜色开始*/
.sjcolor1{
	border-color: #14CF97 transparent transparent transparent;
}
.sjcolor2{
	border-color: #84CA0F transparent transparent transparent;
}
.sjcolor3{
	border-color: #02C6FF transparent transparent transparent;
}
.sjcolor4{
	border-color: #E15A53 transparent transparent transparent;
}
.sjcolor5{
	border-color: #28A4AA transparent transparent transparent;
}
.sjcolor6{
	border-color: #8C6FC4 transparent transparent transparent;
}
/*底边框小三角颜色结束*/
/*底边框小三角结束*/
/*鼠标放上去之前-边框颜色及边框底部颜色开始*/
.borc1{
	border: 1px solid #40EDBB;
	border-bottom: 2px solid #2EEBB3;
}
.borc2{
	border: 1px solid #BEF266;
	border-bottom: 2px solid #B3F04A;
}
.borc3{
	border: 1px solid #79E1FF;
	border-bottom: 2px solid #A1EAFF;
}
.borc4{
	border: 1px solid #EC9591;
	border-bottom: 2px solid #EC9591;
}
.borc5{
	border: 1px solid #6DD7DC;
	border-bottom: 2px solid #6DD7DC;
}
.borc6{
	border: 1px solid #BAA8DB;
	border-bottom: 2px solid #D2C6E6;
}
/*鼠标放上去之前-边框颜色及边框底部颜色结束*/
/*鼠标放上去之后-边框颜色及边框底部颜色开始*/
.borc01{
	border-bottom: 3px solid #14CF97;
}
.borc02{
	border-bottom: 3px solid #84CA0F;
}
.borc03{
	border-bottom: 3px solid #02C6FF;
}
.borc04{
	border-bottom: 3px solid #E15A53;
}
.borc05{
	border-bottom: 3px solid #28A4AA;
}
.borc06{
	border-bottom: 3px solid #8C6FC4;
}
/*鼠标放上去之后-边框颜色及边框底部颜色结束*/
/*鼠标放上去之前-字体颜色开始*/
.color1{
	color: #14CF97;
}
.color2{
	color: #77B50F;
}
.color3{
	color: #0099C6;
}
.color4{
	color: #D62C23;
}
.color5{
	color: #279CA3;
}
.color6{
	color: #8C6FC4;
}
/*鼠标放上去之前-字体颜色结束*/
/*鼠标放上去之后-背景颜色开始*/
.ysbgcolor1{
	background-color: #40EDBB;
}
.ysbgcolor2{
	background-color: #BEF266;
}
.ysbgcolor3{
	background-color: #79E1FF;
}
.ysbgcolor4{
	background-color: #EC9591;
}
.ysbgcolor5{
	background-color: #6DD7DC;
}
.ysbgcolor6{
	background-color: #BAA8DB;
}
/*鼠标放上去之后-背景颜色结束*/
/*tab切换图片导航结束*/
/*tab切换内容部分开始*/
.qh-content{
	width: 100%;
	height: 480px;
	background-color: #F3F3F3;
}
	/*共有部分开始*/
	.colororange{
		color: #FF6626;
	}
	.qhc{
		width: 912px;
		margin: 0 auto;
		position: relative;
	}
	.qh-text{
		width: 370px;
		position: absolute;
		/*left: -800px;*/
		display: block;
	}
	.qh-text h2{
		color: #7D5ABA;
		font-size: 30px;
		margin-bottom: 20px;
	}
	.qh-text p{
		color: #333;
		font-size: 16px;
		line-height: 34px;
	}
	.qh-img{
		position: absolute;
	}
	/*共有部分结束*/
	/*第一部分开始*/
	.qhc-first .qh-text{
		top: 145px;
		right: 0;
	}
	.qhc-first .qh-text h2{
		color: #0D9971;
	}
	.qhc-first .qh-img{
		width: 456px;
		height: 374px;
		top: 50px;
		left: 0;
	}
	.qhc-first .qh-img img{
		width: 456px;
		height: 374px;
	}
	/*第一部分结束*/
	/*第二部分开始*/
	.qhc-second .qh-text{
		top: 145px;
		left: 0;
	}
	.qhc-second .qh-text h2{
		color: #78B80C;
	}
	.qhc-second .qh-img{
		width: 481px;
		height: 308px;
		top: 88px;
		right: 0;
	}
	.qhc-second .qh-img img{
		width: 481px;
		height: 308px;
	}
	/*第二部分结束*/
	/*第三部分开始*/
	.qhc-third .qh-text{
		top: 168px;
		left: 0;
	}
	.qhc-third .qh-text h2{
		color: #0098C4;
	}
	.qhc-third .qh-img{
		width: 497px;
		height: 311px;
		top: 65px;
		right: 0;
	}
	.qhc-third .qh-img img{
		width: 497px;
		height: 311px;
	}
	/*第三部分结束*/
	/*第四部分开始*/
	.qhc-four .qh-text{
		top: 118px;
		left: 0;
	}
	.qhc-four .qh-text h2{
		color: #D9463E;
	}
	.qhc-four .qh-img{
		width: 440px;
		height: 367px;
		top: 45px;
		right: 0;
	}
	.qhc-four .qh-img img{
		width: 440px;
		height: 367px;
	}
	/*第四部分结束*/
	/*第五部分开始*/
	.qhc-five .qh-text{
		top: 152px;
		left: 0;
	}
	.qhc-five .qh-text h2{
		color: #26A4AA;
	}
	.qhc-five .qh-img{
		width: 495px;
		height: 316px;
		top: 78px;
		right: 0;
	}
	.qhc-five .qh-img img{
		width: 495px;
		height: 316px;
	}
	/*第五部分结束*/
	/*第六部分开始*/
	.qhc-six .qh-text{
		top: 158px;
		left: 0;
	}
	.qhc-six .qh-text h2{
		color: #7D5ABA;
	}
	.qhc-six .qh-img{
		width: 541px;
		height: 285px;
		top: 97px;
		right: 0;
	}
	.qhc-six .qh-img img{
		width: 541px;
		height: 285px;
	}
	/*第六部分结束*/
/*tab切换内容部分结束*/
/*用户感言开始*/
/*轮播开始*/
/*新楼盘轮播图开始*/
.clear {clear:both;display:block;}
.carousel {
	position: relative;
	width: 1049px;
	_width:1055px;
}
.carousel .prev , .carousel .next {
	display:block;
	position: absolute;
	top: 33%;
	width:50px;
	height:70px;
	overflow:hidden;
	text-decoration:none;
	cursor:pointer;
	z-index: 100;
	background-repeat: no-repeat;
}
.carousel .prev {
	left: 0px;
	background-image:url(../images/btnprev.png);
	background-position: 0% 50%;
}
.carousel .next {
	right: 0px;
	background-image:url(../images/btnnext.png);
	background-position: 100% 50%;
}

.jCarouselLite {
	float:left;
	width: 1049px;
	_width:1055px;
	height: 343px;
	overflow:hidden;/*必要元素*/
}
.jCarouselLite li{
	border-radius: 6px;
    float: left;
    height: 343px;
    margin: 0 11px;
    width: 239px;
}
.jCarouselLite li div{
	width: 235px;
	height: 337px;
	background-color: #FCFCFC;
	border-radius: 7px;
	border: 2px solid #EFEFEF;
	border-top-color: transparent;
	margin-top: 3px;
}
.jCarouselLite img{
	display: block;
	width: 105px;
	height: 104px;
	border-radius: 104px;
    margin: 16px auto;
}
.jCarouselLite p.name{
	text-align: center;
	color: #000;
	font-size: 16px;
}
.jCarouselLite p.jjr{
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}
.jCarouselLite .ganyan{
	color: #4C4C4C;
    font-size: 12px;
    line-height: 25px;
    text-indent: 24px;
    width: 195px;
    margin-left: auto;
    margin-right: auto;
}
/*新楼盘轮播图结束*/
/*轮播结束*/
a.more{
	display: block;
	color: #1F86CB;
	font-size: 12px;
	text-align: center;
	height: 43px;
	line-height: 43px;
	clear: both;
	}
a.more:hover{
	color: #1A6DA6;
}
/*感言边框颜色开始*/
.gyborcolor1{
	border: 2px solid #E35F57 !important;
}
.gyborcolor2{
	border: 2px solid #0088CC !important;
}
.gyborcolor3{
	border: 2px solid #2BAAB1 !important;
}
.gyborcolor4{
	border: 2px solid #734BA9 !important;
}
/*感言边框颜色结束*/
/*感言背景颜色开始*/
.gybgcolor1{
	background-color: #E35F57;
}
.gybgcolor2{
	background-color: #0088CC;
}
.gybgcolor3{
	background-color: #2BAAB1
}
.gybgcolor4{
	background-color: #734BA9;
}
/*感言背景颜色结束*/
/*感言字体颜色开始*/
.gycolor1{
	color: #E35F57;
}
.gycolor2{
	color: #0087CC;
}
.gycolor3{
	color: #2BAAB1;
}
.gycolor4{
	color: #734BA9;
}
/*感言字体颜色结束*/
.bgcolorwhite{
	background-color: #fff !important;
}
/*用户感言结束*/
/*中介学堂开始*/
.zjxuetang{
	background-color: #F6F6F6;
}
.zjxuetang ul{
	width: 918px;
	_width:950px;
	height: 194px;
	height: 202px\9;
}
.zjxuetang ul li{
	width: 400px;
	float: left;
	margin: 0 18px 26px 18px;
	background: url(../images/index09.png) no-repeat center left;
	background: url(../images/index09.png)\9 no-repeat center left;
	padding-left: 22px;
	vertical-align: top;
}
.zjxuetang ul li:hover{
	background:url(../images/index10.png) no-repeat center left;
	background:url(../images/index10.png)\9 no-repeat center left;
}
.zjxuetang ul li a{
	color: #494949;
	font-size: 14px;
}
.zjxuetang ul li a:hover{
	color: #000;
}
/*中介学堂结束*/
/*主要内容部分结束*/
/*二维码弹出框开始*/
.zhezhao{
	position: fixed;
	top:0;
	left: 0;
	display: none;
	z-index: 2000;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) repeat;
}
.erweima{
	box-shadow: 1px 1px 10px #000;
	position: absolute;
	width: 420px;
	top: 50%;
	left: 35%;
	margin-top: -230px;
	z-index: 2220;
}
	/*标题开始*/
	.ewm-title{
		height: 60px;
		background-color: #2B97DF;
		position: relative;
	}
	.ewm-title h2{
		color: #fff;
		font-size: 24px;
		line-height: 60px;
		text-align: center;
	}
	.ewm-title img{
		display: block;
		position: absolute;
		top: 22px;
		right: 13px;
	}
	/*标题结合*/
	/*主要部分开始*/
	.ewm-main{
		background-color: #fff;
		padding-top: 22px;
	}
	.ewm-main img{
		display: block;
		width: 291px;
		height: 290px;
		margin-left: auto;
		margin-right: auto;
	}
	.ewm-main p{
		color: #000;
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 34px;
		text-align: center;
	}
	/*主要部分结束*/
/*二维码弹出框结束*/
/*友情链接开始*/
.yqlianjie {
	width: 100%;
	line-height: 30px;
	line-height: 30px\9;
	background-color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.yqlianjie dl {
	margin-left:100px;
}
.clearfix1{
	clear:both;font-size:0; height:0; display:block; visibility:hidden; content:" "; line-height:0
}
.yqlianjie dl dt{
	color: #070707;
	font-size: 13px;
	float: left;
}
.yqlianjie dl dd{
	float: left;
}
.yqlianjie dd a{
	color: #2B2B2B;
	font-size: 12px;
}
.yqlianjie dd a:hover{
	color: #1F86CB;
}
.yqlianjie dd span{
	color: #2B2B2B;
	font-size: 12px;
        margin:0 3px
}
/*友情链接结束*/
/*首页页面结束*/
/*使用帮助页面开始*/
	/*内容部分开始*/
	/*标题开始*/
	.help-title{
		height: 100px;
		background-color: #fff;
	}
	.help-title h2{
		display: block;
	    color: #0C0C0C;
	    font-size: 28px;
	    width: 170px;
	    line-height: 100px;
	    margin: 0 auto;
	    padding-left: 52px;
	    background: url(../images/help01.png) no-repeat left center;		
	}
	.zj-title h2{
		background: url(../images/help02.png) no-repeat left center;
	}
	/*标题结束*/
	/*主要内容开始*/
	.help-main{
		border-top: 1px solid #B3B3B3;
		/*border-bottom: 1px solid #B3B3B3;*/
		background-color: #F9F9F9;
	}
		/*列表内容开始*/
		.helplist{
			border-bottom: 1px dashed #CDCDCD;
			padding: 14px 20px;
		}
		.helplistall:hover{
			background-color: #F1F8FE;
		}
		.helplist h3{
			color: #1A1A1A;
			font-size: 20px;
			margin-bottom:8px;
		}
		.helplist p{
			color: #535353;
			font-size: 15px;
			line-height: 30px;
		}
		.helplist p a{
			color: #1D7EBF;
			font-size: 15px;
		}
		.helplist p a:hover{
			cursor: pointer;
			color: #145683;
		}
		/*列表内容结束*/
	/*主要内容结束*/
	/*内容部分结束*/
/*使用帮助页面结束*/
/*使用帮助a页面开始*/
	/*内容部分开始*/
	.helpa-content{
		background-color: #fff;
	}
	/*标题部分开始*/
	.helpa-title{
		width: 1024px;
		margin: 0 auto;
		height: 112px;
	}
	.fubiaoti{
	    width: 450px;
	    height: 30px;
	    margin: 0 auto;
	}
	.helpa-title h2{
		color: #000;
		font-size: 28px;
		text-align: center;
		padding-top: 25px;
		margin-bottom: 20px;
	}
	.helpa-title p{
		color: #1E1E1E;
		font-size: 15px;
		float: left;
		margin: 0 auto;
	}
	.helpa-title p span{
		display: inline-block;
	}
	.share{
		float: left;
		margin-left: 16px;
	}
	.fenxiang{
		float: left;
		width: 30px;
	    height: 27px;
	    margin-top: -8px;
	}
	.colorblue{
		color: #004499;
	}
	.mr10{
		margin-right: 10px;
	}
	.mr18{
		margin-right: 18px;
	}
	/*标题部分结束*/
	/*主要内容部分开始*/
	.mainall{
		width: 100%;
		border-top: 1px dashed #BDB6B3;
padding-top: 10px;
	}
	.helpa-main{
		width: 1024px;
	}
	.helpa-main p{
		color: #2B2B2B;
		font-size: 15px;
		line-height: 30px;
		text-indent: 28px;
	}
	.helpa-main img{
		display: block;
		margin: 0 auto;
		margin-top: 22px; 
		margin-bottom: 22px;
	}
	.pt15{
		padding-top: 15px;
	}
	.pb40{
		padding-bottom: 40px;
	}
	.texsj15{
		text-indent: 15px;
	}
	/*主要内容部分结束*/
	/*内容部分结束*/
/*使用帮助a页面结束*/