@charset "utf-8";
.blue{color:#138194;font-size:14px;}
html, body{background-color:#f5f5f5;}
/* 头部 */
.head{
    width:100%;
    height: 95px;
    background:#f5f5f5;
    border-bottom:1px solid #e0e0e0;
}
.wrap{
    width:1200px;
}
.head .logo{
    float:left;
    margin-top:15px;
    width: 223px;
    height: 62px;
    text-indent:-999px;
    background: url(../images/logo.jpg) no-repeat;
}
.register{
    float:left;
    margin-left:15px;
    height:95px;
    line-height:95px;
    font-size:28px;
    color:#292929;
}
/* 内容 */
.content{
    margin:0 auto;
    padding:35px 65px 120px;
    width: 1068px;
    min-height:650px;
    background-color:#fff;
    overflow: hidden;
}
.content p,.content h2{
    margin:24px 0;
    color:#666;
    font-size:18px;
    line-height:24px;
}
.content h2{
    padding:4px 0 4px 8px;
    background:#e2f0f2;
    font-size:18px;
    color:#666;
    font-weight:700;
}
.content .contact-us{
    padding-top:72px;
    overflow: hidden;
    border:2px solid #659cd5;
    line-height:32px;
}
/* 联系我们 */
.erweima{
    float:left;
    margin:0 100px 60px 208px;
    width: 194px;
    font-size:18px;
    color:#666;
    text-align:center;
}
.erweima img{
    margin-bottom:10px;
}
.content p.contact-p{
    font-size:20px;
    color:#666;
    line-height:34px;
}
/* 底部 */
.foot{
    position:fixed;
    bottom:0;
    padding-top:15px;
    width:100%;
    height:35px;
    background:#eee;
}
.foot a:link{
    color:#138194;
    text-decoration: none;
}
.foot a:hover{
    text-decoration: underline;
}
.foot a:visited{
    color:#138194;
}