@charset "UTF-8";
@media all and (orientation: portrait) {

body {
    overflow-x: hidden;
}
#pcTop, #pcBottom, .dqwz {
    display: none;
}
#mTop, #mBottom{
  display:block;
}
.wrap1200{
	 width:100%;
}



/************
手机端头部和尾部样式
********/
.mtop{
  display:block;
  width:100%;
  height:50px;
  z-index:9;
  background-color:#13488b;
  padding:10px 15px;
}
.mtop .goback{
  width:30px;
  height:30px;
  float:left;
  background:url(gh.png) no-repeat;
  background-size:30px 30px;
}
.mtop .opennav{
  width:30px;
  height:30px;
  float:right;
  background:url(open.png) no-repeat;
  background-size:30px 30px;
}
.slidenav{
  height:100%;
  width:0;
  position:fixed;
  top:0;
  left:0;
  z-index:10;
  background-color:#111;
  overflow-x:hidden;
  transition:0.5s;
}
.slidenav a{
  display:block;
  color:#fff;
  text-align:center;
  font-size:16px;
  transition:0.3s;
  height:30px;
  line-height:30px;
}
.slidenav .closebtn{
  width:80%;
  margin:50px auto 15px;
  height:42px;
  line-height:42px;
  font-size:17px;
  background-color:#13488b;
  border-radius:5px;
}
.slidenav .wai{
  width:120px;
  height:35px;
  margin:0 auto 15px;
  line-height:35px;
  color:#13488b;
  background-color:#fff;
  border-radius:20px;
}
.slidenav .wai img{
  width:25px;
  height:auto;
  margin-right:8px;
}
.slidenav .wechat{
  margin-top:30px;
}
#filterBg{
  width:0;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  z-index:1;
  background-color:rgba(0,0,0,0.3);
}


/*手机端面包屑导航样式*/
.mbread{
    display:block;
    width:100%;
    padding:15px 20px;
    border-bottom:solid #f0f0f0 1px;
    color:#666;
    transition:0.5s;
}


.mbottom{
    padding:15px;
    background-color:#f0f0f0;
    border-top:3px solid #13488b;
    display:flex;
    justify-content: space-between
}
.mbottom .mbleft{
    width:70%;
}
.mbottom .mbleft .linkzone{
    display:flex;
    justify-content: flex-start;
    flex-wrap:wrap;
    text-align:left;
    font-size:14px;
    line-height:25px;
}
.mbottom .mbleft .linkzone a{
    width:70px;
}
.mbottom .mbleft .metazone{
    text-align:left;
    margin-top:10px;
    font-size:14px;
    line-height:25px;
}
.mbottom .mbleft .metazone p{
    width:100%;
}
.mbottom .mbright{
    width:28%;
    display:flex;
    flex-direction:column;
    justify-content: space-between;
    align-items: flex-end
}
.mbottom .mbright .jiguan{
    display:inline-block;
    float:left;
    width:50px;
}
.mbottom .mbright.mjiucuo{
    width:90px;
}
.mbottom .mbright .mjiucuo img{
    width:90px;
}




/************
Banner
********/

/*普通banner*/
.banner{
	 height:200px;
}
.banner .logoLink{
	 width:120px;
}
.banner .bbox{
	 display:none;
}




/************
区块
************/
.main{
  width:100%;
  margin:auto;
  padding:10px;
}
.block{
  width:100%;
  margin:0 0 20px 0;
  float:none;
}
.block.bigger{
  width:100%;
}




/************
导航
********/
.menu, .menuUp{
  display:none;
}



/************
标题样式
************/

/*titleS1*/
.titleS1 h3:after{
  right: 60px;
}
  /*长尺寸*/
.titleS1.bigger h3:after{
  right: 60px;
}



/************
信息列表样式
************/

/*L1*/
.listL1 li{
  height:65px;

}
.listL1 li a{
  display:block;
  width:100%;
  height:35px;
  overflow:hidden;
}
.listL1 li span{
  display:block;
  line-height:20px;
}


.spe .left{
  height:auto;
}
.spe .right{
  width:100%;
  margin:0;
}


}