@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	min-width: 1080px;
	max-width: 1920px;
	font-family: Arial,'Microsoft YaHei';
	color: #686868;
	padding-top: 80px;
}
h1,h2,h3,h4,h5{
	font-weight: 500;
}
ol,ul {
	list-style: none;
	padding: 0;
}

a {
	color: #333333;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #eb5106;
	text-decoration: none;
}

a:active {
	color: #0f3d84;
}

table {
	border-collapse: collapse;
	-spacing: 0px;
}

fieldset,img {
	border: 0px;
}

.main {
	width: 1080px;
	margin: 0 auto;
}
.l_lab {
	font-size: 24px;
	color: #111111;
	padding:25px 0;
	text-align: center;
}
.m_lab{
	font-size: 20px;
	color: #111111;
	line-height: 30px;
}
.s_lab{
	font-size: 18px;
	text-align: left;
}

.cYellow {
	color: #ffb315;
}

.cDYellow {
	color: #d5700b;
}

.cBlue {
	color: #185594;
	text-decoration: none;
}

.cWhite {
	color: #ffffff;
	text-decoration: none;
}

.cGrey {
	color: #333333;
}

.cDGrey {
	color: #999999;
}

.cRed {
	color: #eb370d;
}

.bGrey {
	background: #ffffff;
}

img.bg {
	width: 100%;
	min-width: 1080px;
	top: 0;
	left: 0;
	z-index: -1;
}
/*顶部*/
body.foot_bd{
	padding-top: 0;
}
.top{
	width:100%;
	height: 85px;
	position: fixed;
	background:url("../images/nav_bg.png") repeat-x bottom;
	z-index: 999;
	top:0;
	left:0;
}
.top_in{
	width:100%;
	height: 80px;
	background: #ffffff;
	filter: alpha(opacity =90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9; /*其他，透明度50%*/
}
.head {
	position: relative;
	height: 80px;
	width: 1080px;
	margin: 0px auto;
}
.menu_bd,.foot_bd{
	overflow: hidden;
}
.logo,.menuBar {
	position: absolute;
}

.logo {
	left: 67px;
	top: 50%;
	margin-top: -27px;
	top: 50%;
}
.menuBar {
	right: 30px;
	line-height: 80px;
	z-index: 99;
}

.menu {
	margin: 0 auto;
}

.menu a {
	color: #343434;
}

.m>a {
	font-size: 24px;
	display: block;
	width: 112px;
	text-align: center;
}

.m>a:hover, .menu a:hover.current{
	background: #f16111;
	color: #fff;
}

.menu .m {
	float: left;
	position: relative;
	z-index: 99;
}


.menu a.current{
	color: #f16111;
}
.menu .sub{
	display: none; /*默认隐藏*/
	width: 270px;
	position:absolute;
	border:1px solid #ccc;
	box-shadow: 0px 0 0px #ccc, /*左边阴影*/        0px 0 0px #ccc, /*右边阴影*/
		     
		 0 0px 0px #ccc, /*顶部阴影*/        0 3px 3px #ccc; /*底边阴影*/
	background: #fff;
	filter: alpha(opacity =     90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9; /*其他，透明度50%*/
}
.menu>li:hover .sub{
	display: block;
}

.menu .sub  li {
	float: left;
	position: relative;
	text-align: left;
	font-size:20px;
	padding-left: 32px;
	width: 238px;
	height: 60px;
	line-height: 60px;
	color: #343434;
}
.menu .sub  li a {
	margin-top:-1px;
	border-top: 1px solid #a8abaa;
	display: block;
}
.menu .sub  li:hover {
	background: #f16111;
}
.menu .sub  li:hover a{
	color: #ffffff;
}
.foot {
	height: 175px;
	background: #3f3f3f;
	color: #9e9e9d;
}

.footCount {
	width: 1080px;
	height: 100%;
	margin: 0px auto;
	font-size: 16px;
}

.footLeft {
	width: 540px;
	text-align: left;
	line-height: 30px;
	float: left;
	margin-top: 40px;
	margin-left: 55px;
}

.footRight {
	float: right;
	text-align: center;
	margin: 10px 100px 0 0;
}
.footRight div{
	line-height: 30px;
}
.footRight img {
	width: 110px;
}
.foot_f{
	width: 100%;
	height: 175px;
	border: 0 none;
}

/*首页*/
.swiper-wrapper{
	position: relative;
}
.swiper-slide{
	overflow: hidden;
	position: absolute;
	display: none;
}
.swiper-slide.show{
	display: block;
}
.bg_img{
	width:100%;
}
.home_txt{
	font-size: 36px;
	width:100%;
	color: white;
	position: absolute;
	top:50%;
	margin-top: -18px;
	text-align: center;
}
.home_down{
	position: absolute;
	top:50%;
	margin-top: -100px;
	margin-left:70px;
	color: white;
}
.home_down h1{
	font-size: 36px;
	letter-spacing: 3px;
}
.home_down .bt_wrap{
	margin-top: 30px;
}
.home_down .bts{
	float: left;
	margin-right: 40px;
}
.home_down .app_bt{
	display:block;
	margin-bottom: 15px;
	padding: 15px 30px;
}
.home_down .scan {
	width: 113px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:15px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/round.png") no-repeat;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
	background-image: url("../images/round1.png");
}
.section{
	padding: 95px 0;
	height: 375px;
}
.section img{
	height: 375px;
}
.section .text{
	width: 340px;
	text-align: left;
	margin-top: -275px;
}
.right{
	margin-left: 700px;
}
.yl_l_lab{
	font-size: 35px;
	color: #f16111;
	margin-bottom: 20px;
}
.home_m_lab{
	font-size: 24px;
}
/*经纪人*/
.down_wrap {
	height: 397px;
	position: relative;
}
.cont_wrap {
	width: 1080px;
	margin: 0 auto;
	z-index: 2;
}
.down_wrap .cont{
	width: 480px;
	margin-left: 65px;
	margin-top: -150px;
}
.cont {
	color: white;
	position: absolute;
	top: 50%;
}
.down_wrap h2{
	font-size: 36px;
}
.cont h5 {
	margin: 24px 0 50px;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}

.cont a {
	color: white;
}

.app_bt {
	background-color: #07152a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: white;
	display: inline-block;
}
.down_wrap .app_bt{
	width:150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin-right: 30px;
}
.cont .scan {
	margin-bottom: -30px;
	width: 75px;
}

.countColor-s,.countColor-d {
	padding: 25px 0;
}

.countColor-s,.color-s {
	background: rgb(247, 247, 247);
}

.countColor-d,.color-d {
	background: #ffffff;
}
.countColor-d{
	text-align: center;
}
.left.feature {
	float: left;
	padding-top: 160px;
	width: 700px;
}

#hllp {
	width: 350px;
}
#ksjy{
	width:430px;
}
#gxkk{
	height: 369px;
	margin-top: 25px;
}
.jy{
	height: 474px;
}
.agentleft{
	float: left;
	margin-right: 30px;
}
.agentright{
	padding-top: 100px;
	padding-left: 680px;
}
.dist_top{
	color: white;
	text-align: center;
	height: 397px;
	position: relative;
}
.dist_top .cont{
	margin-top:-67px;
	margin-left:0;
	width:1080px;
}
.dist_top h3{
	font-size: 34px;
	margin-bottom: 20px;
}
.dist_top h5{
	font-size: 16px;
}
.dist_top .login_bt{
	padding: 10px 40px;
	font-size: 18px;
	display:inline-block;
	margin-top:30px;
	border: 1px white solid;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	color: white;
}
#fxs{
	display: block;
	margin: 70px auto;
	width: 700px;
}
.bannerBig {
	font-size: 24px;
	color: #111111;
	margin-top: 40px;
	text-align: center;
}

.bannerSmal {
	font-size: 18px;
	padding-top: 40px;
	padding-left:70px;
	line-height: 23px;
}
#kfs{
	width: 300px;
	display: block;
	margin: 50px auto;
}
/*合作*/
.coop_row{
	padding: 50px 0;
	border-top: 1px solid #cfcfcf;
	margin-top: -1px;
}
.coop_row.anli{
	padding-bottom: 70px;
}
.coop_title{
	font-size: 20px;
	color: #111111;
	text-align: center;
	margin-bottom: 30px;
}
.coop_info{
	font-size: 16px;
	line-height: 25px;
}
.coop_img_w{
	margin: 0 auto;
}
.coop_img_w.broker{
	width: 860px;
}
.coop_img_w img{
	width: 150px;
	margin: 30px 60px 50px 70px;
}
.center_img{
	display: block;
	margin: 30px auto;
}
.fl_lab{
	width:130px;
	background-color:white;
	margin: -64px auto 0;
}
.coop_imgs{
	margin-top:40px;
	width:100%;
}
.coop_imgs td{
	height: 110px;
	text-align: center;
	vertical-align: middle;
}
.coop_img_w.dist{
	width: 580px;
}
.exp_img{
	position: relative;
}
.img_lab{
	width:100%;
	position: absolute;
	bottom: 0;
	left:0;
	padding: 10px 0;
	text-indent:10px;
	background-color: white;
	filter: alpha(opacity =76); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.76; /*Firefox私有，透明度50%*/
	opacity: 0.76; /*其他，透明度50%*/
	color: #232323;
}
.top_imgs{
	height: 520px;
}
.l_img{
	float: left;
	margin: 12px 12px 12px 0;
}
.s_imgs{
	float: left;
}
.s_imgs .exp_img{
	display: block;
	margin: 15px 12px;
}
.m_imgs{
	height: 442px;
}
.m_imgs .exp_img{
	float: left;
	margin-right: 24px;
}
/*联系方式*/
.conta{
	background-color: #f7f7f7;
}
.contact{
	margin-left: 40px;
	width: 1010px;
}
.contact li{
	margin: 17px 0;
	padding: 17px 25px;
	border: 1px solid #cacaca;
	background-color: #fff;
}
/*发展历程*/
.m_main{
	width:955px;
	margin: 0 auto;
}
.his_img{
	margin: 48px auto 36px;
	display: block;
}
.time_line{
	background: url("../images/line_gr.png") repeat-y 148px 0;
	color: #111111;
}
.time_line li{
	height:125px;
	background: url("../images/circle_gr.png") no-repeat 125px 0;
}
li.first_li{
	background-image: url("../images/circle_yl.png");
	background-position-x:124px;
}
.time_line li h3, .time_line .right{
	float: left;
}
.time_line li h3{
	padding-top:10px;
	width: 125px;
	font-size:25px;
	margin-right: 20px;
	text-align: left;
}
.time_line .right{
	width:720px;
	font-size:18px;
	margin-left: 60px;
	padding-top: 13px;
}
/*核心价值观*/
.oth_bg{
	background-color: #f7f7f7;
}
.core_sec{
	text-align: center;
	padding: 50px 0;
}
.core_sec .main{
	width:950px;
}
.core_sec .s_lab{
	font-size: 16px;
	line-height: 25px;
}
.core_sec .s_lab div{
	text-align: center;
}
/*公司*/
.com_body{
	background-color: #f7f7f7;
}
.com_body .main{
	padding: 30px 0;
}
.com_imgs{
	margin: 30px 0;
}
.com_img{
	position: relative;
	display: inline-block;
}
.com_img.lg{
	margin-bottom: 13px;
}
.com_img div.img_title{
	line-height: 36px;
	height: 36px;
	left:0;
	font-size: 18px;
	text-indent: 30px;
	position: absolute;
	bottom: 4px;
	width: 100%;
	color: #f16111;
}
div.img_title .alpha{
	height: 36px;
	width: 100%;
	background-color: black;
 	filter: alpha(opacity =38); /*IE滤镜，透明度50% */
 	-moz-opacity: 0.38; /*Firefox私有，透明度50% */
 	opacity: 0.38; /*其他，透明度50% */
}
div.img_title .text{
	position: absolute;
	top:0;
	left:0;
}
.com_left{
	float: left;
	margin-right: 6px;
}
.com_left .com_img{
	display: block;
	margin-bottom: 1px;
}
.comCount{
	margin-bottom: 100px;
}
.comCount p{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 27px;
}
