* { padding:0; box-sizing: border-box;}
body {
  margin:0;
  padding:0;
  font-family:"微软雅黑","宋体";
  font-size:15px;
  color:#333333;
  width: 100%;
  background-size: contain;
  background: #ecf3f6;
}
ul,li {list-style:none; margin:0; padding:0;}
a {
  text-decoration: none;
  color: #333333;
}
.clear{
  clear: both;
}
.left{
  float: left;
}
.right{
  float: right;
}
.center{
	margin: 0 auto!important;
}
.block{
  display: block;
}
.none{
  display: none;
}
.margin_r0{
  margin-right: 0 !important;
}
.margin_bom0{
  margin-bottom: 0 !important;
}
tr,td{
  padding: 0;
  margin: 0;
}
/*局部样式*/
.box{
  width: 100%;
  background-color: #fff;
}
.logo{
  position: relative;
  z-index: 1;
}
.logo>img{
  width: 100%;
}
.content{
	width: 1126px;
	overflow: hidden;
	padding: 0 13px;
}
/*新闻DIV切换*/
.news_box{
    width: 100%;
    position: relative;
}
/*菜单class*/
.Menubox {
    height: 78px;
	background: url(dwbs_title.png) no-repeat left;
	padding-left: 300px;
	margin: 30px 0;
}
.Menubox ul {
    margin: 0;
    padding: 0;
}
.Menubox li {
    float: left;
    display: block;
    cursor: pointer;
    width: 136px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
	margin-right: 20px;
	font-weight: bold;
	margin-top: 12px;
}
.Menubox li a {
    font-size: 24px;
    color: #333;
    line-height: 46px;
}
.Menubox li.hover {
    padding: 0px;
    width: 136px;
    line-height: 46px;
    color: #fff;
	background: #037ad7;
	border-radius: 23px;
}
.Menubox li.hover a:link, .Menubox li.hover a:visited {
    color: #1b3c84;
}
.Contentbox {
    overflow: hidden;
    font-size: 16px;
	box-shadow:0 0 13px rgba(3,122,215,0.4);
	margin-top: 20px;
	padding: 40px 0 0 0;
	border-left: #037AD7 solid 5px;
	background: #fff;
}
.Contentbox a:link, .Contentbox a:visited {
    color: #3071a4;
    font-size: 17px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.Contentbox a:hover, .Contentbox a:active {
    color: #1c5bb8;
}
.Contentbox li {
	width: 142px;
	height: 139px;
	float: left;
	background: #d3e5f4;
	border-radius: 5px;
    line-height: 24px;
    list-style: none;
	margin:0 20px 40px;
	color: #fff;
	padding: 20px;
	text-align: center;
	display: table;
}

/*菜单class*/
.Menubox2 {
    height: 78px;
	background: url(grbs_title.png) no-repeat left;
	padding-left: 300px;
	margin: 30px 0;
}
.Menubox2 ul {
    margin: 0;
    padding: 0;
}
.Menubox2 li {
    float: left;
    display: block;
    cursor: pointer;
    width: 136px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
	margin-right: 20px;
	font-weight: bold;
	margin-top: 12px;
}
.Menubox2 li a {
    font-size: 24px;
    color: #1b3c84;
    line-height: 46px;
}
.Menubox2 li.hover {
    padding: 0px;
    width: 136px;
    line-height: 46px;
    color: #fff;
	background: #e92727;
	border-radius: 23px;
}
.Menubox2 li.hover a:link, .Menubox2 li.hover a:visited {
    color: #1b3c84;
}
.Contentbox2 {
    overflow: hidden;
    font-size: 16px;
	box-shadow:0 0 13px rgba(233,39,39,0.4);
	margin-top: 20px;
	padding: 40px 0 0 0;
	border-left: #e92727 solid 5px;
	background: #fff;
	margin-bottom: 30px;
}
.Contentbox2 a:link, .Contentbox2 a:visited {
    color: #be2f2f;
    font-size: 17px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
}
.Contentbox2 a:hover, .Contentbox2 a:active {
    color: #1c5bb8;
}
.Contentbox2 li {
	width: 142px;
	height: 139px;
	float: left;
	background: #f8e0e0;
	border-radius: 5px;
    line-height: 24px;
    list-style: none;
	margin:0 20px 40px;
	color: #fff;
	padding: 20px;
	display: table;
	text-align: center;
}

/*footer*/
.yq{ width:100%; height:30px; background:#0873c1;}
.yq_jz{ width:1000px; height:30px; line-height:30px; color:#fff; text-align: center;}
.yq_jz a{color:#fff;}
.footer{ width:100%; height:auto; background:#5e95d6;}
.foot_jz{ width:1000px; height:110px; color:#84b1e5; text-align: center;}
/*媒体查询*/
@media screen and (max-width: 1200px) {

}