@media screen and (max-width: 1024px) {
  /*移动版 - 1024宽度*/

  /******************************
            共同部分
 ******************************/

  body {
    background-size: contain;
  }

  #wrap {
    background: url(main_mbe_bg.jpg) no-repeat center top #f4f4f4;
    -webkit-background-size: 100%;
    background-size: 100%;
  }

  .head_top_bg {
    display: none;
  }
  .head_bottom_bg {
    min-width: 100%;
    height: auto;
    background-image: none;
    background-color: #0066cc;
  }
  .head_bottom {
    width: auto;
    height: 60px;
    /* background: url(images/site_bg_mobile.jpg) center top;  */
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    text-align: center;
  }
  .head_bottom h1 {
    position: static;
    padding-left: 16px;
    padding-top: 12px;
  }
  .head_bottom h1 img {
    width: 200px;
  }
  .head_bottom .search_box {
    display: none;
    right: 0;
    top: 0;
    width: 100%;
    padding: 10px 146px 10px 15px;
    border: 0;
    z-index: 99;
    box-sizing: border-box;
  }
  .head_bottom .search_box input[type='text'] {
    height: 40px;
    line-height: 40px;
    color: #474747;
    background: #dddddd;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .head_bottom .search_box input[type='submit'] {
    right: 50px;
    top: 10px;
    width: 96px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    background: #0066cc url(fdj.png) no-repeat center;
  }
  .head_bottom .search_btn_m {
    display: block;
  }
  .head_bottom .search_btn_m.on {
    z-index: 100;
    background: url(cuo.png) no-repeat;
    top: 20px;
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .logo_pic {
    float: none;
  }
  .logo_name {
    float: none;
    display: inline-block;
  }
  .logo_txt {
    float: none;
    color: #ffffff;
    font-size: 1.8em;
    font-weight: bold;
  }
  .logo_en {
    display: none;
  }

  .menu_box {
    width: auto;
    height: 0px;
    padding-right: 0;
  }
  .menu_scroll_box {
    width: 100%;
    overflow: scroll;
    display: none;
  }
  #menu {
    width: 650px;
  }
  #menu > li {
    width: auto;
  }
  #menu > li > a {
    height: 49px;
    line-height: 49px;
    font-size: 16px;
    padding: 0 15px;
  }
  #menu > li > a.on,
  #menu > li > a:hover {
    background: #012557;
  }
  .menu_box .menu_btn {
    display: none;
  }
  .menu_box .menu_btn_m {
    display: block;
    width: 21px;
    height: 20px;
    background-size: cover;
    border-radius: 5px;
  }

  #container {
    width: auto;
    margin: 0 auto;
  }
  #container.sub {
    width: auto;
    padding: 0;
    background: #fff;
    margin-top: 0;
  }

  /*tab*/
  .tab_box .tab {
    border-bottom: 0;
    height: auto;
  }
  .tab_box .tab li > a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    margin-right: 20px;
  }
  .tab_box.h50 .tab {
    height: auto;
  }
  .tab_box.h50 .tab li > a {
    height: 35px;
    line-height: 35px;
  }
  .tab_box .con .more {
    position: static;
    background-color: #fafafa;
    text-align: center;
    width: 60%;
    color: #0066cc;
    margin-top: 20px;
    padding: 5px;
  }
  .tab_box .con .list_data {
    padding-top: 0;
  }
  .tab_box .con .list_data > li {
    /*padding: 0; background: none; border-bottom: none;*/
    display: none;
  }
  .tab_box .con .list_data > li:nth-child(1),
  .tab_box .con .list_data > li:nth-child(2),
  .tab_box .con .list_data > li:nth-child(3),
  .tab_box .con .list_data > li:nth-child(4),
  .tab_box .con .list_data > li:nth-child(5) {
    display: block;
  }
  .tab_box .con .list_data > li > a {
    font-size: 13px;
    width: calc(100% - 90px);
  }
  .tab_box .con .list_data > li > span {
    font-size: 13px;
    width: 90px;
  }
  .tab_box .con .list {
    padding-top: 0;
  }
  .tab_box .con .list > li {
    padding-top: 0;
  }
  .tab_box .con .list > li > a {
    font-size: 13px;
  }
  .tab_box_safety.tab_box .con .list_data > li {
    padding: 10px 0 0 0;
  }
  .sub_profile_tab_box.tab_box .con .more {
    top: -31px;
  }

  #footer {
    border-top: #3d3d3d 1px solid;
  }
  .foot_box {
    width: auto;
    height: auto;
    padding: 5px 0 20px;
  }
  .foot_box .logo {
    float: left;
    width: 80px;
    margin-left: 100px;
    padding-top: 0;
  }
  .foot_box .foot_center {
    float: none;
    padding-top: 0;
    margin-left: 0px;
  }
  .foot_box .foot_center .txt {
    padding: 10px 15px 15px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  .foot_box .icon {
    float: left;
    padding-top: 10px;
    width: 110px;
    margin: 0 auto;
  }
  .foot_box .icon:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }
  .foot_box .icon a,
  .foot_box .icon span {
    margin: 0;
    width: 31.33%;
    padding: 0 1%;
    display: block;
    float: left;
  }
  .foot_box .icon a img,
  .foot_box .icon span img {
    width: 100%;
  }
  .footer_top span {
    display: block;
  }
  .footer_top a {
    display: block;
    width: 90%;
  }
  #m_gotop {
    display: block;
  }

  #sub_left_box {
    float: none;
    width: 100%;
    padding: 0;
  }
  #sub_right_box {
    float: none;
    width: auto;
  }
  .sub_right_top_box {
    padding-top: 0;
  }
  #sub_path {
    float: none;
    background: #f3f4f7;
    overflow: scroll;
    border-bottom: 1px solid #c9c9c9;
  }
  #sub_path > div {
    float: none;
  }
  #sub_path a {
    color: #222222;
    height: 38px;
    line-height: 38px;
    border-right: #c9c9c9 1px solid;
  }
  #sub_path a + a {
    padding: 0 13px;
    background: none;
  }
  #sub_path a:first-child {
    width: 37px;
    height: 38px;
    background: url(images/path_home_mbe.gif) no-repeat center center;
    margin-top: 0;
    font-size: 0;
    padding-left: 0;
  }
  #sub_path a:last-child {
    font-weight: normal;
    background: #e2e5e7;
    color: #222222;
  }
  #sub_right_box .sub_tit2 {
    font-size: 22px;
    margin-top: 0;
    height: 49px;
    line-height: 49px;
    padding-left: 50px;
    background: url(sub_tit2_bg.png) no-repeat 15px center;
  }
  #sub_right_box .sub_share {
    float: right;
    margin-top: 10px;
    padding-right: 15px;
  }
  #sub_right_box .sub_share a.dy {
    display: none;
  }

  .contents {
    padding: 15px 15px 0;
    margin-top: 0;
    border-top: #727d8c 1px solid;
  }

  .ul_list01 {
    margin-top: 0;
  }
  .ul_list01 li.row1 {
    display: none;
  }
  .ul_list01 li.row2 {
    width: 100%;
  }
  .ul_list01 li.row3 {
    display: none;
  }
  .ul_list01 .tit {
    display: none;
  }
  .ul_list01 .list {
    border-top: 0;
  }
  .ul_list01 .list > li > ul {
    padding: 0;
  }
  .ul_list01 .list > li > ul > li {
    float: none;
    padding: 10px 0;
  }
  .ul_list01 .list > li > ul > li > a {
    font-size: 14px;
  }
  .ul_list01 .list .m_date {
    display: block;
    padding-top: 5px;
    color: #888888;
    font-size: 13px;
  }

  .paging {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .ul_view01 .tit li.row1 {
    font-size: 18px;
    padding: 0;
    border: 0;
    background: #fff;
    text-align: left;
  }
  .ul_view01 .tit li.row2 {
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    border-top: 0;
  }
  .ul_view01 .con {
    padding: 15px 0;
    font-size: 15px;
  }
  .ul_view01 .con .imgBox {
    padding: 15px 0;
  }

  .view_page_box > li > span {
    font-size: 14px;
  }
  .view_page_box > li > a {
    font-size: 14px;
  }

  .view_btn_box {
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .view_btn_box a {
    font-size: 15px;
  }

  /******************************
             首页
 ******************************/
  .pcss_yw {
    display: none;
  }
  .pcss_wx {
    display: none;
  }
  .main_p_box {
    padding: 7px;
    background-color: #ffffff;
  }
  .top_pic {
    width: 100%;
  }
  .main_box1 {
    float: none;
    width: auto;
    height: auto;
  }
  #slider001 {
    float: none;
    width: auto;
    height: auto;
    margin-top: 0;
  }
  #slider001 .slides li a img {
    width: 100%;
    height: 297px;
  }
  #slider001 .slides li .txt {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  #slider001 .MslideNum {
    bottom: 10px;
  }

  .main_box2 {
    float: none;
    width: auto;
    height: auto;
    margin-top: 12px;
  }
  .tab_box_safety.tab_box .tab {
    padding-left: 10px;
    background: none;
  }
  .tab_box_safety.tab_box .con {
    padding: 9px 10px 21px;
    min-height: 180px;
    box-sizing: border-box;
  }

  .main_box3 {
    margin-top: 12px;
    margin-bottom: 0;
  }
  .main_box3 > div {
    float: none;
    width: auto;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
  }
  .main_box3 > div br {
    display: none;
  }
  .main_box3 > ul {
    float: none;
    width: auto;
    height: auto;
  }
  .main_box3 > ul li:nth-child(1),
  .main_box3 > ul li:nth-child(2),
  .main_box3 > ul li:nth-child(3) {
    width: 33.33%;
  }
  .main_box3 > ul li:nth-child(4),
  .main_box3 > ul li:nth-child(5) {
    width: 50%;
  }
  .main_box3 > ul li:nth-child(1) {
    background: none;
  }
  .main_box3 > ul li:nth-child(4) {
    background: none;
  }

  .main_box3 > p {
    float: none;
    margin-top: 12px;
  }
  .main_box3 > p a {
    width: 50%;
    height: 80px;
    line-height: 80px;
  }
  .main_box3 > p a img {
    margin-top: 0;
  }
  .main_box3 > p a span {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    margin-top: 0;
    margin-left: 10px;
  }

  .main_box4 {
    margin-top: 0;
    margin-left: 0;
  }
  .main_box4 .tab_box {
    width: auto;
    float: none;
    height: auto;
    margin-left: 0;
    margin-top: 12px;
  }
  .hdjl {
    float: none;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 12px;
  }
  .hdjl_btm {
    margin-top: 12px;
  }
  .hdjl_btm a {
    width: 33.33%;
  }

  .main_box5 {
    margin-top: 12px;
  }
  .main_box5_lf {
    float: none;
    width: auto;
    height: auto;
  }
  .main_box5_lf a img {
    width: 100%;
  }
  .main_box5_cen {
    float: none;
    width: auto;
    height: auto;
    margin-left: 0;
  }
  .zt_ulList p img {
    width: 100%;
    height: auto;
  }
  .main_box5_rt_tab {
    padding-left: 10px;
  }
  .main_box5_rt_tab_box {
    float: none;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-top: 12px;
  }
  .main_box5_rt_tab_box .tab_box {
    margin-left: 10px;
    padding-bottom: 25px;
  }
  .main_box5_rt_tab_box .tab li > a {
    margin-right: 0;
  }
  .main_box5_rt_tab_box .tab_box .con .list_data > li {
    padding: 15px 10px 0 0;
  }
  #slider001 .flex-control-nav {
    position: absolute;
    right: 25px;
    bottom: 48px;
  }
  .zt_tl {
    width: 100%;
    margin: 0 auto;
  }
  .pic_pc {
    display: none;
  }
  .pic_mobile {
    display: inline;
    width: 100%;
  }

  .sp_pic a {
    width: 48%;
    height: 126px;
    float: left;
    margin-bottom: 15px;
  }
  .sp_pic a img {
    width: 100%;
    height: 126px;
  }
  .sp_pic a:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .sp_pic a:nth-child(odd) {
    margin-right: 4%;
  }
  .spdt_imp {
    width: 240px;
    overflow: hidden;
    height: 111px;
  }

  /******************************
             分页
 ******************************/

  .sub_mech_intr {
    margin-left: -2%;
  }
  .sub_mech_intr > div {
    width: 48%;
    margin-left: 2%;
  }

  .sub_gov_box1 > div > a {
    margin: 0 3%;
  }
  .sub_gov_box2 > div {
    width: 49%;
  }
  .sub_gov_tab_box .tab_box .tab {
    width: 100% !important;
  }
  .sub_gov_tab_box .tab_box .tab li > a {
    line-height: 45px;
    height: 45px;
  }
  .sub_gov_tab_box .tab_box .con .more {
    top: -31px;
  }

  #slider005 .slides li .txt {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 50px 0 15px;
    box-sizing: border-box;
  }
  #slider005 .MslideNum {
    right: 13px;
    bottom: 10px;
  }

  .sub06_inter_d1 {
    margin-left: -10px;
    text-align: center;
  }
  .sub06_inter_d1 > a {
    width: calc(33.3% - 10px);
    margin-left: 10px;
    height: auto;
  }

  .sub_guide #sub_right_box {
    padding: 0;
  }

  .sub_profile_box2 > div {
    width: 49%;
  }

  .sub_detaied > div {
    margin-bottom: 0;
  }
  .sub_detaied > div > div {
    float: none;
    border-left: none;
    padding: 0 0 12px 0;
    margin-bottom: 12px;
    width: auto;
    border-bottom: 1px solid #ddd;
    min-height: auto;
  }

  #sub_slider_news .slides li > a {
    float: none;
    width: auto;
  }
  #sub_slider_news .flex-control-nav {
    display: none;
  }
  #sub_slider_news .flex-direction-nav a {
    top: 40%;
  }
  #sub_slider_news .flex-direction-nav a.flex-next {
    right: 15px;
  }
  .sub_slider_news_text {
    float: none;
    width: auto;
    height: auto;
    background-color: #fff;
  }
  .sub_slider_news_text > div {
    padding: 26px 0;
  }
  .sub_slider_news_text > div div {
    margin-top: 15px;
  }
  .sub_slider_news_text > div p {
    margin-top: 10px;
  }

  .sub_interac_img {
    width: 49%;
  }
  .sub_interac_img > img {
    width: 100%;
  }

  .sub_special {
    margin-left: -2%;
  }
  .sub_special > a {
    display: block;
    float: left;
    margin-left: 2%;
    margin-bottom: 20px;
    width: 48%;
  }
  .sub_special > a > img {
    width: 100%;
  }
  .sub_special a .pic_tit {
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
  }

  .sub01_p02_box1 dt > p {
    width: calc(100% - 80px);
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
  }
} /*移动版 - 1024宽度 结束*/

@media screen and (max-width: 768px) {
  .foot_box .foot_center .txt > p > span {
    display: inline-block;
    line-height: 25px;
  }
  .foot_box .foot_center .txt > p > br {
    display: block;
  }

  .main_box4 > ul a {
    font-size: 13px;
  }

  #slider006 .slide6_pc {
    display: none;
  }
  #slider006 .slide6_mbe {
    display: block;
  }

  .sub_profile_box {
    margin-left: -1%;
  }
  .sub_profile_box > a {
    width: calc(32.3% - 2px);
    margin-left: 1%;
    margin-top: 5px;
  }
  .sub_profile_tab_box.tab_box {
    width: auto;
    float: none;
  }

  .sub06_inter_d1 > a > span {
    font-size: 16px;
    line-height: 59px;
  }
  .sub06_inter_d1 > a.bg1 > span {
    -webkit-background-size: 32px 23px;
    background-size: 32px 23px;
    padding-left: 41px;
  }
  .sub06_inter_d1 > a.bg2 > span {
    -webkit-background-size: 28px 34px;
    background-size: 28px 34px;
    padding-left: 39px;
  }
  .sub06_inter_d1 > a.bg3 > span {
    -webkit-background-size: 31px 32px;
    background-size: 31px 32px;
    padding-left: 43px;
  }

  .sub_interac_img {
    float: none;
    width: auto;
    margin-top: 0;
  }

  #sub_slider_news .flex-direction-nav a {
    top: 35%;
  }
  .main_box_bsfw {
    float: none;
    width: 100%;
  }
  .main_box_fwrx {
    float: none;
    width: 60%;
    margin: 0px auto;
  }
  .main_box_zfxxgk {
    float: none;
    width: 100%;
    height: auto;
    background: none;
  }
  .zfxxgk_box {
    width: 90%;
    margin: 20px auto 0;
  }
  .zfxxgk_item img {
    margin-right: 10px;
    margin-left: 2%;
  }
  .main_box_zc {
    float: none;
    width: 100%;
    height: auto;
    background: none;
  }
  .zc_box {
    margin: 0 auto;
    width: 80%;
  }
  .zc_box img {
    width: 45%;
  }
}

@media screen and (max-width: 590px) {
  .main_box8 > a {
    width: 49%;
    margin-top: 5px;
  }
  .main_box9_rt .tab li {
    width: auto;
  }

  .sub_gover_box1 li:nth-child(1),
  .sub_gover_box1 li:nth-child(2),
  .sub_gover_box1 li:nth-child(3) {
    width: 33%;
  }
  .sub_gover_box1 li:nth-child(4),
  .sub_gover_box1 li:nth-child(5) {
    width: 50%;
    margin-top: 20px;
  }
  .sub_gover_box1 li:nth-child(4) > a {
    border-left: none;
  }

  #sub_slider_news .flex-direction-nav a {
    top: 30%;
  }
}

@media screen and (max-width: 480px) {
  .main_box4 > ul li:nth-child(1),
  .main_box4 > ul li:nth-child(2),
  .main_box4 > ul li:nth-child(3) {
    width: 33%;
  }
  .main_box4 > ul li:nth-child(4),
  .main_box4 > ul li:nth-child(5) {
    width: 50%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }

  .main_box5_lf > p a {
    width: 50%;
  }
  .main_box5_lf > p a span {
    font-size: 22px;
    padding-left: 55px !important;
  }
  .main_box5_lf > div a span {
    font-size: 20px;
    padding-left: 55px !important;
  }

  .main_box7_rt_tab_box2 {
    width: auto;
  }

  .sub_profile_box2 > div {
    float: none;
    width: auto;
  }
  .sub_profile_box2 img.pc {
    display: none;
  }
  .sub_profile_box2 img.mbe {
    display: block;
  }

  .sub1_01box1 > div > p {
    margin-right: 10px;
    width: 125px;
    height: 178px;
  }
  .sub1_01box1 > div > p > img {
    width: 125px;
    height: 178px;
  }
  .sub1_01box1 > div > div > p {
    margin-left: 150px;
  }

  .sub_special {
    margin-left: 0%;
  }
  .sub_special > a {
    display: block;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    width: auto;
  }

  .sub01_p03_box1 > div img.mbe {
    display: block;
  }
  .sub01_p03_box1 > div img.pc {
    display: none;
  }
}

@media screen and (max-width: 470px) {
  .main_box9_con > div > a {
    width: calc(100% - 12px);
  }

  .sub_profile_box > a {
    width: calc(49% - 2px);
  }
  .sub_profile_box > a p {
    font-size: 14px;
  }
  .sub_profile_box > a span {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .sub06_inter_d1 {
    margin-left: 0;
  }
  .sub06_inter_d1 > a {
    float: none;
    width: auto;
    margin-top: 5px;
    margin-left: 0;
  }

  #sub_slider_news .flex-direction-nav a {
    top: 25%;
  }
}

@media screen and (max-width: 360px) {
  .sub06_inter_d1 > a {
    margin-left: 0;
    width: 100%;
    margin-top: 5px;
  }

  #sub_slider_news .flex-direction-nav a {
    top: 23%;
  }
}