*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  outline-style:none;
  font-weight:normal;
  cursor:default;
}


/*   顶部右侧home房子专用  position:fixed;  */

	.right_home img
	{
	position:absolute;
	right:0.319rem;
	top:0.68rem;
	z-index:5;
	width: 2.139rem;
	height: 1.68rem;
	}

	.right_url img
	{
	position:absolute;
	right:0.68rem;
	top:0.3913rem;
	z-index:5;
	width: 2.139rem;
	height: 1.68rem;
	}

	.left_home img
	{
	position:absolute;
	left:0.82rem;
	top:0.68rem;
	z-index:5;
	width: 1.139rem;
	height: 1.62rem;
	}









/*   顶部导航   */

.ui-header {
	padding: 1.6rem; /*   顶部距离   */

}


.header_top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index: 999;
    background: rgba(255,255,255,.5);
}

.header_top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #e7e7e7;
    background-color: #F7F7F7;
}

.header_top li {
    float: left;
    background-color: #F7F7F7;
    padding: 0px 0px;
    text-align: center;
}
	
.header_top li a {
    display: block;
    color: #666;
    text-align: center;
    text-decoration: none;
    margin-top:5px;
    padding: 6px 13px;
	cursor: default;
}

/*
.header_top li a:hover:not(.active) {
    background-color: #666;
}
*/
.active {
    background-color: #666;
	font-size:16px;
}

	
.header_top li.active {
    float: left;
    background-color: #F7F7F7;
    text-align: center;
    padding: 14px 16px;
	font-size:16px;
}







/*   底部   */

*{padding:0; margin:0;}
.bg {
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0.8;
}




ul, ol, li, dl {
list-style-type: none;
}
.box {
width: 100%;
display: -webkit-box;
display: -moz-box;
-webkit-box-orient: horizontal;
-moz-box-orient: horizontal;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}
.box > * {
-webkit-box-flex: 1;
-moz-box-flex: 1;
}


.imgbackbottom{
	margin: 9px; 
	width: 1.9rem;
	height:1.9rem;
}

.hovertreebottom{
	height:50px;
}
.hovertreebottom ul{
	position:fixed;
	z-index:200;
	bottom:0;
	left:0;
	width:100%
}
.hovertreebottom li{
	border:1px solid rgba(190,190,190,1);
	height:50px;
	border-bottom:0;
	border-right:0;
	position:relative;
	-webkit-box-shadow:inset 0 0 3px #fff;
	float:left;
	width:33.26%;
}
.hovertreebottom li:nth-of-type(1){border-left;0;}
.hovertreebottom li>a{
	font-size:15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	/*border:1px solid #f9f8f9;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	border-bottom:0;
	display:block;
	line-height:50px;
	text-align:center;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35% ,#ededed), color-stop(50%, #e3e3e3) );
}
.hovertreebottom li>a:only-child span{
	background:none;
	padding-left:0;
}
.hovertreebottom li>a.on + dl{
	display: block;
}
.hovertreebottom li>a span{
	color: #4f4d4f;
	display: inline-block;
	padding-left: 15px;
	background: url(1.svg#2) no-repeat 4px 18px;
	-webkit-background-size: 9px auto;
	text-shadow:0px 1px 0px #ffffff;
}



	/*    iframe框架    */

        html, body {
            margin: 0 0;
            width: 100%;
            height: 100%;
        }

        iframe {
            margin: 0 0;
            width: 100%;
            height: 100%;
        }
		
		
	/*    a链接    */
	
    a:link {text-decoration:none;cursor:default;}
  /*a:hover {text-decoration:underline;color:#000;cursor: default;}*/
    a:active{text-decoration:none;cursor:default;}
    a:visited {text-decoration:none;cursor:default;}
	
	
	/*    P参数    */
p{margin:0.5rem 0}

p:nth-child(1){margin-top:0}
p + h2,p + h3{
	padding-top:0.5rem;
}
p + p{
	margin-bottom:0;
}




	/*    table    */

		body {
		font: 380 14px/21px Arial, serif
	}

	
	table {
		width: 96%;
		font-size: 1em;
		border-collapse: collapse;
		margin: 6 auto 
	}
	
	table,
	td,
	th {
		border: 1px solid #C6C6C6;
		padding: 6px 8px;
		text-align: center
		font-weight:normal;
	}
	
	table.ex-2 {
		min-width: 100px
	}
	
	th {
		background: #f4f4f4;
		cursor: pointer
		font-weight:900;
	}
	
	.disabled {
		opacity: .5
	}







