@charset "utf-8";
/*开始*/
.wTop{
}
.wTop .content{
    min-width: 1200px;
    width: 65%;
}
.self-logo{
    width: 210px;
    margin-top: 25px;
}
.cp-box .box-kh{
    right: 0;
    top: 50%;
    color: #e7ddd4;
    text-shadow: #000 0.1em 0.1em 0.2em;
    font-size: 32px;
}
.header-nav{
    font-family: "Microsoft YaHei, tahoma, arial, Hiragino Sans GB";
    margin-left: 50px;
}
.header-nav li{
    line-height: 116px;
    float: left;
    margin-right: 22px;
    position:relative;
    font-weight: 600;
    font-size: 22px;
}
.header-nav li>a{
    padding: 0 10px;
    transition: all 0.2s;
    display: block;
    min-width: 4em;
    border-bottom: 4px solid transparent;
}
.header-nav li.active>a, .header-nav li:hover>a{
    color: #0380bb;
    border-bottom-color:#0380bb;
}
.header-nav dl{
    position: absolute;
    top: 106px;
    left: 50%;
    margin-left: -79px;
    text-align: center;
    color: #333;
    box-shadow: 0 8px 7px rgba(0,0,0,0.1);
    display: none;
    padding-top: 26px;
    background: url(//xinjun.haocew.com/image/grzan/img_111.png) center top/182px no-repeat;
    z-index: 50;
    font-size: 15px;
    letter-spacing: 0;
}
.header-nav li.headerNav dl{
    animation: headerNav .3s ease-in forwards;
    display: block;
}
.header-nav dl a{
    display: block;
    line-height: 38px;
    padding: 0 10px;
    background-color: #ffffff;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 138px;
}
.header-nav dl dd:last-child a{
    padding-bottom: 6px;
}
.header-nav dl a:hover,.header-nav dl a.active{
    color: #0380bb;
}
@keyframes headerNav{
    0%{transform:scale(.6)}
    50%{transform:scale(.9)}
    100%{transform:scale(1)}
}

.wTop-tel{
    margin-top:10px;
}
.contact-icon{
    width: 40px;
    height: 40px;
    margin-top: 27px;
}
.contact-tel{
    margin:20px 7px 0 5px;
    position: relative;
    padding-right: 10px;
}
.contact-tel:after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 70px;
    margin-top: -35px;
    border-right: 1px solid #ddd;
}
.contact-qrcode{
    width: 100px;
}