@charset "utf-8";
/*开始*/
.wTop{
    padding: 20px 0 30px;
}
.wTop .content,.header-nav .content{
    width: 70%;
    min-width: 1200px;
}
.self-logo{
    width:240px;
}
.self-slogan {
    margin: 20px 0 0 250px;
}
.self-slogan p{
    font-size: 30px;
    margin-bottom: 4px;
}
.self-slogan span{
    color: #666;
}

.contact-tel p{
    font-size: 22px;
}
.cp-box .box-kh{
    right: 0;
    top: 50%;
    color: #e7ddd4;
    text-shadow: #000 0.1em 0.1em 0.2em;
    font-size: 32px;
}

.contact-icon{
    width: 40px;
    height: 40px;
    margin-top: 27px;
}
.wTop-right{
    margin-top:10px;
}
.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;
}
.wTop-qrcode{
    width: 100px;
}
.header-nav{
    background-color: #2c1a06;
    font-family: "Microsoft YaHei, tahoma, arial, Hiragino Sans GB";
}
.header-nav ul li{
    line-height: 60px;
    height: 60px;
    float: left;
    position: relative;
    margin: 0 10px;
    top: 1px;
}
.header-nav li>a{
    padding: 0 18px;
    transition: all 0.2s;
    display: block;
    color: #fff;
    height: 59px;
}
.header-nav li.active>a,.header-nav li:hover>a{
    background-color: #fe7e06;
}
.header-nav li.headerNav>a{
    border-bottom-color:#fe7e06;
}
.header-nav dl{
    position: absolute;
    top: 46px;
    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: #fe7e06;
}
@keyframes headerNav{
    0%{-webkit-transform:scale(.6)}
    50%{-webkit-transform:scale(.9)}
    100%{-webkit-transform:scale(1)}
}