#m-top_main,.m-subNav,.m-floor_1_main,.m-floor_2_main,.m-floor_6_main, #m-toolbar{
  display: none;
}
@media screen and (max-width: 768px) {
 .header_main,.floor_1_main,.floor_2_main{
   display: none;
 }
 #m-top_main{
    display: block;
    width: 100%;
    z-index: 300;
    position: fixed;
    top: 0px;
    left: 0px;
    max-width: 768px;
    min-width: 320px;
	z-index:111111111111111;
 }
 .m-top{
    max-width: 768px;
    min-width: 320px;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    position: relative;
    background: #fff;
  }
  #m-top_main .logo img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 50px;
  }
  .m-h-menuBtn {
    position: absolute;
    right: 6px;
    display: block;
    width: 50px;
    height: 50px;
    padding-bottom: 8px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    top: 0;
  }
.m-h-menuBtn span {
    display: block;
    width: 20px;
    height: 1px;
    margin: 6px auto 0;
    font-size: 0;
    background: #093d89;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .m-h-menuBtn.active span:first-child {
    width: 20px;
    -webkit-transform: rotate(45deg) translate(4px,1px);
            transform: rotate(45deg) translate(4px,1px);
  }
  .m-h-menuBtn.active span:first-child + span{
    display: none;
  }
  .m-h-menuBtn.active span:last-child {
    -webkit-transform: rotate(-45deg) translate(4px,-1px);
            transform: rotate(-45deg) translate(4px,-1px);
  }
  .m-subNav {
    display: block;
    position: fixed;
    width: 50%;
    height: 100%;
    right: 0;
    top: 50px;
    z-index: 999;
    max-width: 768px;
    background: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    padding-top: 20px;
	z-index:11111111111111112;
  }
  .m-subNav.on{
     -webkit-transform: translateX(0);
             transform: translateX(0);
  }
  .m-subNav .subNavCon {
    margin: 0px;
    width: 100%;
  }
  .m-subNav li {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
 }
 .m-subNav  li a {
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  color: #aeaeae;
  font-size: 20px;
  line-height: 60px;
  text-align: center;
  border-bottom: #e5ebf4 solid 1px;
}
  #banner_main {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
  }
  .m-floor_1_main{
    display: block;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .m-floor_1_main li{
    width: 25%;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    float: left;
  }
  .m-floor_1_main li img{
    width: 58px;
    height: 58px;
    margin: 0 auto;
  }
  .m-floor_2_main{
    display: block;
  }
  .m-floor_2_main {
    background-color: #f2f2f2;
    border-top: #d9d8d8 solid 1px;
    padding-bottom: 0.56rem;
  }
  .m-floor_2 .case_main {
    margin: 0 0.24rem;
    margin-top: 0.08rem;
    text-align: center;
  }
  .m-floor_2 .case_main ul {
    display: inline-block;
  }
  .m-floor_2 .case_main ul li {
    float: left;
    width: 2.38rem;
    height: 0.62rem;
    background-color: #fff;
    border-radius: 0.08rem;
    overflow: hidden;
    border: #dddddd solid 0.01rem;
    -webkit-box-shadow: 0px 1px 5px #dbdadb;
            box-shadow: 0px 1px 5px #dbdadb;
    margin: 0 0.28rem;
    margin-top: 0.22rem;
  }
  .m-floor_2 .case_main ul li a {
    display: block;
    width: 2.38rem;
    height: 0.62rem;
    line-height: 0.62rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .m-floor_2 .case_main ul li:hover {
    background-color: #003e92;
    border: #003e92 solid 0.01rem;
  }
  .m-floor_2 .case_main ul li:hover a {
    color: #fff;
  }
  .m-floor_2 .case_main ul li:nth-child(2n) {
    margin-right: 0;
  }
  .m-floor_2_1 {
    margin: 0 0.24rem;
    margin-top: 0.2rem;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .m-floor_2_1 ul {
    display: inline-block;
  }
  .m-floor_2_1 ul li {
    float: left;
    background: url(../images/a20_03.jpg) center center no-repeat;
    width: 2.91rem;
    height: 3.63rem;
    position: relative;
    margin-right: 0.08rem;
    margin-top: 0.12rem;
    background-size: 100%;
  }
  .m-floor_2_1 ul li img {
    width: 2.91rem;
    height: 2.18rem;
    background-size: 100%;
    display: inline-block;
    margin-top: 0.56rem;
  }
  .m-floor_2_1 ul li p {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.55rem;
    height: 0.55rem;
    border-top: #fff solid 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.91rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .m-floor_2_1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .m-floor_2_2 {
    width: 5.94rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    height: 0.72rem;
  }
  .m-floor_2_2 a.a1 {
    display: block;
    float: left;
    width: 2.95rem;
    height: 0.7rem;
    background-color: #003e92;
    border: #003e92 solid 0.01rem;
    border-radius: 0.08rem 0 0 0.08rem;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.28rem;
    color: #fff;
    -webkit-box-shadow: 0px 1px 5px #dbdadb;
            box-shadow: 0px 1px 5px #dbdadb;
  }
  .m-floor_2_2 a.a2 {
    display: block;
    float: left;
    width: 2.92rem;
    height: 0.7rem;
    border: #e5e5e5 solid 0.01rem;
    border-radius: 0 0.08rem 0.08rem 0;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.28rem;
    color: #333333;
    border-left: none;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 5px #dbdadb;
            box-shadow: 0px 1px 5px #dbdadb;
  }
  .m-floor_2_2 a.a1:hover {
    background-color: #fff;
    color: #333;
  }
  .m-floor_2_2 a.a2:hover {
    background-color: #fc1f1a;
    color: #fff;
    border: #fc1f1a solid 0.01rem;
    border-left: none;
  }
  .m-floor_2_main .floor_2{
    width: 100%;
  }
  .m-floor_2_main .in_title{
    padding-top: 30px;
  }
  .m-floor_2_main .in_title{
    font-size:12px;
  } 
   .m-floor_2_main  .case_main{
     padding:10px 20px;
     text-align: center;
   }
   .m-floor_2_main .case_main ul li{
    float: left;
    width: 50%;
    /* height:30px;; */
    padding:0 10px;
    /* height:30px;; */
    /* line-height:30px; */
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
   }
   .m-floor_2_main .case_main ul li a {
    background-color: #fff;
    border-radius: 4px;
    border: #dddddd solid 1px;
    -webkit-box-shadow: 0px 1px 5px #dbdadb;
            box-shadow: 0px 1px 5px #dbdadb;
    display: block;
    padding: 0 20px;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
  .m-floor_2_main .floor_2{
    margin-bottom: 50px;
  }
  .floor_3_main,.floor_4_main,.floor_5_main,.floor_6_main,.toolbar,.floor_8_main,.footer,.copyright{
    display: none;
  } 
  .m-floor_6_main{
    display: block;
  }
  .m-floor_6_main {
    background-color: #f3f3f3;
    width: 100%;
    background-size: 100%;
    position: relative;
    text-align: center;
  }
  .m-floor_6_main img{
    width: 100%;
  }
  .m-floor_6_1 {
    margin: 0 0.24rem;
    margin-top: 0.36rem;
  }
  .m-floor_6_1 dl {
    width: 100%;
    background-color: #fff;
    height: 2.5rem;
    margin-top: 0.01rem;
    overflow: hidden;
  }
  .m-floor_6_1 dl dt {
    float: left;
    width: 50%;
  }
  .m-floor_6_1 dl dt img {
    width: 100%;
    height: 100%;
    background-size: 100%;
  }
  .m-floor_6_1 dl dd {
    float: right;
    width: 50%;
  }
  .m-floor_6_1 dl dd h3 {
    padding-top: 0.34rem;
  font-size:.28rem;
    color: #003e92;
    line-height: 0.28rem;
    display: block;
    padding-left: 0.3rem;
  }
  .m-floor_6_1 dl dd em {
    font-size: 0.2rem;
    color: #666;
    line-height: 0.36rem;
    height: 0.9rem;
    width: 2.3rem;
    display: block;
    margin-left: 0.3rem;
    margin-top: 0.26rem;
  }
  .m-floor_6_1 dl dd p {
    padding-left: 0.3rem;
  }
  .m-floor_6_1 dl dd p span {
    float: left;
    font-size: 0.24rem;
    color: #fff;
    width: 1.4rem;
    height: 0.45rem;
    background-color: #666;
    border-radius: 0.08rem;
    text-align: center;
    line-height: 0.45rem;
  }
  .m-floor_6_1 dl:hover dd p span {
    background-color: #003e92;
    color: #fff;
  }
  .m-floor_6_1 dl dd p i {
    display: block;
    float: right;
    width: 0.48rem;
    height: 0.36rem;
    background-position: 0rem -0.86rem;
    margin-right: 0.08rem;
    margin-top: 0.06rem;
  }
  .m-floor_6_1 dl:nth-child(2) dd p i {
    display: block;
    float: right;
    width: 0.48rem;
    height: 0.36rem;
    background-position: -0.58rem -0.86rem;
    margin-right: 0.08rem;
    margin-top: 0.06rem;
  }
  .m-floor_6_1 dl:nth-child(3) dd p i {
    display: block;
    float: right;
    width: 0.48rem;
    height: 0.36rem;
    background-position: -1.19rem -0.86rem;
    margin-right: 0.08rem;
    margin-top: 0.06rem;
  }
  .m-floor_6_1 dl:nth-child(4) dd p i {
    display: block;
    float: right;
    width: 0.48rem;
    height: 0.36rem;
    background-position: -1.81rem -0.86rem;
    margin-right: 0.08rem;
    margin-top: 0.06rem;
  }
  .m-floor_6_1 dl:nth-child(5) dd p i {
    display: block;
    float: right;
    width: 0.48rem;
    height: 0.36rem;
    background-position: -2.41rem -0.86rem;
    margin-right: 0.08rem;
    margin-top: 0.06rem;
  }
  .m-floor_6_1 dl:nth-child(2) dt, .m-floor_6_1 dl:nth-child(4) dt {
    float: right;
  }
  .m-floor_6_1 dl:nth-child(2) dd, .m-floor_6_1 dl:nth-child(4) dd {
    float: left;
  }
   .m-floor_6_main a{
    display: block;
    padding: 40px;
    margin-bottom: 30px;
    background: #fff;
   }
   .m-floor_6_main .in_title{
     padding: 0 0 40px 0;
   }
   #m-toolbar{
    display: block;  
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    height: 50px;
    left: 0;
   }
   #m-toolbar .list {
    width: 100%;
    margin: 0 auto;
    background: #3c3c3c;
    border-top: #dddddd solid 1px;
  }
  #m-toolbar .list li {
    float: left;
    width: 25%;
    text-align: center;
    height: 50px;
  }
  #m-toolbar .list a {
    height: 50px;
    display: block;
    font-size: 16px;
    line-height: 50px;
  }
  #m-toolbar .list a s {
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    height: 25px;
    display: block;
    margin-top: 10px;
    display: none;
  }
  #m-toolbar .list a span {
    text-align: center;
    color: #c4c4c4;
    display: block;
    font-size: 16px;
}
.leftCon{
  display: none;  
}
.wrapper {
  width:100%;
}
.wrapper .content{
  width: 100%;
  float: none;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.location .sitepath{
  display: none;
}
.wrapper .content .prolist{
  overflow: hidden;
}
.wrapper .content .prolist .item{
  width: auto;
  padding-right:0;
  margin-right: 0;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.wrapper .content .prolist .item a{
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}
.wrapper .content .prolist .item a img{
  width: 100%;
  height: auto;
}
}



.wx-cont{
  display: none;
}
@media screen and (max-width: 414px) {
  .banner li img{
    width: auto;
    height: 180px;
  }
  .wx-cont{
    width: 60%;
    position: fixed;
    display: none;
    z-index: 1000;
    left: 15%;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px #ccc;
    text-align: center;
  }
  .wx-cont.on{
    display: block;
  }
  .wx-cont img{
    width: 100%;
  }
  .box4Bg .container{
    padding-bottom: 40px;
  }
  .m-close-btn{
    cursor: pointer;
    padding-top: 15px;
    height: 15px;
    width: 30px;
       font-size:0px;
   display:block;
   position: absolute;
   right: 0px;
   top: 0px;
  }
  .m-close-btn:before, .m-close-btn:after{
   content:'';
   width:30px;
   height:2px;
   background:#000;
   display:block;
}
  .m-close-btn:before{
     transform: rotate(40deg);
  }
  .m-close-btn:after{
     transform:translateY(-2px) rotate(-40deg);
  }
}
.dlpp-cont{
  display: none;
}
@media only screen and (max-width: 414px) {
  .g-wrapper-new,.detail-attrs-right,.m-footer{
    display: none;
  }
  body {
    min-width: auto!important;
  }
  .m-g-wrapper-new{
    display: block;
    padding: 70px 20px 20px 20px;
  }
  .m-img-box {
    text-align: center;
  }
  .m-img-box img{
    width:80%;
  }
  .m-img-info{
    padding-top: 20px;
  }
  .m-img-info span{
    font-weight: bold;
    padding-right: 10px;
  }
  .m-detail-attrs-right{
    display: block;
    padding: 0 20px 20px 20px;
  }
.m-detail-attrs-right img{
	width:100%!important;
	height: auto!important;
}
 .m-detail-attrs-right .title,.main-detail-width{
    display: none;
  }
.m-detail-attrs-right .contet{
	padding-bottom:50px;
}
  .m-sphc{
    display: block;
    text-align: center;
  }
  .modal-content{
    width: 90%;
  }
  .newsPage .item{
    width: auto;
    height: auto;
  }
  .newsPage .item img{
    float: none;
  }
  .dlpp-prolist,.dlpp-pglist{
    display: none;
  }
  .dlpp-cont{
    display: block;
    padding-bottom: 30px;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .dlpp-cont li{
    width: 50%;
    padding: 10px;
    float: left;
    height: 100px;
    box-sizing: border-box;
  }
  .dlpp-cont li img{
    width: 100%;
  }
}
