*{
    margin: 0;
    padding: 0;
}
body,
html {
    font-size: 14px;
    font-family: 'Microsoft Yahei', '微软雅黑', 'Simsun', '宋体', 'Arial', sans-serif;
}
img {
    border: 0;
}
a {
    color: #fff;
    text-decoration: none;
    outline: none;
}
ol,
ul,
li {
    list-style: none;
}
.head-nav {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
}
.head-nav-con {
    width: 100%;
    height: 40px;
    margin: auto;
    float: right;
}
.head-nav-con ul li {
    width: 100px;
    float: left;
    font-size: 14px;
    text-align: center;
}
.head-nav-con ul li:hover {
    border-bottom: 3px solid #1275FF;
}

.head-nav-con ul li:hover > a {
    color: #1275FF;
    /*text-decoration:underline;*/
}

.head-nav-con ul a {
    display: block;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    color: black;
    font-size: 14px;
}
.head-nav-con .drop-down {
    position: relative;
}
.head-nav-con .drop-down-content {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    background: #FFFFFF;
}
.head-nav-con .drop-down-content li:hover > a {
    color: #1275FF;
}

.head-nav-con .drop-down:hover .drop-down-content {
    display: block;
}
.head-nav-con .drop-down-2 {
    position: relative;
}
.head-nav-con .drop-down-content-2 {
    padding: 0;
    display: none;
    position: absolute;
    z-index: 1;
    background-color: #FFFFFF;
    right: -100px;
    top: 0;
}
.head-nav-con .drop-down-content-2 > li {
    float: none;
    background-color: #FFFFFF;
}
.head-nav-con .drop-down-content-2 li:hover a {
    background-color: #1275FF;
    color: #FFFFFF;
}
.head-nav-con .drop-down-2:hover .drop-down-content-2 {
    display: block;
}

/*底部*/
.headtext{
	font-size: 14px;
}
.s_hdpt{
	width: 100%;
	float: left;
	/*padding: 0 0 0 60;*/
}
.s_hdpt01 {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}

.s_fbma {
	width: 50%;
	float: left;
	border-bottom: 1px #ababab solid;
	padding-bottom: 20px;
}
.s_fbma_l {
	width: 50%;
	float: left;
	color: #a9a9a9;
	;
}
.s_fbma_l01 {
	width: 100%;
	float: left;
	font-size: 14px;
}
.s_fbma_l02 {
	width: 100%;
	float: left;
	font-size: 20px;
}
.s_fbma_r {
	width: 50%;
	float: left;
}
a{
    font-size: 16px;
    color: #000000;
}
