* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
	box-sizing: border-box;
	font-weight: normal;
	
	
}
a {
	text-decoration: none;
	color: #999;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body {
	
}
.bg-grey {
	width: 100%;
	height: auto;
	
}
.content {
	
	margin: 0 auto;
	height: auto;
}
h2.title {
	text-align: center;
	font-size: 24px;
	color: #333;
	line-height: 24px;
	padding-bottom: 24px;
	position: relative;
}
h2.title:after {
	position: absolute;
	left: 50%;
	width: 46px;
	height: 1px;
	margin-left: -23px;
	background-color: #0c9;
	bottom: 0;
	content: '';
}
p.subtitle {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.tab-block {
	
	
	
	background-color: #FFF;
	
}
.tab-block.information-tab {
	
}
.tab-block.information-tab .tabs {
	
}
.tab-block .tab-buttons {
	overflow: hidden;

width: 630px;

margin: 0 auto;
}
.tab-block .tab-buttons .tab-button {
	margin:0 60px;

padding: 0 10px;
	float: left;
	height: 70px;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 70px;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	font-weight: bold;
}
.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #EE4258
}
.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #EE4258
}
.tab-block .tabs {
	width: 100%;
	
}
.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	
	display: none
}
.tab-block .tabs .tab-item.active {
	display: block
}

.introduction {
    
    background: 
    #fff;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    
}

.introduction-left {

    text-align: left;

}
.introduction-left, .introduction-right {

    width: 50%;
    float: left;
    overflow: hidden;

}
.fl {
    float: left;
}
.introduction-left p:nth-child(1), .introduction-right p:nth-child(1) {
    color: 
    #333;
    font-size: 12px;
}
.introduction-left p:nth-child(2), .introduction-right p:nth-child(2) {
    color: 
    #333;
    font-size: 12px;

    margin-top: 14px;
}
.introduction-left p:nth-child(3), .introduction-right p:nth-child(3) {
    color: #666;
    font-size: 12px;
    margin-top: 30px;
    line-height: 26px;
}
.introduction-right {
    text-align: right;
}
.clearfix{clear:both;}

.consulting {
    text-align: center;
    height: 204px;
    border-bottom: 1px solid #dddddd;
}
.consulting p {
    font-size: 24px;
    padding-top: 44px;
}
.consulting span {
    font-size: 12px;
    color: #9f9f9f;
    padding: 17px 0 14px 0;
    display: block;
}
.consulting a {
    width: 220px;
    height: 52px;
    background: #fe405a;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    line-height: 52px;
    border-radius: 5px;
}
