@media only screen and (min-width: 900px){


  #inform{
    position: absolute;
    max-width: 285px;
    max-height: 250px;
    /* 设置最大高度，当高度达到此值时出现滚动条 */
    z-index: 10;
    background-color: #f2f2f2;
    overflow: auto;              /* 自动添加滚动条 */
    box-shadow:0px 0px 10px #000;   /* 外阴影 */
    display: none;   /* 默认隐藏 */
  }
  #divb{
    position: absolute;
    max-width: 300px;
    max-height: 150px;
    /* 设置最大高度，当高度达到此值时出现滚动条 */
    z-index: 10;
    background-color: #f2f2f2;
    overflow: auto;              /* 自动添加滚动条 */
    box-shadow:0px 0px 10px #000;   /* 外阴影 */
    display: none;   /* 默认隐藏 */

    color: rgba(79, 79, 79, 0.97);
  }
  #inform a{


    font-size: 12px;
    float: left;
    padding-left: 10px;
    color: rgba(79, 79, 79, 0.97);
    text-decoration: underline;

  }
  #inform a:hover{


    color: #0080ff;
  }

  #btn1{

    color: white;
  }
  #btn2{

    color: white;
  }
  #div2 a:hover{
    color: #1dd2af;


  }

  .sml{


    float: left;
    font-size: 12px;

  }
  .sml img{


    width: 100px;

  }
  .smr{

    font-size: 12px;
    float: right;

  }
  .smr img{


    width: 100px;

  }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

  .sml{



    font-size: 8px;

  }
  .sml img{


    width: 80px;

  }
  .smr{



    font-size: 8px;

  }
  .smr img{


    width: 80px;

  }

  #inform{
    position: absolute;
    max-width: 160px;
    max-height: 100px;
    /* 设置最大高度，当高度达到此值时出现滚动条 */
    z-index: 10;
    background-color: #f2f2f2;
    overflow: auto;              /* 自动添加滚动条 */
    box-shadow:0px 0px 10px #000;   /* 外阴影 */
    display: none;   /* 默认隐藏 */
  }
  #divb{
    position: absolute;
    max-width: 130px;
    max-height: 150px;
    /* 设置最大高度，当高度达到此值时出现滚动条 */
    z-index: 10;
    background-color: #f2f2f2;
    overflow: auto;              /* 自动添加滚动条 */
    box-shadow:0px 0px 10px #000;   /* 外阴影 */
    display: none;   /* 默认隐藏 */

    color: rgba(79, 79, 79, 0.97);
  }
  #inform a{


    font-size: 12px;
    float: left;
    padding-left: 10px;
    color: rgba(79, 79, 79, 0.97);
    text-decoration: underline;

  }
  #inform a:hover{


    color: #0080ff;
  }

  #btn1{

    color: white;
  }
  #btn2{

    color: white;
  }
  #div2 a:hover{
    color: #1dd2af;
  }

  body {
    font-size: 12px;
  }
  .ok{

    color: #1dd2af;


  }
  .nav-item{
    height: auto;
    line-height: 40px;

    border-bottom: 1px solid #fff;}
  .nav-item.nav-show{border-bottom: none;}
  .nav-item ul{display: none;background: rgba(0,0,0,.1);}
  .nav-item.nav-show ul{display: block;}

  .nav .nav-icon{font-size: 20px;position: absolute;margin-left:-1px;}
  /* 此处修改导航图标 可自定义iconfont 替换*/
  .icon_1::after{content: "\e62b";}
  .icon_2::after{content: "\e669";}
  .icon_3::after{content: "\e61d";}
  /*---------------------*/
  .nav-more{float:right;margin-right: 20px;font-size: 12px;transition: transform .3s;}
  /* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/
  .nav-more::after{content: "\e621";}
  /*---------------------*/
  .nav-show .nav-more{transform:rotate(90deg);}
  .nav-show,.nav-item>a:hover{color: #FFF;background:rgba(0,0,0,.1);}
  .nav-show>a:before,.nav-item>a:hover:before{opacity:1;}
  .nav-item li:hover a{color: #FFF;background: rgba(0, 0, 0,.1);}


  .top_navbar .navbar {
    min-height: 40px;
  }
  .top_navbar .navbar .container {
    height: 0px;
  }
  .top_navbar .navbar .container  .navbar-header {
    width: 100%;
    height: 40px;
  }
  .top_navbar .navbar .container  .navbar-header .navbar-brand {
    width: 55%;
    background-color: #fff;
    padding: 0px 0px;
  }
  .top_navbar .navbar .container  .navbar-header .navbar-brand img {
    float: left;
    width: 200px;
    height: auto;

  ;


  }

  .top_navbar .navbar .container  .navbar-toggle {
    height: 100%;
    margin-right: 0px;
    width: 50px;
    margin-top: 0px;
    border: none;
    padding: 0px 10px;
    margin-bottom: 0px;
    background-color: #2c3e50;
    border-radius: 0px;
  }
  .top_navbar .navbar .container .navbar-toggle span.icon-bar {
    width: 100%;
    background-color: #fff;
    height: 4px;
    margin: 5px 0px;
    border-radius: 0px;
    text-replace: d;
  }
  .top_navbar .navbar .container .navbar-toggle:hover {
    background-color:#1dd2af;
  }
  .mb_top_navbar {
    width: 100%;
  }
  .mb_top_navbar .container1 {
    width: 100%;
  }
  .mb_top_navbar .container1  .mb_nav {

    position: absolute;
    display: none;
    z-index: 100000;
    width: 100%;
    background-color: #fff;
    -webkit-padding-start: 0px;

  }
  .mb_top_navbar .container1 .mb_nav > li {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
  }
  .mb_top_navbar .container1 .mb_nav > li a {
    display: block;
    padding-left: 15px;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
  }

  .mb_top_navbar .container1  .mb_nav > li .mb_ulShow_01,
  .mb_top_navbar .container1  .mb_nav > li .mb_ulShow_02,
  .mb_top_navbar .container1 .mb_nav > li .mb_ulShow_03,
  .mb_top_navbar .container1 .mb_nav > li .mb_ulShow_04,
  .mb_top_navbar .container1 .mb_nav > li .mb_ulShow_05,
  .mb_top_navbar .container1 .mb_nav > li .mb_ulShow_06{
    -webkit-padding-start: 0px;
    position: relative;
    display: none;
  }


  .mb_top_navbar .container1  .mb_nav > li.mb_hit_01,
  .mb_top_navbar .container1 .mb_nav > li.mb_hit_02,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_03,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_04,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_05,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_06
  {
    height: auto;
  }
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_01 li,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_02 li,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_03 li,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_04 li,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_05 li,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_06 li{
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    border-bottom: 1px solid #fff;
  }
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_01 li a,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_02 li a,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_03 li a,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_04 li a,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_05 li a,
  .mb_top_navbar .container1  .mb_nav > li.mb_hit_06 li a{
    display: block;
    padding-left: 30px;
    font-size: 14px;
  }
  .myMbCarousel {
    margin-bottom: 10px;
  }
  .myMbCarousel .container  .swiper-container .new_app .new_bgColor .new_pic a img {
    width: 100%;
    height: auto;
  }
  .mb_center_inico {
    margin-bottom: 20px;
  }
  .mb_center_inico .container .row .center_inico_text {
    font-size: 13px;
    text-align: center;
    color: #7F7F7F;
  }
  .mb_center_inico .container .row .col-xs-4 a {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
  .mb_center_inico .container .row .col-xs-4 a img {
    width: 100%;
    height: 100%;
  }

  .information {
    padding-bottom: 0px;
  }
  .information .container .row .nav_a {
    width: 100%;
    line-height: 35px;
  }
  .information .container .row .nav_a li {
    width: 120px;
  }
  .information .container .row .nav_a li a {
    width: 100%;
    font-size: 14px;
  }
  .information .container .row h2 {
    font-size: 20px;
  }
  .information .container .row h6 {
    font-size: 16px;
  }
  .information .container .row .company_news {
    margin-top: 5px;
    width: 100%;
  }
  .information .container .row .company_news .company_news_cnt_pic_text {
    margin-bottom: 10px;
  }

  .information .container .row .company_news .company_news_cnt_pic_text .tilte_new_left h4 {
    height: 30px;
    line-height: 24px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 210px;
  }
  .information .container .row .company_news a.company_news_cnt_pic {
    width: 100%;
    height: 190px;
  }
  .information .container .row .company_news a.company_news_cnt_pic img.company_news_prd {
    width: 100%;
    height: 100%;
  }
  .information .container .row .company_news .company_news_btm {
    margin-top: 15px;
  }
  .information .container .row .company_news .company_news_btm .tilte_new h4 {
    height: 28px;
    line-height: 24px;
    font-size: 14px;
    margin-top: -4px;
    margin-bottom: 10px;
    width: 96%;
    overflow: hidden;

  }
  .information .container .row .company_news .company_news_btm .tilte_new span {
    width: 70px;
    height: 24px;
    line-height: 24px;
  }
  .information .container .row .company_news .company_news_btm .company_news_btm_cnt {
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 5px;
  }


}
