.fund-header{
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #dedede;
}
.fund-header .w1200{
    height: 100%;
}
.header-title{
    font-family:SourceHanSerifSC-SemiBold,SourceHanSerifSC;
    font-size:24px;
    color:rgba(40,130,216,1);
    background:linear-gradient(180deg, rgba(40,130,216,1) 0%, rgba(1,75,146,1) 100%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.header-line{
    width: 1px;
    height: 36px;
    background: #ddd;
    margin: 0 20px;
}
.header-right{
    font-size:14px;
}
.header-right span{
    color: #999;
    padding: 0 24px;
}
.fund-nav ul{
    background: #fff;
    box-shadow:0px 3px 8px 0px rgba(0, 0, 0, 0.08);
}
.fund-nav ul{
    height:56px;

}
.fund-nav ul li{
    height: 100%;
    line-height: 56px;
    margin-right: 106px;
    float: left;
}
.fund-nav2 ul li{
    margin-right: 48px!important;
    font-family:微软雅黑;
}
.fund-nav .navCur{
    color: #2882d8;
    border-bottom: 4px solid #2882d8;
}
.fund-nav ul li:last-child{margin-right: 0}
.fund-nav2 ul li:last-child{margin-right: 0!important;}
.fund-nav ul li a{
    display: inline-block;
    height: 100%;
    font-size: 14px;
    padding: 0 4px;
}
.fund-nav ul li a:hover{
    color: #2882d8;
    border-bottom: 4px solid #2882d8;
}
.fund-content{
    background: #f8f8f8;
    padding: 40px 0 50px 0;
}
.con-wrap{
    min-height: 704px;
    border:1px solid #ececec;
    background: #fff;
}
.con-menu ul{
    height: 56px;
    border-bottom: 1px solid #ddd;
}
.con-menu ul li{
    height: 100%;
    line-height: 56px;
}
.con-menu ul li a{
    display: inline-block;
    height: 100%;
    font-size:14px;
    padding: 0 32px;
}
.con-menu ul li:hover a{
    color: #2882d8;
    border-bottom: 4px solid #2882d8;
}
.con-menu .cmenuCur{
    border-bottom: 4px solid #2882d8;
}
.con-list{
    padding: 50px 54px 0 54px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.conl-item{
    cursor: pointer;
    width:182px;
    height:165px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 6px 0px rgba(0,0,0,0.1);
    margin-right: 45px;
    margin-bottom: 45px;
    transition: all .3s;
}
.conImg-box h3{
    color: #fff;
    font-size: 20px;
}
.conl-item:hover{
    transform: translateY(-10px);
}
.conl-item:nth-child(5n){margin-right: 0}
.conImg-box{
    text-align: center;
    height:100px;
    line-height: 100px;
    position: relative;
}
.conImg-box1{
   background: url("../images/index/shenqingshu.png");
    background-repeat: no-repeat;
}
.conImg-box2{
    background: url("../images/index/jihuashu.png");
    background-repeat: no-repeat;
}
.conImg-box3{
    background: url("../images/index/jieti2.png");
    background-repeat: no-repeat;
}
.conImg-box4{
    background: url("../images/index/ryzhuce.png");
    background-repeat: no-repeat;
}
.conImg-box5{
    background: url("../images/index/dwzhuce.png");
    background-repeat: no-repeat;
}
.conImg-box6{
    background: url("../images/index/jinzhan2.png");
    background-repeat: no-repeat;
}
.conImg-box7{
    background: url("../images/index/xmbiangen.png");
    background-repeat: no-repeat;
}
.conImg-box8{
    background: url("../images/index/xmjingfei.png");
    background-repeat: no-repeat;
}
.conImg-box9{
    background: url("../images/index/shenqingshu.png");
    background-repeat: no-repeat;
}
.conImg-box10{
    background: url("../images/index/dwzhuce.png");
    background-repeat: no-repeat;
}
.conImg-box11{
    background: url("../images/index/shenqingshu.png");
    background-repeat: no-repeat;
}
.conImg-box12{
    background: url("../images/index/dwzhuce.png");
    background-repeat: no-repeat;
}
.contxt{
    padding: 0 20px;
    height: 65px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
}
.footer-wrap{
    height:126px;
    background: #F1F2F3;
    border-top:1px solid #ddd;
}
.footer-wrap p{
    text-align: center;
    font-size:13px;
    line-height:24px;
    color: #333;
    margin-right: 10px;
}
.spdetails-wrap{
    padding: 46px 0 72px 0;
    width: 1200px;
    margin:0 auto;
}
.spdetails-l{
    width: 964px;
    margin-right: 26px;
}
.spdetails-l h3{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #333;
}
.final-report{
    height:692px;
    border: 1px solid #979797;
}
.spdetails-r{
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    padding-left: 26px;
    margin-top: 42px;
    border-left: 1px solid #ccc;
}
.spdetails-r h4{
    font-size:18px;
    font-weight:600;
    color: #333;
    padding-bottom: 22px;
}
.spdetails-ct:hover{
    transform: translate(0)!important;
    box-shadow: 0px 2px 6px 0px rgba(40,130,216,.3);
}
.hr-cur{
    color: #2882D8;
}
.fund-brief{
    background: #f8f8f8;
    padding-top: 30px;
    padding-bottom: 56px;
}
.brief-wrap{
    border: 1px solid #DCDBDD;
    padding: 36px 32px;
    background: #fff;
}
.about-isisT{
    font-size:16px;
    font-weight:600;
    color:rgba(51,51,51,1);
    line-height:30px;
    padding-bottom: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.about-isisP{
    color: #333333;
    font-size:16px;
    line-height: 30px;
    margin-bottom: 34px;
}
.about-schedule{
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-top: 50px;
    padding-left: 86px;
    margin-bottom: 66px;
}
.schedule-timeLine{
    position: absolute;
    left: 185px;
    top:0;
}
.timeline{
    width: 24px;
    height: 684px;
}
.schedule-box{
    position: relative;
    padding-bottom: 26px;
    width: 100%;
}
.schedule-year{
    width: 55px;
    font-size: 16px;
    color: #333;
    padding-right: 18px;
}
.schedule-xux{
    width: 49px;
    height: 2px;
    border-bottom: 2px dashed #DCDBDD;
}
.schedule-txt{
    padding-left: 12px;
    font-size:14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.isis-function{
    width: 558px;
    padding-left: 40px;
    padding-right: 150px;
    padding-bottom: 46px;
    border-right: 1px dashed rgba(220,219,221,1);;
}
.isis-function h5{
    font-size:16px;
    line-height:24px;
    color: #333;
    padding-bottom: 44px;
}
.isis-function img{margin-left: 38px}
.isis-object{
    flex:1;
    -webkit-flex: 1;
    padding-left: 107px;
}
.isis-object h5{
    font-size:16px;
    line-height:24px;
    color: #333;
    padding-bottom: 24px;
}
.isisoj-dw{
    padding-left: 6px;
    padding-bottom: 18px;
}
.isisoj-dw img{
    width: 48px;
    height: 48px;
    margin-right: 20px;
}
.isisoj-dw p{
    font-size:14px;
    color: #333;
}
.qyq-wrap{
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 78px;
}
.qyq-con{
    background:#fff;
    border:1px solid #DCDBDD;
    padding: 0 42px;
}
.qyq-searchBox{
    padding: 20px 0;
}
.qyq-search{
    width:431px;
    height:40px;
    background:#fff;
    border:1px solid #DCDBDD;
    border-radius:6px;
    position: relative;
    margin-right: 10px;
    margin-left: 286.5px;;
}
.qyq-search img{
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top:12px;
}
.qyq-search input{
    padding-left: 36px;
    height: 100%;
    width: 100%;
    padding-right: 10px;
    border-radius: 6px;
}
.qyqsc-btn{
    width:100px;
    height:40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    font-size:16px;
    background:rgba(40,130,216,1);
    border:1px solid rgba(40,130,216,1);
    border-radius:6px;
}
.qyq-item{
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}
/* .qyq-item img{
    width: 16px;
    height: 16px;
    transition: all .3s;
} */
.qyq-item p{
    flex:1;
    -webkit-flex: 1;
    font-size:16px;
    color: #333;
}
.qyq-pts{
    cursor: pointer;
    padding: 15px 0 15px 0;
}
.qyqItem-menu{
    display: none;
    width: 100%;
    padding-bottom: 20px;
}
.qyqItem-menu li{
    font-size:14px;
    line-height:30px;
    color: #666;
}
.qyqItem-menu li a{color: #1E5CB3}
.qyqItem-menu li span{color: #333}

.email-img,.unit-img,.mobile-img{
    width:58px;
    height:58px;
    border-radius: 50%;
    border: 2px solid #2882d8;
    text-align: center;
    margin-bottom: 8px;
  /*   margin-left: auto; */
    margin-right: auto;
}

.find-pwd{
    padding: 40px 0 54px 0;
    background: #f8f8f8;
}
.find-pwd .w1200{
    padding: 0px 40px 0px 40px;
    border: 1px solid #ececec;
    background: #fff;
    min-height: 535px;
}
.find-pwtitle{
    font-size:16px;
    font-weight:500;
    color: #333;
    padding-bottom: 16px;
    padding-top: 26px;
    border-bottom: 1px solid #ddd;
    font-family: Microsoft YaHei;
}
.through-two{
    padding-left: 255px;
    padding-top: 46px;
   /*  padding-bottom: 40px; */
    width: 868px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    height: 170px;
}
.through-email{
    margin-right: 80px;
}

.email-img img{
    height: 27px!important;
    width: 38px!important;
    margin-left: 4px;
    margin-top: 14px!important;
}
.email-img img,.unit-img img,.mobile-img img{
    width: 30px;
    height: 27px;
    margin-top: 13px;
    cursor: pointer;
}
.email-img:hover, .unit-img:hover, .mobile-img:hover{
    background: #2882d8;
    border-color: #2882d8;
}
.through-email p,.through-unit p,.through-mobile p{
    font-size:14px;
    color: #333;
}
.findpw-declare{
    padding-top: 42px;
    padding-left: 130px;
    padding-bottom: 78px;
}
.findpw-declare li{
    line-height:32px;
    font-size: 14px;
    color: #333;
}
.temail-form{
    width: 342px;
    margin: 0 auto;
    padding-bottom: 127px;
    padding-top: 48px;
}
.temail-way{
    padding-bottom: 24px;
    font-size:14px;
    font-family: Microsoft YaHei;
}
.tunit-way{
    padding-top: 67px;
    padding-left: 300px;
}
.temail-way span,.tunit-way span{
    color: #333;
}
.temail-way a,.tunit-way a{
    color: #2882D8;
}
.temail-ipt{
    height:42px;
    margin-bottom: 22px;
    border: 1px solid #ddd;
    padding-left: 48px;
    padding-right: 10px;
    position: relative;
}
.temail-ipt i{
    position: absolute;
    top: 11px;
    left: 15px;
    width: 18px;
    height: 18px;
}

.temail-ipt input{
  height: 100%;
    width: 100%;
    font-family: microsoft yahei;
    font-size: 14px;
    margin-bottom: 3px;
}
.change-newewm{
    position: absolute;
    top: 15px;
    right: -106px;
    font-size: 12px;
    color: #666;
    font-family: Microsoft YaHei;
}
}
.yzm-ipt{
    width: 200px!important;
}
.yzmImg{
    cursor: pointer;
    width: 90px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 0;
}
.teamil-send{
    margin-top: 14px;
    height:42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #2882d8;
    border-radius: 3px;
    font-size: 16px;
}

.banck_home_a{
	float: right;
	font-size: 14px;
}
.banck_home_a span{
	display: inline-block;vertical-align: middle;
}
.banck_home_a:hover span{
	color: #06C;
}
.banck_home_a:hover .icon_go_back{
	background:url(../images/go_back-h.png) no-repeat;background-size: cover;
} 

.icon_go_back{background:url(../images/go_back.png) no-repeat;background-size: cover;border: medium none;width: 16px;height: 16px;display: inline-block;vertical-align: middle;}
.icon_go_back:hover{background:url(../images/go_back-h.png) no-repeat;background-size: cover;}
