@charset "utf-8";
body{
    position: relative;
}
.wTop{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    transition: all .2s;
    z-index: 9999;
    min-width: 1260px;
    background:linear-gradient(to bottom,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 100%);
    color: #ffffff;
}
.wTop:after{
    content: '';
    position:absolute;
    width:100%;
    height:1px;
    left:0;
    bottom:0;
    border-bottom: 1px solid #ffffff;
    opacity: 0.6;
}
header{
    position: relative;
    z-index: 10;
    /* width: 90%; */
    /* text-align: center; */
}
.header-left{
    margin-top: 27px;
    width:560px;
    margin-left: 40px;
}
.header-right{
    margin-top: 40px;
}
.header-center{
    margin-top: 30px;
}
.header-center ol li{
    display: inline-block;
    vertical-align: top;
    padding: 0 23px;
}
.header-center ol i{
    display: block;
    width:46px;
    height: 46px;
    background: url("//xinjun.haocew.com/keyman/static/img/public/img_62.png") 0 0 no-repeat;
    margin-bottom: 10px;
}
.wTop nav{
    height:70px;
    line-height:70px;
}
.wTop nav li{
    float: left;
    position: relative;
    margin: 0 2.6%;
    list-style: none;
}
.wTop nav li>a{
    display: block;
    text-shadow: #000 0.1em 0.1em 0.2em;
}
.wTop nav li.selected{
    font-weight: 700;
    font-size: 20px;
}
.wTop nav li::after {
    content: '';
    background-color: #fff;
    position:absolute;
    width:0;
    height:4px;
    left:50%;
    bottom:0;
    transition: all 0.3s ease-out 0s;
}
.wTop nav li.selected:after,.wTop nav li:hover:after{
    left:0px;
    width:100%;
}
.wTop nav li>div{
    position: absolute;
    top: 65px;
    left: 50%;
    margin-left: -68px;
    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/keyman/static/img/public/img_64.png) center top/160px no-repeat;
    z-index: 50;
}
.wTop nav li>div.headerNav{
    animation: headerNav .3s ease-in forwards;
    display: block;
}
.wTop nav li>div a{
    display: block;
    line-height: 48px;
    padding: 0 12px;
    background-color: #ffffff;
    transition: all 0.2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 112px;
}
.wTop nav li>div a:hover,.wTop nav li>div a.active{
    background-color: #FF5722;
    color: #fff;
}
@keyframes headerNav{
    0%{transform:scale(.7)}
    0%{-webkit-transform:scale(.7)}
    50%{-webkit-transform:scale(.9)}
    100%{-webkit-transform:scale(1)}
}
@-webkit-keyframes headerNav{
    0%{-webkit-transform:scale(.7)}
    0%{-webkit-transform:scale(.7)}
    50%{-webkit-transform:scale(.9)}
    100%{-webkit-transform:scale(1)}
}
@-moz-keyframes headerNav{
    0%{-moz-transform:scale(.7)}
    0%{-moz-transform:scale(.7)}
    50%{-moz-transform:scale(.9)}
    100%{-moz-transform:scale(1)}
}
.section-banner{
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-banner img{
    height: 700px;
}

.fixed-contact{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    z-index: 99991;
}
.fixed-contact ul,.goTop{
    background-color: #FFFFFF;
    box-shadow: -2px -1px 3px 0px rgba(191,174,174,0.3);
}
.fixed-contact ul li+li{
    border-top: 1px solid rgba(0,0,0,0.16);
}
.fixed-contact a{
    padding: 8px 20px;
    color: #000;
    font-size: 15px;
    line-height: 18px;
    width:50px;
    display: block;
}
.fixed-contact a:hover{
    color:#FF5722;
    font-weight:600;
}
.fixed-contact i{
    display: block;
    margin: 0 auto 2px;
    width: 34px;
    height: 34px;
    background: url(//xinjun.haocew.com/keyman/static/img/public/img_61.svg)  center center/cover no-repeat;
}
.fixed-contact .goTop{
    margin-top: 7px;
}
.fixed-contact .goTop i{
    width: 27px;
    height: 22px;
    background-image: url(//xinjun.haocew.com/keyman/static/img/public/img_22.png?1);
}