/*科技金融首页*/
.finance-banner{
    position: relative;
    overflow: hidden;
}
.finance-banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: -80px;
    width: 100%;
}
.finance-banner .swiper-pagination-bullet{
    width: 18px;
    height: 14px;
    display: inline-block;
    background: url(/henan/img/techFinance/icon_01.png) no-repeat 0 0px;
    opacity: 1;

}
.finance-banner .swiper-pagination-bullet-active{
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/henan/img/techFinance/icon_01.png) no-repeat -29px 0px;

}
.finance-banner .banner-info{
    width: 310px;
    height: 210px;
    position: absolute;
    top:90px;
    right: 50%;
    margin-right: -523px;
    z-index: 1000;

}
.finance-banner .banner-info .shadow{
    width: 310px;
    height: 210px;
    background: #000;
    opacity: 0.5;
    position: absolute;

}
.finance-banner .banner-info ul{
    position: absolute;
    top:30px;
    left:34px;
}
.finance-banner .banner-info ul li{
    height: 48px;
}
.finance-banner .banner-info ul li .text{
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    display: inline-block;
    width:128px;
    text-align: right;
}
.finance-banner .banner-info ul li .num{
    font-size: 16px;
    color: #f19116;
    line-height: 48px;
}
.finance .module{
    margin-top: 30px;
}
.fin-tit{
    height: 40px;
    border-bottom: 1px solid #ededed;
}
.fin-tit .tit1{
    font-size: 18px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #288ccd;
    margin-right:8px;
    padding-bottom: 9px;

}
.fin-tit .tit2{
    font-size: 14px;
    color: #c9c9c9;
    height: 40px;
    line-height: 40px;

}
.fin-tit .more{
    font-size: 14px;
    color: #666;
    height: 40px;
    line-height: 40px;
    float: right;

}
.fin-tit .more b{
    font-size: 12px;
    color: #666;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
    float: right;

}

.finance .module .module-L{
 width:780px;
 float: left;
}
.finance .module .module-R{
 width:400px;
 float: right;
}
.finance .module1 .module-L .main ul{
margin-top: 30px;
}
.finance .module1 .module-L .main li {
    width:780px;
    height: 140px;
   margin-bottom: 14px;
}
.finance .module1 .module-L .main li:hover {
    box-shadow: 0 0 18px #cdcccc;
}
.finance .module1 .module-L .main li div.img-box {
    width:200px;
    height: 140px;
    float: left;
}
.finance .module1 .module-L .main li div.content-box {
    width:540px;
    height: 100px;
    padding: 20px;
    float: left;
    background: #f6f6f6;
    position: relative;
}
.finance .module1 .module-L .main li div.content-box p.txt {
   font-size: 14px;
    color: #666;
    line-height: 24px;

}
.finance .module1 .module-L .main li div.content-box .btns {
    width:208px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right:10px;

}
.finance .module1 .module-L .main li div.content-box .btns .btn {
   font-size: 14px;
    color: #288ccd;
    text-align: center;
    display: block;
    float: left;
    width:90px;
    height: 28px;
    line-height: 28px;
    border:1px solid #288ccd;
    border-radius: 3px;
    margin-right: 12px;


}
.finance .module1 .module-L .main li div.content-box .btns .btn2 {
    color: #fff;
    background: #288ccd;

}
.finance .module1 .module-L .main li:hover div.content-box .btns .btn{
    color: #fff;
    background: #f4a31e;
    border:1px solid #f4a31e;
    text-decoration: none;
}

.finance .module1 .module-R .main ul{
    border-bottom: 1px dashed #e2e2e2;
    margin:0 5px;
    padding:10px 0 10px 30px;
}
.finance .module1 .module-R .main ul:last-child{
    border-bottom: none;
}
.finance .module1 .module-R .main ul li{
    height: 30px;
    list-style-type:square;
    color:#adadad;
    font-size: 12px;
}
.finance .module1 .module-R .main ul li a{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    list-style-type:square;
}
.finance .module .module-R .main{
    width:398px;
    height: 479px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.finance .module2 .module-L .img-box {
    width:230px;
    height: 276px;
    float: left;
    margin-top: 29px;
}
.finance .module2 .module-L ul {
    width:524px;
    float: right;
    margin-top: 9px;
}
.finance .module2 .module-L ul li {
   padding: 0 10px;
}
.finance .module2 .module-L ul li a {
   display: block;
}
.finance .module2 .module-L ul li span{
    display: block;
    float: left;
   height: 37px;
   line-height:  37px;
    font-size: 14px;
    color: #666;
    text-align: left;
}
.finance .module2 .module-L ul li span.name{

    width: 50%;


}
.finance .module2 .module-L ul li span.type{

    width: 20%;

}
.finance .module2 .module-L ul li span.amount{
    text-align: right;
    width:30%;

}

.finance .module2 .module-L ul li:nth-child(2n){
  background: #f7fcff;
}
.finance .module2 .module-L ul li span em{
   height: 37px;
   line-height:  37px;
    font-size: 14px;
    color: #ff0000;
}
.finance .module2 .module-L li:hover span,.finance .module2 .module-L li:hover span em{
 color:#f2911e;
}
.finance .module2 .module-R .main{
    height: 294px;
    padding-top: 10px;
}
.finance .module2 .module-R .main .tit{
    height: 40px;
    background: #deeef9;
    padding: 0 10px;
    margin-bottom: 10px;

}
.finance .module2 .module-R .main li{
    padding: 0 10px;
}
.finance .module2 .module-R .main span{
    display: block;
    float: left;
    height: 37px;
    line-height:  37px;
    font-size: 14px;
    color: #333;
    text-align: left;
}
.finance .module2 .module-R .main span.name{
    width: 50%;
}
.finance .module2 .module-R .main span.type{
    width: 28%;
}
.finance .module2 .module-R .main span.date{
    width: 22%;
}
.finance .module2 .module-R .main ul li:nth-child(2n){
    background: #f7fcff;
}
.finance .module2 .module-R .main ul li:hover span{
    color:#f2911e;
}



.finance .module3 .module-R .main{
   height: 410px;
    border-left: 0px;

}
.finance .module3 .module-R .main table{
    border:0px;
    border-collapse: collapse;
}
.finance .module3 .module-R .main table td{
    border:1px solid #f2f2f2;
    position:relative;
}
.finance .module3 .module-R .main .company-logo{
    width:131px;
    height:102px;
    background:url('/henan/img/techFinance/img_06.png') #fff no-repeat center;
}
.finance .module3 .module-R .main .tech-service{
    display:none;
    width:131px;
    height:60px;
    background:#288ccd;
    position:absolute;
    top:0px;
    left:0;
    padding-top:42px;
    opacity:0.95;
    filter:alpha(opacity=95);
}
.m-module3 .mod-innerRight .tech-service{
    display:none;
    background:#288ccd;
    opacity:0.95;
    filter:alpha(opacity=95);
}
.finance .module3 .module-R .main .tech-service .text{

    line-height:20px;
    font-size:14px;
    color:#fff;
    text-align:center;
}
.finance .module3 .module-R .main2 {
    height: 416px;
    border-left: 1px solid #e2e2e2;
    padding-top: 10px;
}
.finance .module3 .module-R .main2 ul {
    height: 426px;

}
.finance .module3 .module-R .main2 ul li{
    height: 82px;
    padding: 0 14px;
}

.finance .module3 .module-R .main2 ul li:nth-child(2n){
    height: 82px;
    padding: 0 14px;
    background: #f7fcff;
}
.finance .module3 .module-R .main2 ul li dl{
   border-bottom: 1px dashed #e2e2e2;
    padding: 0 10px;
   height: 81px;
}
.finance .module3 .module-R .main2 ul li:last-child dl{
   border-bottom: none;

}
.finance .module3 .module-R .main2 ul li dt{
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #333;

}
.finance .module3 .module-R .main2 ul li dd{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #999;

}
.finance .module3 .module-R .main2 ul li dd label{
    color: #288ccd;
}

.finance .module3 .module-L .main {
    padding-top: 11px;
}
.finProjects li {
    height: 177px;
    border-bottom: 1px solid #f6f6f6;
}
.finProjects li:hover {
    background: #f7fcff;
}
.finProjects li .part1{
    width:120px;
    height: 120px;
    margin-top: 30px;
    margin-left: 2px;
    float: left;
}
.finProjects li .part1>img{
   border:1px solid #e2e2e2;
}
.finProjects li  .part2{
    width:82%;
    float: right;
}
.finProjects li .part2 .top{
    margin-top: 10px;
    height: 50px;
     line-height: 50px;
    border-bottom: 1px dashed #c7d7f1;
    position: relative;
}
.finProjects li .part2 .top h4{
    font-size: 18px;
    color: #333;
    height: 50px;
    line-height: 50px;
}
.finProjects li .part2 .top .tag{
    display: inline-block;
    padding: 0 10px;
    height: 21px;
    line-height: 21px;
    font-size:13px;
    color:#00a3f0;
    border:1px solid #81d0f5;
    border-radius: 10px;
    background: #d2eefb;
    margin-left: 10px;

}
.finProjects li .part2 .top .location{
    position: absolute;
    bottom:0px;
    right:10px;
    line-height: 34px;
    font-size: 14px;
    color: #288ccd;
    text-align: right;
    padding-left: 32px;
    background: url(/henan/img/techFinance/icon_02.png) no-repeat 0 0 ;
}

.finProjects li .part2 .bottom .con1{
    width:70%;
    float: left;
    padding-top:15px;
}
.finProjects li .part2 .bottom .con2{
    width:28%;
    height: 50px;
    color:#f3480c;
    font-size: 14px;
    float: right;
    margin-top:30px;
    margin-right:10px;
    text-align: right;
}
.finProjects li .part2 .bottom .con2 em{
    font-size: 30px;

}
.finProjects li .part2 .bottom .line{
    height:26px;
    line-height: 26px;

}
.finProjects li .part2 .bottom .line label{
    height:26px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.finProjects li .part2 .bottom .line{
    height:26px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
}
.finProjects li .part2 .bottom .line1{
    color: #f2911e;
}


/*股权融资首页*/
.equity .ep{
    margin-top: 30px;
}
.equity .ep1{

}
.equity .ep1 .apply-btn{
    float: left;
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #f2911e;
    color: #fff;
    text-align: center;
    border-radius: 4px;
}
.bc-bs-ipt {
    margin-top: 5px;
}
.bc-bs-ipt #bc-search {
    display: block;
    float: left;
    width: 316px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    color: #999;
    text-indent: 10px;
}
.bc-bs-ipt #bc-search-btn {
    display: block;
    float: left;
    width: 69px;
    height: 35px;
    background: url(/henan/img/techFinance/icon_03.png) #2b6fc2 25px 8px no-repeat;
    border: 1px solid #2b6fc2;
    border-left: 0;
    cursor: pointer;
}
.equity .ep2{
    background: #f6f6f6;
    padding: 26px 0;
}
.equity .finProjects{
   padding-top: 16px;
}
.equity .finProjects li{
    margin-bottom: 9px;
    background: #fff;
    padding-right: 20px;
}
.equity .finProjects li:hover{
    box-shadow: 0 0 18px #cdcccc;
}
.equity .finProjects li .part1 {
    margin-left: 25px;
}
.equity .finProjects li .part2 {
    width:86%;
}

.govFunds{
    width: 1300px;
    margin-top: 42px;
    margin-bottom: 50px;
}
.govFunds li{
    width: 547px;
    height: 213px;
    padding:0px 15px 17px 16px;
    border: 1px solid #e2e2e2;
    position: relative;
    float: left;
    margin-right: 38px;
}
.govFunds li .left{
    float: left;
    padding-top: 16px;
}
.govFunds li .right{
    float: right;
    width: 300px;
}
.govFunds li .right h4{
    padding: 12px 0;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: 15px;
}
.govFunds li .right p,.govFunds li .right p label{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.govFunds li .right p em{
    color: #f2911e;
}
.govFunds li .btn{
    position: absolute;
    bottom: 17px;
    right: 15px;
    width: 114px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #65a2eb;
    border-radius: 4px;
    color: #2b6fc2;
    font-size: 14px;
}
.govFunds li:hover{
    box-shadow: 0 0 18px #cdcccc;
}
.govFunds li:hover .btn{
    background: #65a2eb;
    color: #fff;

}

.venInstitutions{
    margin:42px 0;
    width: 1300px;
}
.venInstitutions li{
    float: left;
    width: 343px;
    height: 204px;
    padding: 0 10px 0 15px;
    border:1px solid #e2e2e2;
    position: relative;
    margin-right: 45px;
    margin-bottom: 35px;

}
.venInstitutions li:hover{
    box-shadow: 0 0 18px #cdcccc;
}
.venInstitutions li:hover .btn{
    background: #65a2eb;
    color: #fff;

}
.venInstitutions li .left{
    width:120px;
    height: 120px;
    margin-top: 17px;
    float: left;
}
.venInstitutions li .left>img{
    border:1px solid #e2e2e2;
}
.venInstitutions li .right{
    float: right;
    width:212px;
    padding-top:5px;
}
.venInstitutions li .right h4{
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: 12px;

}
.venInstitutions li .right .location{
    height: 30px;
    line-height: 30px;
    background: url(/henan/img/techFinance/icon_02.png) no-repeat 0 0 ;
    padding-left:28px;
    color: #333;
    font-size: 14px;
}
.venInstitutions li .right p,.venInstitutions li .right p label{
    font-size: 14px;
    color: #666;
    line-height: 22px;
}
.venInstitutions li .right p em{
    color: #f2911e;
}
.venInstitutions li .btn{
    position: absolute;
    bottom: 13px;
    right: 15px;
    width: 114px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #65a2eb;
    border-radius: 4px;
    color: #2b6fc2;
    font-size: 14px;
}
.el-top{
    background: #fff;
    border:1px solid #e2e2e2;
}
.el-main{
    width: 1154px;
    margin-top: 10px;
    border:1px solid #e2e2e2;
    padding: 28px 22px;
    background: #fff;
    padding-bottom: 60px;

}
.el-main .finProjects li{
    border:1px solid #e2e2e2;
    margin-bottom: 20px;
}
.el-main .finProjects li .part1{
    margin-left:25px;
}
.el-main .finProjects li .part2{
    width: 85%;
}
.el-main .finProjects li:hover{
    box-shadow: 0 0 18px #cdcccc;
    background: #fff;
}
.equity .el-top .ep{
    margin: 12px 16px;
}

.sel-options{
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
}
.sel-box{
    padding: 12px 28px 0 28px;
}
.sel-box .types-wrap{
    margin-bottom: 8px;
    position: relative;
}
.sel-box .types-wrap .more-btn{
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 2px 12px;
    background-color: #2193E2;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.sel-box .t-label{
    font-size: 14px;
    color: #333;
    display: block;
    float: left;
    width: 80px;
    height: 24px;
    line-height: 24px;
}
.sel-box .types{
    width: 1000px;
    float: left;
}
.sel-box .types li{
    height: 24px;
    float: left;
    margin-bottom: 4px;
    margin-right: 24px;
}
.sel-box .types a{
    font-size: 14px;
    color: #666;
    height: 24px;
    line-height: 24px;
    display: block;


}
.sel-box .types-wrap li.active a{
    background: #f2911e;
    color: #fff;
    padding: 0 12px;
}

.sel-options{
    padding: 0 12px;
}
.sel-options span.item-span{
    height:28px;
    line-height:28px;
    border:1px solid #74a5df;
    padding:4px;
    font-size: 14px;
    color: #666;
}
.sel-options a{
    height:30px;
    line-height:30px;
    color: #74a5df;
    padding:0 3px;
}
.sel-options a.clear{
    margin-left: 10px;
    padding:0  16px 0 0;
    color: #00a3f0;
    font-size: 14px;
    background: url(/henan/img/techFinance/icon_04.png) right no-repeat;
}

.venture .sel-box .types-wrap{
    width: 680px;
    float: left;
    margin-top: 4px;
}
.venture .sel-box .types{
    width: 580px;
    float: left;
}
.venture .venInstitutions li{
   margin-right: 23px;
}
.venture .sel-box{
   padding: 16px 28px 10px 28px;
}
.venture .bc-bs-ipt{
  margin-top: 0;
}

.ans-ques{
    padding: 50px 30px;
    width: 1140px;
    background: #fff;
    min-height: 500px;
}
.ans-ques .tit {
    height: 40px;
    line-height: 40px;
    color:#333;
    font-size: 20px;
    text-align: center;
    padding-left: 18px;
    background: url(/henan/img/techFinance/icon_05.png) 1px 11px  no-repeat;
    width: 100px;
    margin: 0  auto 40px auto;

}
.ans-ques ul li{

}

.ans-ques ul li dl{
    border-bottom: 1px dashed #e2e2e2;
    margin-top: 15px;
}
.ans-ques ul li:last-child dl{
    border-bottom: none;

}
.ans-ques ul li dt{
    line-height: 38px;
    font-size: 14px;
    color: #333;

}
.ans-ques ul li dd{
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;

}
.ans-ques ul li dd label{
    color: #00a3f0;
}

/*机构详情*/
.main-content {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom:60px;
}
.co-title {
    border-bottom: 1px solid #dfe2e5;
    height: 275px;
    padding-bottom: 24px;
    text-align: center;
    background: url("/henan/img/techFinance/img_09.jpg") center 0 no-repeat;
}
.co-title  .info{
    margin-left: 345px;
}
.co-title  .info li{
    font-size: 14px;
    color: #666;
    float: left;
    list-style-type: disc;
    width: 500px;
    text-align: left;
    line-height: 24px;


}
.co-title img {
    border-radius: 50%;
    margin-top: 40px;
    width: 100px;
    height: 100px;
    border-bottom: 1px solid #e5e6ea;
}
.co-title h2 {
    font-size: 20px;
    font-weight: 500;
    font-family: "Microsoft YaHei", "微软雅黑";
    margin: 18px auto 40px;
}
.equity-detail{
    border: 1px solid #e5e6ea;
    margin-bottom: 90px;
}
.equity-detail .ed-part1 img{
    max-width: 100%;
}
.ed-part1{
    padding: 0 50px 60px 50px;
    border-bottom: 1px solid #e5e6ea;
}
.equity-detail .tit-zh{
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-top: 40px;
}
.equity-detail .tit-en{
    font-size: 18px;
    color: #999999;
    text-align: center;
    padding-top: 5px;
}
.equity-detail .tit-en:after{
    content: ' ';
    display: block;
    margin: 10px auto 34px;
    width: 18px;
    border-bottom: 5px solid #ee751e;
}

.ed-part2{

}
.ed-part2 .team{
    padding-left: 33px;
    width: 1200px;

}
.ed-part2 .team li{
    margin-right: 37px;
    float: left;

}
.ed-part2 .team h4{
    width: 256px;
    height: 44px;
    line-height: 44px;
    background: #3980d4;
    text-align: center;
    color: #fff;
    text-align: center;

}
.ed-part2 .team .cont{
    width: 254px;
    padding-top: 15px;
    height: 264px;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;

}

.ed-part2 .team .cont p{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.ed-part2 .team .cont .img{
   /* background: url(/henan/img/techFinance/img_10.png) no-repeat center 0;*/
   background: #3980d4;
    height: 164px;
    display: block;
    margin: 0 auto;
}
.ed-part2 .team .cont p.name{
    color: #333;
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
}
.ed-part2 .team .txt{
    width: 214px;
    border: 1px solid #e2e2e2;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    background: #e5effa;
    padding: 0 20px;
    height: 122px;
    overflow: hidden;
}


.back-btn {
    float: right;
    display: inline-block;
    width: 95px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    margin: 30px 30px 45px;
    color: #fff;
    background-color: #2193e2;
}


/*股权融资申请*/
.schedule-table-box{
    margin-bottom: 30px;
}
.schedule-table-box  .matal-title{
    background-color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding-left: 8px;
}
.schedule-table-box  .matal-table-box{
    background-color: #fff;
    padding: 30px 0;
}
#schedule-table{
    width: 70%;
    border-collapse: collapse;
    margin-left: 30px;
}

#schedule-table th,#schedule-table td{
    border: 1px solid #ccc;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
#schedule-table th{
    line-height: 28px;
    font-weight: bold;

}



.eu-apply{
    padding-bottom: 60px;
    background: #fff;
}
.eu-apply .eu-tab{
    background: #e4edf4;
    border-bottom: 3px solid #2193e2;
}
.eu-apply .eu-tab span{
     width: auto;
     height: 40px;
     line-height: 40px;
     font-size: 16px;
     padding: 10px 16px;
     font-family: "Microsoft Yahei", "微软雅黑";
     cursor: pointer;
     color: #666;
     background: #fff;
     border-radius: 5px 5px 0 0;
 }
.eu-apply .eu-tab span.active{
    width: auto;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 10px 16px;
    font-family: "Microsoft Yahei", "微软雅黑";
    cursor: pointer;
    color: #fff;
    background: #2193e2;
    border-radius: 5px 5px 0 0;
}
.eu-apply .eu-main{
    padding-top: 40px;
}
.eu-apply .xui-form .xui-lab{
    width: 190px;
}
.hide{
    display: none;
}

.xui-title-box{
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    text-indent: 2em;
    background: #f7f7f7;
    color: #797979;
    margin-bottom: 15px;
}

/*按钮*/
.u-btn{display:inline-block; height:25px; line-height:25px; padding:0 24px; text-align:center; margin:0 5px 0 0;}
.u-btn-gray{backgrond:#f7f7f7;/* color:#444; */border:1px solid #ccc;}

/*科技贷*/
.tech-loan-top{
    height: 247px;
    background: url(../default/image/img_13.jpg);
    padding: 33px 0 0 18px;
}
.tech-loan-top .tech-loan-img{
    float: left;

}
.tech-loan-top .tech-loan-box{
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    padding: 0 20px;
    width: 810px;
}
.tech-loan-top .tech-loan-box .apply-btn,.tech-loan-main  .apply-btn{
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    width: 170px;
    background: #f97b1e;
    text-align: center;
    border-radius: 3px;
    margin-top: 40px;
}
.techLoanDetail{
    margin-bottom: 60px;
	background: #fff;
}
.tech-loan-main{
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.tech-loan-main h2{
    font-size: 24px;
    color: #333;
    line-height: 44px;
    height: 44px;
    text-align: center;
    padding: 32px 0 50px 0;

}.tech-loan-main h2:after{
    display: block;
    content: '';
    margin:10px;
    width:30px;
    border-bottom: 3px solid #5285e8;
    margin: 0 auto;

 }
.tech-loan-main .tit{
    background: url(/henan/img/techFinance/img_14.png) repeat-x 0 center ;
    line-height: 20px;
    height: 20px;
    border-left: 9px solid #5285e8;
    margin-right: 15px;
}
.tech-loan-main .tit span{
    background:#fff;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    height: 20px;
    padding-right: 5px;
    padding-left: 15px;
}
.tech-loan-main .con{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-indent:2em;
    padding: 20px 0;
}
.tech-loan-main .table{
    width: 1140px;
    border: 1px solid #e4edf4;
    border-collapse: collapse;
    margin: 10px auto;

}
.tech-loan-main .table th,.tech-loan-main .table td{
    border: 1px solid #e4edf4;
    font-size: 13px;
    color: #333;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.tech-loan-main .table th{
    background: #2993e2;
    font-size: 14px;
    color: #fff;

}
.tech-loan-main  .apply-btn{
    margin: 30px auto;
}



/*债权融资列表页面*/
.el-main .zq-table{
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}
.el-main .zq-table thead{
    border: 1px solid #ddd;
    background: #f2f2f2;
}
.el-main .zq-table th,.el-main .zq-table td{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
.el-main .zq-table tbody tr{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ddd;
}


/*错误信息提示*/
label.error {
    position: absolute;
    width: auto;
    height: 26px;
    overflow: hidden;
    padding: 0 1em;
    top: 6px;
    right: 52px;
    background-color: #ffb4a8;
    color: #fff;
    font-size: 12px;
    font-family: "Microsoft Yahei", "微软雅黑";
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
}
label.success {
    position: absolute;
    width: 15px;
    height: 15px;
    overflow: hidden;
    top: 13px;
    right: 15px;
    background-image: url("/styles/images/home/success_icon.png");
    background-size: 15px;
}
.m-error-con {
    border-color: #ffb4a8!important;
}
.m-success-con {
    border-color: #35b558!important;
}
.m-error-con.error:focus {
    border-color: #ffb4a8!important;
    box-shadow: 0px 0px 4px #ffb4a8;
}
.m-error,
.m-success {
    position: absolute;
    width: 310px;
    height: 30px;
    top: -39px;
    left: 140px;
}
.m-error .error {
    width: 273px;
    height: 28px;
    border: 1px solid #ffb4a8;
    background-color: #fef2f2;
    line-height: 28px;
    padding-left: 35px;
    background-image: url("/img/log/icon05.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #6C6C6C!important;
    font-size: 12px;
    display: block;
}
 .m-success .success {
    width: 273px;
    height: 28px;
    border: 1px solid #49b779;
    background-color: #ecfff0;
    line-height: 28px;
    padding-left: 35px;
    background-image: url("/img/log/icon06.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #6C6C6C!important;
    font-size: 12px;
    display: block;
}


.m-avatar {
    position: relative;
    margin: 0 auto;
    width: 132px;
    min-width: 132px;
    height: 132px;
    line-height: 126px;
    border-radius: 132px;
    background-color: #999;
    color: #666;
    text-align: center;
    font-size: 58px;
}
.m-avatar:before {
    top: -1px;
    left: -1px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 6px solid #192943;
    box-sizing: border-box;
    margin: 0;
    content: " ";
    position: absolute;
}
.m-cover {
    background-color: #1f86ed;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.co-title .head-img-box {

    margin: 0px auto;
    padding-top: 40px;
    width: 100px;
    height: 100px;

}
.co-title .head-img {
    margin: 2px 12px 0 0;
    overflow: hidden;
    display: inline-block;
    height: 100px;
    line-height: 90px;
    text-align: center;
    width: 100px;
    min-width: 30px;
    border-radius: 100px;
    border: 0px;
    transition: all .2s;
}
.co-title .head-img:before {
    top: -1px;
    left: -1px;
    height: 102px;
    width: 102px;
    border-radius: 50%;
    border: 2px solid #c3d3f3;
    box-sizing: border-box;
    margin: 0;
    content: " ";
    position: absolute;
}
.co-title .head-img-box {

    margin: 0px auto;
    padding-top: 40px;
    width: 100px;
    height: 100px;

}

.co-title .head-img img{

    max-height: 100px;
    max-width: 100px;
    border-radius: 0;
    margin-top: 0px;
    width: auto;
    height: auto;
    border-bottom: 0px;
}