@charset "utf-8";
/* CSS Document */

body {
	margin:0; 
	padding:0;
	font-family: "微软雅黑", "黑体", Arial;
	color:#000;
	font-size:14px;
}
ul,li {
	margin:0;
	padding:0;
	list-style:none;
}
p,h3 {
	margin:0;
	padding:0;
	font-weight:400;
}
img {
	border:0;
}
a {
	color:#333;
	text-decoration:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.floatl {
	float:left;
}
.floatr {
	float:right;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.clearfix {
	clear:both;
}

.container {
	margin:0 auto;
	max-width:800px;
}
.itop {
	padding:0 12px;
	height:100px;
	background:#bc3b28;
	margin-bottom:30px;
	/*background:url(../images/titlebg.jpg) repeat;*/
}
.itop a {
	display:inline-block;
	width:35px;
	height:31px;
	margin-top:36px;
	margin-right:30px;
	background:url(../images/back.png) no-repeat 0;
}
.itop h3 {
	display:inline-block;
	font-size:1.2rem;
	color:#fff;
	margin-top:40px;
}

.baoming {
    background:#bc3b28;
    bottom: 0;
    font-size: 1.2rem;
    height: 50px;
    left: 0;
    line-height: 50px;
    position: fixed;
    text-align: center;
    width: 100%;
    padding:5px 0;
}
.baoming li{
	float:left;
	width:50%;
	height:50px;
}
.baoming .bm a {
  background: url(../../myjiaoyujidi/images/baoming.png) no-repeat center;
  background-size: auto 100%;
  height: 50px;
  width: 27px;
  text-align: center;
  margin: 0 auto;
}
.baoming .kf a {
  background: url(../../myjiaoyujidi/images/kefu.png) no-repeat center;
  background-size: auto 100%;
  height: 50px;
  width: 27px;
  text-align: center;
  margin: 0 auto;
}
.baoming a {
    display:inline-block;
}
.jg-nr{
	margin-bottom:50px !important;
}