@charset "UTF-8";
#header,#header .intro,#subheader,#hsubeader .intro,#nav,#nav .posCenter,#subnav,#subnav .posCenter,.nav ul,#content .section,#content .fundDetail,#content .tabBox ul,#content .discountDetail,#content .form form,#header .mintro,.mNav {
	zoom:1;
}
#header:before,#header .intro:before,#subheader:before,#subheader .intro:before,#nav:before,#nav .posCenter:before,#subnav:before,#subnav .posCenter:before,.nav ul:before,#content .section:before,#content .fundDetail:before,#content .tabBox ul:before,#content .discountDetail:before,#content .form form:before,#header .mintro:before,.mNav:before {
	content:"";
	display:table;
}
#header:after,#header .intro:after,#subheader:after,#subheader .intro:after,#nav:after,#nav .posCenter:after,#subnav:after,#subnav .posCenter:after,.nav ul:after,#content .section:after,#content .fundDetail:after,#content .tabBox ul:after,#content .discountDetail:after,#content .form form:after,#header .mintro:after,.mNav:after {
	content:"";
	display:table;
	clear:both;
}
html {
	height:100%;
}
body {
	height:100%;
	font-family:Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",sans-serif;
}

#header{
	background: url(../images/background.jpg)center no-repeat;
	width: 100%;
	height: 711px;
}
#subheader{
	background: url(../images/background-content.jpg)center no-repeat;
	width: 100%;
	height: 477px;
}
.bg{
	position: relative;
    max-width: 1004px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.bg_light{
	position: absolute;
	top: -305px;
	bottom: 0;
	left: 0;
	right: 0;
	animation:150s rotateZ infinite;
	-webkit-transition: all 4s linear;
    -moz-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
}
@keyframes rotateZ {
        from { transform: rotateZ(0); }
        to { transform: rotateZ(360deg); }
    }
.bg_light img{
	width: 100%;
	max-width: 1028px;
}
.bg_ball{
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
}
.bg_title{
	position: absolute;
	text-align: center;
	left: 0;
    right: -36px;
}
.bg_title img{
	width: 100%;
	max-width: 561px;
}
.bg_box{
    position: absolute;
    text-align: center;
    left: 40px;
    right: 0;
    top: 468px;
    width: 765px;
    height: 184px;
}.
monster{
	
}
.monster .m1{
    position: absolute;
    top: -207px;
    left: 18px;
    width: 210px;
    text-align: center;
}
.monster .m2{
    position: absolute;
    top: -144px;
    left: 280px;
    width: 210px;
    text-align: center;
}
.monster .m3{
    position: absolute;
    top: -141px;
    left:540px;
    width: 210px;
    text-align: center;
}
.monster .m1 img{
	margin-left: 45px;
}
.monster .m3 img{
	margin-right: 45px;
}
.monster .m1 h3,.monster .m2 h3,.monster .m3 h3{
	padding: 0;
	margin: 15px 0 -5px;
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.monster .m1 h2,.monster .m2 h2,.monster .m3 h2{
	padding:-10px 0 0;
	margin: 0;
	font-weight: normal;
	color: #fff100;
	font-size: 36px;
}
.monster .m1 .text,.monster .m2 .text,.monster .m3 .text{
	margin-top: 48px;
}
.bg_people{
    position: absolute;
    text-align: center;
    right: -47px;
    top: 305px;
}
.bg_people div{
	position: absolute;
    left: -40px;
    top: -20px;
    -webkit-animation: 10s sayrule infinite;
  	animation: 10s sayrule infinite;
  	-webkit-transition-delay:2s;
  	transition-delay:2s;
}
@-webkit-keyframes sayrule {
     0% { opacity: 0}
  10% { opacity: 1 ;left: -60px;top: -40px;}
  70% { opacity: 1 ;left: -60px;top: -40px;}
  80% { opacity: 0 }
  100% { opacity: 0 }

}

@keyframes sayrule {
   0% { opacity: 0}
  10% { opacity: 1 ;left: -60px;top: -40px;}
  70% { opacity: 1 ;left: -60px;top: -40px;}
  80% { opacity: 0 }
  100% { opacity: 0 }

}
.bg_money{
	position: absolute;
    text-align: center;
    right: 73px;
    top: 562px;
}
.bg_bag{
	position: absolute;
    left: 364px;
    top: 576px;
    z-index: 2;
    width: 120px;
    height: 137px;
}
.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}
.arrow-white{
    position: absolute;
    top: 517px;
    left: 293px;
}
.monster .m1 .shadow {
	width: 93px;
    height: 10px;
    bottom: 92px;
    left: 53px;
    right: 0;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    background: rgba(95, 40, 40, 0.3);
    -webkit-animation: shadow 1.1s ease-in-out infinite;
    animation: shadow 1.1s ease-in-out infinite;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.monster .m2 .shadow {
	width: 93px;
    height: 10px;
    bottom: 92px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    background: rgba(95, 40, 40, 0.3);
    -webkit-animation: shadow 1.2s ease-in-out infinite;
    animation: shadow 1.2s ease-in-out infinite;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.monster .m3 .shadow {
	width: 143px;
    height: 10px;
    bottom: 92px;
    left: -40px;
    right: 0;
    margin: auto;
    position: absolute;
    border-radius: 50%;
    background: rgba(95, 40, 40, 0.3);
    -webkit-animation: shadow 1.3s ease-in-out infinite;
    animation: shadow 1.3s ease-in-out infinite;
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
@keyframes shadow {
  0%, 100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  60% {
    -webkit-transform: scaleX(1.2);
    transform: scaleX(1.2);
    opacity: 0.2;
  }
}

.jump1{
	animation: bounce 1.1s ease-in-out infinite;
}
.jump2{
	animation: bounce 1.2s ease-in-out infinite;
}
.jump3{
	animation: bounce 1.3s ease-in-out infinite;
}
@keyframes bounce {
 from, to {
		    -webkit-transform: translateY(4vh) scaleY(.99);
		            transform: translateY(4vh) scaleY(.99);
		  }
		  60% {
		    -webkit-transform: translateY(0vh) scaleY(1.01);
		            transform: translateY(0vh) scaleY(1.01);
		  }
}
.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: linear;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}
.adbanner{
	position: fixed;
	right: 0;
	top: 10%;
	z-index: 5;
}
.adbanner div{
	text-align: center;
	margin-bottom: 10px;
}
.adbanner div a{
	border: 3px solid #fff;
	border-right:none; 
	width: 30px;
	background: #0053c3;
	padding:10px 5px;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr ;
	writing-mode: tb-rl;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 5px;　
}
.adbanner div a:hover{
	color: #fff100;
	background: #c60000;
}

body.popbox:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: '';
	opacity: 1;
}

body.popbox .boxshow{
	display: block;
	height: 100%;
    overflow: auto;
}
body .boxshow,body.popbox.hiden{
	display: none;
}
body.popbox{
	overflow: hidden;
}
.popbox .boxshow{
    position: fixed;
    top:30px;
    left: 50%;
    text-align: center;
    z-index: 11;
    margin-left: -160px;
}
.popbox .boxshow .nbox{
	position: relative;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin: 10px 25px;
}
.popbox .boxshow .nbox:after{
	content: "";
	display: table;
	clear: both;
}
.popbox .boxshow .nbox .monster11{
	position: absolute;
    top: -138px;
    left: 30%;
}
.popbox .boxshow .nbox .close{
	position: absolute;
	right: -25px;
	top: -25px;
	cursor: pointer;
}
.popbox .boxshow .nbox h2{
	font-size: 22px;
	color: #e60012;
	display: inline-block;
	padding-top: 50px;
	margin-bottom: 5px;
}
.popbox .boxshow .nbox h2:after{
	display: block;
	content: "";
	height: 2px;
	background: #e60012;
	margin-top: 5px;
}
.popbox .boxshow .nbox h4{
	font-weight: normal;
	font-size: 12px;
	color: #7d7d7d;
	margin: 5px 0;
}
.popbox .boxshow .nbox h3{
	font-weight: normal;
	font-size: 20px;
	width: 330px;
}
.popbox .boxshow .nbox h3 span{
	color: #e60012;
	font-weight: bold;
}
.nbox table{
	width: 320px;
	padding: 10px;
	text-align: left;
}





.btn{
	margin:0 0 30px; 
	
}
.btn a,#send{
	background: #e60012;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 22px;
	cursor: pointer;
}

@-webkit-keyframes fadeIn {
0% {
opacity: 0; 
}
50% {
opacity: 0; 
}
100% {
opacity: 1; 
}
}

#box
{-webkit-animation-name: fadeIn;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 0s;
}


.posCenter {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
	padding:0 10px;
	width:1000px;
}
.mhide {
	display:block;
}
.mshow {
	display:none;
}
.goTop {
	position:fixed;
	display:none;
	width:70px;
	height:70px;
	bottom:40px;
	right: 10px;
	cursor:pointer;
	background-image:url(../Images/goTop.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
.moreData {
	position:fixed;
	z-index:9;
	width:140px;
	height:140px;
	top:100px;
	cursor:pointer;
	opacity:0;
	background-image:url(../Images/btn_moreData.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#subheader {
	width:100%;
	min-width:1000px;
	margin-bottom:80px;
	z-index:1;
}
#subheader .sub_bg{
	margin: 0 auto;
	text-align: center;
}
#header {
	position:relative;
	width:100%;
	min-width:1000px;
	margin-bottom:80px;
	height:711px;
	z-index:1;
	overflow:hidden;
}
#header .posCenter {
	position:relative;
	height:100%;
	z-index:1;
}
#header .logo ,#subheader .logo {
	position:absolute;
	top:10px;
	left:10px;
	width:152px;
	height:40px;
}
#header .logoPosCenter ,#subheader .logoPosCenter {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 auto;
	padding:0 10px;
	width:1360px;
}

#nav{
	position:absolute;
	width:100%;
	top:711px;
	left:0;
	background-image:url(../Images/nav_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	min-width:1000px;
	padding-top: 18px;
}
#subnav{
	position:absolute;
	width:100%;
	top:477px;
	left:0;
	background-image:url(../Images/nav_bg.gif);
	background-repeat:repeat-x;
	background-position:0 0;
	min-width:1000px;
	padding-top: 18px;
	z-index: 2;
}
#nav .navbg ,#subnav .navbg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fff89a+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fff89a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fff89a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#fff89a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff89a',GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #b52f03;
}
#nav .posCenter ,#subnav .posCenter{
	position:relative;
}
.nav ul {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.nav ul:after {
	position:absolute;
	display:block;
	content:"";
	width:1px;
	height:100%;
	top:0;
	right:0;
	background-color:#b52f03;
	opacity:0.3;
}
.nav ul li {
	position:relative;
	float:left;
}
.nav ul li:hover {
	background-position:0 -70px;
}
.nav ul li:before{
	position:absolute;
	display:block;
	content:"";
	width:1px;
	height:100%;
	top:0;
	left:0;
	background-color:#b52f03;
	opacity:0.3;
}
.nav ul li a {
	display: block;
    width: 178px;
    height: 45px;
    color: #e60012;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    padding-top: 15px;
    font-weight: bold;
}
.nav ul li a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d40000+0,900000+100 */
	background: #d40000; /* Old browsers */
	background: -moz-linear-gradient(top,  #d40000 0%, #900000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #d40000 0%,#900000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #d40000 0%,#900000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d40000', endColorstr='#900000',GradientType=0 ); /* IE6-9 */
	color: #FFEB3B;
}
.nav .link {
	float:left;
	margin-left:30px;
}
.nav .fbShare {
	position:absolute;
	top:50%;
	margin-top:-17px;
	right:10px;
	display:inline-block;
	width:35px;
	height:35px;
}
.nav .fbShare svg {
	width:100%;
}
.tag_line{
	text-indent: -99999px;
}
#content {
	min-width: 1000px;
    margin: 0px auto;
    background: #ffda44;
    padding: 10px;
}
#content .section_zone {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 10px;
    width: 100%;
    max-width: 1000px;
    background: #fff8dd;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.section_zone h2{
	color: #003576;
	display: table;
	margin: 5px 5px 15px;
}
.section_zone h2:after{
	content: "";
	display: block;
	background: #003576;
	height: 2px;
}
#content .section {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin:50px auto 10px;
    padding: 30px;
    width: 100%;
    max-width: 970px;
   	background: #ffffff;
    border: 5px solid #ffe5bc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #e5a530; 
	-webkit-box-shadow: 0px 0px 5px #e5a530; 
	-moz-box-shadow: 0px 0px 5px #e5a530; 
	position: relative;
}
#content .section:after {
	content: "";
	display: table;
	clear: both;
}
#content .section .title{
    position: absolute;
    top: -40px;
    left: 80px;
    width: 800px;
}
#content .section .title img.left{
	float: left;
}
#content .section .title img.right{
	float: right;
}	
#content .section .title .reel{
    float: left;
    padding-left: 200px;
    background: #fdedd4;
    background-position: 30px 0;
    border: 5px solid #d52201;
    width: 561px;
    height: 111px;
    position: absolute;
    left: 15px;
    top: 10px;
}
#content .section .title .reel .afu{
	position: absolute;
    top: -22px;
    left: 30px;
}
#content .section .title .reel h1{
	margin:15px 0 0;
	color: #1b1b1b;
}
#content .section .title .reel h2{
	margin:10px 0 0;
	color: #81511c;
}
#content .section .part{
	font-size: 17px;
    color: #333;
    line-height: 1.9em;
}
#content .section .part span a{
	background: #cd1418;
	font-size: 13px;
	padding: 3px;
	color: #fff;
	text-decoration: none;
}
#content .section .part1{
	margin-top: 110px;
	margin-bottom: 10px;
	width: 500px;
    float: left;
}
#content .section .part2{
	clear: both;
	width: 100%;
}
#content .section .part2{
	margin-top: 110px;
}
#content .section .part1 span{
	font-size: 14px;
}
.section_zone ul{
	padding: 0 0 0 25px;
	margin: 0;
}
.section_zone ul li{
	color: #313131;
	line-height: 1.8;
	font-size: 17px;
}
.img-right{
	float: right;
	margin-top: 68px;
}
#content .section .subtitle{
	background: #e60012;
	color: #fff;
	font-size: 22px;
	padding: 10px;
	margin: 15px 0;
}
#content .section .subtitle div{
	float: right;
	font-size: 14px;
	color: #fff799;
	margin-top: -5px;
}
.pull-right{
	float: right;
}
.pull-left{
	float: left;
}
.from_write{
	display: none;
}
ul.fintech_text,.fintech ul.fintech_list{
	padding: 0;
	margin: 0;
}
ul.fintech_text:after,.fintech ul.fintech_list:after {
	content: "";
	display: table;
	clear: both;
}
ul.fintech_text li{
	width: 15%;
	margin-right: 2%;
	list-style: none;
	float: left;
}
ul.fintech_text li:last-child{
	margin-right: 0;
}
ul.fintech_text li .circle{
	background: #ffec9e;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	text-align: center;
	height: 130px;
}
ul.fintech_text li .circle.c1:before{
    content: "F";
}
ul.fintech_text li .circle.c2:before{
    content: "IN";
}
ul.fintech_text li .circle.c3:before{
    content: "T";
}
ul.fintech_text li .circle.c4:before{
    content: "E";
}
ul.fintech_text li .circle.c5:before{
    content: "C";
}
ul.fintech_text li .circle.c6:before{
    content: "H";
}
ul.fintech_text li .circle:before{
    width: 100%;
    display: block;
    color: #fff8d9;
    font-size: 120px;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 40px;
    font-weight: bold;
}
#content ul.fintech_text li .circle span{
	color: #eb6100;
}
#content ul.fintech_text li .circle h3{
    margin-top: 0;	
    color: #000;
}
ul.fintech_text li .text_info{
	font-size: 15px;
	line-height: 1.5;
	margin-top: 10px;
}
.fintech{
	margin: 30px -30px 0;
}
.fintech ul.fintech_list li{
	list-style: none;
	padding: 20px 20px 20px 240px;

}
.fintech ul.fintech_list li.f1{
	background:#fff8db url('../images/financial-1.png')15px 20px no-repeat;
}
.fintech ul.fintech_list li.f2{
	background:#fff url('../images/financial-2.png')15px 20px no-repeat;
}
.fintech ul.fintech_list li.f3{
	background:#fff8db url('../images/financial-3.png')15px 20px no-repeat;
}
.fintech ul.fintech_list li.f4{
	background:#fff url('../images/financial-4.png')15px 20px no-repeat;
}
.fintech ul.fintech_list li.f5{
	background:#fff8db url('../images/financial-5.png')15px 20px no-repeat;
}
.fintech ul.fintech_list li.f6{
	background:#fff url('../images/financial-6.png')15px 20px no-repeat;
}
.fintech ul.fintech_list li .stagetitle{
	font-size: 36px;
	color: #7d7d7d;
	float: left;
	margin-right: 10px;
}
.fintech ul.fintech_list li .stagetitle:first-letter,.fintech ul.fintech_list li .stagetitle span{
	color: #eb6100;
}
.fintech ul.fintech_list li .stagetitle:after{
	height: 3px;
	display: table;
	content: "";
	background: #eb6100;
	width: 100%;
}
#content .fintech ul.fintech_list li h3{
	margin-top: 7px;
}
#content .fintech ul.fintech_list li p{
	margin-top: 15px;
}
.fintech ul.fintech_list li p span{
	text-decoration: underline;
}
#content .fintech .ps_info,.ps_info{
	color: #7d7d7d;
	font-size: 14px;
	margin: 0 30px;
}
.width50{
	width: 45%;
	float: left;
	padding-right: 5%;
	margin-top: 15px;
}
.p3b_title{
	clear: both;
	padding-top: 15px;
}
.p3b_title> span{
	 float: right;
	 margin-top: 15px;
     color: #7d7d7d;
    font-size: 14px;
}
.p3b_title h3{
	float: left;
}
.p3b_title ul{
	padding: 0;
	margin: 60px 0 0 0;
}
.p3b_title ul:after{
	content: "";
	display: table;
	clear: both;
}
span.rightinfo{
	float: right;
     color: #7d7d7d;
    font-size: 14px;
}
.fintech .p3b_title ul li{
	width: 32%;
	margin-right: 2%;
	padding: 0;
	float: left;
	background: #e60012;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.fintech .p3b_title ul li+li{
	background: #eb6100;
}
.fintech .p3b_title ul li+li+li{
	background: #ebb100;
}
#content .fintech .p3b_title ul li+li p{
	border:5px solid #eb6100;
	border-top:none;
}
#content .fintech .p3b_title ul li+li+li p{
	border:5px solid #ebb100;
	border-top:none;
}
.fintech .p3b_title ul li:last-child{
	margin-right: 0;
}
.fintech .p3b_title ul li h4,.fintech .p3b_title ul li img{
	float: left;
}
.fintech .p3b_title ul li h4{
	margin: 15px 0 0 5px;
    color: #fff;
}
#content .fintech .p3b_title ul li p{
	display: table;
	content: "";
	clear: both;
	margin: 0;
	border:5px solid #e60012;
	border-top:none;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	height: 225px;
}


#content h3 {
	margin:28px 0 0;
	color:#084B96;
	font-size:24px;
}
#content p {
	margin:8px 0;
	font-size:17px;
	color:#333;
	line-height:1.9em;
}
#content ul.starPost {
	padding:0;
	margin:0 0 20px
}
#content ul.starPost:after {
	content:"";
	display:table;
	clear:both;
}
#content ul.starPost li {
	float:left;
	width:285px;
	list-style:none;
	padding:0 30px 0 0;
	line-height:1.9em;
	font-size:17px;
	color:#333;
}
#content ul.starPost li:last-child {
	padding:0;
}
#content ul.starPost li h4 {
	padding:20px 0 10px 35px;
	margin:0;
	color:#D74F08;
	font-size:22px;
	font-weight:bold;
	background:url(../Images/checkbox.png) no-repeat left 19px;
	background-size:30px 30px
}
#content .fundAccordion {
	margin:0 0 20px;
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 2px 6px;
	box-shadow:rgba(0,0,0,0.2) 0 2px 6px;
}
#content .fundAccordion.open .fundDetail {
	display:block;
}
#content .fundAccordion.open .icon:after {
	display:none;
}
#content .fundSwitch {
	position:relative;
	cursor:pointer;
	padding:20px 0;
	min-height:35px;
}
#content .fundSwitch .icon {
	position:absolute;
	display:block;
	top:50%;
	margin-top:-13px;
	right:20px;
	width:26px;
	height:26px;
}
#content .fundSwitch .icon:before {
	position:absolute;
	display:block;
	content:"";
	width:100%;
	height:4px;
	top:50%;
	left:0;
	margin-top:-2px;
	background-color:#B7B7B7;
}
#content .fundSwitch .icon:after {
	position:absolute;
	display:block;
	content:"";
	width:4px;
	height:100%;
	top:0;
	left:50%;
	margin-left:-2px;
	background-color:#B7B7B7;
}
#content .type {
	position:absolute;
	top:50%;
	left:0;
	line-height:1.1em;
	margin-top:-24px;
	width:48px;
	padding-left:32px;
	height:48px;
	display:block;
	font-weight:bold;
	font-size:23px;
}
#content .type.style_2 {
	font-size:21px;
	height:28px;
	width:68px;
	line-height:1.3em;
	margin-top:-14px;
}
#content .type:before {
	position:absolute;
	display:block;
	content:"";
	left:0;
	top:0;
	width:6px;
	height:100%;
}
#content .type.orange {
	color:#F56315;
}
#content .type.orange:before {
	background-color:#F56315;
}
#content .type.blue {
	color:#2759AE;
}
#content .type.blue:before {
	background-color:#2759AE;
}
#content .fundName {
	margin:2px 70px 0 108px;
	line-height:1.5em;
	font-size:17px;
	font-weight:bold;
}
#content .fundName span {
	color:#9b9b9b;
}
#content .fundName.ml {
	margin-left:118px;
}
#content .fundDetail {
	display:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-top:1px solid #E5E9EE;
	padding:0 30px;
}
#content .fundDetail h4 {
	margin:17px 0 0;
	font-size:19px;
	color:#EA5404;
}
#content .fundDetail p {
	margin:3px 0 0;
	font-size:15px;
	color:#000;
}
#content .fundDetail p.resource {
	font-size:13px;
	color:#747474;
}
#content .fundDetail a {
	display:block;
	margin:20px auto;
	width:200px;
	height:44px;
	color:#272727;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-indent:18px;
	line-height:40px;
	text-decoration:none;
	background-image:url(../Images/btn_fundDetail.png);
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-background-size:100% auto;
	-o-background-size:100% auto;
	background-size:100% auto;
}
#content .flr {
	float:right;
}
#content .fll {
	float:left;
	width:584px;
	margin:30px 0 0;
}
#content .tabBox {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:72px auto 90px;
	padding:0 30px;
	width:896px;
	border:1px solid #FFD24A;
	background-color:#FFF;
	-webkit-box-shadow:rgba(0,0,0,0.12) 0 2px 8px;
	box-shadow:rgba(0,0,0,0.12) 0 2px 8px;
}
#content .tabBox .title {
	margin:-60px 0 0 -36px;
	height:60px;
	overflow:hidden;
	text-indent:-999px;
	background-repeat:no-repeat;
	background-position:0 0;
}
#content .tabBox .item {
	margin:20px 0;
}
#content .tabBox .itemTitle {
	width:115px;
	margin:15px 0;
	color:#D74F08;
	font-size:17px;
	font-weight:bold;
}
#content .tabBox .itemCon p {
	font-size:17px;
	color:#333;
	margin:0;
}
#content .tabBox .itemCon .note {
	font-size:14px;
}
#content .tabBox ul {
	list-style:none;
	margin:0 -30px;
	padding:0;
	text-align:center;
}
#content .tabBox ul li {
	position:relative;
	display:inline-block;
	margin:8px 10px;
	width:295px;
	padding:23px 15px 22px 90px;
	color:#000;
	font-size:16px;
	font-weight:bold;
	background-image:url(../Images/bg_fund.png);
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	text-align:left;
}
#content .tabBox ul li span {
	color:#868686;
}
#content .tabBox ul .icon {
	position:absolute;
	left:22px;
	top:50%;
	margin-top:-25px;
	display:block;
	width:50px;
	height:50px;
	background-image:url(../Images/icon_shield.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#content .tabBox ul .icon.parent {
	width:60px;
	height:60px;
	margin-top:-30px;
	background-image:url(../Images/icon_shield_2.png);
}
#content .tabBox ul .icon.child {
	width:60px;
	height:60px;
	margin-top:-30px;
	background-image:url(../Images/icon_shield_3.png);
}
#content .tabBox .link {
	display:inline-block;
	background-image:url(../Images/bg_btn.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
	font-size:15px;
	color:#FFF;
	width:136px;
	height:30px;
	margin-left:10px;
	text-align:center;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
}
#content .tabBox .item {
	display:table;
}
#content .tabBox .row {
	display:table-row;
}
#content .tabBox .row .itemTitle {
	margin:0;
	display:table-cell;
}
#content .tabBox .row .itemCon {
	display:table-cell;
}
#content .tabBox_1 .title {
	background-image:url(../Images/text_tab_title_1.png);
}
#content .tabBox_2 .title {
	background-image:url(../Images/text_tab_title_2.png);
}
#content .tabBox_2 ul li {
	padding:28px 15px 32px 90px;
}
#content .tabBox_3 {
	margin-bottom:60px;
}
#content .tabBox_3 .title {
	background-image:url(../Images/text_tab_title_3.png);
}
#content .tabBox_3 ul li:first-child + li + li,#content .tabBox_3 ul li:first-child + li + li + li {
	padding:28px 15px 32px 90px;
}
#content .discountBox {
	overflow:hidden;
}
#content .discountBox .discountList {
	list-style:none;
	margin:0 -40px;
	padding:0;
	text-align:center;
}
#content .discountBox .discountList li {
	vertical-align:top;
	display:inline-block;
	width:275px;
	margin:20px 35px;
	text-align:left;
}
#content .discountBox .discountList p {
	font-size:15px;
	color:#333;
	line-height:1.4em;
}
#content .discountBox .pic {
	display:block;
	margin:0 auto;
	width:200px;
	height:200px;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}
#content .discountBox p.title {
	font-size:22px;
	font-weight:bold;
	color:#1257A3;
}
#content .discountBox p.title span {
	color:#DF5009;
}
#content .discountBox .discount_1 p.title {
	text-align:center;
}
#content .discountBox .discount_1 .pic {
	background-image:url(../Images/pic_dicsount_1.png);
}
#content .discountBox .discount_2 .pic {
	background-image:url(../Images/pic_dicsount_2.png);
}
#content .discountBox .discount_3 .pic {
	background-image:url(../Images/pic_dicsount_3.png);
}
#content .discountBox .discount_4 .pic {
	background-image:url(../Images/pic_dicsount_4.png);
}
#content .discountBox .discount_5 p.title {
	text-align:center;
}
#content .discountBox .discount_5 .pic {
	background-image:url(../Images/pic_dicsount_5.png);
}
#content .discountBox .discount_6 .pic {
	background-image:url(../Images/pic_dicsount_6.png);
}
#content .discountDetail {
	position:relative;
	margin:0 auto;
	width:900px;
	height:196px;
	background-image:url(../Images/bg_discountDetail.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#content .discountDetail p {
	margin:45px 0 0 90px;
	width:560px;
	font-size:16px;
	color:#000;
	line-height:1.8em;
}
#content .discountDetail .link {
	display:inline-block;
	background-image:url(../Images/bg_btn.png);
	background-repeat:repeat-x;
	background-position:0 0;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
	font-size:15px;
	color:#FFF;
	width:124px;
	height:30px;
	margin-left:10px;
	text-align:center;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
}
#content .note {
	clear: both;
	width:100%;
	margin:30px auto 0;
}
#content .note ul {
	list-style:none;
	margin:0;
	padding:0;
}
#content .note ul > li {
	position:relative;
	padding-left:10px;
}
#content .note ul > li:before {
	position:absolute;
	display:block;
	content:"";
	top:10px;
	left:2px;
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#4E4E4E;
}
#content .note ol {
	margin:0 0 0 1.4em;
	padding:0;
}
#content .note p,#content .note li {
	color:#4E4E4E;
	font-size:13px;
	margin:0;
	line-height:1.9em;
}
#content .form {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:9px;
	background-color:#FFF;
	border:1px solid #FBE295;
	text-align:center;
	margin:0 auto 70px;
	width:788px;
	-webkit-box-shadow:rgba(0,0,0,0.12) 0 2px 8px;
	box-shadow:rgba(0,0,0,0.12) 0 2px 8px;
}
#content .form .title {
	display:inline-block;
	width:100px;
}
#content .form form {
	background-color:#FFFBEA;
}
#content .form form div {
	width:600px;
	margin:30px auto;
	text-align:left;
	font-size:17px;
	color:#333;
}
#content .form form div.agreement {
	margin-top:-10px;
	font-size:14px;
}
#content .form form div.agreement p {
	margin:5px 0;
	font-size:14px;
}
#content .form form div.inline {
	display:inline;
}
#content .form form a {
	color:#E30D0D;
}
#content .form form input[type=text] {
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #DDD;
	padding:0 10px;
	height:35px;
}
#content .form form .mr20 {
	margin-right:20px;
}
#content .form form .w450 {
	width:450px;
}
#content .form form .w270 {
	width:270px;
}
#content .form form .w195 {
	width:195px;
}
#content .form form .w110 {
	width:110px;
	margin-left:11px;
}
#content .form form .w57 {
	width:57px;
}
#content .form .submit {
	display:inline-block;
	margin:15px 0 25px;
	outline:none;
	border:0;
	width:164px;
	height:44px;
	overflow:hidden;
	text-indent:-999px;
	background-color:transparent;
	background-image:url(../Images/btn_submit.png);
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}
#content .form .radio {
	position:relative;
	margin-left:15px;
	padding-left:24px;
	cursor:pointer;
}
#content .form .radio input[type=radio] {
	position:absolute;
	top:1px;
	left:2px;
	z-index:0;
	outline:none;
}
#content .form .radio.selected:after {
	display:block;
}
#content .form .radio:before {
	position:absolute;
	display:block;
	content:"";
	width:16px;
	height:16px;
	background-color:#FFF;
	top:0;
	left:0;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #DDD;
	z-index:1;
}
#content .form .radio:after {
	position:absolute;
	display:none;
	content:"";
	width:10px;
	height:10px;
	top:3px;
	left:3px;
	background-color:#FFD339;
	-webkit-border-radius:50%;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:2;
}
#content .form .checkbox {
	position:relative;
	padding-left:24px;
	cursor:pointer;
}
#content .form .checkbox input[type=checkbox] {
	position:absolute;
	top:1px;
	left:2px;
	z-index:0;
	outline:none;
}
#content .form .checkbox.selected:after {
	display:block;
}
#content .form .checkbox:before {
	position:absolute;
	display:block;
	content:"";
	width:16px;
	height:16px;
	background-color:#FFF;
	top:0;
	left:0;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #DDD;
	z-index:1;
}
#content .form .checkbox:after {
	position:absolute;
	display:none;
	content:"";
	top:0;
	left:4px;
	width:3px;
	height:6px;
	border-style:solid;
	border-color:transparent #FFD339 #FFD339 transparent;
	border-width:3px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	z-index:2;
}
#content .formTitle {
	position:relative;
	margin:30px auto 0;
	width:788px;
	overflow:auto;
}
#content .formTitle:before {
	display:block;
	float:left;
	content:"";
	margin:0 -10px 0 35px;
	width:208px;
	height:159px;
	background-image:url(../Images/pic_afu_form.png);
	background-repeat:no-repeat;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}
#content .formTitle h4 {
	margin:50px 0 0;
	font-size:24px;
	color:#0A4D99;
}
#content .formTitle p {
	font-size:17px;
	color:#333;
}
#footer {
	border-top:5px solid #003576;
	min-width:1000px;
}
#footer .posCenter {
	padding:0 35px;
}
#footer .logo {
	float:left;
	margin:20px 0 10px 0;
	width:182px;
	height:48px;
}
#footer .logo img {
	width:100%;
}
#footer .phone {
	float:right;
	margin:17px 5px 0 0;
	font-family:"Arial";
	font-weight:bold;
	font-size:48px;
	color:#EA5404;
}
#footer .company {
	clear:both;
	font-size:13px;
	color:#151515;
}
#footer .location .group {
	display:inline;
	border-left:1px solid #151515;
	padding-left:5px;
}
#footer .location .group:first-child {
	border-left:0;
	padding-left:0;
}
#footer .location p {
	display:inline;
	font-size:13px;
	line-height:1.6em;
	color:#151515;
}
#footer .location span {
	margin:0 2px 0 0;
}
#footer .warning {
	margin-top:10px;
	padding:10px 0;
	background-color:#F0F0F0;
}
#footer .warning ul {
	list-style:none;
	padding:0;
}
#footer .warning li {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:12px;
	font-size:14px;
	line-height:1.8em;
	color:#373737;
}
#footer .warning li:first-child {
	font-weight:bold;
	text-decoration:underline;
	color:#D65713;
}
#footer .warning li:before {
	position:absolute;
	display:block;
	content:"";
	left:0;
	top:9px;
	width:0;
	height:0;
	border-style:solid;
	border-width:4px 6px;
	border-color:transparent transparent transparent #093E8D;
}
#footer .warning a {
	color:#1361B1;
}
.btnblock{
	margin: 0 auto;
	text-align: center;
}
.btn.right {
	text-align: left;
	margin-left: 2%;
}
.btn.left{
	text-align: right;
	margin-right: 2%;
}
.btn a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff2bd+0,ffcd02+100 */
	background: #fff2bd; /* Old browsers */
	background: -moz-linear-gradient(top,  #fff2bd 0%, #ffcd02 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fff2bd 0%,#ffcd02 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff2bd 0%,#ffcd02 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bd', endColorstr='#ffcd02',GradientType=0 ); /* IE6-9 */
	color: #333;
	text-align: center;
}
.btn.right a{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe5ba+0,ffa302+100 */
	background: #ffe5ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe5ba 0%, #ffa302 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffe5ba 0%,#ffa302 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffe5ba 0%,#ffa302 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe5ba', endColorstr='#ffa302',GradientType=0 ); /* IE6-9 */
	color: #333;
	text-align: center;

}
.btnblock .btn{
	display: inline;
}
#abgne-block-20110111 {
	width: 836px;
	border: 1px solid #ccc;
	margin: 15px auto 100px;
}
#abgne-block-20110111 .info {
	display: none;
}
#abgne-block-20110111 .info a,#abgne-block-20110111 .title li .infoall{
	cursor: default
}
#abgne-block-20110111 .on {
	display: block;
}
#abgne-block-20110111 .title {
	border-top: 2px solid #ea4b1f;
	position: initial !important;
    top: inherit !important;
    left: inherit !important;
    width: inherit !important;
}
#abgne-block-20110111 .title li {
	cursor: pointer;
	float: left;
	list-style: none;
	width: 194px;
	background-color: #3e3e3e;
	border-right: 1px solid #000;
	height: 75px;
	padding: 7px 7px 4px;
}
#abgne-block-20110111 .title li.on, #abgne-block-20110111 .title li.over {
	background-color: #ea4b1f;
	border-right: 1px solid #ea4b1f;
}
#abgne-block-20110111 .title li h3 {
	font-size: 17px;
	color: #c90;
	padding-bottom: 6px;
	margin: 0 !important;
}
#abgne-block-20110111 .title li p{
	font-size: 15px;
	line-height: 1.3;
	color: #ccc;
	margin: 0 !important;
}
#abgne-block-20110111 .title li.on h3, #abgne-block-20110111 .title .over h3, #abgne-block-20110111 .title li.on p, #abgne-block-20110111 .title .over p {
	color: #fff;
}
#abgne-block-20110111 .title ul{
	position: relative;
	padding: 0;
	margin: 0;
}
#abgne-block-20110111 .title li.on .infoall{
	display: block;
}
#abgne-block-20110111 .title li .infoall{
	position: absolute;
	top: -102px;
	left: 0;
	width: 806px;
	background: rgba(0,0,0,.5);
	color: #fff;
	padding: 15px;
	display: none;
	line-height: 1.5;
	height: 70px;
}
.redtitle img,.bluetitle img{
	vertical-align: sub;
    margin-right: 5px;
}
#subcontent {
	margin-top: 30px;
}
#subcontent h2,.redtitle,.bluetitle{
	background: url(../images/subbig_title.gif)no-repeat;
	width: 218px;
	height: 49px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	float: left;
	line-height: 2.5;
}
.bluetitle{
	background: url(../images/subbig_title_blue.gif)no-repeat;
}
#subcontent .description{
    /*float: right;*/
    clear: both;
    font-size: 20px;
    color: #d00405;
    margin: 15px 0;
    text-align: left;
    width: 655px;
}
#subcontent p {
	clear: both;
    margin: 8px 0;
    font-size: 17px;
    color: #333;
    line-height: 1.9em;
    text-align: left;
}
.blockzone{
	margin-top: 30px;
	text-align: center;
}
.blockzone img,.imgcenter{
	clear: both;
	margin: 15px auto;
	text-align: center;
}

.big_btn {
	margin: 50px auto 30px;
	text-align: center;
}
.big_btn div{
	display: inline;
}
.big_btn .bigbtn{
    background: #fff2bd;
    background: -moz-linear-gradient(top, #fff2bd 0%, #ffcd02 100%);
    background: -webkit-linear-gradient(top, #fff2bd 0%,#ffcd02 100%);
    background: linear-gradient(to bottom, #fff2bd 0%,#ffcd02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bd', endColorstr='#ffcd02',GradientType=0 );
    color: #333;
    text-align: center;
    padding: 15px 56px;
    margin: 0 10px;
    font-size: 24px;
}
.big_btn .bigbtna a{
    margin: 0 10px;
	border: 5px solid #e9e9e9;
	background: #fff;
    color: #333;
    padding: 11px 15px;
    font-size: 24px;
    text-decoration: none;
}
.big_btn .bigbtna a:hover{
	 background: #fff2bd;
    background: -moz-linear-gradient(top, #fff2bd 0%, #ffcd02 100%);
    background: -webkit-linear-gradient(top, #fff2bd 0%,#ffcd02 100%);
    background: linear-gradient(to bottom, #fff2bd 0%,#ffcd02 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff2bd', endColorstr='#ffcd02',GradientType=0 );
    border: none;
    padding: 15px 20px;
}
.treasure{
	clear: both;
	margin: 30px -30px 0;
}
.treasure ul.treasure_list{
	margin: 0;
	padding: 0;
}
.treasure ul.treasure_list >li {
    list-style: none;
    padding: 40px 30px 30px;
}
.treasure ul.treasure_list >li .iconimg{
	float: left;
	margin-right: 25px;
	margin-top: -20px;
}
.treasure ul.treasure_list >li:nth-child(odd) {
    background: #fff8db;
}
.treasure ul.treasure_list >li:nth-child(even) {
    background: #fff;
}
.treasure ul.treasure_list li .stagetitle {
    font-size: 36px;
    color: #eb6100;
    float: left;
    margin-right: 15px;
    height: 70px;
}
.treasure ul.treasure_list li .stagetitle:after {
    height: 3px;
    display: table;
    content: "";
    background: #eb6100;
    width: 100%;
}
#content .treasure ul.treasure_list  li h3 {
    margin-top: 3px;
    color: #d00405;
    font-weight: normal;
    line-height: 1.2;
}
#content .treasure ul.treasure_list  li h4 {
	clear: both;
    margin: 0px;
    height: 40px;
    line-height: 3;
}
#content .treasure ul.treasure_list  li ol{
	padding: 0 0 20px 20px;
	line-height: 1.9;
}
#content .treasure ul.treasure_list  li ol li{
	color: #000;
	font-weight: bold;
}
#content .treasure ul.treasure_list  li ol li div{
	font-weight: normal;
	color: #333;
}
.ez4step{
	width: 95%;
	clear: both;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 9px;
	position: relative;
}
.ez4step span.afu2{
	background: url('../images/afu2.png')no-repeat;
	width: 124px;
	height: 131px;
	display: block;
	position: absolute;
	top: 8px;
    left: -16px;
}
.ez4step a{
	text-decoration: none;
}
.ez4step div{
	width: 100%;
	background: #0068b7;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px 0;  
	font-size: 22px;
	text-indent: 80px;
}
.ez4step div span{
	color: #fff100;
}
ul.funding{
	clear: both;
	padding: 0;
	margin: 40px 0 15px;
}
ul.funding:after{
	content: "";
	display: table;
	clear: both;
}
ul.funding li{
	float: left;
    list-style: none;
    width: 25%;
    margin-right: 2%;
    background: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2%;
    line-height: 1.5;
    height: 104px;
    font-weight: bold;
    font-size: 19px;
}
ul.funding li+li+li{
	width: 34%;
}
ul.funding li:last-child{
	margin-right: 0;
}
ul.funding li span{
	color: #999;
}
table.fundrecommend{
	margin-bottom: 30px;
	width: 100%;
	background: #ffda44;
    border-spacing: 0px;
}
table.fundrecommend .fundpositon{
	position: relative;
}
table.fundrecommend  tr:first-child td{
	width: 180px; 
}
table.fundrecommend  tr td:last-child{
	padding: 20px 15px
}
table.fundrecommend  tr td{
	border-bottom: 10px solid #fff;
}
table.fundrecommend  tr:last-child td{
	border: none;
}
table.fundrecommend .fundpositon img{
	position: absolute;
	top: -13px;
	left: 0;
}
table.fundrecommend .fundpositon h2{
	text-indent: 65px;
	background: #ffda44;
	padding: 5px 10px;
	font-weight: normal;
}
table.fundrecommend span{
	color: #eb6100;
}
table.fundrecommend i{
	color: #e60012;
	font-style: normal;
}
table.fundrecommend em{
	font-style: normal;
	font-size: 14px;
}
.tip_point{
	float: right;
}
.tip_point a img{
	width: 100%;
}


@media only screen and (max-width:1360px) {
	#header .logoPosCenter, #subheader .logoPosCenter{
	width:100%;
}
}









@media only screen and (max-width:767px) {
	.mhide {
	display:none;
}
.mshow {
	display:block;
}
.posCenter {
	margin:0 auto;
	width:100%;
	padding:0;
}
.bottomNav {
	position:fixed;
	display:none;
	z-index:99;
	bottom:0;
	left:0;
	width:100%;
	height:45px;
	background-color:rgba(7,52,120,0.9);
}
.bottomNav div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	float:left;
	text-align:center;
	line-height:45px;
	font-weight:bold;
	width:42%;
	font-size:14px;
	text-decoration:none;
	border-left:1px solid rgba(255,255,255,0.5);
	cursor:pointer;
}
.bottomNav div span {
	position:relative;
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-image:url(../Images/icon_bottomNav_2.png);
}
.bottomNav div:first-child {
	border-left:0;
}
.bottomNav div:first-child span {
	background-image:url(../Images/icon_bottomNav_1.png);
}
.bottomNav div a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFF;
}
.bottomNav .goToTop {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	height:100%;
	float:left;
	color:#FFF;
	width:16%;
	border-left:1px solid rgba(255,255,255,0.5);
	background-image:url(../Images/icon_goTop.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:18px 18px;
	-o-background-size:18px 18px;
	background-size:18px 18px;
	cursor:pointer;
}
.moreDataMo {
	position:absolute;
	cursor:pointer;
	right:7px;
	top:-52px;
	width:142px;
	height:44px;
	background-image:url(../Images/btn_moreData_mobile.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}
#header {
	width:100%;
	margin:0;
	min-width:0;
	height:475px;
	background-size: cover;
}
#header .sky {
	background-image:url(../Images/bg_sky_m.png);
}
#header .city {
	background-image:url(../Images/bg_city_m.png);
	-webkit-background-size:auto 122px;
	-o-background-size:auto 122px;
	background-size:auto 122px;
}
#header .mintro {
	position:relative;
	width:100%;
	height:100%;
	z-index:2;
	background-image:url(../Images/bg_intro_m.png);
	background-position:center 40px;
	background-repeat:no-repeat;
	-webkit-background-size:160% auto;
	-o-background-size:160% auto;
	background-size:160% auto;
}
#header .mintro .title {
	margin:115px auto 0;
	width:236px;
	height:132px;
	background-image:url(../Images/event_title_m.png);
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
}
#header .mintro .afu {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-150px;
	width:151px;
	height:190px;
	background-image:url(../Images/pic_people_m.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
}
#header .mintro .link {
	position:absolute;
	left:50%;
	margin-left:10px;
}
#header .mintro .link .toContent {
	position:absolute;
	display:block;
	overflow:hidden;
	width:110px;
	height:33px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
	top:125%;
	left:-30px;
	width:128px;
	height:38px;
	cursor:pointer;
	background-image:url(../Images/btn_toContent.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
}
#header .mintro .link a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-999px;
	overflow:hidden;
}
#header .mintro .link_1 {
	position:relative;
	margin-top:20px;
	background-image:url(../Images/btn_link_m_1.png);
	display:block;
	width:110px;
	height:33px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
}
#header .mintro .link_2 {
	position:relative;
	background-image:url(../Images/btn_link_m_2.png);
	margin-top:15px;
	display:block;
	width:110px;
	height:33px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100% 100%;
	-o-background-size:100% 100%;
	background-size:100% 100%;
}
#subheader{
	margin-bottom: auto;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	height: auto;
	background: none;
}
#subheader .sub_bg img{
	width: 100%;
}
#subheader .sub_bg{
	margin: 40px 0 -22px;
}
#subnav,#subnav .navbg{
	min-width: initial;
    width: 100%;
    background: none;
    border: none;
}
#subnav{
	position: fixed;
	/*top: 0;*/
}
#content .section{
	padding: 15px;
	/*margin-bottom: 45px;*/
}
#content .section .part{
	font-size: 14px;
	width: 100%;
    margin-top: 30px;
}
#content .section .title{
    left: 0;
    width: 100%;
}
#content .section .title .reel .afu{
	top: -18px;
    left: 7px;
    width: 84px;
}
#content .section .title img.left,#content .section .title img.right{
	width: 8px;
}
#content .section .title .reel h1{
	font-size: 19px;
	margin: 5px 0 0;
}
#content .section .title .reel h2{
	font-size: 15px;
	margin: 0;
}
#content .section .title .reel h2 span{
	display: none;
}
#content .section .title .reel{
	width: 65.5%;
    padding-left: 30%;
    height: 56px;
    left: 8px;
    top: 4px;
}
.img-right{
	margin-top: 0;
}
#content .section .subtitle{
	font-size: 19px;
}
#content .section .subtitle div{
	float: none;
	margin-top: 10px;
}
ul.fintech_text li {
    width: 100px;
    margin-right: 70%;
    position: relative;
    margin-bottom: 15px;
}
ul.fintech_text li .text_info{
    position: absolute;
    left: 120px;
    top: 0;
    width: 170px;
}
ul.fintech_text li .circle:before{
	font-size: 89px;
	height: 30px;
}
ul.fintech_text li .circle{
	height: 100px;
}
.fintech{
	margin:0 -15px;
}
.fintech ul.fintech_list li{
	padding: 15px 15px 15px 100px;
	background-position: 10px 20px !important;
}
.fintech ul.fintech_list li .stagetitle{
	float: none;
}
.fintech ul.fintech_list li.f1,.fintech ul.fintech_list li.f2,.fintech ul.fintech_list li.f3,.fintech ul.fintech_list li.f4,.fintech ul.fintech_list li.f5,.fintech ul.fintech_list li.f6{
	background-size: 80px;
}
.width50,.width50 img{
	width: inherit;
}
.fintech .p3b_title ul li{
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
#content .fintech .p3b_title ul li p{
	height: inherit;
}
#content .fintech .ps_info{
	margin: 0 15px;
}


#nav {
	position:fixed;
	width:100%;
	min-width:0;
	top:0;
	left:0;
	background-image:none;
	z-index: 99
}
.mNav {
	/*position:relative;*/
	position: fixed;
    top: 0;
	width:100%;
}
.mNav.open ul {
	height:280px;
}
.mNav:after {
	position:absolute;
	display:block;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:40px;
	background-color:#FFF;
	z-index:0;
}
.mNav .logo {
	position:absolute;
	display:block;
	z-index:1;
	top:10px;
	left:10px;
	width:76px;
}
.mNav .logo img {
	width:100%;
}
.mNav ul {
	list-style:none;
	margin:40px 0 0;
	padding:0;
	overflow:hidden;
	height:0;
	-webkit-transition:height 0.5s;
	-moz-transition:height 0.5s;
	-ms-transition:height 0.5s;
	-o-transition:height 0.5s;
	transition:height 0.5s;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 3px 5px;
	box-shadow:rgba(0,0,0,0.3) 0 3px 5px;
}
.mNav ul li {
	border-top:1px solid #FCD0B9;
	background-color:#F56D25;
}
.mNav ul li:first-child {
	border-top:0;
}
.mNav ul a {
	position:relative;
	display:block;
	height:45px;
	color:#FFF;
	font-size:16px;
	line-height:52px;
	text-decoration:none;
	text-indent:10px;
	font-weight:bold;
}
.mNav ul a:after {
	position:absolute;
	display:block;
	content:"";
	width:0;
	height:0;
	top:50%;
	right:10px;
	margin-top:-5px;
	border-style:solid;
	border-color:transparent transparent transparent #FFF;
	border-width:5px 6px;
}
.mNav .burgerMenu {
	position:absolute;
	display:block;
	z-index:1;
	top:0;
	right:3px;
	width:40px;
	padding-top:8px;
	height:32px;
	cursor:pointer;
}
.mNav .burgerMenu i {
	display:block;
	height:3px;
	width:25px;
	margin:4px auto;
	background-color:#BABABA;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s;
}
.mNav .burgerMenu.open i:first-child {
	transform:translateY(7px) rotate(-225deg);
}
.mNav .burgerMenu.open i:first-child + i {
	background-color:transparent;
}
.mNav .burgerMenu.open i:first-child + i + i {
	transform:translateY(-7px) rotate(225deg);
}
.mNav .shareLink {
	height:50px;
	text-align:center;
}
.mNav .shareLink a {
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:0;
	margin:10px 5px 0;
}
.mNav .shareLink a:after {
	display:none;
}
#content {
	min-width:0;
	padding: 5px 10px 10px;
}

#content h2 {
	/*height:36px;*/
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:300px auto;
	-o-background-size:300px auto;
	background-size:300px auto;
}
#content h3 {
	margin:14px 0 0;
	font-size:17px;
}
#content h4 {
	margin:0 0 10px 0;
	font-size:17px;
}
#content p {
	font-size:14px;
	line-height:1.5em;
}
#content .fundList {
	margin-top:30px;
}
#content .fundList:first-child {
	margin-top:0;
}
#content .recommendTitle {
	overflow:hidden;
	margin:0 auto 10px;
	width:100%;
}
#content .recommendTitle img {
	width:100%;
}
#content .tabSection {
	margin:10px 0 25px;
}
#content .fundAccordion {
	margin:0 0 15px;
}
#content .fundSwitch {
	padding:20px 0 10px;
}
#content .fundSwitch .icon {
	top:12px;
	right:10px;
	margin-top:0;
	width:18px;
	height:18px;
}
#content .fundSwitch .icon:before {
	height:3px;
}
#content .fundSwitch .icon:after {
	width:3px;
	margin-left:-1px;
}
#content .type {
	padding-left:10px;
	width:auto;
	height:17px;
	top:12px;
	margin-top:0;
	font-size:16px;
}
#content .type.style_2 {
	font-size:16px;
	height:17px;
	width:auto;
	line-height:1.1em;
	margin-top:0;
}
#content .type:before {
	width:3px;
}
#content .fundName {
	margin:20px 10px 0;
	font-size:14px;
	line-height:1.2em;
}
#content .fundName.ml {
	margin-left:10px;
}
#content .fundDetail {
	padding:5px 10px;
}
#content .fundDetail h4 {
	margin-top:4px;
	font-size:14px;
}
#content .fundDetail p {
	font-size:13px;
}
#content .fundDetail p.resource {
	font-size:10px;
}
#content .fundDetail a {
	margin:10px auto 5px;
	font-size:13px;
	width:156px;
	height:34px;
	line-height:30px;
}
#content .fll {
	float:none;
	width:auto;
	margin:10px 0 0;
}
#content .fll span {
	display:block;
}
#content .tabBox {
	margin:50px 0 0;
	width:auto;
	padding:0 5px 5px 10px;
	border:0;
	border-top:1px solid #FFD24A;
}
#content .tabBox .title {
	margin:-36px 0 0 -10px;
	height:35px;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	background-size:auto 100%;
}
#content .tabBox .item {
	margin:10px 0;
}
#content .tabBox .item.mhide {
	display:none;
}
#content .tabBox .itemTitle {
	margin:0;
	width:80px;
	font-size:13px;
}
#content .tabBox .itemCon p {
	font-size:13px;
}
#content .tabBox ul {
	margin:0;
	padding:0;
	text-align:left;
}
#content .tabBox ul li {
	margin:5px 10px 0 0;
	width:auto;
	padding:0 0 0 10px;
	font-size:13px;
	background-image:none;
}
#content .tabBox ul li:before {
	position:absolute;
	display:block;
	content:"";
	left:2px;
	top:8px;
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#323131;
}
#content .tabBox ul .icon {
	display:none;
}
#content .tabBox .link {
	font-size:11px;
	width:93px;
	height:20px;
	line-height:22px;
	margin-left:5px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#content .tabBox .typeTitle {
	display:block;
	margin-top:10px;
	width:42px;
	height:16px;
	font-size:11px;
	-webkit-border-radius:2px;
	border-radius:2px;
	text-align:center;
	font-weight:bold;
}
#content .tabBox .typeTitle.parent {
	color:#F56315;
	background-color:#FFE3CC;
}
#content .tabBox .typeTitle.child {
	color:#ED8F2A;
	background-color:#FCEDA4;
}
#content .tabBox_1 {
	margin-top:40px;
	padding:0 0 5px 10px;
}
#content .tabBox_1 .title {
	background-image:url(../Images/text_tab_title_m_1.png);
}
#content .tabBox_2 .title {
	background-image:url(../Images/text_tab_title_m_2.png);
}
#content .tabBox_3 .title {
	background-image:url(../Images/text_tab_title_m_3.png);
}
#content .tabBox_3 .row .itemTitle,#content .tabBox_3 .row .itemCon {
	display:block;
}
#content .tabBox_3 ul li:first-child + li + li,#content .tabBox_3 ul li:first-child + li + li + li {
	padding:0 0 0 10px;
}
#content .discountBox .discountList {
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#content .discountBox .discountList li {
	display:inline-block;
	width:100%;
	margin:5px 0;
}
#content .discountBox .discountList p {
	font-size:13px;
	color:#333;
	line-height:1.4em;
}
#content .discountBox .pic {
	margin-top:10px;
	margin-right:10px;
	width:76px;
	height:84px;
	float:left;
}
#content .discountBox p.title {
	font-size:16px;
	color:#1257A3;
	line-height:1.2em;
}
#content .discountBox .discount_1 p.title {
	text-align:left;
}
#content .discountBox .discount_1 .pic {
	background-image:url(../Images/pic_dicsount_m_1.png);
}
#content .discountBox .discount_2 .pic {
	margin-bottom:40px;
	background-image:url(../Images/pic_dicsount_m_2.png);
}
#content .discountBox .discount_3 .pic {
	margin-bottom:40px;
	background-image:url(../Images/pic_dicsount_m_3.png);
}
#content .discountBox .discount_4 .pic {
	background-image:url(../Images/pic_dicsount_m_4.png);
}
#content .discountBox .discount_5 p.title {
	text-align:left;
}
#content .discountBox .discount_5 .pic {
	background-image:url(../Images/pic_dicsount_m_5.png);
}
#content .discountBox .discount_6 .pic {
	margin-bottom:60px;
	background-image:url(../Images/pic_dicsount_m_6.png);
}
#content .discountDetail {
	width:100%;
	height:auto;
	background-image:none;
	background-color:#FFE7E1;
	border:1px solid #FFDED7;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#content .discountDetail p {
	position:relative;
	margin:10px 15px;
	width:auto;
	font-size:12px;
	line-height:1.8em;
	z-index:1;
}
#content .discountDetail .link {
	font-size:11px;
	width:83px;
	height:20px;
	margin-left:5px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#content .discountDetail .decorate {
	position:absolute;
	z-index:0;
	right:5px;
	bottom:-12px;
	width:58px;
	height:44px;
	background-image:url(../Images/pic_speaker.png);
	background-repeat:no-repeat;
	background-position:0 0;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
}

.section_1 h2 { background-image: url(../Images/title_m_1.png); }
.section_1 .table { margin: 15px 0 25px;}
.section_1 table { border-collapse: collapse;width: 100%;}
.section_1 .tableBlue { margin-bottom: 0; }
.section_1 .tableBlue th { background: #5597ec; color: #fff}
.section_1 .tableBlue td[rowspan='2'] { font-weight: bold; width: 60px; }
.section_1 th { padding: 5px; font-size: 17px; }
.section_1 tr.odd td { border-left: 0; text-align: left;}
.section_1 tr.even td { border-left: 0;  text-align: left;}
.section_1 td { padding: 5px; font-size: 13px; vertical-align: top; }
.section_1 td:first-child { font-size: 13px; font-weight: normal; }
.section_1 td[rowspan='2'] { font-weight: bold; width: 38px; padding: 5px 0 5px 10px; vertical-align: middle; }
.section_1 td span { display: block; padding: 0; width: 32px; font-size: 11px; font-weight: bold; text-align: center; -webkit-border-radius: 2px; border-radius: 2px; }
.section_1 td span.orange { background-color: #FFE3CC; color: #F56315; }
.section_1 td span.blue { background-color: #D2E9FF; color: #2759AE; }
.section_1 td p { padding-left: 3em; font-size: 13px; text-indent: -3em; }
.section_1 td p:before { display: none; }
.section_1 td ul { margin: 0; padding: 0; list-style: none; }
.section_1 td ul li { position: relative; padding-left: 8px; text-align: left;}
.section_1 td ul li:before { position: absolute; display: block; content: ""; left: 0; top: 8px; width: 4px; height: 4px; -webkit-border-radius: 50%; border-radius: 50%; background-color: #323131; }
.section_1 .resource { margin-bottom: 25px; font-size: 10px; color: #747474; }
.section_1 tr.even {background-color: #F8F8F8;}
table.section_2 {clear: both; border-collapse: collapse;color: #014099;width: 100%;display: block;text-align: left;}
table.section_2 tr:nth-child(odd) td{background: #5597ec;color: #fff;text-align: center;padding: 5px;}
table.section_2 tr:nth-child(even) td{background: #fff;color: #313131;}
table.section_2 td span{color: #7d7d7d}
table.section_2 td ul{padding: 0 0 0 15px;line-height: 1.6}

#content .note {
	width:100%;
	margin:10px auto;
}
#content .note ul > li:before {
	top:8px;
	width:2px;
	height:2px;
}
#content .note p,#content .note li {
	font-size:10px;
}
#content .form {
	width:auto;
	overflow:hidden;
	margin:0 10px 25px;
	padding:5px;
}
#content .form .title,#content .form .mtitle {
	display:inline-block;
	width:65px;
}
#content .form form div {
	margin:12px 10px;
	width:auto;
	font-size:14px;
}
#content .form form div.inline {
	display:block;
	margin:12px 0;
}
#content .form form div.ml {
	margin-left:65px;
}
#content .form form div.agreement {
	margin-top:10px;
	font-size:10px;
}
#content .form form div.agreement p {
	margin:5px 0;
	font-size:10px;
}
#content .form form input[type=text] {
	height:28px;
	padding:0 5px;
}
#content .form form input[type=radio],#content .form form input[type=checkbox] {
	opacity:0;
}
#content .form form .mr20 {
	margin-right:0;
}
#content .form form .w450 {
	width:calc(100% - 65px);
}
#content .form form .w270 {
	width:calc(100% - 65px);
}
#content .form form .w195 {
	width:calc(100% - 122px);
}
#content .form form .w110 {
	width:52px;
}
#content .form form .w57 {
	width:40px;
}
#content .form .submit {
	margin:10px 0 20px;
	width:128px;
	height:34px;
	background-image:url(../Images/btn_submit_mobile.png);
}
#content .form .radio {
	margin-left:0;
	margin-right:10px;
}
#content .form .checkbox {
	display:inline-block;
}
#content .formTitle {
	margin:15px 10px 0;
	width:auto;
}
#content .formTitle:before {
	margin:0;
	width:88px;
	height:74px;
	background-image:url(../Images/pic_afu_form_mobile.png);
}
#content .formTitle h4 {
	margin-top:5px;
	font-size:14px;
}
#content .formTitle p {
	margin-top:5px;
	font-size:12px;
}
#footer {
	border-top:3px solid #003576;
	min-width:0;
}
#footer .posCenter {
	padding:0;
}
#footer .logo {
	margin:10px 0 5px 5px;
	width:91px;
	height:24px;
}
#footer .phone {
	margin:7px 5px 0 0;
	font-size:24px;
}
#footer .company {
	margin:5px;
	font-size:10px;
}
#footer .location .group {
	display:block;
	border-left:0;
	border-top:1px solid #F1F1F1;
	padding:5px 0 5px 7px;
}
#footer .location .group:first-child {
	padding:5px 0 5px 7px;
}
#footer .location p {
	display:block;
	margin:0;
	font-size:12px;
}
#footer .location span {
	margin:0 10px 0 0;
}
#footer .warning {
	margin-top:0;
	padding:10px 0 70px;
}
#footer .warning li {
	padding:0 10px 0 20px;
	font-size:13px;
	line-height:normal;
}
#footer .warning li:before {
	left:10px;
	top:7px;
	border-width:3px 4px;
}
#content ul.starPost li h4 {
	font-size:15px;
	padding:15px 0 10px 30px;
	background-size:22px;
	background-position-y:14px;
}
#content ul.starPost li {
	font-size:14px;
	line-height:1.5em;
	width:100%;
	padding:0;
}
.adbanner{
	display: none;
}
.bg_title{
	right: 0;
    margin-top: 50px;
}
.bg_title img{
	width: 360px;
	height:191px;
}
.bg_ball img{
	width: 100%;
	margin-top: 40px;
}
.bg_box{
	width: 100%;
    left: 0;
    top: 320px;
}
.bg_box .monster >img{
	width: 320px;
}
.bg_people,.bg_money{
	display: none;
}
.monster{
	position: relative;
	width: 320px;
	margin: auto;
}
.monster .m1{
	top: -91px;
    left: -110px;
    width: 100%;
}
.monster .m1 .shadow{
	width: 50px;
    height: 5px;
    top: 147px;
    left: 0;
}
.monster .m1 img{
	width: 50px;
	margin-left: 0px;
    margin-bottom: 10px;
}
.monster .m2{
    top: -72px;
    left: 0%;
    width: 100%;
}
.monster .m2 .shadow{
	width: 50px;
	height: 5px;
	top: 126px;
	left: 0;
}
.monster .m2 img{
	width: 58px;
	margin-left: 0px;
	margin-bottom: 11px;
}
.monster .m3{
    top: -60px;
    left: 112px;
    width: 100%;
}
.monster .m3 .shadow{
	width: 50px;
	height: 5px;
	top: 117px;
	left: 0;
}
.monster .m3 img{
	width: 58px;
	margin: 0 0 25px;
	margin-bottom: 10px;
}
.monster .m1 h3, .monster .m2 h3, .monster .m3 h3{
	font-size: 12px;
}
.monster .m1 h2, .monster .m2 h2, .monster .m3 h2{
	font-size: 15px;
	margin-top: 0;
}
.monster .m1 .text, .monster .m2 .text, .monster .m3 .text{
	margin-top: 0px;
    padding-top: 3px;
}
.bg_bag{
	left: 43%;
    top: 380px;
    right: 50%;
    width: 80px;
    height: 91px;
}
.bg_light{
	z-index: 0;
	top:0 ;
	bottom: inherit;

}
.bg_bag img{
	width: 80px;
}
.nbox table{
	width: 300px;
	padding: 10px;
}
.popbox .boxshow img{
	width: 90%;
}
.popbox .boxshow {
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 11;
    margin: 20px auto 30px;
}
.popbox .boxshow .nbox h3{
	font-size: 17px;
	width: 100%;
}
.popbox .boxshow .nbox{
    margin:10px 25px 60px
}
#abgne-block-20110111{
	display: none;
}
#subcontent .description{
	width: 100%;
	margin-top:0; 
	font-size: 17px;
}
.blockzone img, .imgcenter{
	width: 100%;
}
#subcontent h2{
	height: initial;
    background-size: contain;
}
.btnblock .btn {
    display: inline-flex;
}
.btn a,.big_btn .bigbtn,.big_btn .bigbtna a{
	font-size: 15px;
}
.big_btn .bigbtn{
	padding: 15px;
	margin: 0 5px;
}
.big_btn .bigbtna a{
	padding: 10px;
	margin:0 5px;
}
.btn{
	margin: 0 0 15px;
}
.treasure {
    margin: 0 -15px;
}
.treasure ul.treasure_list >li{
	padding: 15px;
}
#content .treasure ul.treasure_list  li h3{
	display: inline-block;
    margin-bottom: 10px;
}
.treasure ul.treasure_list >li .iconimg{
	width: 60px;
    margin: 0 10px 0 0;
}
.treasure ul.treasure_list li .stagetitle{
	font-size: 22px;
}
.ez4step div{
	padding-left: 35%;
    width: 65%;
    text-align: left;
    font-size: 17px;
    text-indent: 0;
}
#subcontent h2 ,#content h2.redtitle,#content h2.bluetitle{
    height: initial !important;
    background-size: contain !important;
}
ul.funding li,ul.funding li+li+li{
	width: 96%;
	height: inherit;
	margin-bottom: 10px;
	font-size: 17px;
}
table.fundrecommend .fundpositon img{
	display: none;
}
table.fundrecommend .fundpositon h2{
	font-size: 17px;
	text-indent: 0;
	margin: 0 !important;
	vertical-align: top;
}
table.fundrecommend  tr td{
	vertical-align: top;
	padding: 10px 10px 10px 0;
}
table.fundrecommend  tr td:last-child{
	padding: 10px 0 10px 10px;
}
ul.funding{
	margin: 40px 0 0px;
}
span.rightinfo{
	text-align: left;
}
.ez4step span.afu2{
	bottom:8px;
}
#content .section .mshow p{
	font-size: 17px;
}
#content .section .mshow .infoall{
	font-size: 14px;
}
body.popbox .boxshow{
	width: 350px;
}

}

@media only screen and (max-width:640px) {

#content .section .title .reel {
    width: 63.5%;
}
body.popbox .boxshow,.nbox table,.bg_title img,.width50,.width50 img{
	width: 100%;
}
ul.fintech_text li .text_info{
	width: 145px;
}
}



@media only screen and (max-width:360px) {

#content .section .title .reel {
    width: 62.5%;
}

}