body {
	margin: 0;
}

body, body * {
	font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
	text-decoration: none;
}

*{margin:0;padding:0;}

img{
	border: 0;
}

#header {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.clear{
	clear: both;
}

hr{
margin:0 auto; padding:0; overflow:hidden; height:1px;border:none;border-top:1px solid #dbdddf;}

ul li{
	list-style: none;
}

.bg_main{
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat;
	background-position: top center;
	position: absolute;
	z-index: -99;
}

.bgmainwr{
	width: 1020px;
	position: absolute;
	z-index: -99;
	top: 0;
	+position: relative;
}

p{
	text-align: left;
}

em{
	font-style: normal;
}

.mt10{
	margin-top: 10px!important;
}

.mt20{
	margin-top: 20px!important;
}

.mt30{
	margin-top: 30px!important;
}

.mb10{
	margin-bottom: 10px!important;
}

.mb20{
	margin-bottom: 20px!important;
}

.mb30{
	margin-bottom: 30px!important;
}

.mb60{
	margin-bottom: 60px!important;
}

.h10{
	height: 10px;
	display: block;
}

/* container */
.container{
	margin: 0 auto;
	position: relative;
}

.card01{
	background: #fff;
	border-radius: 10px;
    box-shadow: 0 0 10px rgba(114,217,255,0.8);
}


.card02{
	background: #fff;
	border-top-left-radius: 47px;
	border-bottom-right-radius: 47px;
    box-shadow: 0 0 10px rgba(114,217,255,0.8);
}


.btn_blue{
	background: #40c2ff; /* Old browsers */
	background: -moz-linear-gradient(top, #78d7ff 0%, #40c2ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#78d7ff), color-stop(100%,#40c2ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #78d7ff 0%,#40c2ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #78d7ff 0%,#40c2ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #78d7ff 0%,#40c2ff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #78d7ff 0%,#40c2ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d7ff', endColorstr='#40c2ff',GradientType=0 ); /* IE6-9 */
}

.btn_green{
	background: #a6e000; /* Old browsers */
	background: -moz-linear-gradient(top, #afe91e 0%, #a6e000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afe91e), color-stop(100%,#a6e000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #afe91e 0%,#a6e000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #afe91e 0%,#a6e000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #afe91e 0%,#a6e000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #afe91e 0%,#a6e000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afe91e', endColorstr='#a6e000',GradientType=0 ); /* IE6-9 */
}

.link{
	color: #519dc4;
}

.link i {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background-image: url(../images/ico_link.png);
    background-repeat: no-repeat;
	background-position: center;
    background-color: #519dc4;
    display: inline-block;
    margin-bottom: -6px;
	margin-right: 4px;
}


.qrcode{
	background-image: url(../images/qrcode.jpg);
	background-repeat: no-repeat;
    background-position: 0 0;
    padding-top: 188px;
	
}

.qrcode{
    width: 188px;
    height: auto;
}

.qrcode span{
	color: #177cb0;
}




.step{
    background-color: #6ca9c9;
    border-radius: 50%;
	float: left;
}

.step h3{
	color: #fff;
    font-weight: 300;
}

.step h4{
	color: #fff;
    font-weight: 300;
    margin: 0 auto;
}


/* footer */
.footer{
	width: 100%;
	text-align: center;
	z-index: -999;

}

.ft{
	margin: 0 auto;
    background-image: url(../images/bg_footer.png);
	background-position: center;
	background-repeat: repeat-x;
}


.fbold{font-weight:bold;}
.fitalic{font-style:italic;}
.fblue{color:#1ea0fa;}
.fred{color:#f06;}
.fyellow{color:#ff6600;}
.fgreen{color:#00b900;}
.fdarker{color:#777;}
.flighter{color:#bbb;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}