@charset "utf-8";
/* CSS Document */

.wp {
	width: 94%;
	margin: 0 auto;
}
.wp2 {
	width: 94%;
	margin: 0 auto;
}
.wp3 {
	width: 100%;
	margin: 0 auto;
}
.wp4 {
	width: 94%;
	margin: 0 auto;
}
.wp5 {
	width: 94%;
	margin: 0 auto;
}

/*==================== tab-qh(默认样式) =============*/
.header_mar {
    display: inline-block;
    width: 100%;
    padding: 0px;
}
.tabs.clearfix {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.tabs.clearfix a {
    font-size: 1.4rem;
    border: none;
    top: 2px;
    display: inline-table;
    padding: 15px 0px;
	color:#666;
    position: relative;
}

.tabs.clearfix a.active {
    color: #015da0;
	    padding-bottom: 12px;
    border-bottom: 2px solid #015da0;
}
.tabs.clearfix.tabs_four a {
    width: 24%;
}

/*============== tabs2 =============*/
.tabs1.clearfix {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.tabs1.clearfix.tabs_four a {
    width: 32%;
}
.tabs1.clearfix a {
    font-size: 1.4rem;
    border: none;
    top: 2px;
    display: inline-table;
    padding: 15px 0px;
    color: #666;
    position: relative;
}
.tabs1.clearfix a.active {
    color: #015da0;
	    padding-bottom: 12px;
    border-bottom: 2px solid #015da0;
}

/*============== tabs3 =============*/
.tabs2.clearfix {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.tabs2.clearfix.tabs_four a {
    width: 19%;
	font-size:1.2rem;
}
.tabs2.clearfix a {
    font-size: 1.4rem;
    border: none;
    top: 2px;
    display: inline-table;
    padding: 15px 0px;
    color: #666;
    position: relative;
}
.tabs2.clearfix a.active {
    color: #015da0;
	    padding-bottom: 12px;
    border-bottom: 2px solid #015da0;
}
/*============== tabs4 =============*/
.tabs3.clearfix {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.tabs3.clearfix.tabs_four a {
    width: 24%;
	font-size:1.4rem;
}
.tabs3.clearfix a {
    font-size: 1.4rem;
    border: none;
    top: 2px;
    display: inline-table;
    padding: 15px 0px;
    color: #666;
    position: relative;
}
.tabs3.clearfix a.active {
    color: #015da0;
	    padding-bottom: 12px;
    border-bottom: 2px solid #015da0;
}
