﻿
/*
*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	line-height: 1;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	-webkit-appearance:none;
	-webkit-overflow-scrolling:touch;
}
*/

.box{
	width: 100%;
}
.headercon{
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: 100%;
}
.con{
	position: relative;
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	height: 100%;
}
.title{
	color: #333;
	font-size: 34px;
	text-align: center;
}
.title > span.red{
	color: #00b8e5;
	font-weight:bold;
}
.title > span.bold{
	font-weight: bold;
}
.list > li{
	float: left;
}
.last-child{
	margin-right: 0!important;
	padding-right: 0!important;
	border-right: none!important;
}
img{
	max-width: 100%;
}
.concultBut{
	margin: 0px auto 0;
	width:204px;
	height:52px;
	background:rgba(234,15,14,1);
	border-radius:4px;
	text-align: center;
	line-height: 52px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.m_show{
	display: none!important;
}
.subBanner{
	height: 600px;
}
/* 清除浮动 */
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
  }
  /* 兼容IE */
  .clearfix {
	*zoom: 1;
  }

@media(max-width: 1200px){
	.subBanner{
		height: 480px;
	}
	.con{
		width: 96%;
	}
	.title{
		font-size: 28px;
	}
}
@media(max-width: 992px){
	.subBanner{
		height: 360px;
	}
	.title{
		font-size: 24px;
	}
}
@media(max-width: 767px){
	.title{
		line-height: 1.5;
		font-size: 20px;
	}
	.m_hide{
		display: none!important;
	}
	.m_show{
		display: block!important;
	}
	.concultBut{
		margin-top: 20px;
		width:150px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}
}
@media(max-width: 481px){
	.subBanner{
		height: 320px;
	}
}