@charset "utf-8";
html {
	-webkit-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-o-text-size-adjust:none;
	text-size-adjust:none;
}
*{ outline: none; }
html, body {
	font-size:12px;
	font-family: '寰蒋闆呴粦';
}

body {
	font: 12px/1.5;
/*	background-image: url(./background.png);
*/	
background-repeat: no-repeat; background-position: 120% 90%; 
		background-attachment:fixed
}
body, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, input, textarea, select, canvas, button, dl, dd, dt {
	margin:0;
	padding:0;
	border:0;
	font-size:inherit;
}
header, hgroup, nav, section, article, aside, footer {
	display: block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol, li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
*font-size:100%;
}
legend {
	color:#000;
}
img {
	vertical-align:top;
}
a:link, a:visited {
	text-decoration: none;
}
.footer{
    height:200px;
    background-image: url(./footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items: center;
position: relative;
background-position:center;
}
.footer p{
text-align: center;
font-family: SourceHanSansCN-Regular;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
text-align: center;

line-height: 26px;
}
.footerjb{
    position: absolute;
    top:35%;
    right:50px;

}
.jb{
    width:45px;
    height:45px;
    background-repeat: no-repeat;
    background-image: url(./jb.png);
    background-position: center;
    background-size: cover;
    margin:0 auto;

}
.jb_text{
    font-family: SourceHanSansCN-Regular;
font-size: 14px;
color: #FFFFFF;
letter-spacing: 0;
text-align: right;
line-height:24px;
}
.footerlogo{
    position: absolute;
    top:50%;
    left:20px;
    background-image: url(./logo-1.png);
    width:223px;
    height:40px;

}

.fh{
    padding:10px 20px;
    border:solid 1px #fff;
    color:#fff;
    position: absolute;
    top:10px;
    left:10px;
    background-color: rgba(220, 240, 253, 0.5);
    }
 .fh a{ color: #fff }