/*通用样式*/
*{margin:0px;padding:0px; border:none;-webkit-tap-highlight-color: transparent;}
body{font-family:"Microsoft Yahei";
	color: #333;
	background-color:#eeeeee;
	/*允许独立的滚动区域触摸回弹,解决滑动时卡顿*/
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	/*苹果移动端高亮特效关闭*/
	-webkit-tap-highlight-color: transparent;}
ul,ol,li{list-style-type:none;}
a{text-decoration: none;}
img{display: block;}
input,select {outline: 0px;}
	input[type="text"],input[type=button], input[type=submit], input[type=file], button { 
		cursor: pointer; -webkit-appearance: none; 
	}

.content{
 font-size: 0px;
 width: 1000px;
}



/*背景底图*/
.main1,.box1{background: url("../images/img_01.jpg") no-repeat center center; height: 90px;
	width: 100%;position: fixed;top:0;left: 0;z-index: 999999;
}
.main2,.box2{background:url("../images/img_02.jpg") no-repeat center center;height: 519px;}
.main2{margin-top: 90px;}
.main3,.box3{background:url("../images/img_03.jpg") no-repeat center center; height: 717px;}
.main4,.box4{background:url("../images/img_04.jpg") no-repeat center center; height: 165px;}
.main5,.box5{background:url("../images/img_05.jpg") no-repeat center center; height: 745px;}
.main6,.box6{background:url("../images/img_06.jpg") no-repeat center center; height: 156px;}
.main7,.box7{background:url("../images/img_07.jpg") no-repeat center center; height: 697px;}

.main8,.box8{background:url("../images/img_08.jpg") no-repeat center center; height: 657px;}
.main9,.box9{background: url("../images/img_09.jpg") no-repeat center center; height: 603px;}
.main10,.box10{background: url("../images/img_10.jpg") no-repeat center center;
 height: 0px;
margin-bottom: 110px;}
.box,.box1,.box2,.box3,.box4,.box5,.box6,.box7,.box8,.box9,.box10,.box11{
	width: 1200px;
	margin:0 auto;
	position:relative;
}

/*顶部吸顶样式*/
.nav_head{float: right;}
.nav_head li{float: left;position: relative;}
.nav_head li a{color: #ffd199;font-size: 16px;line-height: 65px;padding-left: 20px;padding-right: 20px;margin:0 4px;padding-top:10px; display: block;}
.nav_head li:after{content:"|";display: block;position: absolute;top:32px;right: -3px;color: #ffd199;}
.nav_head .li_d:after{content:"|";display: none;}

/*项目简介里面的电话*/
.box3 p{
	 position: absolute;
	 font-size:16px;
	 right:20px;
	 top:242px;
	 display: block;
}
.box3 span{
	font-size: 20px;
	color: #D00403;
	font-weight: bold;
}

/*去浮层*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

/*轮播图*/

.hd{
	display: table;
	margin-left:50px;
	padding-top:16px;
}
.hd span{
	transform:skew(-30deg);
	-webkit-transform:skew(-30deg);
	-moz-transform:skew(-30deg);
	-o-transform:skew(-30deg);
	-ms-transform:skew(-30deg);
	display: inline-block;
	background-color:#adadad;
	margin:0 7px;
}
.hd span:hover{opacity:0.9;}
.hd span a{
	transform:skew(30deg);
	-webkit-transform:skew(30deg);
	-moz-transform:skew(30deg);
	-o-transform:skew(30deg);
	-ms-transform:skew(30deg);
	letter-spacing:2px;
	width: 151px;
	height: 43px;
	font-size:20px;
	font-family: "Adobe 黑体 Std";
	color: #ffffff;
	text-align: center;
	display: block;
}
.hd span.current{background-color:#214a7e; }
.bd{
	padding:0 20px;
}

.bd ul li{display: none;}
.bd ul li.cur{display: block;}

/*户型轮播样式*/
.lunbo{
	
}
	.swiper-container {
      width: 1165px;
      height: 693px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

/*底部样式*/
.box10{}

.box10 p{
	font-size:16px;
	text-align: center;
	color: #ffd199;
}
.box10 span{
	font-size: 18px;
	font-weight: bold;
}

/*弹出框*/
.tkhd{overflow-y: hidden;-webkit-overflow-scrolling:touch;}/*弹框锁定网页滚动*/
.zhezhao { 
	width:100%;  
	height:100%; 
	background-color:#000; 
	display:none;  
	filter:alpha(opacity=60); 
	-moz-opacity:0.6;
	opacity: 0.6;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 100; 
} 
.login{
	display:none;
	position:absolute;
	top:200px;
	left:50%;
	z-index: 1500;
}
.tanchu{
	display: block;
	width:650px;
	height: 430px;
	border:1px solid #ffffff;
	border-radius:8px;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	background-color:#fff;
	opacity:1;
}
.tc_bt{position:relative;}
.tc_bt h2{
	font-size:30px;
	font-family: "微软雅黑 Bold"；
	font-weight:bold;
	color:#333333;
	padding-top:20px;
	text-align: center;
}
.tc_bt span{
	position:absolute;
	top:4px;
	right: 4px;
	text-align: center;
	color: #292929;
	cursor:pointer;
	background: url("../images/gb.png") no-repeat center center ;
	width:60px;
	height: 60px;
}
.from_box{
	padding-top: 0px;
	width: 100%;
	float: none;
}
.from_box .la_inp{
	width: 430px;
	height: 46px;
	margin:28px auto;
	float:none;
}
.from_box .la_inp label{
	font-size:22px;
	font-family: "汉仪旗黑";
	line-height: 46px;
	padding-right: 10px;
	padding-left:10px;
}
.from_box .la_inp input{
	width: 355px;
	border:1px solid #333;
	font-size:20px;
	height: 46px;
	line-height: 
}
.from_box .la_inp select{
	width: 357px;
	border: 1px solid #333;
	font-size:20px;
	height: 48px;
	line-height: 48px;
	background:#fff;
	text-indent:10px;
}
.from_box .inp_btn{
	display: block;
	width: 424px;
	height: 46px;
	margin:0 auto;
	padding-top: 18px;
}
.from_box .inp_btn input{
	width: 100%;
	height: 46px;
	border:0px;
	line-height: 46px;
	text-indent: 0px;
	background:#333;
	color: #ffffff;
	cursor:pointer;
	font-size:21px;
}
.from_box .inp_btn input:hover{
	opacity: 0.9;
}

/*悬浮电话*/

.tel_dh{position:fixed;margin:0 auto; bottom:0;z-index: 99999}
.tel_con{position: relative;}
.tell{ position: absolute;top:73px;left:165px;text-indent: 10px;color:#ce7e1e;font-size: 25px;font-weight: bold; }
.xm_tel{width: 220px;height: 40px; position: absolute;top:68px;left:440px;background: none;text-indent: 10px; border:1px solid #ce7e1e;}
.dh_tel{width: 220px;height: 40px; position: absolute;top:68px;left:674px;border:none;background: none;text-indent: 10px;border:1px solid #ce7e1e;}
.tel_dh .button{width: 230px;height: 45px;cursor: pointer;position: absolute;top:68px;left:954px;border:none;background: none;border-color:none;}