ul{ padding: 0; }
li{ list-style: none;}
a:hover,a:active,a:focus{ text-decoration: none; }
body{ background: #EDF1F7; overflow-x:hidden; overflow-y:auto;}
i.icon,i.fa{ margin-right: 8px }

/*头部logo*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 50px;
  background: #FFF;
}
header .logo{
  font-size: 20px;
  margin: 0;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #e8e8e8;
  background: #FFF;
}
header .logo a{
  line-height: 50px;
  color: #484848;
  font-weight: bold;
}
header .logo img{
  width: 25px;
}
header .logo img{
  animation: donghua 1.7s linear infinite;
  -webkit-animation: donghua 1.7s linear infinite;
  -moz-animation: donghua 1.7s linear infinite;
  -o-animation: donghua 1.7s linear infinite;
  -ms-animation: donghua 1.7s linear infinite;
}
@-webkit-keyframes donghua{
  0%{
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);   /* IE 9 */
    -moz-transform: rotate(0deg);   /* Firefox */
    -webkit-transform: rotate(0deg); /* Safari 和 Chrome */
    -o-transform: rotate(0deg);   /* Opera */
  }
  100%{
      transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);   /* IE 9 */
      -moz-transform: rotate(-360deg);   /* Firefox */
      -webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
      -o-transform: rotate(-360deg);   /* Opera */
  }
  }
  @-moz-keyframes donghua{
    0%{
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);   /* IE 9 */
      -moz-transform: rotate(0deg);   /* Firefox */
      -webkit-transform: rotate(0deg); /* Safari 和 Chrome */
      -o-transform: rotate(0deg);   /* Opera */
  }
  100%{
      transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);   /* IE 9 */
      -moz-transform: rotate(-360deg);   /* Firefox */
      -webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
      -o-transform: rotate(-360deg);   /* Opera */
  }
  }
  @-ms-keyframes donghua{
    0%{
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);   /* IE 9 */
      -moz-transform: rotate(0deg);   /* Firefox */
      -webkit-transform: rotate(0deg); /* Safari 和 Chrome */
      -o-transform: rotate(0deg);   /* Opera */
  }
  100%{
      transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);   /* IE 9 */
      -moz-transform: rotate(-360deg);   /* Firefox */
      -webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
      -o-transform: rotate(-360deg);   /* Opera */
  }
  }
  @-o-keyframes donghua{
    0%{
      transform: rotate(0deg);
      -ms-transform: rotate(0deg);   /* IE 9 */
      -moz-transform: rotate(0deg);   /* Firefox */
      -webkit-transform: rotate(0deg); /* Safari 和 Chrome */
      -o-transform: rotate(0deg);   /* Opera */
  }
  100%{
      transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);   /* IE 9 */
      -moz-transform: rotate(-360deg);   /* Firefox */
      -webkit-transform: rotate(-360deg); /* Safari 和 Chrome */
      -o-transform: rotate(-360deg);   /* Opera */
  }
}
/*头部导航条*/
header .main{
  position: relative;
}
header .nav{
  width: 100%;
  margin-left: 25px;
  background: #FFF;
  margin: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; /* Firefox 4 */
  -webkit-transition: all 0.4s ease; /* Safari 和 Chrome */
  -o-transition: all 0.4s ease; /* Opera */
  position: absolute;
  top: -300px;
  left: 0;

}
header .showNav{
  top: 50px;
  box-shadow: 0 5px 5px rgba(204,204,204,.15);
  -moz-box-shadow: 0 5px 5px rgba(204,204,204,.15); /* 老的 Firefox */
}
header .nav li{
  font-size: 16px;
}
header .nav a{
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #282828;
  padding: 0 25px;
  border-bottom: 1px solid #f5f5f5;
}
header .nav a:hover{
  border-color: #282828;
}


/*导航条区域操作按钮*/
header .head-btn{
  float: right;
  line-height: 60px;
  margin-right: 10px;
}
header .head-btn > a{
  font-size: 14px;
  color: #282828;
  padding: 5px 15px;
  border-radius: 15px;
  border: 1px solid #282828;
  transition: all .2s;
  -moz-transition: all .2s; /* Firefox 4 */
  -webkit-transition: all .2s; /* Safari 和 Chrome */
  -o-transition: all .2s; /* Opera */
}
header .head-btn > a:hover{
    background: #282828;
    color: #fff
}



/*页面左边导航条*/
.mask{
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 11;
  width: 100%;
  background: rgba(0,0,0,.5);
  display: none;
  transition: all 0.3s;
  -moz-transition: all 0.3s; /* Firefox 4 */
  -webkit-transition: all 0.3s; /* Safari 和 Chrome */
  -o-transition: all 0.3s; /* Opera */
}
.showMask{ display: block; }
.fenzhi-nav-item{
  position: relative;
  top: 70px;
  right: -60%;
  width: 40%;
  padding-right: 20px;
  margin-bottom: 20px;
}
.fenzhi-nav-item .item-img{
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.left-bar{
  position: fixed;
  top: 50px;
  left: -240px;
  width: 200px;
  max-width: 100%;
  height: 100%;
  background: #353535;
  z-index: 12;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease; /* Firefox 4 */
  -webkit-transition: all 0.4s ease; /* Safari 和 Chrome */
  -o-transition: all 0.4s ease; /* Opera */
  transform: translateZ(0);
  -ms-transform: translateZ(0);   /* IE 9 */
  -moz-transform: translateZ(0);   /* Firefox */
  -webkit-transform: translateZ(0); /* Safari 和 Chrome */
  -o-transform: translateZ(0);   /* Opera */
}
.showBar{ left: 0; }
.left-bar .header{
  padding: 0px 15px;
  border-bottom: 1px solid #464646;
}
.left-bar .header h2{
  font-size: 17px;
  line-height: 40px;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  font-weight: 400;
  display: block;
  color: #ccc;
}
/*左边可折叠菜单*/
.left-bar .menu{
  height: 450px;
  margin-bottom: 15px;
}
.left-bar .menu ul li a{
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  color: #000;
  padding-left: 30px;
}
.scrollcontent{
  width: 100%;
  top: 0;
  left: 0;
  padding-right: 4px;
  padding-top: 5px
}
.left-bar .menu ul li a:hover{ background: #EAEAEA }
.left-bar .menu ul li i.fa{
  width: 15px;
  text-align: center;
  margin-right: 20px
}

/*浏览器滚动条样式*/
.left-bar .tree li.open > ul::-webkit-scrollbar {  /* 滚动条整体部分 */
  width:3px;
  margin-right:2px
}
/*左边菜单关于我们*/
.menu-about{
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    bottom: 60px;
    z-index: 128282800;
    background: #fff;
    border-top: 1px solid #EDF1F7;
    text-align: center;
    font-size: 12px;
    color: #ccc
}
.menu-about a{
  color: #98c1ff;
}

.duty-main{
    opacity: 0;
}
.duty-custom{
    margin: 0px;
    padding: 0px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.duty-custom .duty-item-name #duty-custom-btn{ cursor: pointer }
.duty-custom-item{
    overflow: hidden;
    margin: 0 -5px;
}
.duty-custom-item li{
    width: calc(33.33333% - 10px);
    margin: 0 5px;
    float: left;
}
.duty-custom-item a.duty-custom-link{
    background: #fafafa;
    display: block;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    font-size: 14px;
    color: #282828;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.duty-custom-item a.duty-custom-link:hover{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: #282828;
}
.duty-custom-item a.duty-custom-link::after{
  display: none;
  content: '修 改';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #282828;
  font-size: 14px;
  color: #FFF;
  border-radius: 2px;
}


/*职业导航 工具模块*/
.duty-tool{
    overflow: hidden;
    margin: 25px 10px;
    color: #282828;
}
.duty-tool .duty-tool-notice{
    float: left;
}
.duty-tool .duty-tool-notice span{
    font-size: 12px;
}
.duty-tool .duty-tool-notice i{
    float: left;
    margin-right: 8px;
    font-size: 20px;
}
.duty-tool .duty-tool-switch{
    float: right;
    margin: 0
}
.duty-tool .duty-tool-switch li{
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 20px;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    font-size: 14px;
}
.duty-tool .duty-tool-switch li i{
    float: right;
    margin: 0px 0px 0 6px;
    font-size: 20px;
}

/*职业导航链接列表模块*/
.duty-item{
    margin: 0px;
    background: #fff;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 0 5px;
}
.duty-item .col-xs-6{ padding: 0 5px; }
.anchor-link{ opacity: 0; position: relative; top: -80px } /* 锚链接 */
.duty-item-name{
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    display: block;
    border-bottom: 2px rgba(0,0,0,.02) solid;
    padding: 15px 0 10px 0;
    margin-bottom: 10px;
    position: relative;
}
.duty-item .duty-card{
    display: block;
    padding: 10px 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fafafa;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.duty-item .duty-card .duty-card-tit{
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #30333C;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.duty-item .duty-card img{
    width: 50px;
    height: 50px;
    border-radius: 10%;
    margin-right: 10px;
}
.duty-item .duty-card .duty-card-des{
    color: #A1A7B7;
    font-size: 12px;
    padding-top: 10px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.duty-item .duty-card:hover{ background: #282828; }
.duty-item .duty-card:hover .duty-card-tit{ color: #ffffff }
.duty-item .duty-card:hover .duty-card-des{ color: #c0c8dc }

/*--------------- 页脚（网站底部）  ------------------*/
.footer{
    margin-top: 10px;
    background: #fff;
    border-top: 1px solid #e3eaef;
}
.footer .footer-main{
    padding: 15px 0;
    color: #999;
}
.footer .footer-main p{
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.footer .footer-main a{ color: #98c1ff }

/*小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) { 
  .sousuo{ padding: 10px 0 50px 0; margin-top: 60px;}
  .sousuo-form{
        width: 100%;
        margin: 0 auto;
    }
    #input{
        outline: none;
        padding: 0 10px;
        height: 46px;
        line-height: 46px;
        border: 1px solid #ccc;
        border-left: none;
        display: block;
        padding-left: 90px;
    }
    #so-btn{
        width: 15%;
        float: right;
        height: 45px;
        background: #3385ff;
        color: #fff;
        border: none;
    }

/*中等屏幕（桌面显示器，大于等于 992px）*/ 
@media (min-width: 992px) {
    header{
        height: 60px;
        border-bottom: 1px solid #e8e8e8;
    }
    header .main{
        padding: 0 24px;
    }
    header .logo{
        float: left;
        font-size: 27px;
        margin: 0;
        font-weight: 400;
        border: none;
    }
    header .logo a{
        display: block;
        line-height: 59px;
        color: #484848;
        font-weight: 400;
    }
    header .logo img{
        width: 40px;
        vertical-align: -10px;
    }
    /*PC端logo样式*/
    header .nav{
        float: left;
        margin-left: 20px;
        padding-top: 0px;
        height: 100%;
        display: block;
        overflow: hidden;
        position: static;
        width: auto;
        box-shadow: none;
    }
    header .nav li{
        float: left;
        font-size: 16px;
    }
    header .nav a{
        display: block;
        line-height: 59px;
        color: #282828;
        padding: 0 18px;
        border-bottom: 1px solid #e8e8e8;
    }
    header .nav a:hover{
        border-color: #282828;
        color: #282828;
    }
    /*职业导航分支*/
    .tow-nav-item{
        width: 100%;
        padding: 0;
    }
    .tow-nav-item ul{
        display: block
    }
    /*移动端左边菜单*/
    .left-bar{
        height: 100%;
        background: #FFF;
        top: 60px;
        left: 0;
        z-index: 1;
    }
    .left-bar .header{
        padding: 11px 0px;
        border-bottom: none;
        margin: 0 25px;
        padding-top: 15px;
    }
    .left-bar .header h2{
        color: #28b779;
        font-size: 16px;
        font-weight: bold;
        line-height: inherit;
        border-left: 3px solid #28b779;
        padding-left: 10px;
    }
    .left-bar .menu{
        height: calc(100% - 0px);
        border-top: 1px solid #EDF1F7;
    }
    .left-bar .tree-menu{  border-bottom: 1px solid #e8e8e8;}
    .left-bar .tree li.open > ul{ 
        height: 281px;
        background: #f5f5f5; 
    }
    /*左边菜单二级目录盒子*/
    .tree-menu li li a{ color: #797979; font-size: 14px; }
    #content{ margin-top: 60px; }
    .duty-main{ margin-left: 180px }
    /*职业导航 栏目页*/
    .duty-nav-header .header-box{ font-size: 22px; }
    .duty-nav-header .header-box h1{
        font-size: 50px;
        margin: 120px 0 30px 0;
    }
    .duty-nav-header .header-box img{
        margin-top: 40px;
        width: 100%
    }
   
    .search-hot-text {
        width: calc(100% - 20px);
        margin-left: 10px;
    }
    .duty-custom{ padding: 0px 10px 0px 10px; }
    .duty-item-name{ margin-bottom: 20px; }
    .duty-custom-item{ margin: 0 -10px }
    .duty-custom-item li{
      width: calc(12.5% - 20px);
      margin: 0 10px;
    }
    .duty-custom-item a.duty-custom-link{ margin-bottom: 20px; }
    .duty-item{ padding: 0px 10px; }
    .duty-item .col-xs-6{ padding: 0 10px; }
    .duty-item .duty-card{ margin-bottom: 20px; }
    
    /*关于本站*/
    .adout-content{
        padding: 60px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .footer{ margin-top: 20px; }
}

/*大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
   header .nav a{ padding: 0 25px; }
   .sousuo-form{ width: 60%}

   /*行业版导航PC端适配样式*/
  .item > .container-fluid{
      padding: 0;
      padding-top: 91px;
      margin-top: -65px;
  }
  .col-md-3 { width: 20% } 
}

/*超大屏幕（大桌面显示器，大于等于 1700px） */
@media (min-width: 1700px) {
    .content-box { max-width: 1400px; }
    .sousuo{ margin-top: 90px }
    .col-md-3 { width: 20% } 
    .duty-custom{ margin: 25px -10px 0 -10px; }
    .duty-tool{ margin: 25px -10px }
    .duty-item{ margin: 0 -10px 25px -10px; }
    .return-link{ margin: 0 -10px; } /*系统默认栏目页 返回链接*/
}
