* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "punctuation", "Microsoft YaHei", Arial, sans-serif;
    background: #E5E5E5;
    min-width: 1200px;
}

a {
    text-decoration: none;
    font-size: 14px;
    color: #777;
}

.clearfix::after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}




.nav {
    width: 1200px;
    height: 90px;
    line-height: 90px;
    background-color: #FFF;
    margin: 0 auto;
    background: no-repeat url(../image/top.jpg) scroll center;
}

.loglink {
    float: left;
    margin: 0 45px;
}

.loglink img {
    vertical-align: -20px;
    width: 160px;
    margin-top: 20px;
    height: 50px;
}

ul li {
    float: left;
    list-style: none;
    margin-right: 45px;
}

.active {
    color: #e70034;
}

ul li a:hover {
    color: #333;
}

.phone {
    float: right;
    width: 266px;
    color: #777;
    font-size: 14px;
}

.phone img {
    vertical-align: -8px;
    width: 40px;
    height: 40px;
}




.content {
    width: 1200px;
    margin: 0 auto;
}

.contacttile {
    margin: 40px auto 40px auto;
    text-align: center;
    font-size: 28px;
    color: #777;
    font-weight: 700;
    width: 80%;
}

.stylesp {
    margin: 10px auto;
}

.contacttile hr {
    margin: 0 auto;
    width: 50%;
    color: #777;
    size: 2px;
}




.container {
    width: 100%;
    height: 420px;
    position: relative;
}

#map {
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
}

.address {
    position: absolute;
    top: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: rgba(77, 116, 175, .9);
}

.addresscontent {
    margin-left: 500px;
    margin-bottom: 50px;
    width: 800px;
    color: #777;
    font-size: 14px;
    line-height: 50px;
    margin: 0 auto;
}

.addresscontent img {
    vertical-align: -10px;
}




.footer {
    background-color: #969696;
    padding: 20px 100px;
    font-size: 14px;
    color: #FFF;
}

.footerleft {
    float: left;
}

.footerleft a {
    color: #FFF;
}

.footerleft a:hover {
    text-decoration: underline;
}

.footerright {
    float: right;
}