.dropdown-item {
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}
.breadcrumb_zold {
    background-color: transparent;
    margin-bottom: 0;
    padding: 24px 0;
    background-image: url(../images/breadcrumb_line.png);
    background-repeat-y: no-repeat;
    background-repeat: repeat-x;
    background-size: 36px 8px;
    background-position-y: bottom;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;

    border-radius: 0.25rem;
}
.breadcrumb_zold-item+.breadcrumb_zold-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb_zold .breadcrumb_zold-item {
    font-size: 1.6rem;
}
.breadcrumb_zold a {
    color: #333333;
}
.user_zold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: transparent;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.3rem;
    opacity: 0.8; }
    .user_zold .accessibility {
      color: #005293;
      font-weight: 600; }
    .user_zold .user_zold-menu {
      display: none; }
    .user_zold a {
      cursor: pointer;
      font-size: 1.3rem;
    }
      .user_zold a:hover {
        color: #005293 !important; }
        .ztop {
            background-image: url(../images/top_t/top.jpg);
            background-size: cover;
            min-width: 1200px;
        }
        .ztop_box img {
            width: 21px;
        }
.menu .el-drawer__header {
    display: none !important; }
  
  .menu .menu-top {
    padding-top: 40px;
    padding-bottom: 16px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-size: 20px;
    color: #222222;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 16px; }
    .menu .menu-top img {
      width: 35px;
      margin-right: 12px; }
  
  .menu .menu-nav {
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #222222;
    padding-left: 58px; }
  
  .menu .menu-btn-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px; }
    .menu .menu-btn-box .menu-btn {
      display: block;
      width: 68.88%;
      margin: 0 auto;
      font-size: 16px;
      padding: 10px 20px;
      border-radius: 10px;
      text-align: center; }
      .menu .menu-btn-box .menu-btn img {
        width: 24px;
        margin-right: 11px;
        vertical-align: bottom; }
      .menu .menu-btn-box .menu-btn.menu-btn-login {
        background: #005293;
        color: #fff;
        margin-bottom: 16px;
        border: 1px solid #005293; }
        .menu .menu-btn-box .menu-btn.menu-btn-login:active, .menu .menu-btn-box .menu-btn.menu-btn-login:hover, .menu .menu-btn-box .menu-btn.menu-btn-login:focus {
          background: #005799;
          border: 1px solid #005799; }
      .menu .menu-btn-box .menu-btn.menu-btn-register {
        background: #eef6fd;
        border: 1px solid #005293; }
        .menu .menu-btn-box .menu-btn.menu-btn-register:active, .menu .menu-btn-box .menu-btn.menu-btn-register:hover, .menu .menu-btn-box .menu-btn.menu-btn-register:focus {
          color: #005293;
          background: #eef6fd;
          border: 1px solid #005293; }
        .menu .menu-btn-box .menu-btn.menu-btn-register:active {
          background: #e6eef4; }

.user_zold-menu {
    display: none;
}
.page-user_zold-menu {
    display: none;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease; }
  
  #wrapper.toggled {
    /* padding-left: 72%; */ }
  
  #wrapper.toggled #sidebar-wrapper {
    width: 72%;
    left: 0; }
  
  #sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #fff;
    height: 100%;
    left: -72%;
    /* margin-left: -72%; */
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 72%;
    z-index: 1000;
    position: fixed;
    top: 0; }
  
  #sidebar-wrapper::-webkit-scrollbar {
    display: none; }
  
  #page-content-wrapper {
    padding-top: 70px;
    width: 100%; }
  
  #wrapper.toggled .overlay {
    display: block; }


.top {
height: 500px;
background-image: url(../images/top2.jpg);
background-size: cover;
background-position: center center;
text-align: center;
padding-top: 50px;
min-width: 1200px;
}
    .top .top-logo-all {
      display: none; }
    .top .top-logo {
      width: 108px;
      height: auto;
      margin-bottom: 16px; }
    .top .top-title {
      font-size: 50px;
      color: #c70002;
      letter-spacing: 4px; }
    .top .top-website {
      opacity: 0.7;
      font-size: 16px;
      color: #333333;
      margin-bottom: 50px;
      letter-spacing: 4px; }
    .top .top-hot {
      margin-top: 24px;
      text-align: center;
      opacity: 0.5;
      font-size: 14px;
      color: #333333;
      font-weight: 500; }
      .top .top-hot a {
        margin: 0 10px;
        cursor: pointer; }
        .top .top-hot a:hover {
          color: #005293; }
    .top .top-title-img {
      display: block;
      width: 378px;
      margin: 0 auto;
      height: auto;
      margin-bottom: 6px; }
.w100 {
        width: 100%;
    }
.top-input_zold {
width: 1000px;
margin: 0 auto;
position: relative; }
.top-input_zold input {
    width: 100%;
    height: 57px;
    line-height: 57px;
    font-size: 2rem;
    padding-left: 24px;
    padding-right: 140px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    outline: 0;
    box-shadow: none; }
    .top-input_zold input:active, .top-input_zold input:focus {
    border-color: #005293; }
.top-input_zold .el-input__inner {
    height: 57px;
    line-height: 57px;
    font-size: 2rem;
    padding-left: 24px;
    padding-right: 140px; }
.top-input_zold .dropdown,
.top-input_zold .btn-group {
    position: absolute;
    top: 0;
    right: 0; }
    .top-input_zold .dropdown .dropdown-toggle,
    .top-input_zold .btn-group .dropdown-toggle {
    width: 48px;
    border: none;
    background-color: transparent;
    color: #666;
    outline: 0;
    padding: 0;
    text-align: left; }
    .top-input_zold .dropdown .dropdown-toggle img,
    .top-input_zold .btn-group .dropdown-toggle img {
        width: 24px; }
    .top-input_zold .dropdown .dropdown-toggle::after,
    .top-input_zold .btn-group .dropdown-toggle::after {
        display: none; }
    .top-input_zold .dropdown .dropdown-toggle:active, .top-input_zold .dropdown .dropdown-toggle:focus,
    .top-input_zold .btn-group .dropdown-toggle:active,
    .top-input_zold .btn-group .dropdown-toggle:focus {
        color: #666;
        outline: 0;
        box-shadow: none !important;
        background-color: transparent;
        border: none; }
    .top-input_zold .dropdown .btn:first-child,
    .top-input_zold .btn-group .btn:first-child {
    font-size: 2rem;
    width: 132px;
    border: none;
    height: 52px;
    outline: 0;
    box-shadow: none;
    color: #666;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .top-input_zold .dropdown .btn:first-child:active, .top-input_zold .dropdown .btn:first-child:focus,
    .top-input_zold .btn-group .btn:first-child:active,
    .top-input_zold .btn-group .btn:first-child:focus {
        color: #666;
        outline: 0;
        box-shadow: none !important;
        background-color: transparent;
        border: none; }
    .top-input_zold .dropdown .btn:first-child:after,
    .top-input_zold .btn-group .btn:first-child:after {
        width: 24px;
        height: 24px;
        margin: 0;
        border: none;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin-left: 6px;
        background-image: url("../images/ic_xia@2x.png"); }


        .page-top {
            background-color: #005293;
            height: 190px;
            padding-top: 54px;
            border-bottom: 1px solid rgba(249, 234, 204, 0.5); }
            .page-top .page-top-box {
              width: 1200px;
              margin: 0 auto;
              display: flex;
              justify-content: space-between;
              align-items: center; }
            .page-top .page-top-left .top-logo {
              float: left;
              width: 67px; }
            .page-top .page-top-left .top-title-img {
              margin-left: 79px;
              width: 273px;
              margin-bottom: 6px;
              padding-top: 12px; }
            .page-top .page-top-left .top-website {
              margin-left: 79px;
              width: 273px;
              text-align: center;
              opacity: 0.7;
              font-size: 12px;
              color: #fff; }
            .page-top .top-input_zold {
              width: 480px;
              margin-right: 0; }
          
          .page.user_zold .user_zold-time,
          .page.user_zold a {
            opacity: 0.8;
            font-size: 1.3rem;
            color: #fff; }
          
          .page.user_zold a:hover {
            opacity: 1;
            color: #fff !important; }
          
.my-nav_zold {
background: #005293;
min-width: 1200px;
position: relative; }
.my-nav_zold .nav-line {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 55px;
    top: 58px;
    background-color: #005293;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.my-nav_zold .nav-box {
    height: 70px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .my-nav_zold .nav-box > div,
    .my-nav_zold .nav-box > a {
    font-size: 1.8rem;
    color: #ffffff;
    width: 140px;
    text-align: center;
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    margin: 0 19px;
    font-weight: 600; }
    .my-nav_zold .nav-box > div .nav-home-hover,
    .my-nav_zold .nav-box > a .nav-home-hover {
        display: none; }
    .my-nav_zold .nav-box > div.active, .my-nav_zold .nav-box > div:hover,
    .my-nav_zold .nav-box > a.active,
    .my-nav_zold .nav-box > a:hover {
        background: #ffffff;
        color: #005293; }
        .my-nav_zold .nav-box > div.active .nav-child, .my-nav_zold .nav-box > div:hover .nav-child,
        .my-nav_zold .nav-box > a.active .nav-child,
        .my-nav_zold .nav-box > a:hover .nav-child {
        display: flex; }
        .my-nav_zold .nav-box > div.active .nav-home, .my-nav_zold .nav-box > div:hover .nav-home,
        .my-nav_zold .nav-box > a.active .nav-home,
        .my-nav_zold .nav-box > a:hover .nav-home {
        display: none; }
        .my-nav_zold .nav-box > div.active .nav-home-hover, .my-nav_zold .nav-box > div:hover .nav-home-hover,
        .my-nav_zold .nav-box > a.active .nav-home-hover,
        .my-nav_zold .nav-box > a:hover .nav-home-hover {
        display: inline-block; }
    .my-nav_zold .nav-box > div img,
    .my-nav_zold .nav-box > a img {
        width: 30px;
        height: auto;
        vertical-align: sub; }
    .my-nav_zold .nav-box > div .nav-child,
    .my-nav_zold .nav-box > a .nav-child {
        position: absolute;
        font-size: 24px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        height: 54px;
        align-items: center;
        display: none;
        top: 58px;
        background-color: #005293;
        z-index: 2; }
        .my-nav_zold .nav-box > div .nav-child > div,
        .my-nav_zold .nav-box > div .nav-child > a,
        .my-nav_zold .nav-box > a .nav-child > div,
        .my-nav_zold .nav-box > a .nav-child > a {
        cursor: pointer;
        padding: 0 30px;
        font-weight: normal; }
.c_z{width: 1200px;margin:0 auto;}

.headline {
    border-bottom: 0;
    background: #e7f4ff;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.2rem;
    padding: 0;
    color: #084a9d;
    margin: 18px 0;
    float: left;
}
.headtitle {
    font-size: 2.5rem;
    background: #084a9d;
    padding: 1rem;
    color: #fff;
    float: left;
    width: 8rem;
    text-align: center;
    font-weight: bold;
    line-height: 3.2rem;
}
.headline a {
    color: #084a9d;
}
.headinfo {
    font-size: 2.5rem;
    padding: 1rem;
    float: left;
    width: 67rem;
}


.zdy_scroll{
    position: relative;
    width: 100%;
    height: 670px;
    overflow: hidden;

}
  .zdy_scroll .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    height: 670px;
  }
  .zdy_text{ 
    padding: 12px 12px 0 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 54px;
    line-height: 54px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 23px;
    padding-right: 200px;
    font-size: 2rem;
    color: #fff;
  }
  .zdy_button_right {
    cursor: pointer;
    position: absolute;
    right: 0;
    margin-top: -42px;
    width: 47px;
    height: 54px;
    /* background:rgba(0, 0, 0, 0.5); */
    z-index: 99;
}  

.zdy_button_left {
    cursor: pointer;
    position: absolute;
    right: 47px;
    margin-top: -42px;
    width: 47px;
    height: 54px;
    /* background:rgba(0, 0, 0, 0.5); */
    z-index: 99;
}
/* .zdy_button_right:hover{  background:rgba(36,123,29,.9);} */
/* .zdy_button_left:hover{  background:rgba(36,123,29,.9);} */
.zdy_button_last{
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-left: 20px;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #ffffff;
    border-style: solid;
    border-width: 3px 3px 0 0;
    transform: rotate(225deg); /*箭头方向可以自由切换角度*/
}
.zdy_button_next{
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-left: 12px;
    background-color: transparent; /* 模块背景为透明 */
    border-color: #ffffff;
    border-style: solid;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg); /*箭头方向可以自由切换角度*/
}


.sty01 {
    padding: 15px 0 30px;
}

.box01 h2 {
    height: 110px;
    border-bottom: #e8e8e8 solid 4px;
}
.box01 h2 img {
    width: 65px;
    height: auto;
    /* margin-right: 12px; */
    margin-top: -23px;

}
.box01 h2 .tit{
    /* padding: 0 25px; */
    line-height: 110px;
    font-size: 3.25rem;
    font-weight: bold;
    /* color: #355e92; */
    color: #000000;
}

.box01 h2 .tit span{
    color: #a80f10;
}
.box01_con {
    padding: 0 20px;
}
.list01 li {
    background: url(../images/ico01.png) no-repeat left 0.8rem;
    font-size: 2rem;
    line-height: 1.8;
    padding-left: 48px;
    margin-top: 2rem;
}
/* .list01 li a {
    width: 800px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
} */
.list01 li .riqi {
    display: block;
    width: 170px;
    height: 54px;
    text-align: center;
    line-height: 54px;
    font-size: 1.6rem;
    background: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 10px;
}
.check_more {
    padding: 70px 0 0;
}
.check_more a {
    display: block;
    width: 542px;
    height: 94px;
    line-height: 94px;
    margin: 0 auto;
    font-size: 2.5rem;
    text-align: center;
    background: #daa118;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    
}
.col_zt{
    float: left;
    width: 390px;
}
.col_zt:nth-child(2){
    margin-left: 15px;
    margin-right: 15px;
}

.home-open-top {
    height: 107px;
    line-height: 107px;
    padding-left: 134px;
    position: relative;
    background-image: url(../images/img_zhaozhengce@2x.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 30px;
}
.home-open-top span {
    font-size: 2rem;
    color: #005293;
    font-weight: 600;
}
.home-open-top input {
    border: none;
    height: 67px;
    line-height: 1.4;
    padding-left: 30px;
    position: absolute;
    left: 326px;
    top: 20px;
    outline: 0;
    width: 459px;
    box-shadow: none;
    border-radius: 24px;
    background-color: transparent;
    color: #333333;
    font-size: 2rem;
}
.home-open-top a {
    position: absolute;
    height: 63px;
    line-height: 55px;
    width: 127px;
    cursor: pointer;
    border-radius: 24px;
    right: 63px;
    top: 22px;
    color: #ffffff !important;
    text-align: center;
    font-size: 2rem;
}
.list02 {
    margin-left: -30px;
}
.list02 li {
    float: left;
    display: inline;
    margin: 28px 0 0 30px;
}
.list02 li a {
    display: block;
    width: 584px;
    height: 174px;
    line-height: 174px;
    font-size: 2.8rem;
    font-weight: bold;
    color: #0f5aa0;
    text-indent: 160px;
}
.list02 li.sp01 a {
    background: #d9edf7 url(../images/ic_5.png) no-repeat 20px center;
    
}
.list02 li.sp02 a {
    background: #d9edf7 url(../images/ic_2.png) no-repeat 20px center;
}
.list02 li.sp03 a {
    background: #d9edf7 url(../images/ic_3.png) no-repeat 20px center;
}
.list02 li.sp04 a {
    background: #d9edf7 url(../images/ic_4.png) no-repeat 20px center;
}
.zfgg{
    margin-top: 30px;
    width: 1200px;
    height: 107px;
    line-height: 107px;
    font-size: 2rem;
    background: #0f5aa0 url(../images/img_kapiandiwen2@2x.png);
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.zfgg img {
    width: 53px;
    height: auto;
    margin-right: 24px;
}
.zwfw_btn{
    width: 390px;
    margin-top: 20px;
    float: left;
}
.zwfw_btn:nth-child(3){
    margin-left: 15px;
    margin-right: 15px;
}

.zwfw_btn a{
    display: block;
    height: 174px;
    background-image: linear-gradient(180deg, #f9f5ef 0%, #f9db9f 100%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.6rem;
    font-weight: bold;
    color: #a80f10;
    margin-bottom: 10px;

}
.zwfw_btn img{
    width: 70px;
}
.zwfw_btn:last-child a {
    flex-direction: column;
    margin-bottom: 0;
}
.zwfw_tab_box{
    width: 100%;
    height: 345px;
    margin: 20px auto 0;
}
.zwfw_tab_tit{
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    width: 1200px;
    font: 2rem "微软雅黑";
    color: #333;
    background: #e2e2e1;
}
.zwfw_tab_tit span{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-align: center;
    cursor: pointer;
    font: 2rem "微软雅黑";
    color: #333;
    font-weight: bold;
    float: left;
}
.zwfw_tab_tit span.current{
    width: 60%;
    background-color: #0f5aa0;
    color:#ffffff;
}
.zwfw_tab_tit span:not(.current){
    width: 40%;
}

.zwfw_tab_tit span.current a{
    color:#ffffff;
}

.zwfw_tab_con ul li{display:none;}
.zwfw_tab_con ul li.current{display:block;}
.zwfw_tab_btn a{
    width: 390px;
    margin-top: 20px;
    float: left;
    display: block;
    height: 80px;
    cursor: pointer;
    display: flex;
    background: #ffffff;
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-bottom: 3px solid #005293;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    color: #000000;
    font-weight: 500;
    margin-bottom: 10px;
    margin-right:15px ;

}
.zwfw_tab_btn a:nth-child(3n){
    margin-right:0 ;
}
.zwfw_tab_btn img{
    width: 60px;
}
.zmhd_btn a{
    width: 390px;
    margin-top: 40px;
    float: left;
    display: block;
    height: 174px;
    cursor: pointer;
    display: flex;
    background-image: url(../images/img_zhengminkapian@2x.png);
    justify-content: center;
    align-items: center;
    font-size: 2.8rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
    margin-right:15px ;
}
.zmhd_btn img{
    width: 70px;
    margin-right: 8px;
}
.zmhd_btn a:nth-child(3n){
    margin-right:0 ;
}
/* 专题 */
.list04 {
    margin: 0 0 0 -38px;
}
.list04 li {
    float: left;
    _display: inline;
    margin: 40px 0 0 35px;
}
.list04 li img {
    width: 584px;
    height: 320px;
}





.footer {
    border-top: #355e92 solid 17px;
    margin-top: 40px;
}
.friendlink {
    width: 1200px;
    margin: 20px auto 0;
}
.friendlink li {
    float: left;
    _display: inline;
    margin: 25px 22px 0 0;
}
.friendlink li a {
    display: block;
    width: 278px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    font-size: 1.5rem;
    border: #cccccc solid 1px;
    background: #fff;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.footer table {
    width: 1200px;
    margin: 35px auto;
}
.footer table td {
    text-align: center;
    vertical-align: middle;
}
.footer table td .copyright {
    font-size: 1.4rem;
    line-height: 2.2rem;
}
#customVideo {
    width: 100%;
    height: 100%;
    background: #000;
    margin-top: 40px;
}
@media screen and (max-width: 1660px) {


}
@media screen and (max-width: 980px) {
    .user_zold.page, .user_zold {
        padding: 0 20px;
        width: 100%;
        font-size: 12px;
        background-color: #fff;
        opacity: 1;
        height: 46px; }
        .user_zold.page a, .user_zold a {
          color: #333;
          font-size: 12px; }
          .user_zold.page a:hover, .user_zold.page a:active, .user_zold a:hover, .user_zold a:active {
            color: #333 !important; }
          .user_zold.page a.accessibility, .user_zold a.accessibility {
            color: #005293; }
        .user_zold.page .user_zold-time, .user_zold .user_zold-time {
          display: none; }
        .user_zold.page .user_zold-menu, .user_zold .user_zold-menu {
          display: block;
          font-size: 14px;
          color: #005293;
          font-weight: 500; }
          .user_zold.page .user_zold-menu img, .user_zold .user_zold-menu img {
            width: 16px;
            height: auto;
            margin-right: 10px;
            vertical-align: text-bottom; }
            .ztop_box img {
                display: none;
            }
/* .user_zold-menu {
    display: block;
    font-size: 14px;
    color: #005293;
    font-weight: 500;
    float: left;padding-left: 20px;
    margin-top: -20px;
}
.user_zold-menu img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    vertical-align: text-bottom;
} */
.top {
    padding-top: 31px;
    min-width: 100%;
    height: 180px; }
    .top .top-logo,
    .top .top-title-img,
    .top .top-website,
    .top .top-hot {
        display: none; }
    .top .top-logo-all {
        display: block;
        width: 284px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 28px; }
    .top .top-input_zold {
        width: 83.2%; }
        .top .top-input_zold input {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        padding-left: 16px;
        padding-right: 102px; }
        .top .top-input_zold .btn-group .dropdown-toggle {
        width: 32px; }
        .top .top-input_zold .btn-group .dropdown-toggle img {
            width: 20px;
            vertical-align: sub; }
        .top .top-input_zold .dropdown .btn,
        .top .top-input_zold .btn-group .btn:first-child {
        width: 76px;
        height: 48px;
        font-size: 14px; }
        .top .top-input_zold .dropdown .btn::after,
        .top .top-input_zold .btn-group .btn:first-child::after {
            width: 20px;
            height: 20px; }
/* .page-user_zold-menu {
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    float: left;padding-left: 20px;
    margin-top: -50px;
}
.page-user_zold-menu img {
    width: 16px;
    height: auto;
    margin-right: 10px;
    vertical-align: text-bottom;
} */
.page-top {
    padding-top: 77px;
    height: 226px; }
    .page-top .page-top-box {
        width: 100%;
        flex-direction: column;
        justify-content: center; }
    .page-top .page-top-left {
        margin-bottom: 28px; }
        .page-top .page-top-left .top-logo {
        width: 54px; }
        .page-top .page-top-left .top-title-img {
        margin-left: 74px;
        width: 210px; }
        .page-top .page-top-left .top-website {
        margin-left: 74px;
        width: 210px;
        font-size: 10px; }
    .page-top .top-input_zold {
        width: 83.2%;
        margin: 0 auto; }
        .page-top .top-input_zold input {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        padding-left: 16px;
        padding-right: 102px; }
        .page-top .top-input_zold .btn-group .dropdown-toggle {
        width: 32px; }
        .page-top .top-input_zold .btn-group .dropdown-toggle img {
            width: 20px;
            vertical-align: sub; }
        .page-top .top-input_zold .dropdown .btn,
        .page-top .top-input_zold .btn-group .btn:first-child {
        width: 76px;
        height: 48px;
        font-size: 14px; }
        .page-top .top-input_zold .dropdown .btn::after,
        .page-top .top-input_zold .btn-group .btn:first-child::after {
            width: 20px;
            height: 20px; }
/* 导航 */
.my-nav_zold {
    display: none;
}
/* 导航end */
.c_z {
    width: 100%;
    
}
.breadcrumb_zold .breadcrumb_zold-item {
    font-size: 1rem;
}
.headline {
    border-bottom: 0;
    background: #e7f4ff;
    text-align: left;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.2rem;
    padding: 0;
    color: #084a9d;
    margin: 18px 0;
    float: left;
}
.headtitle {
    font-size: 1.5rem;
    background: #084a9d;
    padding: 1rem;
    color: #fff;
    float: left;
    width: 10rem;
    text-align: center;
    line-height: 1.6rem;
}
.headline a {
    color: #084a9d;
}
.headinfo {
    font-size: 1.5rem;
    padding: 3%;
    float: left;
    width: 94%;
    line-height: 1.8rem;
}
.zdy_scroll {
    position: relative;
    width: 100%;
    height: 232px;
    overflow: hidden;
}
.zdy_scroll .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 232px;
}
.zdy_text {
    font-size: 1.5rem;
}
.sty01 {
    padding: 15px 0 20px;
}

.sty01 {
    /* float: right; */
    width: 100%;
    /* margin-top: 15px; */
}
.box01 h2 {
    height: 62px;
    border-bottom: #e8e8e8 solid 4px;
}
.box01 h2 .tit {
    padding: 0;
    line-height: 2;
    font-size: 1.5rem;
    font-weight: bold;
    /* color: #355e92; */
}

.box01 h2 img {
    width: 43px;
    height: auto;
    margin-top: -23px;
    margin-left: 20px;
}
.box01_con {
    padding: 0 20px;
}
.list01 li {
    background: url(../images/ico01.png) no-repeat left 2px;
    font-size: 1rem;
    line-height: 1.8;
    padding-left: 30px;
    margin-top: 2rem;
}
.list01 li .riqi {
    display: block;
    width: 85px;
    height: 35px;
    text-align: center;
    line-height: 38px;
    font-size: 0.8rem;
    background: #f2f2f2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-left: 10px;
}

.box01 .check_more {
    position: relative;
    right: 0;
}
.box01 .check_more a {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    font-size: 1rem;
    text-align: center;
    background: #daa118;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}



.col_zt {
    float: none;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.col_zt:nth-child(2) {
    margin-left: 5%;
    margin-right: 5%;
}
.home-open-top {
    margin-top: 20px;
    background-image: none;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0px;
}
.home-open-top span {
    display: none;
}
.home-open-top input {
    background: #ffffff;
    border: 1px solid rgba(0, 82, 147, 0.5);
    border-radius: 26px;
    position: static;
    width: 100%;
    height: 40px;
    padding-left: 16px;
    font-size: 14px;
    padding-right: 84px;
}
.home-open-top a {
    display: block;
    background: #005293;
    border: 1px solid rgba(0, 82, 147, 0.5);
    border-radius: 0px 20px 20px 0px;
    height: 40px;
    line-height: 40px;
    width: 84px;
    font-size: 14px;
    right: 12px;
    top: 0;
}
.home-open-top a img {
    width: 16px;
    margin-right: 6px;
}

.list02 {
    padding: 0px 0 0;
    margin-left: -30px;
}
.list02 li {
    float: left;
    display: inline;
    margin: 28px 0 0 0px;
    width: 100%;
}
.list02 li a {
    display: block;
    width: 100%;
    height: 127px;
    line-height: 123px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #0f5aa0;
    /* text-indent: 130px; */
}
.list02 li.sp01 a {
    background: #d9edf7 url(../images/ic_5.png) no-repeat 66px center;
    background-size:98px;
    
}
.list02 li.sp02 a {
    background: #d9edf7 url(../images/ic_2.png) no-repeat 66px center;
    background-size:98px;
}
.list02 li.sp03 a {
    background: #d9edf7 url(../images/ic_3.png) no-repeat 66px center;
    background-size:98px;
}
.list02 li.sp04 a {
    background: #d9edf7 url(../images/ic_4.png) no-repeat 66px center;
    background-size:98px;
}
.zfgg {
    width: 100%;
}

.zwfw_btn {
    width: 90%;
    margin:  0 auto;
    float: none;
    margin-top: 20px;
}
.zwfw_btn:nth-child(3) {
    margin-left: 5%;
    margin-right: 5%;
}

.zwfw_tab_tit {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    width: 100%;
    font: 2rem "微软雅黑";
    color: #333;
    background: #e2e2e1;
}
.zwfw_tab_tit span {
    font-size: 1.5rem;
}
.zwfw_tab_con{
    margin-top: 20px;
}
.zwfw_tab_btn a {
    width: 90%;
    margin: 7px 5%;
    font-size: 1.5rem;
}

.zwfw_tab_btn a:nth-child(3n){
    margin-right:5% ;
}
.zwfw_btn a {
    font-size: 1.5rem;
    height: 90px;
}
.zmhd_btn a {
    width: 90%;
    height: 90px;
    margin: 20px 5%;
    font-size: 1.5rem;
}
.list04 li {

    float: left;
    _display: inline;
    margin: 40px 0 0 0px;
    width: 100%;
}
.list04 {
    margin: 0 0 0 0px;
}
.list04 li img {
    width: 100%;
    height: 195px;
}

.footer {
    border-top: #355e92 solid 17px;
    margin-top: 40px;
}
.friendlink {
    width: 100%;
    margin: 20px auto 0;
}
.friendlink li {
    float: left;
    _display: inline;
    width: 47%;
    margin: 5px;
}
.friendlink li a {
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    border: #cccccc solid 1px;
    background: #fff;
}
.footer table {
    width: 100%;
    margin: 35px auto;
}
.footer table td .copyright {
    font-size: 1rem;
    line-height: 2.2rem;
}
img {
    /* width: 100%; */
}







}
@media screen and (max-width: 320px) {

}