@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,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: 439px;
	background: url(../images/banner.jpg?dt=20190805T1836) top center repeat-x;
}
.banner .btn{
    position: absolute;
    left: 0;
    bottom: 160px;
    width: 317px;
    height: 48px;
    padding-left: 16px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(to right, #ac6022, #ce8d49);
}
.banner .btn span{
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    color: #ab5a1b;
    padding:  0 16px;
    border-radius: 50px;
    background: #fff;
}
.banner .btn span:after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 15px;
    background: url("../images/banner-btn-icon.png") no-repeat;
    margin-left: 8px;
    vertical-align: middle;
}

.page-section .section-wrapper {
    width: 1038px;
    margin: 0 auto;
}
.page-section .sec-img {
    display: block;
    margin: 0 auto;
}
.page-section .fund-card-tips {
    padding: 0 20px;
}
.page-section .fund-card-tips p {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.8;
    line-height: 1.5;
}

.section1 {
  padding: 0;
  background: #fff;
}
.section2 .section-wrapper {
    position: relative;
    padding: 0;
}
.section2 .section-wrapper a.join-btn {
    position: absolute;
    left: 89px;
    bottom: 83px;
    font-size: 18px;
    color: #fff;
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(to right, #ac6022, #ce8d49);
    text-decoration: none;
}
/*.section2 .section-wrapper a.join-btn:hover {*/
    /*background-color: #efc875;*/
/*}*/
.section2 .section-wrapper .right-txt-list {
    position: absolute;
    right: 77px;
    bottom: 50px;
    width: 434px;
    height: auto;
    z-index: 1;
}
.section2 .right-txt-list .cover{
    position: absolute;
    width: 434px;
    height: 94px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    pointer-events: none;
    bottom: -33px;
    z-index: 100;

}
.section3 .section-wrapper {
    position: relative;
    padding: 0;
}

/* 右侧悬浮窗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{
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
}
.suspension-pop .app-download-QR-code{
    display: block;
    width: 100%;
}
.suspension-pop .topImg{
    border-radius: 10px 10px 0 0;
    width: 100%;
}
.suspension-pop p{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 12px;
}
.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;
     }
}

.swiper-container{
    width: 434px;
    height: 218px;
}
.swiper-container .swiper-slide{
    height: auto;
    background: #ffffff;
    margin-bottom: 17px;
    text-align: left;
    padding: 11px 14px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    color: #525252;
    line-height: 28px;
}

.tips {
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    padding-top: 20px;
    padding-left: 11px;
}

/* pop */
/* pop style */
.pop,
.pop .pop-main{
    display: none;
}

/* pop common style */
.pop,
.pop-mask{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1001;
}
.pop-mask{
    background: rgba(0,0,0,.8);
}
.pop-main{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1002;
}
.pop-main .pop-close{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -70px;
    width: 46px;
    height: 46px;
    background-image: url(../images/pop-close-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 120;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}
#pop .pop-main-active{
    display: block;
}
.show {
    display: block!important;
}
