
/****首页****/
/**header-box**/
.header-box{
    width:100%;
    height:35px;
    background:#00ba9b;
}
.header-bar{
    width:1100px;
    height: 100%;
    margin:0 auto;
    line-height:35px;
    color:#fff;
    font-size:12px;
}
.header-bar .service-tel{
    background: url("../images/service-tel.png") no-repeat left center;
    padding-left: 24px;
    float: left;
}
.header-bar .service-time{
    float: left;
    margin-left:38px;
}
.header-bar .hello{
    float:right;
}
.header-bar .header-right{
    float:right;
}
.header-bar .header-right>span>i{
    margin-left:5px;
}
.header-bar .header-right>a{
    color:#fff;
    margin-left:20px;
}
.header-bar .header-right>a.personal-center{
    background: url("../images/personal-center.png") no-repeat left center;
    padding-left:20px;
}
.header-bar .header-right>a:hover{
    color:#00ba9b;
}
/****导航*****/
.header-nav-box {
    width: 100%;
    height:109px;
    border-bottom:1px solid #eff0f4;
    background: #fff;
}
.header-nav {
    width:1100px;
    margin: 0 auto;
    height: 100%;
}
.logo {
    display: block;
    float: left;
    margin-top:30px;
}
.nav-bar{
    float: right;
    padding-top: 40px;
}
.nav-bar ul{
    float:left;
}
.nav-bar ul li {
    float: left;
    height: 30px;
    font-size: 18px;
    padding-left:40px;
}
.nav-bar ul li a {
    color: #666666;
    line-height: 30px;
    display: block;
}
.nav-bar ul li a.current,.nav-bar ul li a:hover{
    color:#00ba9b;
}
.nav-bar a.login-btn,.nav-bar a.register-btn,a.vip-register-btn{
    display: inline-block;
    width:66px;
    height:32px;
    background:#00ba9b;
    text-align: center;
    line-height:32px;
    font-size: 14px;
    color:#fff;
    border-radius: 4px;
    margin-left:10px;
}
.nav-bar a.login-btn:hover,.nav-bar a.register-btn:hover,.purchase-btn:hover,.collect-project a.reserve-btn:hover,.projectInfo-purchase a.projectInfo-purchase-btn:hover,a.vip-register-btn:hover{
    background: #00ba9b;
    cursor:pointer;
}
.nav-bar a.login-btn{
    margin-left:30px;
}
/**********/
.content1{
    width:1000px;
    margin:0 auto;
    margin-top:20px;
}
.content1 h3{
    color:#333;
    font-size:18px;
    border-bottom: 2px solid #373737;
    line-height:40px;
}
.content1>div{
    margin-top:20px;
    font-size:14px;
}
.content1>div>p{
    text-indent: 2em;
    margin-bottom:20px;
}
/***底部****/
.footer-box{
    width:100%;
    background:#00ba9b;
    color:#fff;
    padding-top:1px;
    padding-bottom: 15px;
}
.footer-box .footer{
    width:1100px;
    margin:0 auto;
}
.footer-box .footer-nav{
    text-align: center;
    line-height:20px;
}

.footer-copyRight{
    font-size:16px;
    text-align: center;
    line-height:30px;
    margin-top:20px;
}
/*焦点图*/
.fullSlide {width:1080px;position: relative;height: 380px;margin:20px auto;border:10px solid #fff;}
.fullSlide .bd {margin: 0 auto;position: relative;z-index: 0;overflow: hidden;}
.fullSlide .bd ul {width: 100% !important;}
.fullSlide .bd li {width: 100% !important;height: 380px;overflow: hidden;text-align: center;}
.fullSlide .bd li a {display:block;height:380px;width: 100%;margin: 0 auto;}
.fullSlide .hd {margin-left: 45%;position: absolute;z-index: 1;bottom: 0;left: 0;height: 30px;line-height: 30px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {cursor: pointer;display: inline-block;*display: inline;zoom: 1;width: 30px;height: 8px;margin-left: 8px;overflow: hidden;background: #fff;filter: alpha(opacity=80);opacity: 0.8;line-height: 999px;}
.fullSlide .hd ul .on {background: #00ba9b;}
/*内容文本*/
.investRule-wrap{
    border:1px solid #ddd;
}
.investRule-wrap .investRule-content{
    padding:20px;
    line-height: 2em;
}
.investRule-content h3{
    font-size:18px;
    color:#333;
    position: relative;
    padding-left:15px;
}
.investRule-content h3:before{
    content:"";
    width:5px;
    height:18px;
    background-color: #00ba9b;
    position: absolute;
    top:4px;
    left:0px;
}
.investRule-content p{
    font-size:14px;
    text-indent: 2em;
    color:#666;
    padding:10px 0;
}