@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%;}
del,s{text-decoration: line-through;}
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;}
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: 1002px; font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background:#fff;}
p,a{color:#333;}
a{
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
a:hover{text-decoration: none;}

body{
	/*height: 7112px;*/
	/*background: url(../body.jpg) center 50px no-repeat;*/
}


.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:279px;
    height:46px;
    padding-top: 8px;
}
.header .logo a{
    display: inline-block;
    width:279px;
    height:46px;
    background:url(../images/logo.jpg) left 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;
    margin: 0;
}
.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;
    text-decoration: none;
}
.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;}

.grey-333333 {
  color: #333333!important;
}
.red-f91459 {
  color: #f91459!important;
}

.banner{
	height: 400px;
	background: url(../images/banner.jpg?dt=20190926T1739) top center repeat-x;
}
.banner a{
	position: absolute;
    left: 0;
    bottom: 105px;
    width: 188px;
    height: 46px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 46px;
    background: url(../images/buyBtn.png) no-repeat center center;
}

.page-section .section-wrapper {
    width: 1000px;
    padding: 70px 0;
    margin: 0 auto;
}

.section1 {
  background-color: #fff;
}
.section1 h3 {
  font-size: 48px;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding-bottom: 24px;
  background: url(../images/title-bg.png) no-repeat center bottom;
}
.section1 .desc p {
  font-size: 24px;
  line-height: 1.5;
  color: #666666;
  text-align: center;
  padding: 42px 0;
}

.product {
    background-color: #f3f3f3;
}
.product .gffunds {
  position: relative;
  min-height: 376px;
  margin-bottom: 52px;
}
.product .gffunds .gffunds-wrapper {
  height: 376px;
}
.product .gffunds:last-of-type {
  margin-bottom: 0;
}
.product .orange {
  background: url(../images/product-bg-01.png) no-repeat;
}
.product .orange .btn a {
  width: 178px;
  height: 57px;
  background: url(../images/product-bg-01-btn.png) no-repeat;
}
.product .purple {
  background: url(../images/product-bg-02.png) no-repeat;
}
.product .purple .btn a {
  width: 197px;
  height: 57px;
  background: url(../images/product-bg-02-btn.png) no-repeat;
}
.product .pink {
  background: url(../images/product-bg-03.png) no-repeat;
}
.product .pink .btn a {
  width: 175px;
  height: 57px;
  background: url(../images/product-bg-03-btn.png) no-repeat;
}

.gffunds .title {
  position: absolute;
  top: 52px;
  padding-left: 110px;
  padding-right: 40px;
  line-height: 72px;
  font-size:34px;
  font-weight: bold;
  color: #fff;
  border-radius: 0 50px 50px 0;
}
.orange .title {
  background-color: #ff7940;
}
.purple .title {
  background-color: #5355ed;
}
.pink .title {
  background-color: #f25d8a;
}
.gffunds .title em {
  position: absolute;
  left: 22px;
  top: -4px;
  width: 63px;
  height: 86px;
  background: url(../images/sheng-bg.png) no-repeat;
  line-height: 68px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #fd7949;
}
.orange .title em {
  color: #ff7940;
}
.purple .title em {
  color: #5355ed;
}
.pink .title em {
  color: #f25d8a;
}
.gffunds .desc {
  position: absolute;
  top: 150px;
  width: 542px;
  padding-left: 42px;
  padding-right: 35px;
}
.gffunds .desc p {
  font-size: 22px;
  line-height: 1.5;
  color: #ffffff;
  text-align: justify;
}
.gffunds .desc p.padding-top-15 {
  padding-top: 15px;
}
.gffunds .desc p span.small-size {
  font-size: 18px;
}
.gffunds .desc p span.yellow {
  color: #fff600;
}
.gffunds .desc p a {
  color: #fff600;
  border-bottom: 0.02rem solid #fff600;
}
.gffunds .fund-msg {
  width: 310px;
  position: absolute;
  top: 42px;
  right: 8px;
  padding-top: 68px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.gffunds .fund-msg .tag {
  position: absolute;
  top: 0;
  left: 94px;
  width: 136px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  font-size: 22px;
  color: #ffffff;
}
.gffunds .fund-msg .fund-name {
  text-align: center;
  font-size: 30px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: bold;
}
.gffunds .fund-msg p {
  text-align: center;
}
.gffunds .fund-msg p.fund-yield {
  font-size: 44px;
   
  line-height: 1.5;
  font-weight: bold;
}
.orange .fund-msg p.fund-yield {
  color: #f5774a;
}
.purple .fund-msg p.fund-yield {
  color: #7172f3;
}
.pink .fund-msg p.fund-yield {
  color: #f771a4;
}
.gffunds .fund-msg p.fund-yield-time {
  font-size: 0.6rem;
  color: #94979a;
}
.gffunds .fund-msg p.fund-yield-time:before,
.gffunds .fund-msg p.fund-yield-time:after  {
  content: '';
  display: inline-block;
  height: 1px;
  width: 30px;
  background-color: #94979a;
  vertical-align: middle;
}
.gffunds .fund-msg p.fund-yield-time:before {
  margin-right: 10px;
}
.gffunds .fund-msg p.fund-yield-time:after {
  margin-left: 10px;
}

.gffunds .fund-msg .btn {
  text-align: center;
  padding-top: 22px;
}
.gffunds .fund-msg .btn a {
  display: inline-block;
  font-size: 26px;
  text-align: center;
  line-height: 57px;
  color: #fff;
}
.gffunds .fund-msg .btn a:hover {
  text-shadow: 0 2px 20px rgba(255, 255, 255, 0.8);
}
.gffunds .fund-msg .fund-tips {
  font-size: 14px;
  color: #999999;
  padding-top: 10px;
}
.gffunds .fund-history-yield {
  font-size: 14px;
  line-height: 1.5;
  color: #999999;
  padding-top: 20px;
  padding-left: 11px;
}

.tips {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    padding-top: 20px;
    padding-left: 11px;
}

.fx-tips .section-wrapper {
    padding-bottom: 20px;
    padding-top: 30px;
}
.fx-tips p {
    font-size: 14px;
    color: #999999;
    line-height: 1.5;
    margin: 10px 0;
}

.table{
  width: 100%;
}

.table .desc {
  margin-bottom: 0.25rem;
  font-size: 24px;
  color: #979797;
  line-height: 1;
  text-align: center; 
}

.table th {
  padding: 24px 0;
  border: 2px solid #fff;
  background-color: #ff8547;
  background: -webkit-linear-gradient(top, #fc7948, #fda461);
  background: -o-linear-gradient(bottom, #fc7948, #fda461);
  background: -moz-linear-gradient(bottom, #fc7948, #fda461);
  background: linear-gradient(to bottom, #fc7948, #fda461);
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.table tr:first-of-type th:first-of-type {
  border-radius: 20px 0 0 0;
}
.table tr:first-of-type th:last-of-type {
  border-radius: 0 20px 0 0;
}
.table td {
  padding: 24px 0;
  border: 2px solid #fff;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 24px;
  color: #333333;
}
