.fS-header {
	width: 1200px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
}

.top-nav {
	height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background-color: #009900; */
	padding: 0 10px 0 0;
}

.top-nav img {
	width: 163px;
	height: 20px;
}

.top-nav h1 {
	margin: 10px;
}

.top-nav-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.re-login {
	display: flex;
	margin-left: 380px;
	line-height: 21px;
}

.re-login a:hover {
	text-decoration: none;
	background-color: #c4e9ff;
}

.re-login li a {
	display: block;
	border: 1px solid #91C6D6;
	text-align: center;
	padding: 0 12px;
	line-height: 20px;
	font-family: "宋体"
	background: #f4faff;
	border-radius: 3px;
}

.m-change {
	padding-left: 20px;
}

.m-change a {
	color: red;
	font-weight: bold;
}

.top-con {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding: 0  10px 0 0;
	margin-bottom: 6px;
}

.top-con a img {
	width: 200px;
	height: 60px;
	margin-left: 8px;
}

.top-con img:nth-child(2) {
	width: 750px;
	height: 80px;
	margin-left: 30px;
}

.top-con img:nth-child(3) {
	width: 180px;
	height: 80px;
}

.main-nav {
	margin-bottom: 3px;
}

.mnav-con {
	height: 24px;
	border-top: 3px #F00 solid;
	background: url(../fsimg/navbar_bg.gif) repeat-x;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	color: #fff;
	font-family: "宋体";
}

.mnav-con li:nth-child(1),
.mnav-con li:nth-child(9) {
	margin-right: 30px;
}
.mnav-con li:nth-child(1){
	margin-left: 20px;
}
.mnav-con li:nth-child(14) {
	padding-left: 30px;
	margin-right: 20px;
}

.mnav-con li a {
	display: block;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	padding: 0 14px 0 14px;
	text-align: center;
	color: #FFFFFF;
}

.mnav-con li a:hover {
	background-image: linear-gradient(to top, #91C6D6, rgba(0, 0, 0, 0));
}

.mnav-con,
	{
	float: left;
	line-height: 24px;
	height: 24px;
	padding-left: 20px;
}

.Statement {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
}

.Statement span {
	color: red;
}

.fS-footer {
	height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}

.f-nav-box {
	display: flex;
	justify-content: center;
	width: 100%;
	border-bottom: 3px #F00 solid;
	background: url(../fsimg/navbar_bg.gif) repeat-x;
}

.f-nav {
	height: 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 70%;
}

.f-nav li a {
	display: block;
	padding: 0 28px 0 28px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-family: "宋体";
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.f-nav li a:hover {
	background-image: linear-gradient(to top, #91C6D6, rgba(0, 0, 0, 0));
}

.footer-con {
	width: 96%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

#footer-5starleft {
	width: 170px;
	height: 40px;
	margin: 0 0 10px 40px;
	/* border: 1px solid greenyellow; */
}


.fc-r {
	margin-bottom: 20px;
}

.fc-main-t {
	margin-left: 65px;
}

.fc-main-t,
.fc-main-b {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.fc-main-t li,
.fc-main-b li {
	text-align: center;
	margin-right: 20px;
}

.fc-r {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.fc-r img:nth-child(2){
	margin-right: 10px;
}
#weixin,
#mobile {
	width: 70px;
	margin-right: 10px;
	text-align: center;
}

.fc-r #weixin img,
.fc-r #mobile img {
	width: 70px;
}
