@charset "utf-8";

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,a,span,i,em,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,a{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{ font-family:"Microsoft YaHei";font-size:14px;color:#333;outline:0;}
body{min-width: 1000x; font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background:#11141f;}
p,a{color:#333;}
a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:hover{text-decoration: none;}

html{
	background-color: #11141f;
}
.wrap{
	position: relative;
	margin:0 auto;
	width: 1000px;
	height: 100%;
}

.clearfix:after,
.clearfix:before{content:" ";display:table;}
.clearfix:after{clear:both;}


.header{height:80px;background:#fff;}
.header .logo{
	float: left;
	width:152px;
	height:50px;
	padding-top: 8px;
}
.header .logo a{
	display: inline-block;
	width:152px;
	height:50px;
	background:url(../images/logo.jpg) center no-repeat;
	text-indent: -9999px;
}
.header .main{
	padding: 0;
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
	padding-top: 8px;
}
.header .main .logo{
	display: inline-block;
	float: left;
}
.header .nav{
	float:right;
	padding-top: 15px;
	color:#a2a5a4;
}
.header .nav li{
	display: inline-block;
}
.header .nav a{
	padding: 0px 15px;
	font: bold 16px/35px "微软雅黑";
	color: #3e3e3e;
}
.header .nav a:hover{
	color: #ff6307;
	-webkit-transition: none;
	transition: none;
}


.footer{
	padding-top: 50px;
	height: 100px;
	text-align: center;
}
.footer p,
.footer a{
	color: #ababab;
	line-height: 22px;
}
.footer a:hover{color: #f67b29;}




.banner{
	height: 502px;
	background: url(../images/banner.jpg) top center no-repeat;
}
.banner a{
	position: absolute;
	left: 50%;
    bottom: 57px;
    margin-left: -221px;
    width: 252px;
    height: 64px;
    text-indent: -9999px;
}


.tab{
	padding-top: 62px;
	padding-bottom: 5px;
	
}
.tab .wrap{
	height: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.tab a{
	float: left;
	width: 25%;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 28px;
	color: #666;
	border-bottom: 2px solid transparent;
}
.tab a:hover{
	color: #f9650c;
	border-color: #f9650c;
}


.wraper{
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
#main .imgs{
	text-align: center;
}
.hgs-gffunds{
	position: absolute;
	width: 1000px;
	height: 340px;
	top: 388px;
	left: 0;
}
.hgs-gffunds li{
	position: relative;
	width: 266px;
	height: 310px;
	padding: 15px 13px;
	float: left;
	margin-right: 60px;
	border-radius: 8px;
}
.hgs-gffunds li.funds1,
.hgs-gffunds li.funds3{
	background-color: #cca861;
}
.hgs-gffunds li.funds2{
	background-color: #a4a4a4;
}
.hgs-gffunds li.funds3{
	margin-right: 0;
}
.hgs-gffunds li a{
	display: block;
	text-align: center;
	height: 100%;
	box-sizing: border-box;
}
.hgs-gffunds li.funds1 a,
.hgs-gffunds li.funds3 a{
	border: 4px solid #c29f5c;
}
.hgs-gffunds li.funds2 a{
	border: 4px solid #9c9c9c;
}
.hgs-gffunds li.funds1 a:hover,
.hgs-gffunds li.funds3 a:hover{
	box-shadow: 0 0 20px #8d7442;
}
.hgs-gffunds li.funds2 a:hover{
	box-shadow: 0 0 20px #575757;
}
.hgs-gffunds li a > span{
	display: inline-block;
	height: 34px;
	padding: 0 24px;
	font-size: 22px;
	color: #c29f5c;
	border-radius: 50px;
	line-height: 34px;
	background-color: #fff;
	margin-top: 30px;
}
.hgs-gffunds li a h3{
	font-size: 28px;
	color: #fff;
	margin-top: 20px;
}
.hgs-gffunds li a .p1{
	position: absolute;
	left: 0;
	top: 164px;
	width: 100%;
	height: 26px;
	line-height: 26px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 16px;
	text-align: center;
	color: #fff;
	
}
.hgs-gffunds li a .p2{
	font-size: 60px;
	color: #fff;
	margin-top: 95px;
}
.hgs-gffunds li a .p2 span{
	font-size: 36px;
}

.flwj{
	position: absolute;
	height: 59px;
	left: 162px;
	bottom: 59px;
	line-height: 59px;
	padding-left: 15px;
}
.flwj a{
	color: #2f74c2;
	font-size: 18px;
    margin-right: 50px;
}
.flwj a:hover{
	text-decoration: underline;
}

.imgs3 .wraper{
	position: relative;
}
.imgs3 a{
	position: absolute;
	top: 232px;
	width: 274px;
    height: 316px;
}
.imgs3 .link1{
	left: 18px;
}
.imgs3 .link2{
	left: 364px;
}
.imgs3 .link3{
	left: 712px;
}