*{margin:0; padding:0; list-style-type: none;text-decoration: none;}
.fl{float:left;}
.fr{float:right;}
.clearfix:after,.clearfix:before{
    content:'';
    display: block;
}
.clearfix:after{
    clear: both;
}
.clearfix{zoom: 1;}
a{color:#FF0;}
h3{
    font-size:28px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:39px;
    letter-spacing:1px;
    text-align:center;
    width:800px;
    position: relative;
    padding:40px 0 55px 0;
}
h3:after{
    position:absolute;
    content:'';
    height:4px;
    width:120px;
    background-color: #000;
    border-radius: 10px;
    left:50%;top:78px;
    margin-left:-60px;
}
h4{
    font-size:15px;
    line-height:40px;
}
h5{
    font-size:15px;
    padding-left:20px;
    position:relative;
    line-height:40px;
}
h5:after{
    height:12px;
    width:4px;
    background-color: #000;
    position:absolute;
    left:0;
    content:'';
    top:15px;
}
#header{
    width:100%;
    height:56px;
    background:rgba(255,255,255,1);
	border-bottom: 1px solid #e5e5e5;
    margin-bottom:-1px;
	position:fixed;
	left:0;top:0;
	z-index: 12;
}
#header-con{
    width:68%;
    margin:0 auto;
    line-height:55px;
    overflow: hidden;
}
#logo{
    width:51px;
    height:38px;
    margin:10px 4px 0 30px;
    /* background-color:tomato ; */
}
#logo-info{
    font-size:15px;
    font-weight:500;
}
#list{margin-right:4%;}
#list li{
    float:left;
    padding:0 20px;
}
#list li a{
    color:rgba(102,102,102,1);
    font-weight:400;
    font-size:13px;
}
#list li a:hover{
    color:#FFAD37;
    font-weight:600;
}
#content{
	min-height:430px;
	padding-top:56px;
}
#footer{
    width:100%;
    height:150px;
    background:#000;
    text-align:center;
    color:#fff;
    padding-top:20px;
    box-sizing: border-box;
}
#footer p{
    font-size:13px;
    font-weight:400;
    line-height:30px;
}
#list .active{
    color:#FFAD37;
    font-weight:600;
}

/* map */
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}