/*控制pc站*/
.hidden-xs {
  display: block !important;
}
/*控制手机站*/
.visible-xs {
  display: none !important;
}
.visible-xs-m {
  display: none;
}
/*手机端css(小于767的屏幕使用一下css)*/
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-m {
    display: block;
  }
  /*******公共部分 开始*******/
  * {
    font-family: "Microsoft YaHei";
    font-size: 100%;
  }
  body {
    padding: 0px;
    margin: 0px;
  }
  body.mdui-loaded {
    transition: padding 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
  a {
    text-decoration: none;
    color: #333;
  }
  ul,
  li,
  ol,
  span,
  em {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  li {
    float: left;
  }
  .fl {
    float: left;
  }
  .fr {
    float: right;
  }
  .clear {
    clear: both;
  }
  .divH2 {
    height: 2px;
    clear: both;
  }
  .divH3 {
    height: 3px;
    clear: both;
  }
  .divH5 {
    height: 5px;
    clear: both;
  }
  .divH10 {
    height: 10px;
    clear: both;
  }
  .divH15 {
    height: 15px;
    clear: both;
  }
  .divH20 {
    height: 20px;
    clear: both;
  }
  .divH30 {
    height: 30px;
    clear: both;
  }
  .divH40 {
    height: 40px;
    clear: both;
  }
  .wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  /*******公共部分 结束*******/
  /*******首页 + 综合页  结束*******/
  /*******公共头部 开始******/
  .header {
    /*头部-顶部*/
    /*头部菜单*/
    /*头部banner*/
  }
  .header .header_top {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .header .header_top img {
    width: 100%;
  }
  .header .header_menu {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1%;
  }
  .header .header_menu ul {
    width: 102%;
    display: block;
  }
  .header .header_menu ul li {
    display: block;
    float: left;
    width: 32%;
    margin-right: 1%;
    margin-top: 1%;
  }
  .header .header_menu ul li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 100%;
    color: #fff;
    background-color: #0c4499;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .header .header_menu ul li:hover a {
    color: #fff000;
  }
  .header .header_menu ul li.on a {
    color: #fff000;
  }
  .header .header_banner {
    display: block;
    width: 100%;
  }
  .header .header_banner img {
    width: 100%;
  }
  /*******公共头部 开始******/
  .ny_top {
    display: block;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    background-image: url("../images/2018_phone_topbg.png");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #0C4499;
    top: 0;
  }
  .ny_top .top_back {
    display: block;
    width: 10%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
  }
  .ny_top .top_back a {
    display: block;
    text-align: left;
    width: 90%;
  }
  .ny_top .top_back a img {
    display: block;
    width: 100%;
    float: left;
  }
  .ny_top .top_title {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
    float: left;
  }
  .ny_top .top_title a {
    color: #FFFFFF;
    font-size: 130%;
  }
  .ny_top .top_menu {
    display: block;
    width: 10%;
    margin: 0 auto;
    padding: 20px 0;
    box-sizing: border-box;
    float: right;
  }
  .ny_top .top_menu a {
    display: block;
    text-align: right;
    width: 90%;
  }
  .ny_top .top_menu a img {
    display: block;
    width: 100%;
    float: right;
  }
  /*******公共头部 开始******/
  /*******公共头部 结束******/
  .nav {
    display: block;
    width: 100%;
    height: 100%;
    /*******首页 开始******/
    /*******首页 结束******/
    /*******关于我们 开始******/
    /*******关于我们 结束******/
    /*******新闻动态 开始******/
    /*******新闻动态 结束******/
    /*******产品展示 开始******/
    /*******产品展示 结束******/
    /*******服务中心 开始******/
    /*******服务中心 结束******/
  }
  .nav .body_main {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    /*******公司优势 开始******/
    /*******产品展示 开始******/
    /*******服务中心 开始******/
    /*******新闻动态 开始******/
    /*******企业资质 开始******/
  }
  .nav .body_main .main_gsys {
    display: block;
    width: 100%;
    margin: 20px auto 0px;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
  .nav .body_main .main_gsys .title {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_gsys .title a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 120%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0c4499;
    text-align: center;
  }
  .nav .body_main .main_gsys .cont_gsys {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .nav .body_main .main_gsys .cont_gsys ul {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_gsys .cont_gsys ul li {
    display: block;
    width: 25%;
    float: left;
    padding: 0 9px;
    box-sizing: border-box;
  }
  .nav .body_main .main_gsys .cont_gsys ul li .gsys_img {
    width: 100%;
    margin: auto;
  }
  .nav .body_main .main_gsys .cont_gsys ul li .gsys_img img {
    width: 100%;
  }
  .nav .body_main .main_gsys .cont_gsys ul li .gsys_txt {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    overflow: hidden;
  }
  .nav .body_main .main_cpzs {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #F4F4F4;
    padding-top: 15px;
  }
  .nav .body_main .main_cpzs .title {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_cpzs .title a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 120%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #0c4499;
    text-align: center;
  }
  .nav .body_main .main_cpzs .picScroll {
    display: block;
    margin: 20px auto 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 200px;
  }
  .nav .body_main .main_cpzs .picScroll .bd {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul {
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
    zoom: 1;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul li {
    width: 33.3%;
    float: left;
    display: inline;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul li a {
    display: block;
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    height: 150px;
    border: 1px solid #c8c8c8;
    background-color: #fff;
    overflow: hidden;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul li a img {
    display: block;
    width: 102px;
    height: 80px;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul li a em {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    top: 65px;
    width: 100%;
    height: 25px;
    z-index: 10;
    background: url("../images/2018_phone_dianbg.png") no-repeat 0 0;
    background-position: center;
    overflow: hidden;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul li a span {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 10px;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul li a span h1 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-size: 100%;
    line-height: 30px;
    color: #333;
  }
  .nav .body_main .main_cpzs .picScroll .bd ul li a span p {
    padding: 0;
    margin: 0;
    display: block;
    width: 90%;
    height: 20px;
    line-height: 20px;
    font-size: 80%;
    margin: 0 auto;
    overflow: hidden;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .nav .body_main .main_cpzs .picScroll .hd {
    height: 40px;
    line-height: 40px;
    background: #f4f4f4;
    overflow: hidden;
    text-align: left;
    padding: 0 10px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
  }
  .nav .body_main .main_cpzs .picScroll .hd ul {
    float: right;
    display: block;
    padding-top: 16px;
    box-sizing: border-box;
  }
  .nav .body_main .main_cpzs .picScroll .hd ul li {
    float: left;
    width: 8px;
    height: 8px;
    background: #D0D0D0;
    margin: 0 5px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: inline;
    text-align: center;
  }
  .nav .body_main .main_cpzs .picScroll .hd ul li.on {
    background: #0c4499;
  }
  .nav .body_main .main_cpzs .picScroll .prev {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url("../images/pisScrollIcons.gif") -6px -7px no-repeat;
    overflow: hidden;
    margin: 11px 5px 0 5px;
  }
  .nav .body_main .main_cpzs .picScroll .next {
    display: block;
    float: right;
    width: 18px;
    height: 18px;
    background: url("../images/pisScrollIcons.gif") -6px -7px no-repeat;
    overflow: hidden;
    margin: 11px 5px 0 5px;
    background-position: -34px -7px;
  }
  .nav .body_main .main_cpzs .picScroll .prevStop {
    background-position: -6px -40px;
  }
  .nav .body_main .main_cpzs .picScroll .nextStop {
    background-position: -34px -40px;
  }
  .nav .body_main .main_fwzx {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: url("../images/2018_phone_mainbg01.jpg") no-repeat 0 0;
    background-position: left top;
    padding-bottom: 20px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .nav .body_main .main_fwzx .title {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_fwzx .title a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 120%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
  }
  .nav .body_main .main_fwzx .cont_fwzx {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .nav .body_main .main_fwzx .cont_fwzx ul {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_fwzx .cont_fwzx ul li {
    display: block;
    width: 33.3%;
    float: left;
    padding: 0 7px;
    box-sizing: border-box;
  }
  .nav .body_main .main_fwzx .cont_fwzx ul li .fwzx_img {
    width: 60%;
    margin: auto;
  }
  .nav .body_main .main_fwzx .cont_fwzx ul li .fwzx_img img {
    width: 100%;
  }
  .nav .body_main .main_fwzx .cont_fwzx ul li .fwzx_txt {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_fwzx .cont_fwzx ul li .fwzx_txt span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    font-size: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .nav .body_main .main_news {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .nav .body_main .main_news .title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #0C4499;
    overflow: hidden;
  }
  .nav .body_main .main_news .title .title_l {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    background: url("../images/2018_phone_icon06.jpg") right center no-repeat #0C4499;
    padding-left: 8px;
    padding-right: 28px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 120%;
    text-align: center;
  }
  .nav .body_main .main_news .title .title_r {
    display: block;
    float: right;
    width: 65%;
    height: 40px;
    line-height: 40px;
  }
  .nav .body_main .main_news .title .title_r ul {
    display: block;
    max-width: 100%;
    height: 40px;
    float: right;
  }
  .nav .body_main .main_news .title .title_r ul li {
    display: block;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
    text-align: center;
  }
  .nav .body_main .main_news .title .title_r ul li a {
    display: block;
    color: #333333;
    font-size: 110%;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .nav .body_main .main_news .title .title_r ul li img {
    line-height: 40px;
    padding-top: 11px;
    display: block;
    box-sizing: border-box;
  }
  .nav .body_main .main_news .title .title_r ul li.on a {
    color: #0C4499;
  }
  .nav .body_main .main_news .news_cont {
    display: block;
    width: 100%;
    margin-right: -4%;
  }
  .nav .body_main .main_news .news_cont .tab_cont {
    display: none;
    width: 100%;
    height: 285px;
    margin-top: 20px;
    overflow: hidden;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_1 {
    width: 100%;
    display: block;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_1 ul {
    display: block;
    width: 100%;
    margin-right: -4%;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_1 ul li {
    display: block;
    width: 30%;
    margin-right: 3%;
    float: left;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_1 ul li a {
    display: block;
    float: left;
    width: 100%;
    height: 110px;
    line-height: 30px;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_1 ul li a img {
    display: block;
    width: 105px;
    height: 80px;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_1 ul li a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
    font-size: 100%;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_2 {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_2 ul {
    display: block;
    width: 100%;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_2 ul li {
    display: block;
    width: 100%;
    height: 35px;
    border-bottom: 1px dotted #cccccc;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_2 ul li a {
    display: block;
    float: left;
    width: 75%;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
    font-size: 100%;
  }
  .nav .body_main .main_news .news_cont .tab_cont .cont_2 ul li span {
    display: block;
    float: right;
    width: 20%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333333;
    font-size: 100%;
  }
  .nav .body_main .main_qyzz {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .nav .body_main .main_qyzz .title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #0C4499;
    overflow: hidden;
  }
  .nav .body_main .main_qyzz .title .title_l {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    background: url("../images/2018_phone_icon06.jpg") right center no-repeat #0C4499;
    padding-left: 8px;
    padding-right: 28px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 120%;
    text-align: center;
  }
  .nav .body_main .main_qyzz .title .more_r {
    display: block;
    float: right;
    margin-top: 8px;
  }
  .nav .body_main .main_qyzz .title .more_r a {
    display: block;
    height: 25px;
    line-height: 20px;
    background-color: #CCCCCC;
    padding: 2px 8px;
    box-sizing: border-box;
    color: #666666;
    text-align: center;
    border-radius: 5px;
  }
  .nav .body_main .main_qyzz .qyzz_cont {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .nav .body_main .main_qyzz .qyzz_cont ul {
    display: block;
    width: 100%;
    height: 110px;
    margin-right: -4%;
  }
  .nav .body_main .main_qyzz .qyzz_cont ul li {
    display: block;
    width: 30%;
    float: left;
    margin-right: 3%;
  }
  .nav .body_main .main_qyzz .qyzz_cont ul li a {
    display: block;
    float: left;
    width: 100%;
    height: 110px;
  }
  .nav .body_main .main_qyzz .qyzz_cont ul li a img {
    display: block;
    width: 100%;
    height: 80px;
  }
  .nav .body_main .main_qyzz .qyzz_cont ul li a span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .nav .main_gywm {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
    /**公司简介 开始**/
    /**公司资质 开始**/
    /**公司文化 开始**/
    /**公司荣誉 开始**/
    /**组织机构 开始**/
  }
  .nav .main_gywm .gywm_gsjj {
    display: block;
    width: 100%;
    padding: 10px 10px 20px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_gsjj .title_1 {
    display: block;
    font-size: 130%;
    color: #0C4499;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .nav .main_gywm .gywm_gsjj .gsjj_cont {
    display: block;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .nav .main_gywm .gywm_gsjj .gsjj_cont p {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 100%;
    text-indent: 2em;
    color: #333333;
    margin: 0px;
    padding: 0px;
  }
  .nav .main_gywm .gywm_gsjj .gsjj_cont .more {
    display: block;
  }
  .nav .main_gywm .gywm_gsjj .gsjj_cont .more a {
    line-height: 25px;
    padding: 2px 8px;
    background-color: #0E6BBA;
    color: #FFFFFF;
    font-size: 90%;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .nav .main_gywm .gywm_gszz {
    display: block;
    width: 100%;
    background: url("../images/2018_phone_mainbg02.jpg") no-repeat 0 0;
    margin-top: 10px;
    padding: 10px 10px 20px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_gszz .title_2 {
    display: block;
    font-size: 130%;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .nav .main_gywm .gywm_gszz .title_2 span {
    display: block;
    margin-top: 10px;
    height: 20px;
    width: 5px;
    background-color: #ffa800;
    border-radius: 5px;
    float: left;
    margin-right: 8px;
  }
  .nav .main_gywm .gywm_gszz .gszz_cont {
    display: block;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .nav .main_gywm .gywm_gszz .gszz_cont p {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 100%;
    text-indent: 2em;
    color: #FFFFFF;
    padding-bottom: 30px;
  }
  .nav .main_gywm .gywm_gszz .gszz_cont .more {
    display: block;
    margin-top: 20px;
  }
  .nav .main_gywm .gywm_gszz .gszz_cont .more a {
    line-height: 25px;
    padding: 2px 8px;
    background-color: #ffa800;
    color: #FFFFFF;
    font-size: 90%;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .nav .main_gywm .gywm_gswh {
    display: block;
    width: 100%;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_gswh .title_1 {
    display: block;
    font-size: 130%;
    color: #0C4499;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont {
    display: block;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    /**企业理念**/
    /**公司风采**/
    /**员工家园**/
  }
  .nav .main_gywm .gywm_gswh .gswh_cont p {
    display: block;
    width: 100%;
    line-height: 25px;
    font-size: 100%;
    text-indent: 2em;
    color: #333333;
    margin: 0px;
    padding: 0px;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_qyln {
    display: block;
    width: 48%;
    margin-right: 2%;
    float: left;
    margin-top: 10px;
    background: url("../images/2018_phone_mainbg03.jpg") no-repeat 0 0;
    background-position: center;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_qyln .title {
    width: 100%;
    display: block;
    line-height: 25px;
    font-size: 120%;
    color: #FFFFFF;
    text-align: left;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_qyln .gswh_qyln_cont {
    display: block;
    padding-top: 10px;
    width: 100%;
    height: 270px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_qyln .gswh_qyln_cont p {
    display: block;
    width: 100%;
    height: 85%;
    line-height: 25px;
    font-size: 100%;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_qyln .gswh_qyln_cont .more {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 0px;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_qyln .gswh_qyln_cont .more a {
    line-height: 25px;
    padding: 2px 8px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 90%;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_gsfc {
    display: block;
    width: 48%;
    margin-left: 2%;
    float: right;
    margin-top: 10px;
    background: url("../images/2018_phone_mainbg04.jpg") no-repeat 0 0;
    background-position: left top;
    padding: 20px 10px 20px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_gsfc .title {
    width: 100%;
    display: block;
    line-height: 25px;
    font-size: 120%;
    color: #FFFFFF;
    text-align: left;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_gsfc .gswh_gsfc_cont {
    display: block;
    padding-top: 5px;
    height: 90px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_gsfc .gswh_gsfc_cont p {
    display: block;
    width: 100%;
    height: 50%;
    line-height: 25px;
    font-size: 100%;
    text-indent: 2em;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_gsfc .gswh_gsfc_cont .more {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 0px;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_gsfc .gswh_gsfc_cont .more a {
    padding: 2px 8px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 90%;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_ygjy {
    display: block;
    width: 48%;
    margin-left: 2%;
    float: right;
    margin-top: 10px;
    background-color: #0C4499;
    padding: 10px 10px 20px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_ygjy .title {
    width: 100%;
    display: block;
    line-height: 25px;
    font-size: 120%;
    color: #FFFFFF;
    text-align: left;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_ygjy .gswh_ygjy_cont {
    display: block;
    padding-top: 5px;
    width: 100%;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_ygjy .gswh_ygjy_cont p {
    display: block;
    width: 100%;
    height: 50%;
    line-height: 25px;
    font-size: 100%;
    text-indent: 2em;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_ygjy .gswh_ygjy_cont .more {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 0px;
  }
  .nav .main_gywm .gywm_gswh .gswh_cont .gswh_ygjy .gswh_ygjy_cont .more a {
    padding: 2px 8px;
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 90%;
  }
  .nav .main_gywm .gywm_gsry {
    display: block;
    width: 100%;
    background: url("../images/2018_phone_mainbg05.jpg") no-repeat 0 0;
    background-position: left bottom;
    margin-top: 30px;
    padding: 10px 10px 20px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_gsry .title_2 {
    display: block;
    font-size: 130%;
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .nav .main_gywm .gywm_gsry .title_2 span {
    display: block;
    margin-top: 10px;
    height: 20px;
    width: 5px;
    background-color: #ffa800;
    border-radius: 5px;
    float: left;
    margin-right: 8px;
  }
  .nav .main_gywm .gywm_gsry .gsry_cont {
    display: block;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .nav .main_gywm .gywm_gsry .gsry_cont p {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 100%;
    text-indent: 2em;
    color: #FFFFFF;
    padding-bottom: 30px;
  }
  .nav .main_gywm .gywm_gsry .gsry_cont .more {
    display: block;
  }
  .nav .main_gywm .gywm_gsry .gsry_cont .more a {
    line-height: 25px;
    padding: 2px 8px;
    background-color: #ffa800;
    color: #FFFFFF;
    font-size: 90%;
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .nav .main_gywm .gywm_zzjg {
    display: block;
    width: 100%;
    padding: 10px 10px 20px;
    box-sizing: border-box;
  }
  .nav .main_gywm .gywm_zzjg .title_1 {
    display: block;
    font-size: 130%;
    color: #0C4499;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .nav .main_gywm .gywm_zzjg .zzjg_cont {
    display: block;
    padding-top: 10px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .nav .main_gywm .gywm_zzjg .zzjg_cont img {
    display: block;
    width: 100%;
  }
  .nav .main_gywm .gywm_zzjg .zzjg_cont .more {
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
  .nav .main_gywm .gywm_zzjg .zzjg_cont .more a {
    line-height: 25px;
    padding: 2px 8px;
    background-color: #0C4499;
    color: #FFFFFF;
    font-size: 90%;
  }
  .nav .main_xwdt {
    display: block;
    width: 100%;
    margin: 0px auto;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    /**焦点图片 开始**/
    /**公司新闻 开始**/
    /**行业新闻 开始**/
    /**视频展示 开始**/
  }
  .nav .main_xwdt .jdtp_cont {
    display: block;
    width: 100%;
    background: #fff;
  }
  .nav .main_xwdt .jdtp_cont .slideBox {
    position: relative;
    overflow: hidden;
    margin: 2px auto;
    max-width: 740px;
  }
  .nav .main_xwdt .jdtp_cont .slideBox .hd {
    position: absolute;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  .nav .main_xwdt .jdtp_cont .slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    text-indent: -9999px;
    overflow: hidden;
    margin: 10px 3px;
  }
  .nav .main_xwdt .jdtp_cont .slideBox .hd li.on {
    background: #fff000;
  }
  .nav .main_xwdt .jdtp_cont .slideBox .bd {
    position: relative;
    z-index: 0;
    width: 100%;
  }
  .nav .main_xwdt .jdtp_cont .slideBox .bd li {
    position: relative;
    text-align: center;
  }
  .nav .main_xwdt .jdtp_cont .slideBox .bd li img {
    background: url("../images/loading.gif") center center no-repeat;
    vertical-align: top;
    width: 100%;
  }
  .nav .main_xwdt .jdtp_cont .slideBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .nav .main_xwdt .jdtp_cont .slideBox .bd li .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    text-align: left;
  }
  .nav .main_xwdt .gsxw {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .nav .main_xwdt .gsxw .title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #0C4499;
    overflow: hidden;
  }
  .nav .main_xwdt .gsxw .title .title_l {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    background: url("../images/2018_phone_icon06.jpg") right center no-repeat #0C4499;
    padding-left: 8px;
    padding-right: 28px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 120%;
    text-align: center;
  }
  .nav .main_xwdt .gsxw .title .more_r {
    display: block;
    float: right;
    margin-top: 8px;
  }
  .nav .main_xwdt .gsxw .title .more_r a {
    display: block;
    height: 25px;
    line-height: 20px;
    background-color: #CCCCCC;
    padding: 2px 5px;
    box-sizing: border-box;
    color: #666666;
    text-align: center;
    border-radius: 5px;
  }
  .nav .main_xwdt .gsxw .gsxw_cont {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .nav .main_xwdt .gsxw .gsxw_cont li {
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
    background-color: #F4F4F4;
    margin: 5px auto;
  }
  .nav .main_xwdt .gsxw .gsxw_cont li a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .nav .main_xwdt .gsxw .gsxw_cont li p {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #666666;
    font-size: 90%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0;
  }
  .nav .main_xwdt .hyxw {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .nav .main_xwdt .hyxw .title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #0C4499;
    overflow: hidden;
  }
  .nav .main_xwdt .hyxw .title .title_l {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    background: url("../images/2018_phone_icon06.jpg") right center no-repeat #0C4499;
    padding-left: 8px;
    padding-right: 28px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 120%;
    text-align: center;
  }
  .nav .main_xwdt .hyxw .title .more_r {
    display: block;
    float: right;
    margin-top: 8px;
  }
  .nav .main_xwdt .hyxw .title .more_r a {
    display: block;
    height: 25px;
    line-height: 20px;
    background-color: #CCCCCC;
    padding: 2px 5px;
    box-sizing: border-box;
    color: #666666;
    text-align: center;
    border-radius: 5px;
  }
  .nav .main_xwdt .hyxw .hyxw_cont {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 {
    display: block;
    width: 100%;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 ul {
    display: block;
    width: 105%;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 ul li {
    display: block;
    width: 45%;
    height: 120px;
    margin-right: 5%;
    float: left;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 ul li a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 ul li a .imgw {
    width: 100%;
    height: 120px;
    display: block;
    border: solid 1px #DEDEDE;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 ul li a .imgw img {
    width: 100%;
    height: 120px;
    display: block;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 ul li a .txtw {
    width: 100%;
    padding: 0 8px;
    box-sizing: border-box;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    zoom: 1;
    z-index: 1;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_1 ul li a .txtw p {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-size: 100%;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_2 {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_2 li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: dashed 1px #DEDEDE;
    text-align: right;
  }
  .nav .main_xwdt .hyxw .hyxw_cont .hyxw_cont_2 li a {
    display: block;
    width: 80%;
    float: left;
    text-align: left;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .nav .main_xwdt .video {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .nav .main_xwdt .video .title {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #0C4499;
    overflow: hidden;
  }
  .nav .main_xwdt .video .title .title_l {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    background: url("../images/2018_phone_icon06.jpg") right center no-repeat #0C4499;
    padding-left: 8px;
    padding-right: 28px;
    box-sizing: border-box;
    color: #FFFFFF;
    font-size: 120%;
    text-align: center;
  }
  .nav .main_xwdt .video .title .more_r {
    display: block;
    float: right;
    margin-top: 8px;
  }
  .nav .main_xwdt .video .title .more_r a {
    display: block;
    height: 25px;
    line-height: 20px;
    background-color: #CCCCCC;
    padding: 2px 5px;
    box-sizing: border-box;
    color: #666666;
    text-align: center;
    border-radius: 5px;
  }
  .nav .main_xwdt .video .video_cont {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .nav .main_xwdt .video .video_cont a {
    display: block;
    width: 100%;
  }
  .nav .main_xwdt .video .video_cont a img {
    display: block;
    width: 100%;
  }
  .nav .main_cpzs_zhy {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    padding: 0 10px;
    box-sizing: border-box;
    /**产品搜索 开始**/
    /**产品搜索 结束**/
    /**产品展示 开始**/
    /**产品展示 结束**/
  }
  .nav .main_cpzs_zhy .cpsearch {
    display: block;
    width: 100%;
  }
  .nav .main_cpzs_zhy .cpsearch .search {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
  }
  .nav .main_cpzs_zhy .cpsearch .search .search_Txt {
    display: block;
    width: 80%;
    height: 40px;
    line-height: 30px;
    font-size: 100%;
    float: left;
    border: solid 1px #0C4499;
    padding-left: 10px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
  }
  .nav .main_cpzs_zhy .cpsearch .search .search_Btn {
    display: block;
    width: 20%;
    height: 40px;
    line-height: 40px;
    float: right;
    background-color: #0C4499;
    text-align: center;
    font-size: 120%;
    color: #FFFFFF;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .nav .main_cpzs_zhy .cpzs {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  .nav .main_cpzs_zhy .cpzs ul {
    display: block;
    width: 104%;
  }
  .nav .main_cpzs_zhy .cpzs ul li {
    display: block;
    width: 46%;
    float: left;
    margin-right: 4%;
    height: 100px;
    margin-bottom: 4%;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx1 {
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/2018_phone_cplx01.jpg") no-repeat 0 0;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx1 .lx_txt {
    display: block;
    width: 121px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/2018_phone_cplx07.png") no-repeat 0 0;
    background-position: 100%;
    text-align: center;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx2 {
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/2018_phone_cplx02.jpg") no-repeat 0 0;
    background-position: center;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx2 .lx_txt {
    display: block;
    width: 121px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/2018_phone_cplx07.png") no-repeat 0 0;
    background-position: 100%;
    text-align: center;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx3 {
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/2018_phone_cplx03.jpg") no-repeat 0 0;
    background-position: center;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx3 .lx_txt {
    display: block;
    width: 121px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/2018_phone_cplx07.png") no-repeat 0 0;
    background-position: 100%;
    text-align: center;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx4 {
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/2018_phone_cplx04.jpg") no-repeat 0 0;
    background-position: center;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx4 .lx_txt {
    display: block;
    width: 121px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/2018_phone_cplx07.png") no-repeat 0 0;
    background-position: 100%;
    text-align: center;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx5 {
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/2018_phone_cplx05.jpg") no-repeat 0 0;
    background-position: center;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx5 .lx_txt {
    display: block;
    width: 121px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/2018_phone_cplx07.png") no-repeat 0 0;
    background-position: 100%;
    text-align: center;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx6 {
    display: block;
    width: 100%;
    height: 100px;
    background: url("../images/2018_phone_cplx06.jpg") no-repeat 0 0;
    background-position: center;
    margin: auto;
    padding-top: 20px;
    overflow: hidden;
  }
  .nav .main_cpzs_zhy .cpzs ul li a .cplx6 .lx_txt {
    display: block;
    width: 121px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    background: url("../images/2018_phone_cplx07.png") no-repeat 0 0;
    background-position: 100%;
    text-align: center;
  }
  .nav .main_fwzx_zhy {
    display: block;
    width: 100%;
    margin: 10px auto 20px;
    /*图标栏 */
    /*案例展示*/
    /*服务宗旨*/
  }
  .nav .main_fwzx_zhy .fwzx_lm_1 {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .nav .main_fwzx_zhy .fwzx_lm_1 ul {
    display: block;
    width: 102%;
  }
  .nav .main_fwzx_zhy .fwzx_lm_1 ul li {
    display: block;
    width: 30%;
    margin-right: 3%;
    float: left;
  }
  .nav .main_fwzx_zhy .fwzx_lm_1 ul li a .imgw {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .nav .main_fwzx_zhy .fwzx_lm_1 ul li a .imgw img {
    display: block;
    width: 100%;
  }
  .nav .main_fwzx_zhy .fwzx_lm_1 ul li a .imgt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 {
    display: block;
    width: 100%;
    height: 280px;
    padding-top: 20px;
    margin-top: 10px;
    background: url("../images/2018_phone_mainbg06.jpg") no-repeat 0 center #415a75;
    background-position: center;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_title {
    text-align: center;
    font-size: 120%;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont {
    display: block;
    width: 100%;
    height: 240px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body {
    padding: 0 10px;
    height: 210px;
    overflow: hidden;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul {
    overflow: hidden;
    zoom: 1;
    margin: 20px auto 30px;
    width: 100%;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul li {
    float: left;
    width: 50%;
    height: 180px;
    display: inline;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul li a {
    cursor: pointer;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul li a .alzs {
    margin: 0 auto;
    width: 100%;
    height: 200px;
    padding: 10px 10px 0;
    box-sizing: border-box;
    background: url("../images/alzs_bg01.png") no-repeat center 0;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul li a .alzs .alzs_imgw {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul li a .alzs .alzs_imgw img {
    width: 100%;
    height: 100px;
    display: block;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul li a .alzs .alzs_txt {
    width: 100%;
    height: 40px;
    border-top: solid 1px #FFFFFF;
    line-height: 20px;
    font-size: 100%;
    color: #FFFFFF;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .alzs_body ul li a .alzs:hover {
    background: url("../images/alzs_bg02.png") no-repeat center 0;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .hd {
    width: 100%;
    height: 11px;
    position: absolute;
    z-index: 1;
    bottom: 5px;
    text-align: center;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .hd ul {
    display: inline-block;
    height: 5px;
    padding: 3px 5px;
    font-size: 0;
    vertical-align: top;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .hd ul li {
    width: 15px;
    height: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer;
    background-color: #FFFFFF;
    display: inline;
    text-align: center;
    background-position: center;
  }
  .nav .main_fwzx_zhy .fwzx_lm_2 .lm_2_cont .hd ul li.on {
    background-position: 0 0;
    background-color: #FFA800;
  }
  .nav .main_fwzx_zhy .fwzz_lm {
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .nav .main_fwzx_zhy .fwzz_lm .fwzz_lm_cont {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .nav .main_fwzx_zhy .fwzz_lm .fwzz_lm_cont a {
    cursor: pointer;
  }
  .nav .main_fwzx_zhy .fwzz_lm .fwzz_lm_cont a img {
    display: block;
    width: 100%;
  }
  /*******首页 + 综合页  结束*******/
  .subMenu {
    position: absolute;
    right: 0px;
    top: 75.44px;
    z-index: 10000002;
    display: none;
  }
  .subMenu .subMenu_top {
    background-size: 20px;
    height: 7px;
  }
  .subMenu ul {
    padding: 2px 5px;
    background: #19499D;
    padding: 0px 30px;
  }
  .subMenu li {
    height: 30px;
    line-height: 30px;
    padding: 5px 0px;
    float: none;
  }
  .subMenu li a {
    display: block;
    text-align: center;
    color: #fff;
  }
  .subMenu li.noneborder_bottom {
    border: 0px;
  }
  .TClayer {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    width: 100%;
     height:100%;
    z-index: 1000001;
  }
  /*******内页  开始*******/
  .nynav {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont {
    display: block;
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    overflow: hidden;
    /*单篇文章 开始*/
    /*多篇文章 开始*/
    /*文章详细 开始*/
    /*图文列表 开始*/
    /*图片列表 开始*/
    /*页码 开始*/
  }
  .nynav .ny_cont .dpwz {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont .wzlb {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .nynav .ny_cont .wzlb ul {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont .wzlb ul li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 100%;
    color: #333333;
    border-bottom: dashed 1px #DEDEDE;
    text-align: right;
  }
  .nynav .ny_cont .wzlb ul li span {
    display: block;
    width: 3px;
    height: 3px;
    background-color: #0C4499;
    float: left;
    margin-top: 18px;
  }
  .nynav .ny_cont .wzlb ul li a {
    display: block;
    width: 75%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 100%;
    color: #333333;
    text-align: left;
    padding-left: 5px;
  }
  .nynav .ny_cont .wzxxy {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont .wzxxy .wzxxy_title {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 120%;
    text-align: center;
  }
  .nynav .ny_cont .wzxxy .wzxxy_data {
    display: block;
    line-height: 20px;
    font-size: 90%;
    text-align: center;
    color: #666666;
    margin-top: 20px;
  }
  .nynav .ny_cont .wzxxy .wzxxy_cont {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
.nynav .ny_cont .wzxxy .wzxxy_cont img{
    display:block;
    width:96% !important;
    height:auto !important;
    border:0px;
}
  .nynav .ny_cont .twlb {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont .twlb ul {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont .twlb ul li {
    display: block;
    width: 100%;
    height: 120px;
    border-bottom: dashed 1px #DEDEDE;
    margin-bottom: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .nynav .ny_cont .twlb ul li .twtp {
    display: block;
    width: 40%;
    height: 100px;
    margin-right: 5%;
    float: left;
    box-shadow: 0 0 0 3px #DEDEDE inset;
    overflow: hidden;
  }
  .nynav .ny_cont .twlb ul li .twtp a {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont .twlb ul li .twtp a img {
    display: block;
    width: 100%;
    height: 100px;
  }
  .nynav .ny_cont .twlb ul li .twxx {
    display: block;
    width: 55%;
    float: right;
  }
  .nynav .ny_cont .twlb ul li .twxx .twxx_title {
    display: block;
    width: 100%;
    height: 40px;
  }
  .nynav .ny_cont .twlb ul li .twxx .twxx_title a {
    display: block;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 120%;
    text-align: center;
  }
  .nynav .ny_cont .twlb ul li .twxx .twxx_cont {
    display: block;
    width: 100%;
    position: relative;
    height: 60px;
    overflow: hidden;
  }
  .nynav .ny_cont .twlb ul li .twxx .twxx_cont p {
    line-height: 20px;
    overflow: hidden;
    text-indent: 2em;
    font-size: 90%;
    margin: 0;
    padding: 0;
  }
  .nynav .ny_cont .twlb ul li .twxx .twxx_cont span {
    display: block;
    line-height: 20px;
    font-size: 90%;
    color: #0C4499;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 5px;
    z-index: 1;
    background-color: #FFFFFF;
  }
  .nynav .ny_cont .tplb {
    display: block;
    width: 100%;
  }
  .nynav .ny_cont .tplb ul {
    display: block;
    width: 105%;
    margin-right: -5%;
  }
  .nynav .ny_cont .tplb ul li {
    display: block;
    width: 45%;
    margin-right: 5%;
    float: left;
    height: 140px;
    margin-bottom: 3%;
  }
  .nynav .ny_cont .tplb ul li > a {
    display: block;
    width: 100%;
    height: 140px;
    overflow: hidden;
  }
  .nynav .ny_cont .tplb ul li .tpw {
    display: block;
    width: 100%;
    height: 100px;
  }
  .nynav .ny_cont .tplb ul li .tpw img {
    display: block;
    width: 210px;
    height: 100px;
  }
  .nynav .ny_cont .tplb ul li .tpt {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 100%;
  }
  .nynav .ny_cont .page {
    width: auto;
    margin: 20px 0px 0px 0px;
  }
  /*分页样式*/
  .paginator {
    font: 13px Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0px;
    text-align: center;
    padding: 10px 0 20px 0;
  }
  .paginator a {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .paginator .cpb {
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    padding: 5px 8px;
    color: #ffffff;
    background-color: #337ab7;
    border-radius: 3px;
  }
  .paginator a:hover {
    color: #046BB6;
    text-decoration: underline;
  }
  .paginator .active {
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    padding: 5px 8px;
    border-radius: 3px;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    color: #fff;
  }
  /*******版权信息 开始******/
  .footer {
    display: block;
    width: 100%;
    padding: 10px 10px;
    box-sizing: border-box;
    background-color: #031c43;
    bottom: 0px;
  }
  .footer ul {
    display: block;
    width: 100%;
  }
  .footer ul li {
    display: block;
    width: 100%;
    line-height: 22px;
    text-align: center;
    font-size: 90%;
    color: #FFFFFF;
  }
  .footer ul li a {
    line-height: 22px;
    font-size: 90%;
    display: inline;
    color: #FFFFFF;
  }
  /*******版权信息 结束******/
}
