/*-----body------*/   
body {
    color: #000000;
    lang="zh-CN";
    /*-----强制隐藏水平滚动条，显示垂直滚动条------*/ 
    overflow-y:scroll ;
    overflow-x:hidden ;
}
html, body, p, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd {
    margin: 0;
    padding:0;
}
/*--为了让语义块元素在所有版本的浏览器中生效 如下设置--*/
header, section, footer, aside, nav, article, figure
{ 
display: block; 
}
body {
    font-family: "Microsoft YaHei","微软雅黑","Hiragino Sans GB",tahoma,arial,simhei;
    font-size: 14px;
    /*--为了配合固定到顶部的导航栏 
    */padding-top:70px;
    padding-bottom:0px;    
    background-color:#ffffff;	
}
/*首页部分CSS修改*/
h1{color:#000000;}  
h4{color:#000000;}  
h5{color:#000000;} 
h2{color:#000000;} 
.breadcrumb{background-color:transparent} 
.page-header{
  /*导航上下左右--边框厚度*/
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  /*消除导航栏圆角*/
  border-radius: 0;
  background-color:transparent;
}
.alert-warning{background-color: #fbfbfb;
               border:1px solid #e3e3e3;
               color:#000000;
			   border-radius: 0px;
}
.img-thumbnail{  
    padding:0px;
    border-color:#eeeeee;
    border:0px;
	border-radius: 0px;
}
.caption{
padding-top:10px;	
padding-bottom:10px;	
}
/*footer样式*/
.dibu{
margin-top:30px;
background-color:#fcfcfc; 
color:#000000;
border-top: 1px solid #e3e3e3;
}
.dibulianjie{
color:#ffffff;	
}
.dibulianjie:hover,
.dibulianjie:focus{
color:#ffffff;
}
.banquanwenzi{
color:#000000;	
}
img {
background-repeat:repeat;
background-attachment:scroll;
background-position:center;
}
/*表格边框颜色、行间距*/
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
  line-height: 1.7;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
/*自定义楼盘参数表格*/
.loupanbiao>table>tbody > tr > td,
.loupanbiao>table > thead > tr > th
{
border-top: 0px solid #ddd;
border:0px;
font-size:16px;
padding: 5px;
line-height: 1.3;
}
/*自定义楼盘参数 div*/
.jianjie{
font-size:16px;
 padding: 0px;
 line-height: 1.9;
margin-left:3px;
color:rgb(120, 120, 120);
}
/*新增类：箭头向上、下图标*/
.jiantoutubiao {
color:#444555;
background-color:#fff;
padding:5px 30px 5px 30px;
border: 2px solid #ccc;
border-radius: 0px;
}
.jiantoutubiaoa:hover,
.jiantoutubiaoa:focus{
text-decoration:none;
}
.jiantoutubiao:hover{
	color:#333333;
	border-color:#ffe566;
	background-color:#ffe566;
}
/*默认链接经过无下划线*/
a{
color:#444444;	
}
a:hover,
a:focus{
text-decoration:none;
color:#666555;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0px;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ccc;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ccc;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #ccc;
}
/*以下代码是导航栏部分颜色*/
.navbar {
  /*导航上下左右--边框厚度*/
  border-top: 0px solid transparent;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  /*消除导航栏圆角*/
  border-radius: 0;
}
.navbar-default {
  /*导航背景颜色*/
  background-color: #fcfcfc;
border-top: 1px solid #eeeeee;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 1px solid #eeeeee;
  
}
/*导航链接字体 默认颜色*/
.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-size:16px;
  padding:15px 10px;
  
}
.navbar-default .navbar-brand {
  /*logo默认颜色、背景色、字体大小*/
  color: #FF6700;
  background-color: transparent;
  font-size:20px;
}
/*鼠标经过 导航logo字体、背景 颜色*/
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color:#FF6700;
  background-color: transparent;
  text-decoration:underline;
}
/*导航里文字电话颜色*/
.navbar-default .navbar-text {
  color: #333333;
  font-size:16px;

}
/*鼠标经过链接字体、背景 颜色*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus{
  color: #FF6700;
   /* font-weight:bold;*/
  background-color: transparent;
  text-decoration:underline;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #666;
  background-color: #484848;  
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
/*手机端三道杠 边框和背景颜色*/
.navbar-default .navbar-toggle {
  border:0px;
  background-color:transparent;
}
/*手机端三道杠鼠标经过背景颜色*/
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f3f3f3;
  border:0px;
}
/*手机端三道杠默认颜色*/
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ff6700;
}
/*手机端导航下拉弹出一条线的颜色*/
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color:#e3e3e3;
}
/*导航下拉菜单点击颜色*/
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #666555;
}
/*下拉菜单边框颜色*/
.dropdown-menu {
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #f9f9f9;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*下拉菜单字体颜色背景颜色*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #666555;
  text-decoration: none;
  background-color: #f9f9f9;
}
 /*导航弹窗按钮点击轮廓*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
	  /*手机端下拉菜单链接默认颜色*/
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	  /*手机端下拉菜单链接鼠标经过颜色*/
    color: #666555;
    background-color:transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.wh{width:500px;height:300px;}


.fix {
}
.fix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.t_news_tit {
    margin-top: 10px;
}
.t_news_tit h3 {
    color: #333333;
    float: left;
    font-size: 30px;
    line-height: 60px;
}
.t_news_tit a {
    float: right;
    font-size: 16px;
    line-height: 20px;
    margin-top: 32px;
}
.t_news_bg {
    background: transparent none repeat scroll 0 0;
    margin-top: 0;
    padding: 0;
}
.t_n1 {
    border: 1px solid #e5e5e5;
    margin: 0;
    padding: 15px;
}
.t_n0 {
    border: 10px solid #f2f2f2;
    padding: 0 15px;
}
.t_n2 > a, .t_n2 > a > img {
    display: block;
    width: 100%;
}
.t_n2_r h3 > a {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    transition: all 1s ease 0s;
}
.t_n2_r p {
    color: #666666;
    font-family: "宋体";
    font-size: 12px;
    line-height: 18px;
}
.t_n2_r > a {
    margin-top: 5px;
}
.t_n2_r > a, .t_n2_r > a > img {
    display: block;
    height: 25px;
    width: 25px;
}
.t_n1_dashed {
    border-bottom: 1px dashed #d5d5d5;
    margin: 8px 15px;
    padding-bottom: 15px;
}
.t_n3 {
    background: #fff none repeat scroll 0 0;
    padding: 14px 0;
    transition: all 0s ease 0s;
}
.t_bb {
    border-bottom: 1px dashed #d5d5d5;
}
.t_n3_tit {
    border-right: 1px solid #e3e3e3;
    float: left;
    font-family: Arial;
    width: 78px;
}
.t_n3_tit em {
    color: #ff6700;
    display: block;
    font-size: 32px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
}
.t_n3_tit span {
    color: #8d8d8d;
    display: block;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}
.t_n3 a {
    color: #333333;
    float: left;
    font-size: 16px;
    line-height: 65px;
    margin-left: 25px;
}
.t_n3:hover {
    background: #ffffff none repeat scroll 0 0;
}
.t_n3:hover .t_n3_tit em {
    color: #ff6700;
}
.t_n3:hover .t_n3_tit span {
    color: #ff6700;
}
.t_n3:hover a {
    color: #ff6700;
    text-decoration: underline;
}
.t_n0 .t_n3 {
    padding: 10px 0;
}
.t_n0 .t_n3_tit em {
    line-height: 32px;
}
.t_n0 .t_n3 a {
    line-height: 62px;
}
.t_n3 > span {
    display: none;
}
.t_n1_dashed:hover .t_n2_r h3 a {
    color: #ff6700;
    text-decoration: underline;
}
.ny_n1 {
    margin-top: 0;
}
.ny_h4 {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #444444;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    width: 100%;
}
.ny_h5 {
    background: #eaeaea none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 100%;
}
.ny_h5 span {
    background: rgba(0, 0, 0, 0) url("../images/t_m2.png") no-repeat scroll left center;
    color: #444444;
    display: inline-block;
    font-size: 20px;
    padding-left: 25px;
}
.ny_d2 {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    padding: 0 15px;
}
.ny_d3 {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px dashed #e6e6e6;
    margin-top: 15px;
    padding: 10px;
    width: 100%;
}
.ny_d3_l {
    position: relative;
}
.ny_d3_l > a, .ny_d3_l > a img {
    display: block;
    width: 100%;
}
.ny_d3_l span {
    background: #ff6700 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    height: 40px;
    left: 20px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 40px;
}
.ny_d3_l, .ny_d3_r {
    padding: 0 10px;
}
.ny_d2 .row {
    margin: 0;
}
.ny_d3_r h3 a {
    color: #333333;
    display: block;
    font-size: 20px;
    line-height: 35px;
    transition: all 1s ease 0s;
}
.ny_d3_r span {
    color: #999999;
    font-size: 12px;
    line-height: 24px;
}
.ny_d3_r p {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}
.ny_d3_r > a {
    margin-top: 5px;
}
.ny_d3_r > a, .ny_d3_r > a > img {
    display: block;
    height: 25px;
    width: 25px;
}
.ny_d3:hover .ny_d3_r h3 a {
    color: #ff6700;
}
.page {
    font-family: "宋体";
    padding: 40px 0 60px;
    text-align: center;
}
.page a {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #4c4c4c;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 1px 1px 5px;
    width: 28px;
}
.page a:hover, .page a.current {
    background: #ff6801 none repeat scroll 0 0;
    color: #fff;
}
.ny_r_ul {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
}
.ny_r_ul li {
    border-bottom: 1px dashed #e6e6e6;
    height: 47px;
    line-height: 47px;
    list-style: outside none none;
    padding-left: 20px;
}
.ny_r_ul li a {
    color: #444444;
    font-size: 14px;
    transition: all 1s ease 0s;
}
.ny_r_ul li:hover a {
    color: #ff6700;
}
.ny_deils {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #e6e6e6;
    padding: 10px 20px;
}
.ny_deil h3 {
    color: #222222;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 0;
    padding: 13px 0;
    text-align: center;
}
.ny_deil_sp {
    background: #ffffff none repeat scroll 0 0;
    line-height: 30px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.ny_deil_sp span {
    color: #999999;
    display: inline-block;
    font-size: 12px;
    margin: 0 15px;
}
.ny_deil {
    color: #444444;
    font-size: 16px;
    line-height: 26px;
}
.ny_deil img {
    max-width: 100%;
    vertical-align: middle;
}
.page_1 {
    padding: 50px 0 120px;
    text-align: center;
}
.page_1 a {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #666666;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin: 5px 25px;
    text-align: center;
    transition: all 0s ease 0s;
    width: 250px;
}
.page_1 a:hover {
    background: #ff6801 none repeat scroll 0 0;
    color: #fff;
}
.side-contact div{box-sizing: border-box;}
.side-contact{position:fixed;right:5px;bottom:130px;display:none;width:70px;height:260px;z-index:200;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,0.3);background:#f2f2f2;text-align:center}
.side-contact span,.side-contact i{display:block;margin:0;padding:0;box-sizing: border-box;}
.side-contact span{font-size:14px;color:#666}
.side-contact div:hover span{color:#28b8dd; }
.side-contact i{width:35px;height:32px;margin:0 auto;}
.side-contact p{position:absolute;left:0;top:0;display:none;background:#02b8df;color:#FFF;font-size:14px}.side-contact p strong{font-size:22px;font-weight:normal}
.side-contact p em{position:absolute;right:-11px;display:block;width:11px;height:11px;background:url(../images/icon_tips_arrow.png) no-repeat 0 0}
.side-contact .qq-item{width:100%;height:70px;padding-top:5px;border-bottom:1px solid #f2f2f2;border-radius:8px 8px 0 0;background:#FFF;cursor:pointer}
.side-contact .qq-item i{background:url(../images/icon_contact.png) no-repeat 0 0}
.side-contact .qq-item i{background:url(../images/icon_contact.png) no-repeat -32px 0}
.side-contact .qq-contact-link{display:block;width:70px;height:70px;cursor:pointer}
.side-contact .qq-contact-link:hover{text-decoration:none}
.side-contact .phone-item{width:100%;height:70px;padding-top:5px;border-bottom:1px solid #f2f2f2;background:#FFF;cursor:default}
.side-contact .phone-item i{background:url(../images/icon_contact.png) no-repeat 2px -32px}.side-contact .phone-item i{background:url(../images/icon_contact.png) no-repeat -30px -32px}.side-contact .phone-item p{left:-180px;top:70px;width:170px;height:70px;line-height:22px;padding-top:12px;border-radius:8px}
.side-contact .phone-item p em{top:30px}
.side-contact .weixin-item{width:100%;height:70px;padding-top:5px;background:#FFF;cursor:default}.side-contact .weixin-item i{background:url(../images/icon_contact.png) no-repeat 2px -64px}.side-contact .weixin-item i{background:url(../images/icon_contact.png) no-repeat -30px -64px}.side-contact .weixin-item p{left:-130px;top:98px;width:120px;height:150px;line-height:22px;padding-top:16px;font-size:14px;border-radius:8px}
.side-contact .weixin-item p img{width:90px;height:90px;margin-top:10px}
.side-contact .weixin-item p em{top:72px}
.side-contact .gotop-item{width:100%;padding-top:5px;cursor:pointer}
.side-contact .gotop-item i{width:16px;height:16px}
.side-contact .gotop-item i{background:url(../images/icon_top_arrow.png) no-repeat 0 0}
.side-contact .gotop-item:hover i{background:url(../images/icon_top_arrow.png) no-repeat -18px 0}
.side-contact .gotop-item span{padding:3px 0 0 0;color:#999}

@media screen and (max-width:400px) {
    body,html{
       
        min-width:10px;
        overflow-x: hidden;
    }
    body::-webkit-scrollbar{
        width:1px;
    }
    .wh{width:100%;height:100%;}
}



