body{
	background-color: #EEEEEE;
}
.indextopnavi{
	background-color: #fff;
}
#indexnavi{
	width: 1000px;
	margin: 0 auto;
	height: 70px;
}

#indexnavi .mlogo{
	float: left;
	padding: 0 20px 0 0;
	margin-top: 20px;
	border-right: 1px solid #CCCCCC;
}
#indexnavi .mlogo2{
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}
#indexnavi .logo4{
    float:left;
    height:60px;
}
#indexnavi .topnavi_r{
	float: right;
}
#indexnavi .topnavi_r li{
	float: left;
	padding: 26px 0 0 48px;
}

#indexnavi .topnavi_r li a{
	font-size: 16px;
	color: #676767;
	font-weight: bold;	
	text-decoration: none;
}
#indexnavi .topnavi_r li a:hover{
	text-decoration: none;
	color: #ff6633;
}
.indexm{
	background-color: #343399;
	height: 452px;

}
.indexm .indexmb{
	height: 452px;
	width: 1000px;
	margin: 0 auto;
	background: url(/images/index_left.png) no-repeat 61px 92px;
	position: relative;
}
.indexm .btns{
	position: absolute;
	right: 65px;
	top: 88px;
}
.indexm .btns li{
	padding: 5px 0;
}
.indexm .btns .btn1{
	display: block;
	width: 260px;
	height: 89px;
	background-color: #FF6634;
	color: #fff;
	font-size: 34px;
	font-family: "Microsoft Yahei";
	text-align: center;
	line-height: 89px;
	text-decoration: none;
}
.indexm .btns .btn1:hover{
	background-color: #ff5821;
}

.indexm .btns .btn2{
	display: block;
	width: 260px;
	height: 49px;
	background-color: #fff;
	color: #343399;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	text-align: center;
	line-height: 49px;
	text-decoration: none;
}
.indexm .btns .btn2:hover{
	background-color: #e4e4f1;
}

/*foot*/
.foot {
  color: #8E8E8E;
  text-align: center;
  padding-top: 10px;
  border-top: none;
  margin-top: 15px;
}
.foot a {
  color: #666666;
  text-decoration: none;
}
.foot a:hover {
  text-decoration: underline;
}
.foot p.sphp {
  height: 10px;
  overflow: hidden;
}
.foot p.spp {
  height: 5px;
  overflow: hidden;
}
.foot p.splp {
  background: #EEEEEE;
  border-top: none;
  height: 30px;
  line-height: 30px;
}