﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.fd-main-top {
	line-height: 37px;
	margin-left: 34px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #676767;
	letter-spacing: 0.23px;
	text-align: left;
}

.fd-cur-title {
	color: #1040aa;
}

.fd-top-title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #d8d9d8;
	background-color: #f7f8f7;
	position: relative;
}

.fd-top-title-bgc {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	padding-top:40px;
}

.fd-blue-topBgc {
	height: 162px;
	background: url('../imageIndex/blueBackg.png') no-repeat center;
	/*background-size:100%;*/
}

ul li {
	list-style: none;
}

.fd-top-nav {
	height: 36px;
}

.fd-top-nav-content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.fd-top-nav-content span {
	/*color: #555a5d;*/
}
.fd-bgc-div {
	background: #E8F0FB;
}
.fd-ssfw-main {
	background: #fff;
}