header {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #fff;
    display: block;
    width: 100%;
  }

  .hd-top-bar {
    padding: 10px;
  }

  .hd-top-bar img {
    height: 100%;
  }

  .hd-top-bar .logo {
    display: inline-block;
    height: 34px;
  }

  .hd-top-bar .box2 {
    background: #0e509f;
    border-radius: 3px;
    line-height: 30px;
    width: 90px;
    padding: 8px 12px;
    margin: 0 2px 0 0;
    color: #fff;
  }

  .hd-top-bar .box2 .icon-kf {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(/static/images/top-icon.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: -1px -45px;
  }

  .nav-menu-wrap {
    display: block;
    background-color: #0e509f;
    font-size: 15px;
  }

  .nav-menu-list {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 6px;
  }

  .nav-menu-list li {
    float: left;
    width: 20%;
    text-align: left;
  }

  .nav-menu-list li a {
    color: #fff;
    display: inline-block;
    margin-bottom: 4px;
    padding: 2px 4px;
    border-bottom: 2px solid transparent;
  }

  .nav-menu-list li a:hover,
  .nav-menu-list li a.on {
    color:#f30;
    border-bottom: 2px solid #f30;
    text-decoration: none;
  }
  .nav-menu-list:hover a.on{
    color: #fff;
    border-bottom: 2px solid transparent !important;
  }

  .content-wrap-line {
    display: block;
    width: 100%;
    height: 60px;
  }
  .content-wrap-bottom-line {
    height: 60px;
  }

  .news-list,
  .news-list li{
	display: inline-block;
    width: 100%;
    clear: both;
    list-style: none;
  }

  .news-list li .news-img img {
    display: inline-block;
    width: 135px;
    clear: both;
    list-style: none;
  }

  .news-list li .news-img img {
    
	height:100px;
  }

  .news-list {
    padding-left: 0;
    margin-bottom: 0;
  }

  .news-list li {
    clear: both;
    border-bottom: 0.015625rem solid #f5f5f5;
  }

  .news-list li > a {
    margin-bottom: 0.125rem;
    margin-top: 0.125rem;
    overflow: hidden;
  }

  .news-list .news-img {
    float: left;
    width: 34%important;
    /*1.5465rem;*/
  }

  .news-list .news-title {
    float: right;
    width: 60%!important;
    margin-bottom: 0;
  }

  .news-list .news-title dt {
    color: #444;
    font-weight: 500;
    height: 75px;
    overflow: hidden;
  }

  .news-list .news-title dd {
    /*font-size: 0.1875rem;*/
    line-height: 0.34375rem;
    max-height: 0.6875rem;
    overflow: hidden;
    color: #999;
  }

  .news-list-hot .news-title {
    height: 1.03125rem;
  }

  .news-list-hot .news-title dt {
    color: #333;
    font-weight: 700;
  }

  .news-list-hot .news-title dd {
    text-align: left;
  }
  .news-list li dl dd span {
    margin-right: 6px;
  }

  .wh_prodetail_subject {
    padding: 0 15px;
    background-color: #fff;
  }

  .wh_prodetail_subject .title {
    text-align: center;
    line-height: 30px;
    color: #1D3B5F;
    font-size: 18px;
    padding: 5px 0;
    /*position: relative;*/
  }

  .wh_prodetail_subject .title:before {
    content: "";
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    z-index: 1;
  }

  .wh_prodetail_subject .title .caption {
    font-weight: 600;
    font-size: 18px;
    padding: 0 10px;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }

  .wh_prodetail_subject .type_list {
    overflow: hidden;
  }

  .wh_prodetail_subject .type_list ul {
    padding: 0;
    margin: 0 auto;
  }

  .wh_prodetail_subject .type_item {
    background-color: #efefef;
    float: left;
    height: 90px;
    width: 23%;
    margin-right: 2%;
    padding: 6px 3px;
    text-align: center;
    list-style: none;
  }

  .wh_prodetail_subject .type_item:last-child {
    width: 25%;
    margin-right: 0;
  }

  .wh_prodetail_subject .type_item .tit {
    color: #333;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
  }

  .wh_prodetail_subject .type_item .fee {
    color: #f60;
    font-size: 16px;
    line-height: 28px;
  }

  .wh_prodetail_subject .apply {
    text-align: right;
    line-height: 24px;
    padding-top: 10px;
  }

  .btn_de {
    display: inline-block;
    padding: 30px 0;
    width: 100%;
  }

  .btn_left,
  .btn_right {
    float: left;
    width: 48%;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0e509f;
    background: #0e509f;
  }

  .btn_left a,
  .btn_right a {
    color: #fff;
    text-decoration: none;
    outline: none;
  }

  .btn_right {
    float: right;
    background: #ff8222;
    border: 1px solid #ff8222;
  }

  .btn_right a {
    color: white;
  }

  .bnt_top,
  .unb_s {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .unb_s {
    margin-bottom: 30px;
  }

  .bnt_top li {
    float: left;
    width: 31%;
    text-align: center;
    font-size: 85%;
    line-height: 22px;
    margin-right: 3%;
    list-style: none;
  }

  .bnt_top li:last-child {
    margin: 0;
  }

  .ince,
  .ince01,
  .ince02 {
    display: block;
    width: 96px;
    height: 95px;
  }

  .bnt_top li strong {
    display: inline-block;
    margin: 6px auto 0;
    font-size: 120%;
  }

  .ince {
    background: url(/static/images/icons_09.png) center no-repeat;
  }

  .ince01 {
    background: url(/static/images/icons_11.png) center no-repeat;
  }

  .ince02 {
    background: url(/static/images/icons_06.png) center no-repeat;
  }

  .for_le li,
  .gwf_bo li {
    margin-bottom: 3%;
    max-height: 120px;
  }

  .down_d,
  .for_le,
  .gw_de,
  .gwf_bo {
    height: auto;
  }

  .title_mo h1 {
    float: left;
    padding-top: 8%;
    padding-bottom: 3%;
    width: 100%;
    color: #07475c;
    font-weight: 200;
    font-size: 2em;
  }

  .for_le,
  .down_d,
  .down_d ul,
  .gwf_bo,
  .gwf_bo ul,
  .gw_de,
  .gw_de ul {
    clear: both;
    width: 99%;
    padding: 0;
    margin: 0;
    display: inline-block;
  }

  .for_le li,
  .down_d li,
  .gwf_bo li,
  .gw_de li {
    list-style: none;
    width: 48%;
    border: 1px solid #e6e5e5;
    border-radius: 5px;
  }

  .for_le li img,
  .down_d li img {
    width: 100%;
  }

  .for_le li p,
  .down_d li p,
  .gw_de li p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .down_d li,
  .gw_de li {
    border: 0;
  }

  .down_d li p {
    padding: 8px;
    font-size: 90%;
    line-height: 20px;
  }

  .gwf_bo li,
  .gw_de li {
    padding: 15px 0;
    text-align: center;
    background: #dbe8e8;
  }

  .gwf_bo li img,
  .gw_de li img {
    margin: 0 auto;
    display: block;
    max-width: 75px;
  }

  .gw_de li {
    font-size: 90%;
    line-height: 22px;
    background: transparent;
  }

  .gw_de li strong {
    font-size: 120%;
    line-height: 28px;
  }

  .fl {
    float: left;
  }

  .fr {
    float: right;
  }
  .msg-error {
    text-align: center;
    margin-top: 10%;
    font-size: 16px;
  }

  blockquote {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
  }

  .breadcrumb {
    color: #999;
  }

  .wp-ssp,
  .article-wrap,
  .article-body {
    margin-top: 15px;
  }
  .article-body img {
    max-width: 100%;
  }
  .article-wrap h1 {
    margin-top: 0;
    line-height: 24px;
    font-size: 20px;
  }
  .article-author,
  .article-author a,
  .article-author b,
  .article-author span,
  .share-warp,
  .article-rmd {
    margin-bottom: 15px;
    font-weight: normal;
    color: #666;
  }
  .article-author span {
    margin-right: 6px;
  }
  .share-warp {
    margin-top: 15p;
  }

  .hd-title-hot {
    color: #ff7f27;
  }
  .hd-title {
    clear: both;
    border-bottom: 1px solid #bfbfbf;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0.234375rem;
    line-height: 0.625rem;
    height: 0.625rem;
    font-size: 0.25rem;
    font-weight: 600;
    color: #3285ea;
  }
  .share-warp {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0.234375rem 0;
  }
  .share-box {
    float: left;
    font-size: 0.21875rem;
    padding-top: 0.234375rem;
    width: 3.4rem;
  }
  .share-weixin {
    float: right;
    text-align: center;
    font-size: 0.1875rem;
    line-height: 0.34375rem;
  }
  .loading {
    font-size: 14px;
    line-height: 30px;
    margin-top: 10px;
    color: #999;
    text-align: center;
    display: none;
  }
  .loading.on {
    display: inherit;
  }
