.header_bg{
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 9;
}
.header {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
}
body>.main{
    padding-top: 80px;
}
.header:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.header .logo {
    float: left;

}

.header .logo img {
    margin-right: 30px;
}

.header .tel {
    float: right;
}

.header ul>li {
    float: left;
    display: inline-block;
    margin-right: 4%;
    position: relative;
}

.header ul>li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
}

.header ul>li a:hover {
    text-decoration: none;
    color: #df154d;
}

.header ul>li.active a {
    color: #df154d;
}

.header ul>li {
    text-align: center;
    width: 75px;
}

.header ul>li.active {
    border-bottom: 5px solid #df154d;
}

.header .tel .ercode {
    margin-left: 20px;
}

.header .tel span {
    font-size: 17px;
    margin-left: 10px;
}

.header .tel {
    position: relative;
}

.showcode {
    display: none;
    position: absolute;
    right: -3px;
    width: 247px;
    height: 135px;
    background-color: #fff;
    z-index: 9;
    border: 1px solid #dcdcdc;
}

.showcode .right {
    margin-right: 20px;
}

.showcode .right p {
    margin: 0;
    padding: 0;
    line-height: 35px;
}

.showcode .right p:first-child {
    margin-top: 30px;
}

.header dl {
    display: none;
    width: 150%;
    transform: translate(-25%);
    text-align: center;
    position: absolute;
    z-index: 10;
}
.header dl a{
    color: #fff !important;
    font-size: 14px !important;
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* .header ul li:hover dl {
    display: block;
} */

.header dt {
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background-color: #12161c;
    color: #fff;
    cursor: pointer;
}

.header dt:hover {
    background-color: #df144c;
}

