@charset "utf-8";
body{}


.pc_show{
  display: none;
} 
.m_show{
  display: block;
} 
body,html{
  width: 100%;
  overflow-x: hidden;
  background: none;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
.m_banner{
  position: relative;
}
.m_banner img{
  width: 100%;
}
.m_logo{
  position: absolute;
  width: 50%;
  height: 60px;
  /*background: red;*/
  top: 0;
  left: 0;
}
.content{
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.searchbox{
  width: 96%;
  margin: 40px auto;
}
.search_sy.searchbox {
  margin-top: 40px;
}
.searchbox input{
  width: 80%;
  height: 68px;
  line-height: 72px;
  padding-left: 24px;
  font-size: 28px;
}
.searchbox i {
  right: 152px;
  width: 40px;
  height: 56px;
  line-height: 56px;
  font-size: 32px;
}
.m_nav{
  text-align: center;
  margin: 85px 0 60px 0;
}
.m_nav a{
  display: inline-block;
  font-size: 28px;
  color: #015293;
  height: 32px;
  line-height: 32px;
  padding-right: 6px;
  border-right: 2px solid #b0b0b0;
}
.m_nav .last_span{
  border: none;
  padding: 0;
}
.tab_box{
  padding-bottom: 20px;
}
.m_tables{
  width: 96%;
  background: #ecf4fa;
  margin: 0 auto;
}
.m_tables table{
  width: 100%;
}
.searchbox button{
  width: 152px;
  height: 76px;
  line-height: 76px;
  font-size: 36px;
}
table td{
  padding: 12px ;
  font-size:28px;
}
table tr{
  line-height: 40px;
}
table tr p{
  /*padding: 8px 8px 0;*/
}
table tr a{
  font-size: 28px;
  line-height: 40px;
  color: #313131;
  font-family: "microsoft yahei", '宋体';
  /*color: #015293;*/
}
table .data{
  margin-top: 12px;
}

.tab_box_title{
  position: relative;
  padding: 0px 0 0px 32px;
  line-height: 48px;
  background: #00479d;
  overflow: hidden;
  margin-bottom: 20px;
}
.tab_box_title::before{
  display: none;
}
.tab_box_title p{
  font-size: 36px;
  display: inline-block;
  border-left: none;
  color: #fff;
  padding-left: 0;
  line-height: 76px;
  margin-left: 0;
}

.tab_box_title .m_more{
  position: absolute;
  font-size: 28px;
  right: 12px;
  top: 24px;
  color: #7ecef4;
}
.m_footer{
  font-size: 48px;
  color: #fff;
  line-height: 120px;
  width: 100%;
  height: 120px;
  background: #084d9a;
  text-align: center;
}

/*特殊分辨率处理*/	
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}
