@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;}
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{font-size:14px;line-height:1;font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;color: #333;background:#fff;}
p,a{color:#333; line-height: 1.6;}
/* a{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} */
a:hover{text-decoration: none;}


.wrap{
	position: relative;
	margin:0 auto;
	width: 1000px;
	height: 100%;
}
.bold{
  font-weight: bold!important;
}
.weight-normal{
  font-weight: normal!important;
}

.text-left{
  text-align: left!important;
}
.text-center{
  text-align: center!important;
}
.text-justify{
  text-align: justify!important;
}
.text-right{
  text-align: right!important;
}
.grey-f5f5f5-bg {
	background-color: #f5f5f5!important;
}

.white {
	color: #fff!important;
}
.gold {
	color: #6d4b20!important;
}
.blue-2f4056 {
	color: #2f4056!important;
}

.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/2018_15th_index_logo.png) 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;
    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;}


.banner{
	min-width: 1000px;
	height: 555px;
	background: url(../images/banner.jpg) top center repeat-x;
}
.banner a{
	position: absolute;
    left: 50%;
    margin-left: -114px;
    bottom: 95px;
    width: 229px;
    height: 55px;
    line-height: 55px;
    font-size: 26px;
    color: #493216;
    text-align: center;
    background: url(../images/banner-btn-bg.png) no-repeat;
}
.banner a span{
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background-color: #493216;
	vertical-align: -7px;
	margin-left: 15px;
	overflow: hidden;
}
.banner a span:before{
	content: '';
	position:absolute;
	left: 5px;
	top: 50%;
	margin-top: -10px;
	width: 25px;
	height: 19px;
	background: url(../images/banner-btn-icon.png);
}
.banner a:hover span:before{
	-webkit-animation: move 1s infinite ease-in-out;
  	animation: move 1s infinite ease-in-out;
}

.item .wrap {
	padding: 50px 0;
}
.item .item-title {
	text-align: center;
}

.item .item-title span {
	display:inline-block;
	font-size: 36px;
	color: #2f4056;
	font-weight: bold;
}
.item .item-title span:before,
.item .item-title span:after {
	content: '';
	display:inline-block;
	width: 103px;
	height: 13px;
	vertical-align: middle;
}
.item .item-title span:before {
	background: url(../images/title-left-img.png) no-repeat;
	margin-right: 24px;
}
.item .item-title span:after {
	background: url(../images/title-right-img.png) no-repeat;
	margin-left: 24px;
}
.item .item-title.white-type span:before {
	background: url(../images/white-title-left-img.png) no-repeat;
	margin-right: 24px;
}
.item .item-title.white-type span:after {
	background: url(../images/white-title-right-img.png) no-repeat;
	margin-left: 24px;
}
.item .item-title.gold-type span:before {
	background: url(../images/gold-title-left-img.png) no-repeat;
	margin-right: 24px;
}
.item .item-title.gold-type span:after {
	background: url(../images/gold-title-right-img.png) no-repeat;
	margin-left: 24px;
}
.item .item-desc {
	overflow: hidden;
	padding-top: 55px;
}
.item .item-desc .left-desc .desc-wrapper {
	padding-right: 30px;
	border-right: 1px dashed #bfbfbf;
}
.item .item-desc .right-desc .desc-wrapper {
	padding-left: 30px;
}
.item .item-desc .left-desc,
.item .item-desc .right-desc {
	width: 50%;
	float: left;
	/*padding: 0 30px;*/
}
.item .item-desc h4 {
	margin-bottom: 20px;
}
.item .item-desc h4 span {
	display: inline-block;
	padding: 14px 32px 14px 21px;
	background: #eed28e;
	font-size: 26px;
	color: #6d4b20;
	border-radius: 0 50px 50px 0;
}
.item .item-desc .item-text {
	font-size: 18px;
	color: #707b8b;
}

.item1 .left-desc .item-img {
	margin-top: 33px;
}
.item1 .left-desc .item-tips {
	font-size: 14px;
	color: #707b8b;
	margin-top: 30px;
}
.item1 .right-desc .item-img {
	margin-top: 25px;
}
.item1 .right-desc .item-tips {
	font-size: 14px;
	color: #707b8b;
	margin-top: 10px;
}

.item2 .left-desc .item-img {
	margin-top: 20px;
}
.item2 .right-desc .item-img {
	margin-top: 25px;
}

.item3 .list-text-one {
	width: 1100px;
	margin-top: 40px;
	overflow: hidden;
}
.item3 .list-text-one li {
	position: relative;
	float: left;
	width: 307px;
	height: 278px;
	margin-right: 36px;
}
.item3 .list-text-one li:before {
	content: '';
	position: absolute;
	top: 57px;
	left: 30px;
	width: 25px;
	height: 6px;
	background-color: #6d4b20;
}
.item3 .list-text-one li.bg1 {
	background: url(../images/sec3-bg1.png) no-repeat;
}
.item3 .list-text-one li.bg2 {
	background: url(../images/sec3-bg2.png) no-repeat;
}
.item3 .list-text-one li.bg3 {
	background: url(../images/sec3-bg3.png) no-repeat;
}
.item3 .list-text-one .li-wrapper {
	padding: 88px 30px 30px 30px;
}
.item3 .list-text-one .li-wrapper h5 {
	font-size: 26px;
	color: #6d4b20;
	margin-bottom: 15px;
}
.item3 .list-text-one .li-wrapper p {
	font-size: 18px;
	color: #a58856;
}

.item3 .list-text-two {
	padding-top: 50px;
}
.item3 .list-text-two h6 {
	text-align: center;
	margin-bottom: 30px;
}
.item3 .list-text-two h6 span {
	display: inline-block;
	padding: 14px 42px;
	background: #eed28e;
	font-size: 26px;
	color: #6d4b20;
	border-radius: 50px;
}
.item3 .list-text-two li {
	height: 159px;
	margin: 0 5px;
	margin-bottom: 25px;
	border-radius: 10px;
	box-shadow: 0 0 10px #e1e1e1;
}
.item3 .list-text-two li.bg4 {
	background: url(../images/sec3-bg4.png) no-repeat left top;
}
.item3 .list-text-two li.bg5 {
	background: url(../images/sec3-bg5.png) no-repeat left top;
}
.item3 .list-text-two li.bg6 {
	background: url(../images/sec3-bg6.png) no-repeat left top;
}
.item3 .list-text-two .li-wrapper {
	padding: 30px 50px 30px 292px;
}
.item3 .list-text-two .li-wrapper h5 {
	font-size: 22px;
	color: #2f4056;
	margin-bottom: 15px;
}
.item3 .list-text-two .li-wrapper p {
	font-size: 18px;
	color: #707b8b;
}

.item4 .top-bg .wrap {
	padding: 80px 0;
}
.item4 .wrap.margin-top--192 {
	margin-top: -297px;
}
.item4 .top-bg {
	height: 386px;
	background-color: #3d4f67;
}
.item4 .list-one {
	overflow: hidden;
	width: 1010px;
}
.item4 .list-one li {
	position: relative;
	float: left;
	width: 197px;
	height: 550px;
	margin-right: 5px;
}
.item4 .list-one li.card-1 {
	background: url(../images/sec4-card-1.jpg) no-repeat left top;
}
.item4 .list-one li.card-2 {
	background: url(../images/sec4-card-2.jpg) no-repeat left top;
}
.item4 .list-one li.card-3 {
	background: url(../images/sec4-card-3.jpg) no-repeat left top;
}
.item4 .list-one li.card-4 {
	background: url(../images/sec4-card-4.jpg) no-repeat left top;
}
.item4 .list-one li.card-5 {
	background: url(../images/sec4-card-5.jpg) no-repeat left top;
}
.item4 .list-one li .card-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 196px;
	height: 169px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding: 32px 30px;
}
.item4 .list-one li .card-text h4 {
	font-size: 26px;
	color: #6d4b20;
	margin-bottom: 14px;
}
.item4 .list-one li .card-text p {
	font-size: 16px;
	color: #6d4b20;
}
.item4 .list-two {
	padding-top: 48px;
}
.item4 .list-two li {
	position: relative;
	padding: 18px 18px 18px 325px;
	background-color: #f5f5f5;
	margin-bottom: 38px;
}
.item4 .list-two li span {
	display: inline-block;
	position: absolute;
	left: 0;
	top: -16px;
	width: 305px;
	height: 73px;
	background-color: #2f4056;
	text-align: center;
	line-height: 73px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.item4 .touyanys h6 {
	text-align: center;
	margin-bottom: 30px;
}
.item4 .touyanys h6 span {
	display: inline-block;
	padding: 14px 42px;
	background: #eed28e;
	font-size: 26px;
	color: #6d4b20;
	border-radius: 50px;
}
.item4 .touyanys .item-img {
	margin-top: 30px;
}
.item4 .touyanys .item-img img {
	display: block;
	margin: 0 auto;
}

.item5 {
	background: url(../images/sec5-bg.jpg) no-repeat center top;
}
.item5 .item-desc {
	padding-top: 70px;
}
.item5 .list-text {
	width: 1100px;
	margin-top: 40px;
}
.item5 .list-text li {
	position: relative;
	float: left;
	width: 310px;
	height: 320px;
	margin-right: 36px;
	background-color: #fff;
	border-radius: 10px;
}
.item5 .list-text .li-wrapper {
	padding: 65px 24px 20px;
}
.item5 .list-text .li-wrapper h6 {
	text-align: center;
	font-size: 18px;
	color: #2f4056;
	font-weight: bold;
	margin-bottom: 15px;
}
.item5 .list-text .li-wrapper h6 {
	text-align: center;
	font-size: 20px;
	color: #2f4056;
	font-weight: bold;
	margin-bottom: 15px;
}
.item5 .list-text .li-wrapper .desc-text {
	font-size: 18px;
	color: #2f4056;
	margin-bottom: 10px;
}
.item5 .list-text .li-wrapper .tips {
	font-size: 14px;
	color: #bbbec4;
}
.item5 .list-text li span {
	position: absolute;
	top: -55px;
	left: 110px;
}

.item6 .item-tips  {
	font-size: 14px;
	color: #bbbec4;
}
.item6 .table-sec  {
	margin: 30px 0;
}

.item7 {
	background-color: #4c5b6e;
}
.item7 .item-desc p {
	font-size: 16px;
	color: #e4e9f1;
	margin-bottom: 5px;
}

.rate-table {
	width: 100%;
}
.rate-table th {
	background-color: #e9e9e9;
	border: 1px solid #dddddd; 
	padding: 15px 10px;
	color: #484848;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.rate-table td {
	border: 1px solid #dddddd; 
	padding: 15px 10px;
	text-align: center;
	color: #484848;
	font-size: 16px;
	background-color: #fff;
}
.rate-table td span {
	color: #5ebff9;
}

.fund-information-table {
	width: 100%;
}
.fund-information-table th {
	background-color: #e9e9e9;
	border: 1px solid #dddddd; 
	padding: 20px 24px;
	color: #484848;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.fund-information-table td {
	border: 1px solid #dddddd; 
	padding: 20px 24px;
	color: #484848;
	font-size: 16px;
	line-height: 1.6;
	background-color: #fff;
}
.fund-information-table td span {
	color: #5ebff9;
}
.fund-information-table td a{
	color: #2f74c2;
	font-size: 16px;
    margin-right: 50px;
}
.fund-information-table td a:hover{
	text-decoration: underline;
}

.pagePop{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/pagePop_bg.png);
	background-repeat: repeat;
}
.popMain{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 375px;
	height: 580px;
	margin-top: -284px;
	margin-left: -180px;

	background-color: #fff;
}
.popMain .popfooter{
	position: absolute;
	right: -45px;
	top: 0;
	opacity: 0.6;
}
.popMain .popfooter:hover{
	opacity: 0.9;
}

/* 右侧悬浮窗css */
.suspension-pop{
	position: fixed;
	bottom: 50px;
	right: 20px;
	padding-bottom: 20px; 
	border-radius: 10px;
	width: 155px;
	overflow: hidden;
	text-align: center;
	-webkit-animation: susPop 1.2s ease-in-out;
  	animation: susPop 1.2s ease-in-out;
  	z-index: 100;
}
.suspension-pop .bottomTxt{
	padding-bottom: 20px; 
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px;
}
.suspension-pop .topImg{
	border-radius: 10px 10px 0 0;
	width: 100%;
}
.suspension-pop p{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 30px 12px 15px;
}
.suspension-pop .yyBtn{
	text-align: center;
}
.suspension-pop .yyBtn a{
	display: inline-block;
	width: 110px;
	height: 38px;
	background: #ff6307;
	border-radius: 4px;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

@-webkit-keyframes susPop {
  0% { 
  		-webkit-transform: scale(0.5); 
  		bottom: 500px;
  	}
  100% { 
  	-webkit-transform: scale(1.0); 
  	bottom: 50px;
  }
}
 
@keyframes susPop {
  0%{ 
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    bottom: 500px;
  }100%{
  	transform: scale(1.0);
    -webkit-transform: scale(1.0);
    bottom: 50px;
  }
}
@-webkit-keyframes move {
  0% { 
  	left: 0px;
  }
  100% { 
  	left: 24px;
  }
}
 
@keyframes move {
  0% { 
  	left: 0px;
  }
  100% { 
  	left: 24px;
  }
}