*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
li{
	list-style: none;
}
body{
	font-family: "微软雅黑";
}
img{
	border: 0;
}

.FontColor {
  color: #272172 !important;
}
.FontColor1 {
  color: #ec5901 !important;	/*价格色*/
}
.BgColor {
  background-color: #272172 !important;
}
.BgColor1 {
  background-color: #fb4223 !important;	/*价格色*/
}
.BorderColor {
  border-color: #272172 !important;
}
/* 文字排列 */
.textC {
  text-align: center !important;
}
.textR {
  text-align: right !important;
}
.textL {
  text-align: left !important;
}
/* 浮动 */
.floatL {
  float: left;
}
.floatR {
  float: right;
}

.header{
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	position: relative;
}
.header .logo{
	height: 55px;
	margin-top: 34px;
}
.header .box{
	font-size: 18px;
	margin-top: 13px;
}
.header .box a{
	display: block;
	float: left;
	color: #616161;
	line-height: 94px;
	padding-bottom: 9px;
	margin: 0 12px;
	border-bottom: 4px solid transparent;
}
.header .box .a1:hover{
	color: #272172;
	border-bottom-color: #272172;
}
.header .box span{
	line-height: 94px;
	padding-left: 39px;
	float: right;
	margin-left: 12px;
	border-bottom: 4px solid transparent;
	background: url(../img/index_top_phone.png) no-repeat left center;
	background-size: 26px 26px;
}
.header .box1{
	width: 74px;
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 16px;
	color: white;
	margin-top: 27px;
	background: #6f6ba7;
	border-radius: 4px;
	text-align: center;
}
.header .box1:hover{
	background: #272172;
}

/*标题*/
.biaoti{
	width: 1200px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
.biaoti .more{
	display: block;
	width: 50px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -15px;
	border-radius: 6px;
}


/*底部*/
.footer{
	width: 100%;
	background: #515151;
	padding-top: 25px;
}
.footer .main1{
	width: 1200px;
	height: 125px;
	margin: 0 auto;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
}
.footer .main1 a{
	color: #fff;
	margin: 0 15px;
}
.footer .main1 a:hover{
	text-decoration: underline;
}
.footer .main1 .img1{
	width: 114px;
	height: 124px;
	margin: 0 30px;
}
.footer .main1 span{
	margin: 0 70px 0 25px;
}
.footer .main1 .box{
	width: 94px;
	position: absolute;
	right: -60px;
	bottom: 0;
}
.footer .main1 .img2{
	width: 94px;
	height: 94px;
}
.footer .main1 .box div{
	padding-top: 6px;
}
.footer .main2{
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	line-height: 40px;
	border-top: 1px solid #666666;
	color: white;
	height: 40px;
}


@media only screen and (max-width: 1200px) {
	
	.footer {
		width: 1200px;
	}
	.footer .main1 .box{
		right: 0;
	}
}