@charset "utf-8";


.center, .main-wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}



.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.img-block {
    margin: 0 auto;
    display: block;
}

.img-block img, .img-block svg {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/*home wincomp 中标企业*/
.wincomp-list{ overflow:hidden; zoom:1; }
.wincomp-item{ height: 50px; line-height: 50px; color: #333; font-size: 14px; padding: 0 40px;}
.wincomp-item > span{ height: 50px; display: inline-block; float: left; padding-right: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.wincomp-item .site{ width: 100px;}
.wincomp-item .project{ width: 400px;}
.wincomp-item .comp{ width: 300px;}
.wincomp-item .money{ width: 150px; color: #d71618; text-align: right;}
.wincomp-item .data{ width: 150px; text-align: right; padding-right: 0;}
.wincomp-item.wincomp-item-head span{ color: #666; }

/* 新闻 */
.news a:link{text-decoration: none; color:#666;font-family: "微软雅黑","Hiragino Sans GB","宋体",sans-serif;;}
.news a:visited{ color:#666;}
.news a:hover{text-decoration: underline; color:#d0111b;}
.news a:active{text-decoration: underline; color:#d0111b;}

.news .news_1_title{
    width:430px;
    height:30px;
    line-height: 30px;
    color:#333;
    font-size:16px;
    font-weight:400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news_1_desc{
    width:100%;
    height:55px;
    line-height:25px;
    color:#999;
    font-size:13px;
}
.news .news_child_per{
    float:left;
    margin-left:10px;
    margin-bottom:5px;
    width:280px;
    height:30px;
    line-height:30px;
    font-size:13px;
    color:#333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news_class{
    width:100%;
    height:40px;
    line-height: 40px;
    border-bottom: 1px solid #555555;
}
.news .news_class_left{
    float:left;
    font-size: 24px;
    font-weight: 400;
}
.news .news_class_right{
    float:right;
    width:80px;
    height:30px;
    line-height:30px;
    background-color:#efefef;
    text-align:center;
    color:#666666;
    border-radius: 5px;
}
.news .new_1{
    width: 100%;
    height:110px;
    padding-top:10px;
}
.news .news_1_img{
    float:left;
    width:140px;
    height:90px;
}
.news .news_1_middle{
    float:left;
    width:10px;
    height:90px;
}
.news .news_1_right{
    float:left;
    width:430px;
    height:90px;
    padding-right:10px;
}

/* 合同融资流程 */
.process_money_get{
    font-size:36px;
    line-height: 60px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 200;
    padding:0;
}

/* 热门分类 */
.sy_rm *{
    margin:0;
    padding:0;
    list-style:none;
    font-family:"Microsoft YaHei", 'Roboto', sans-serif;
    text-decoration:none;
    border:none;
    font-style:normal;
    font-size:12px;
    color:#444;
    font-weight:100;
    outline:none;
}

.sy_rm a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration:none;
    outline:none;
}

.sy_rm{ height:210px;}
.sy_rm dt{ background:#333; width:198px; margin-right:2px; height:210px; float:left; text-align:center; line-height:1.8em;}
.sy_rm dt h4{ color:#fff; margin-top:20px;}
.sy_rm dt h3{ color:#fff; font-size:30px; margin-bottom:30px;}
.sy_rm dt p{ color:#fff; margin:20px; font-size:14px; text-align: left;}
.sy_rm dd{ width:1000px; float:left; background:#ebebeb;}
.sy_rm dd a{ display:block; width:200px; border-bottom:2px solid #fff; border-right:2px solid #fff;height:104px; float:left; text-align:center;}
.sy_rm dd a.jk{ width:250px;}
.sy_rm dd a.hs{ background:fd7903; color:#fff;}
.sy_rm dd a.hs p{ color:#fff;}
.sy_rm dd a p{ font-size:18px; position:relative; margin-top:-10px;}
.sy_rm dd a img{ width:100px; height:80px;}
.sy_rm dd a:hover{ background:#fd7903;}

/* 联系我 */
.items-contact {
    /*background: rgba(0, 0, 0, 0) url("../images/items-contact-bg.png") no-repeat scroll center center;*/
    background-color: #f2f2f2;
    color: #444;
    height: 318px;
}

.items-contact .promise {
    height: 98px;
    border-bottom: 1px dashed #d71618;
    justify-content: space-around;
}

.items-contact .promise .item {
    justify-content: space-between;
}

.items-contact .promise .item .img-block {
    transition-duration: 1s;
}

.items-contact .promise .item:hover .img-block {
    transform: rotateZ(360deg);
}

.items-contact .promise .item-p {
    font-size: 24px;
    margin-left: 10px;
}

.items-contact .flex-col {
    height: 219px;
}

.items-contact .flex-col .item-title {
    font-size: 20px;
    margin-bottom: 35px;
}

.items-contact .item-form .item {
    margin: 0 10px;
}

.items-contact .item-form .label {
    margin-right: 6px;
}

.items-contact .item-form .input {
    border: none;
    width: 220px;
    height: 38px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    color: #666;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
}

.items-contact .item-form .input:focus {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}

.items-contact .item-form .verify {
    width: 126px;
    vertical-align: middle;
    margin-right: 6px;
}

.items-contact .item-form .item-btn {
    width: 116px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.items-contact .item-form .item-btn-button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    color: #fff;
    background-color: #d71618;
    cursor: pointer;
}

.items-contact .item-form .item-btn-button:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.24);
    transform: translateY(-4px);
}