@media (max-width: 1160px) {
  .logo_box {
    display: none;
  }
  .mainmenu_box {
    float: left;
  }

  .fo_item1 {
    display: none;
  }
  .pull_right {
    float: left !important;
  }
  .header .topbar_box {
    width: 100%;
  }
  .i_products ul li {
    width: 23% !important;
    margin: 1%;
  }
  #i_products_list {
    width: 100% !important;
  }
  #i_products_list ul {
    width: 100% !important;
    left: 0 !important;
  }
  .mfbox {
    max-width: 100%;
    width: 100%;
  }
  .i_newlist ul li {
    width: 100%;
    margin-top: 30px;
  }
  .i_news .media_body {
    width: 80%;
    height: 120px;
  }
}
@media (max-width: 960px) {
  .header {
    display: none;
  }
  .p_banner_box a {
    display: block;
    width: 100%;
	overflow:hidden;
 
  }
  .p_banner_box a img{
	      max-width: 210%;
 
  }
  #ins-header {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 1.375rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #ins-header.head-cur {
    background: rgba(3, 11, 30, 0.7);
  }
  #ins-header .logo {
    margin-left: 0.71875rem;
    width: 1.95833333rem;
    height: 100%;
    line-height: 1.375rem;
  }
  #ins-header .logo img {
    vertical-align: middle;
  }
  #ins-header .btn-menu {
    display: block;
    margin-top: 0.5625rem;
    margin-right: 0.5625rem;
    height: 0.8125rem;
    overflow: hidden;
  }
  #ins-header .btn-menu .inner {
    position: relative;
    float: right;
    width: 0.45833333rem;
    height: 0.8125rem;
  }
  #ins-header .btn-menu .inner .line {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.45833333rem;
    height: 0.05208333rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    background: #fff;
  }
  #ins-header .btn-menu .inner .line.line-01 {
    -webkit-animation: pingyi 0.7s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .btn-menu .inner .line.line-02 {
    margin-top: 0.14583333rem;
    -webkit-animation: pingyi2 0.7s 0.2s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .btn-menu .inner .line.line-03 {
    margin-top: 0.29166667rem;
    -webkit-animation: pingyi3 0.7s 0.4s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .btn-menu .inner .line.donghua-1 {
    position: absolute;
    left: 0;
    -webkit-animation: turn_right 0.7s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .btn-menu .inner .line.donghua-2 {
    position: absolute;
    left: 0;
    -webkit-animation: mymove 0.7s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .btn-menu .inner .line.donghua-3 {
    position: absolute;
    left: 0;
    -webkit-animation: turn_left 0.7s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .btn-menu .inner .line.donghua2-1 {
    position: absolute;
    left: 0;
    -webkit-animation: turn_right2 0.7s 1;
    animation-fill-mode: forwards;
    margin-top: 0;
  }
  #ins-header .btn-menu .inner .line.donghua2-2 {
    position: absolute;
    left: 0;
    -webkit-animation: mymove2 0.7s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .btn-menu .inner .line.donghua2-3 {
    position: absolute;
    left: 0;
    top: 0.03125rem;
    -webkit-animation: turn_left2 0.7s 1;
    animation-fill-mode: forwards;
  }
  #ins-header .nav {
    display: none;
    width: 7.29166667rem;
    margin: 0 auto;
    padding: 0 0.57291667rem;
    background: #f0f0f0;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
  }
  #ins-header .nav:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-width: 0.125rem;
    border-style: solid;
    border-color: transparent transparent #f0f0f0 transparent;
    position: absolute;
    top: -0.23958333rem;
    right: 0.29166667rem;
  }
  #ins-header .nav li {
    width: 100%;
    height: 1.04166667rem;
    line-height: 1.04166667rem;
    border-bottom: 1px solid #bbbbbb;
    font-size: 0.375rem;
    color: #666666;
  }
  #ins-header .nav li a {
    color: #666666;
  }
  #ins-header .nav li:last-child {
    border-bottom: none;
  }
  @keyframes pingyi {
    from {
      position: absolute;
      left: 1.04166667rem;
    }
    to {
      position: absolute;
      left: 0rem;
    }
  }
  @keyframes pingyi2 {
    from {
      position: absolute;
      left: 1.04166667rem;
    }
    to {
      position: absolute;
      left: 0rem;
    }
  }
  @keyframes pingyi3 {
    from {
      position: absolute;
      left: 1.04166667rem;
    }
    to {
      position: absolute;
      left: 0rem;
    }
  }
  @keyframes turn_right {
    from {
      transform: rotate(45deg) translate(0.00520833rem);
      transform-origin: 0% 0%;
    }
    to {
      transform: rotate(0deg) translate(0rem);
      transform-origin: 0% 0%;
    }
  }
  @keyframes mymove {
    from {
      position: absolute;
      left: 1.04166667rem;
    }
    to {
      position: absolute;
      left: 0rem;
    }
  }
  @keyframes turn_left {
    from {
      transform: rotate(-45deg) translate(0.00520833rem);
      transform-origin: 0% 100%;
    }
    to {
      transform: rotate(0deg) translate(0rem);
      transform-origin: 0% 100%;
    }
  }
  @keyframes turn_right2 {
    to {
      transform: rotate(45deg) translate(0.00520833rem);
      transform-origin: 0% 0%;
    }
  }
  @keyframes mymove2 {
    from {
      position: absolute;
      left: 0rem;
    }
    to {
      position: absolute;
      left: 1.04166667rem;
    }
  }
  @keyframes turn_left2 {
    to {
      transform: rotate(-45deg) translate(0.00520833rem);
      transform-origin: 0% 100%;
    }
  }
  .mfbox {
    width: 100%;
    margin: 0 auto;
  }
  .i_banner_box .i_banner .fullSlide {
    width: 100% !important;
    height: 5rem !important;
  }
  .i_service .i_service_list {
    display: none;
  }
  .i_service .service_item {
    width: 50%;
    float: left;
    padding: 0 2%;
  }
  .i_newlist ul li {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding: 10px;
  }
  .media {
    width: 100%;
  }
  .i_products ul li {
    width: 48% !important;
    height: auto !important;
    margin-bottom: 20px;
    margin: 1%;
  }
  .i_news .media_body h4 {
    width: 100%;
  }

  .i_products li a .content {
    width: 100%;
  }
  #i_products_list {
    width: 100% !important;
  }
  #i_products_list ul {
    width: 100% !important;
    left: 0 !important;
  }
  .title_box {
    padding-left: 0.2rem;
  }
  .i_news .media_body {
    width: 80%;
    height: 120px;
  }
  .sub_nav .sidebar_title {
    width: 100%;
  }
  .sub_nav .sortnavul .sortnavli a {
    font-size: 0.45rem;
  }
  .name-c {
    font-size: 0.6rem;
  }
  .name-e {
    font-size: 0.46rem;
  }
  .aboutMe p {
    font-size: 0.4rem;
  }
  .n_n_list .media_body h4 {
    font-size: 0.22rem;
  }
  .partner li {
    width: 33.33%;
  }
  .partner ul {
    width: 100%;
  }
  .wrap-contact ul li {
    font-size: 0.4rem;
  }
  .wrap-contact ul li {
    line-height: 30px;
  }
  .wrap-contact div {
    width: 100%;
    float: left;
    text-align: center;
  }
  .wrap-contact div img {
    width: 60%;
  }
  .wrap-contact ul {
    width: 100%;
    text-align: center;
  }
  .z-nav li a {
    font-size: 0.45rem;
  }
  .customer .title p {
    font-size: 0.6rem;
  }
  .customer .content p {
    font-size: 0.4rem;
  }
  .demand .title p {
    font-size: 0.6rem;
  }
  .demand .content p {
    font-size: 0.2rem;
  }

  .income .title p {
    font-size: 0.6rem;
  }
  .income ul li {
    width: 33.33%;
    margin-right: 0;
    padding: 10px;
  }
  .income ul li h1 {
    font-size: 0.5rem;
    margin-top: 20px;
  }
  .income ul li p {
    font-size: 0.36rem;
  }
  .dl-list dl dt {
    font-size: 0.5rem;
  }
  .dl-list dl dd a {
    font-size: 0.36rem;
  }
  .dl-list dl {
    width: 50%;
    margin: 0;
    text-align: center;
    margin-bottom: 0.2rem;
  }
  .p_p_p_list li {
    width: 33.33%;
  }
.sub_nav.posfix {
    top: 50px;
	}
}
@media (max-width: 768px) {
  .news_box .hotnews .i_news_img {
    display: none;
  }
  .i_news_info {
    width: 100%;
  }
  .i_relation .i_contactway .con_editor .tit {
    font-size: 0.7rem;
  }
  .i_relation .i_contactway .con_editor .tel {
    font-size: 0.5rem;
  }
  .i_relation .i_contactway .con_editor .des {
    font-size: 0.5rem;
  }
  .i_news_info .title_box .i_title p {
    font-size: 0.4rem;
  }
}
@media (max-width: 600px) {
  .n_n_list .media_body h4 a {
    font-size: 0.4rem;
}
  .i_consultant .pro_left_tabs {
    width:100%;
  }
  .i_consultant .pro_right_content {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-top: 10px;
  }
  .i_news .media_left {
    display: none;
  }
  .i_news_info {
    width: 100%;
    padding: 10px;
  }
  footer {
    font-size: 0.32rem;
  }
  .i_news .media_body {
    width: 100%;
    display: block;
  }
  .partner li {
    width: 50%;
  }
  .p_news .p_news_list {
    width: 100%;
  }
  .p_news_sidebar {
    width: 100%;
  }
  .p_news_bar {
    margin-left: 0;
  }
  .content p span {
    font-size: 0.4rem !important;
  }
  .dl-list dl {
    width: 100%;
  }
  .p_p_p_list li {
    width: 50%;
    padding-right: 10px;
  }
  .p_p_p_list li .widget .widget_body h3 {
    font-size: 0.4rem;
  }
  .p_p_p_list li .widget .widget_body {
    padding: 10px 0px;
  }
  .navPage a{
    padding: 3px 6px;
    margin: 0 2px;
  }
  .n_j_list {
    padding: 0px;
 }
 .n_j_list li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 200px;
}
.n_n_list .media_left, .n_n_list .media_body {
  width: 100%;
}
.n_n_list .media_left {
  display: none;
}
}
