body, html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 微软雅黑;
    color: #333;
}

.logo {
    width: 100%;
    height: 80px;
}

.navigation {
    width: 100%;
    height: 60px;
    background-color: #557EC2;
}

.navigation .navigation-content {
    margin: 0px auto;
    width: 1255px;
    height: 100%;
    background-color: thistle;
}

.logo .logo-content {
    margin: 0px auto;
    width: 1200px;
    height: 100%;
}

.logo .logo-content .logo-content-left {
    width: 700px;
    height: 100%;
    float: left;
    background-color: #fff;
}

.logo .logo-content .logo-content-left div {
    height: 100%;
    line-height: 80px;
    float: left;
}

.logo .logo-content .logo-content-right {
    height: 100%;
    float: right;
}

.logo .logo-content .logo-content-right button {
    margin-top: 40px;
}

.logo .logo-content .logo-content-right .login,
.logo .logo-content .logo-content-right .register {
    width: 100px;
    float: right;
    text-align: center;
    color: #ffffff;
    border: 1px #cccccc solid;
}

.logo .logo-content .logo-content-left img {
    max-width: 220px;
    max-height: 60px;
}

.logo .logo-content .logo-content-left span {
    margin-top: 28px;
    font-size: 20px;
    float: left;
}

.logo .logo-content .logo-content-left .line {
    width: 1px;
    height: 50%;
    margin: 20px 20px;
    float: left;
    background-color: #cccccc;
}

.contenta{
    width: 1180px;
    margin: 10px auto;
    padding: 10px;
    border-radius: 10px;
    border: 2px #ddd solid;
}

.tail {
    width: 100%;
    height: 225px;
}
.tail .up {
    width: 100%;
    height: 100px;
    border-bottom: 1px #cccccc solid;
}

.tail .up .upContent,
.tail .down .downContent {
    margin: 0px auto;
    width: 600px;
    height: 100px;
    text-align: center;
}

.tail .up .upContent span {
    line-height: 150px;
}

.tail .down .downContent p {
    padding: 20px;
}
.contact{
    background: url("/Public/Home/img/agentIndex/mp1.png");
    background-size: contain;
    color: #ffffff;
    display: none;
    width: 800px;
    height: 500px;
    font-family: sans-serif;
}
.contact .contact-ewm{
    position: relative;
    width: 145px;
    top: 35%;
    left: 20%;
    float: left;
}
.contact .contact-ewm img{
    width: 100%;
}

.contact p{
    position: relative;
    line-height: 25px;
    font-size: 14px;
    float: right;
    width: 51%;
    top: 16%;
    right: 5%;
}
.contact .website_name{
    height: 40px;
    top: 15.5%;
    font-size: 32px;
}



























