
@media screen and (max-width: 1000px) {


.wrapNav{
    position: absolute;
    right: 0px;
    top: 10px;
    width: 45px;
    display: block;	z-index: 1200;
}
.menu{
  position:fixed;
  bottom: 0;
  left: 0;
  top: 0px;
  width: 100%;
  height:100%;
  padding-top: 100px;
  background: none;
  border: 0;
  background-color:#ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  -webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  -o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  margin-top: 0;

}
.menuOpen header{
  position: fixed;
  left: 0;right: 0;top: 0;
  z-index: 999;background: #ffffff;
}
.menuOpen .menu {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0%);
}
.menu ul{
text-align: left;
 
}

.menu ul li{
  float: left;
  width: 50%;
  text-align: center;
  line-height: 30px;
}

.menuOpen .menu li.item {
width: 90%;
text-align: left;
margin-left: 5%;padding: 3px 0;height: auto;
display: block;float: none;
border-bottom: 1px solid rgba(204, 204, 204,.2);
}
.menuOpen .menu li.item span{
  height: 35px;
  line-height: 35px;
  width: 100%;
  overflow: hidden;
  display: block;
 text-align: left;
  position: relative;

}

.menu li.item:hover:after{display: none;}


.menu ul li .secNav{
visibility:visible;
transition:all 0ms ease-out 0ms;
position:static;
width: 100%;
padding: 10px  0;
height:auto;
display: none;
background: none;
transform:translate(0,0);
-webkit-transform:translate(0,0);
min-width: 100%;
margin-bottom: 10px;
overflow: hidden;

}
.menu  ul .secNav.active{
  transform:translate(0%, 0px);
}


.menu  ul .secNav p{
  position: relative;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
  width: 90%;
  text-align: left;
  margin-left: 5%;

}

.menu  ul .secNav p a{
  color: #333333;font-size: 14px;
}
.menu li.on  span{
  border: 0px;
}

.menu li:hover  span{
  border: 0px;
}

.menu::before{
 display: none;
}
.menu::after{
 display: none;
}

/*结束*/



}

@media screen and (max-width: 540px) {
    
.newsBox .newsCol{

  width: 100%;
  margin-right: 0;margin-top: 5px;
  
}

.twxw_left{
    width: 100%;
    
}
.twxw_right{
  width: 100%;
}
.twxw_right .col{
    width: 50%;
    float: left;
  margin-bottom: 20px;
 
}
.twxw_right .col img{
    width: 100%;
    height: 300px;
}
.adList li{
  width: calc((100% - .2rem)/3);
  margin-right: .1rem;
  margin-top: .1rem;
}
.linkUrl li{
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  width: calc((100% - 20px)/2);
  margin-right: 10px;
}



    
}

