.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #9b9b9b;
    opacity: 0.7;

  }
  .headerher {
    clear: both;
    position: fixed;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
  }
  .hfix {
    background: #ffffff;
    -webkit-box-shadow: 0 0 8px rgba(134, 134, 134, 0.3);
    -moz-box-shadow: 0 0 8px rgba(134, 134, 134, 0.3);
    box-shadow: 0 0 8px rgba(134, 134, 134, 0.3);
    height: 70px;
  }
  .header {
    height: 70px;
    line-height: 70px;
    width: 1206px;
    margin: 0 auto;
  }
  
  .header li {
    padding: 0px 16px;
    vertical-align: top;
    display: inline-block;
  
    z-index: 10;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    position: relative;
  }
  
  .header .hover a:visited {
    color: #ffe84c;
  }
  .header .hover a:link {
    color: #ffe84c;
  }
  
  .header li a {
    color: #fff;
    font-size: 16px;
  }
  .header li a:hover {
    font-size: 16px;
    color: #ffe84c;
  }
  .header .right01 {
    padding: 0 10px;
    text-align: center;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    border: 1px solid #ffffff;
    color: #0098e6;
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    margin-top: 15px;
    margin-left: 30px;
    border-radius: 30px;
    position: relative;
    left: 0px;
  }
  .header .right01:hover {
    padding: 0 10px;
    text-align: center;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    font-size: 16px;
    margin-top: 15px;
    border: 1px solid #ffffff;
    margin-left: 30px;
    border-radius: 30px;
    position: relative;
    left: 0px;
  }
  .header .right02 {
    padding: 0 10px;
    text-align: center;
    background: transparent;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    color: #0063db;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 30px;
    border: 1px solid #0063db;
    position: relative;
    left: 0px;
  }
  .header .right02:hover {
    padding: 0 10px;
    text-align: center;
    background: #0063db;
    float: right;
    height: 40px;
    line-height: 40px;
    width: 146px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
    margin-left: 30px;
    border: 1px solid #ffffff;
    position: relative;
    left: 0px;
  }

  
/*导航下拉菜单*/
.cpjs .cpjs_down {
    display: none;
    position: absolute;
    box-shadow: 0px 1px 5px #e7e7e7;
  }
  .cpjs .cpjs_down {
    display: none;
    position: fixed;
    width: 100%;
    background: #ffffff;
    left: 0;
    top: 70px;
    padding-bottom: 40px;
    z-index: 0;
    box-shadow: 0 2px 30px rgb(0, 0, 0, 0.1);
  }
  .cpjs:hover .cpjs_down {
    display: block;
  }
  .cpjs .cpjs_down {
    color: #333;
  }
  .cpjs_down_box_box {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .cpjs_down_box {
    display: inline-block;
  }
  .cpjs_down_box .hh {
    font-size: 16px;
    color: #010101;
    height: 29px;
    overflow: hidden;
    line-height: 29px;
  }
  .cpjs_down_box ul {
    display: inline-block;
    padding: 0 0px;
    min-width: 250px;
  
  }
  .ullist {
    border-right: #e6e6e6 solid 1px;
  }
  .ulmargin {
    margin-left: 92px;
  }
  .cpjs_down_box-item {
    color: #8c8c8c !important;
    font-size: 12px;
    height: 70px;
  }
  .cpjs_down_box-item .title {
    padding: 0;
    margin: 0;
    height: 22px;
    font-size: 14px;
    color: #000000 !important;
  }
  .cpjs_down_box-item .title a {
    color: #000000 !important;
    font-size: 14px;
  }
  .cpjs_down_box-item .title a:hover {
    color: #0051b3 !important;
    font-size: 14px;
  }
  .cpjs_down_box-item .img {
    float: left;
    margin-top: 32px;
    margin-right: 5px;
  }