/*我要融资*/
.financing_content_bg {
    width: 990px;
    height: 100%;
    margin: 30px auto;
    padding: 4px;
    background: #f5f5f5;
}
.financing_content_border {
    height: 100%;
    background: #ffffff;
    border: 1px #e6e9ed solid;
    padding: 20px 0px 30px 0px;
}
.financing_content_top {
    width: 934px;
    height: 42px;
    border-bottom: 2px #e6e9ed solid;
    margin: 0px auto 30px auto;
}
.financing_content_top_r {
    font-size: 12px;
    color: #aab2bd;
    line-height: 42px;
    text-align: right;
    height: 42px;
    float: right;
}
.financing_content_center {
    width: 934px;
    height: 100%;
    margin: 0px auto;
}
.financing_content_center ul {
    width: 934px;
    height: 100%;
}
.financing_content_center ul li {
    border-top: 4px #3db1fa solid;
    border-left: 1px #e6e9ed solid;
    border-right: 1px #e6e9ed solid;
    border-bottom: 1px #e6e9ed solid;
    background: #ffffff;
    padding: 30px;
    margin: 0px 15px;
    float: left;
}
.financing_content_center ul li .financing_fd_img {
    width: 120px;
    height: 120px;
    background: url(/images/wyrz_fd_img.png) center top no-repeat;
    margin: 0 auto;
}
.financing_content_center ul li .financing_fd_text {
    width: 138px;
    height: 80px;
    font-size: 18px;
    color: #5d9cec;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
}
.financing_content_center ul li .financing_fd_btn {
    width: 108px;
    height: 34px;
    margin: 0 auto;
}
.financing_content_center ul li .financing_cd_img {
    width: 120px;
    height: 120px;
    background:url(../images/wyrz_fd_img.png) center bottom no-repeat;
    margin: 0 auto;
}
.financing_content_center ul li .financing_cd_text {
    width: 138px;
    height: 80px;
    font-size: 18px;
    color: #aab2bd;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
}
.financing_content_center ul li .financing_cd_btn {
    width: 108px;
    height: 34px;
    font-size: 14px;
    color: #aab2bd;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: #e6e9ed 0px 1px 0px;
    -moz-box-shadow: #e6e9ed 0px 1px 0px;
    box-shadow: #e6e9ed 0px 1px 0px;
    border: 1px #e6e9ed solid;
    margin: 0 auto;
    cursor: pointer;
}
.financing_content_center ul li .financing_jyd_img {
    width: 120px;
    height: 120px;
    background: url(../images/wyrz_jyd_img.png) center bottom no-repeat;
    margin: 0 auto;
}
.financing_content_center ul li .financing_qtd_img {
    width: 120px;
    height: 120px;
    background: url(/images/wyrz_qtd_img.png) center bottom no-repeat;
    margin: 0 auto;
}
.clear {
    clear: both;
    height: 0px;
}

/*点击显示后的内容样式*/
.form-info {
    margin: 0 auto;
    width: 55%;
}
.form-col {
    clear: both;
    padding: 20px 0 0 0;
    position: relative;
    overflow: hidden;
}
.form-col .colleft {
    width: 188px;
    float: left;
}
.form-lable {
    text-align: right;
    padding-right: 20px;
    line-height: 38px;
    font-size: 14px;
    color: #333;
}

.form-col .colright, .form-col2 .colright, .form-col3 .colright {
    float: left;
}
.form-inpyt-big {
    padding: 0 12px;
    font-size: 14px;
    width: 268px;
    height: 38px;
    line-height: 38px\0;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-col .form-lable i {
    color: #F00;
}
.form-col.pd40 {
    padding-top: 20px;
}
.btn-box {
    margin: 0 auto;
	text-align:center;
}
.pl100 {
    padding-left: 0px;
}
.form-info-ys{ 
	padding-bottom:15px;
	}
.form-info-bule{ 
    color:#09F;
	}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn-primary {
    display: inline-block;
    position: relative;
    text-align: center;
    background: #35aaf2;
    color: #fff;
    border: 1px solid #35aaf2;
    border-radius: 2px;
    font-size: 14px;
}
.btn-big {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    width: 292px;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}
















































