* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    background-color: #f9f9f9;
    font-family: 'Microsoft YaHei';
}

.top {
    width: 100%;
    height: 176px;
}

.topMain {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.logo {
    width: auto;
    height: 156px;
    float: left;
    margin-top: 10px;
    /* background-image: url(../images/logo.png); */
    background-repeat: no-repeat;
}

.logo img {
    width: auto;
    height: 100%;
}

.topTaxt {
    float: left;
    font-size: 20px;
    padding-left: 50px;
    padding-top: 50px;
    font-weight: 800;
    text-align: justify;
}

.topTaxt_sp1 {
    color: #F4C41D;
}

.topTaxt1 {
    margin-top: 10px;
    letter-spacing: 2.5px;
}

.topTaxt1 span {
    color: #F4C41D;
}

.telephone {
    float: right;
    position: relative;
    top: 50px;
}

.telephone img {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 1rem;
}

.telephoneDiv {
    float: left;
    font-size: 20px;
    /* padding: 10px; */
}

.telephoneDiv span {
    font-size: 30px;
    font-weight: bold;
}

.telephone_divs1 {
    width: 92px;
    height: 40px;
    background-color: #202A36;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.telephone_divs2 {
    width: 92px;
    height: 40px;
    background-color: #F4C41D;
    position: absolute;
    top: 50px;
    left: 97px;
    text-align: center;
    line-height: 40px;
    color: #202A36;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.telephone_divs3 {
    width: 92px;
    height: 40px;
    background-color: #202A36;
    position: absolute;
    top: 50px;
    left: 197px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.telephone_divs4 {
    width: 92px;
    height: 40px;
    background-color: #F4C41D;
    position: absolute;
    top: 50px;
    left: 297px;
    text-align: center;
    line-height: 40px;
    color: #202A36;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.navber {
    width: 100%;
    height: 50px;
    background-color: #223244;
}

.navberMain {
    width: 1200px;
    height: 100%;
    margin: auto;
}

.navberMain a {
    text-decoration: none;
    color: #fff;
}

.nav {
    width: 150px;
    float: left;
    color: #fff;
    height: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
}

.nav:hover {
    background-color: #F4C41D;
    color: #fff;
}

#a123a {
    width: 100px;
}

#a123a img {
    max-width: 100%;
}