@charset"gbk";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-family: "Î¢ÈíÑÅºÚ", "microsoft yahei", arial
}

html {
	font-size: 62.5%;
	font-family: "Î¢ÈíÑÅºÚ", "microsoft yahei", arial
}

body {
	line-height: 1;
	background: #F6F6F6;
	font-size: 1.6rem;
	text-align: center;
}

*,
*:after,
*:before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	-moz-box-orient: horizontal;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	box-orient: horizontal;
	width: 100%
}

.flex {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1
}

.flex2 {
	-moz-box-flex: 2;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	box-flex: 2
}

.clear {
	clear: both
}

.radius {
	-moz-border-radius: 0.5rem;
	-webkit-border-radius: 0.5rem;
	border-radius: 0.5rem
}

.pos_bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%
}
header img{
	display: block;
	width: 100%;
}

.content{
	min-height: 1000px;
	width: 100%;
	background: url(../img/bg-01.png) 0 0 repeat-y;
}

.content .con{
	width: 50%;
	z-index: 99;
	margin: auto;
	padding-bottom: 100px;
}

.content .con img{
	display: block;
	width: 100%;
}

.content .con img.t{
	margin-bottom: 50px;
	width: 70%;
	margin-left: 15%;
	margin-top: 50px;
}
.content .con img.t:first-child{
	margin-top: 0px;
}

.content .con span{
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 22px;
	margin-top: 30px;
}
@media screen and(min-width:801px) and (max-width:1200px){
	.content .con{
		width: 70%;
		z-index: 99;
		margin: auto;
		padding-bottom: 100px;
	}
	.content .con span{
		display: block;
		line-height: 30px;
		color: #fff;
		font-size: 18px;
		margin-top: 30px;
	}
}

@media screen and(min-width:601px) and (max-width:800px){
	.content .con{
		width: 80%;
		z-index: 99;
		margin: auto;
		padding-bottom: 100px;
	}
	.content .con span{
		display: block;
		line-height: 30px;
		color: #fff;
		font-size: 16px;
		margin-top: 30px;
	}
}

@media screen and (max-width:600px){
	.content .con{
		width: 90%;
		z-index: 99;
		margin: auto;
		padding-bottom: 100px;
	}
	.content .con img.t{
		margin-bottom: 30px;
		width: 70%;
		margin-left: 15%;
		margin-top: 30px;
	}
	.content .con span{
		display: block;
		line-height: 30px;
		color: #fff;
		font-size: 14px;
		margin-top: 30px;
	}
}