.header{
    width: 100%;
    min-width: 1100px;
    background: #fff;
    border-bottom: 1px solid #ededed;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    z-index: 200;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    position: fixed;
    top: 0;
    height: 80px;
}
.header .header-center {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
}
.header-logo>h2{
    display: inline-block;
    font-size: 16px;
    padding:0;
    line-height: 30px;
    margin: 25px 0;
    box-sizing: border-box;
    padding-left: 17px;
    border-left: 1px solid #999999;
}
.header-logo>img{
    padding-right:17px;
}
.header a:hover {
    text-decoration: none;
}
.header li {
    float: left;
    
    overflow: hidden;
    margin-left: 2px;
    position: relative;
    padding-top:0;
    padding-bottom: 0;
}
.menu a {
    display: inline-block;
    height: 80px;
    box-sizing: border-box;
    display: block;
    line-height: 80px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.menu a:after {
    content: "";
    display: none;
    position: absolute;
}
.menu a:after {
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
    z-index: -2;
    border-radius: 50%;
}
.menu a:hover, .menu a.active {
    color: #f86a20;
}
.dead {
    border: none !important;
}
.menu a:hover:after, .menu a.active:after {
    display: block;
}
.imenu>a {
    font-size: 16px;
    color: #666666;
}
.hide-submnu,
.hide-submnu2 {
    position: absolute;
    display: none;
    height: 360px;
    top: 80px;
    left:0;right:0;
    background-color: rgba(0, 0, 0, 0.85);
}
.hide-submnu2{
    height: 262px;
}
#pf,#pf2 {
    width: 1200px;
    margin: 0 auto;
}
#pf .item{
   float: left;
   box-sizing: border-box;
   width: 25%;
   height: 120px;
   position: relative;
   /* border-right:1px solid rgba(255,255,255,0.16); */
}
#pf .item i{
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    color: rgba(255,255,255,0.8);
    position: absolute;
    left: 40px;top:45px;
 }
#pf .item h3{
    margin:0;
    padding:0;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 100px;top:40px;
}
#pf .item span{
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    position: absolute;
    left: 100px;top:40px;
}
#pf .item:hover i,
#pf .item:hover span,
#pf .item:hover h3,
#pf2 .item:hover i,
#pf2 .item:hover span,
#pf2 .item:hover h3{
    color: #f87531 !important;
}
#pf2 .item{
    float: left;
    box-sizing: border-box;
    width: 33.3333333%;
    height: 120px;
    margin: 71px 0;
    position: relative;
    text-align: center;
 }
 #pf2 .item i{
     font-size: 40px;
     height: 40px;
     line-height: 40px;
     display: block;
    color: rgba(255,255,255,0.8);
 }
#pf2 .item h3{
    margin:0;
    padding:0;
    position: relative;
    top: 20px;
    display: block;
    font-size: 16px;
    color: #fff ;
}
#pf2 .item span{
    display: block;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
}
.header-bt-box{
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    
}
.header-btn {
    white-space: nowrap;
    line-height: 38px;
    height: 38px;
    display: inline-block;
    border-radius: 2px;
    padding: 0 10px;
    background: #ffffff;
    color: #666666;
    border: 1px solid rgb(222,225,225);
    
}
.header-btn>a{
    float: right;
}
/*正在招募 开始*/
.header .header-recruit{
    position: absolute;
    top: -20px;
    left: 353px;
}
/*正在招募 结束*/
@font-face {
    font-family: 'iconfont';  /* project id 346478 */
    src: url('../other/font_346478_olm5njxwjj.eot');
    src: url('../other/font_346478_olm5njxwjj.eot?#iefix') format('embedded-opentype'),
    url('../other/font_346478_olm5njxwjj.woff') format('woff'),
    url('../other/font_346478_olm5njxwjj.ttf') format('truetype'),
    url('../other/font_346478_olm5njxwjj.svg#iconfont') format('svg');
}