.clearfix{
    zoom: 1;
}

.fl{
    float: left;
}
.fr{
    float: right;
}

/*标题*/
.h1{
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 46px;
}
.sub{
    color: #b8c2c8;
    font-size: 14px;
}
/*投资合作*/
.contact_coll{

}
.contact_coll_content{
    margin: 60px 0;
}
.contact_coll_content p{
    display: inline-block;
    width: 47%;
    color: #888888;
}
.contact_coll_content p:nth-of-type(2){
    float: right;
    text-align: left;
}
.contact_coll_content p:nth-of-type(4){
    float: right;
    text-align: left;
}
.contact_coll_content p:nth-of-type(5){
    width: 100%;
}
.contact_coll_content p:nth-of-type(7){
     color: #00a2e9;
     line-height: 70px;
     margin-left: 5%;
 }
.contact_coll_content p:nth-of-type(7) a{
    display: inline-block;
    font-size: 14px;
}
.contact_coll_content p:nth-of-type(8){
    width: 100%;
 }
.contact_coll_content p:nth-of-type(8) input{
    background-color: #cea262;
    color: white;
    font-size: 22px;
    cursor: pointer;
    margin-bottom: 0;
}
.contact_coll_content span{
    color: red;
}
.contact_coll_content input{
    display: inline-block;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 10px;
    height: 40px;
    border: 1px solid #eeeeee;
    font-size: 18px;
    color: #888888;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contact_coll_content textarea{
    display: inline-block;
    height: 170px;
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    font-size: 18px;
    color: #888888;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*联系我们*/
.contact{
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
    margin-top: 100px;
    background-image: url(../images/contact/back_1.png);
    background-repeat:no-repeat;
    background-position: 50% 45px;
}

.contact div{
    width: 33%;
    display: inline-block;
    float: left;
}
.contact p{
    font-size: 14px;
    color: #888888;
}
.contact p:nth-of-type(1){
    font-size: 18px;
    color: #d5b07d;
    margin-bottom: 40px;
}
.contact div:nth-of-type(3){font-size: 76px;color:#e6e6e6;}
.contact a{
    display: inline-block;
}
.contact_2{
    color: #cea262;
    font-size: 22px;
}
.contact_2 img{margin-right: 10px;}
#map img{
    max-width: none;
    max-height: none;
}
.contact_select{
    position: relative;
    top: -80px;
}
.contact_select a{
    width: 17%;
    height: 80px;
    background-color: #e0e0e0;
    color: #666666;
    display: inline-block;;
    font-size: 16px;
    line-height: 80px;
    cursor: pointer;
    background-repeat:no-repeat;
    background-size: 100%;
    position: relative;
}
.contact_select a img{
    position: absolute;
    bottom: 0;
    left: 45%;
}
.contact_select a:nth-of-type(1){background-color: #cea262;color: #f9f4ee;}
.contact_select a:nth-of-type(2){margin: 0 25px;}

.contact_map{
    width: 1160px;
    margin: 0 auto;
    margin-top: 50px;
    overflow: hidden;
}
.contact_map img{
    float: left;
}
.contact_map div{
    float: left;
    margin-left: 40px;
}
.contact_map p{
    font-size: 14px;
    color: #888888;
    line-height: 35px;
}
.contact_map p:nth-of-type(1){
    font-size: 18px;
    color: #d5b07d;
    margin-bottom: 40px;
}
.contact_map a{
    line-height: 10px;
    width: auto;
}
.contact_map a:nth-of-type(1){
    font-size: 14px;
    color: #888888;
    height: auto;
    background-color: white;
}
.contact_map a:nth-of-type(2){
    font-size: 14px;
    color: #888888;
    height: auto;
    background-color: white;
}

/*人力资源-招贤纳士*/
.resource_search{
    border: 1px solid #dedede;
    border-right: 0;
    border-radius: 15px;
    display: inline-block;
    width: 22%;
    height: 40px;
    float: right;
    color: #dedede;
    line-height: 40px;
    margin-top: 30px;
}
.resource_search input{
    color: #000;
    margin-left: 15px;
}
.resource_search_btn{
    background-color: #cea262;
    height: 100%;
    width: 25%;
    border-radius: 15px;
    float: right;
    border: 0;
    cursor: pointer;
}
.resource_table{
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
    font-size:16px;
}
.resource_table tr{
    height: 70px;
    /*width: 100%;*/
    cursor: pointer;
}
.resource_table tr:nth-child(odd){
    background-color: #f9f9f9;
}
.resource_table tr:nth-of-type(1){
      background-color: #cea262;
      color: white;
      font-size: 20px;
    cursor: default;
  }
.resource_select:hover td.resource_select a{
        color: red;
}


#cover{
    position:fixed;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.4);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    display:none;
    z-Index:999;
}
#modal{
    position:absolute;
    width:45%;
    height:auto;
    top: 15%;
    left: 25%;
    background-color:#fff;
    display:none;
    z-Index:9999;
    border-radius: 15px;
    cursor:default;
    margin-bottom: 25%;
}
.modal_wide{
    width: 90%;
    margin: 0 auto;
}
#modal h1{
    font-size: 28px;
    color: #cea262;
    margin-bottom: 15px;
    margin-top: 40px;
}
.modal_sub{
    color: #bdbdbd;
    font-size: 18px;
    padding-bottom: 35px;
    border-bottom: 1px solid #eeeeee;
}

.modal_describe{
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}
.modal_describe p{
    color: #666666;
    margin-bottom: 15px;
}
.modal_describe>p{
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 20px;
    color: black;
}
.modal_tips{
    font-size: 14px;
    color: #bdbdbd;
    margin: 30px 0;
}
.modal_btn{
    height: 50px;
    width: 20%;
    background-color: #cea262;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    color: #f9f4ee;
    margin-bottom: 40px;
    cursor: pointer;
}
.marker {
    width: 6px;
    height: 6px;
    border: 1px solid #cea262;
    border-radius: 100px;
    background-color: #cea262;
    display: inline-block;
    margin-right: 5px;
}

/* 页码 */
.page { height: 34px; line-height: 34px; text-align: center; margin: 50px auto;}
.page ul { display: inline-block; }
.page ul li { margin: 0 3px; display: inline-block; background: #eee; }
.page ul li a { padding: 0 16px; color: #666; }
.page ul li:hover, .page ul li.on { background: #cea262; }
.page ul li:hover a, .page ul li.on a { color: #fff; }
.page form { margin-left: 3px; display: inline-block; }
.page form select { height: 34px; width: 60px; border: 5px solid #eee; border-radius: 4px; }
.load{cursor: pointer;display: block; background: #cea262; height: 30px; line-height: 30px; font-size: 14px; border-radius: 30px; color: #fff; text-align: center; }

/*合作企业*/
.collcomp_top_p{
    width: 75%;
    margin: 60px auto 0 auto;
}
.collcomp_block{
    border: 1px solid #eeeeee;
    margin: 0 auto;
}
.collcomp_swiper_div{
    position: relative;
    margin-top: 60px;
}
.collcomp_block_div:hover .collcomp_block{
    box-shadow: 0 0 15px #eeeeee;
}
.collcomp_h3{
    margin: 30px 0;
    cursor: pointer;
}
.collcomp_block_div:hover .collcomp_h3{
    color: #cea262;
}

/*战略合作*/

.colltact_top_p{
    width: 75%;
    margin: 45px auto 0 auto;
    line-height: 30px;
}
.colltact_block{
    border: 1px solid #eeeeee;
    margin: 0 auto;
}
.colltact_swiper_div{
    position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
}
.colltact_block_div:hover .colltact_block{
    box-shadow: 0 0 15px #eeeeee;
}
.colltact_h3{
    margin: 14px 0 24px;
    cursor: pointer;
}
.colltact_block_div:hover .colltact_h3{
    color: #cea262;
}


/*专家团队*/
.coll_team_line{
    text-align: center;
    padding-top: 120px;
    display: flex;
    flex-wrap: wrap;
}
.coll_team_div{
    position: relative;
    margin-right: 1.5%;
    margin-bottom: 100px;
    padding-top: 80px;
    padding-bottom: 105px;
    width: 32%;
    border:1px solid #e4e4e4;
}
.coll_team_div:hover{background-color: #cea262;}
.coll_team_div:hover p:nth-of-type(1){color: white;}
.coll_team_div:hover p:nth-of-type(2){color: #f6f6f6;}
.coll_team_div:hover .coll_team_btn{color: #cea262;background-color: #ffffff;}

.coll_team_div:nth-child(3n){
    margin-right: 0;
}
.coll_team_div:nth-last-child(1){
    margin-bottom: 0;
}
.coll_team_div:nth-last-child(2){
    margin-bottom: 0;
}
.coll_team_div:nth-last-child(3){
    margin-bottom: 0;
}


.coll_team_circle{
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 159px;
    height: 159px;
    border-radius: 50%;
    overflow: hidden;    
}
.coll_team_circle img{border-radius: 50%;}
.coll_team_name{ margin-top: 16px; }
.coll_team_btn{
    position: absolute;
    border: 1px solid #e4e4e4;
    border-radius: 20px;
    width: 30%;
    height: 40px;
    line-height: 40px;
    color: #989898;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
}
.coll_team_div p:nth-of-type(1){font-size: 20px;font-weight: 500;margin-bottom: 25px;}
.coll_team_div p:nth-of-type(2){width: 68%;margin: 0 auto; color: #989898;}

/*资源详情*/
.details_one_div{
    background-color: #f9f9f9;
    width: 100%;
    display: inline-block;
}
.margin-bottom60{
    margin-bottom: 60px;
}
.detail_one_word{
    display: inline-block;
    width: 40%;
    margin-left: 36px;
    padding-right: 18px;
}
.detail_one_word p:nth-of-type(1){
    font-size: 26px;
    color: #cea262;
    margin: 50px 0;
}
.detail_one_word p:nth-of-type(2){
     color: #888;
    line-height: 30px;
}
.resource-details-con{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.details_two_div{
    background-color: #f9f9f9;
    padding-bottom: 30px;
    width: 23%;
    margin-right: 2.5%;
    text-align: center;
}
.details_two_div:last-child{
    margin-right: 0;
}
.detail_sub{color: #b8c2c8;font-size: 14px;margin-bottom: 50px;}
.details_two_div img{margin-top: 35px;margin-bottom: 25px;}
.details_two_div p{width: 65%;margin: 0 auto;}
.detail_contact{background-color: #f9f9f9;float: left;display: inline-block;width: 33.3%;}
.detail_contact img{margin-top:55px;}
.detail_contact p:nth-of-type(1){margin: 20px 0;font-size: 22px;color: #ababab;}
.detail_contact p:nth-of-type(2){width: 45%;margin: 0 auto 70px auto;}
.detail_contact_div{background-color: #f9f9f9;display: inline-block;width: 100%;
    margin-bottom: 40px;
}

.coll-center{
    margin-top: 45px;
}
.coll-center .flex_row_justify{
    justify-content: center;
    -webkit-justify-content: center;
}

/* 筛选 */
.dbs { margin-top: 50px; background: #f9f9f9; }
.dbs div{ box-sizing: border-box; }
.dbs a{ display: inline-block; }
.dbs .scroll { height: 100%; overflow-y: auto; }
.dbs .resource-class-con { padding: 20px 26px; border-bottom: 1px solid #eeeeee; display: flex; display: -webkit-flex; }
.dbs .dbs-checked-con { padding: 20px 26px; line-height: 36px; overflow: hidden; }
.dbs .dbs-title { color: #666; white-space: nowrap; }
.dbs .resource-class a { margin-left: 35px; color: #888888; line-height: 24px; }
.dbs .resource-class a:hover, .dbs .resource-class a.on { color: #d00a10; }
.dbs .dbs-checked a { margin-left: 35px; padding: 0 38px 0 16px; border: 1px solid #d00a10; border-radius: 30px; background: url(../images/icon/x.png) no-repeat right 15px center; color: #d00a10; }
.dbs .result-num { color: #666666; }
.dbs .result-num .num { color: #d00a10; }

.phone-arr { position: absolute; top: 50%; left: -40px; width: 40px; height: 40px; background: #fff; box-shadow: -4px 0 10px #cea262; border-radius: 20px 0 0 20px; display: none; }
.phone-arr .arr { position: absolute; top: 50%; left: 50%; margin-top: -8px; margin-left: -2px; width: 15px; height: 15px; border-left: 2px dotted #cea262; border-bottom: 2px dotted #cea262; transition: all .5s; transform: rotate(45deg); }
/* 筛选 */


.resourcedetail_swiper .swiper-slide{
    width: 37.7%;
}

/* .details_one_div{
    margin-bottom: 55px;
} */

.invest-details{
    padding-top: 50px;
    padding-bottom: 60px;
    background: #f9f9f9;
}

.invest-details .h1{
    margin-top: 0;
}
.invest-details .detail_sub{
    margin-bottom: 40px;
}
.invest-details .details_two_div{
    background: #fff;
    border: 1px solid #eeeeee;
}


.invest-sec2{
    padding-top: 40px;
    padding-bottom: 30px;
}
.invest-sec2-con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.invest-sec2-con li{
    margin-bottom: 20px;
    margin-right: 9.8%;
    width: 17.6%;
    text-align: center;
}
.invest-sec2-con li:last-child{
    margin-right: 0;
}
.invest-sec2-con p{
    margin-top: 14px;
    font-size: 18px;
    color: #444;
}


.invest-sec3{
    padding-top: 50px;
    padding-bottom: 55px;
    background: #f9f9f9;
}
.invest-sec3-con{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.invest-sec3-con .text{
    width: 46%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.invest-sec3-con .text h4{
    width: 100%;
    margin-bottom: 20px;
    font-size: 26px;
    color: #cea262;
}
.invest-sec3-con .text p{
    width: 100%;
    margin-bottom: 20px;
    color: #888888;
    line-height: 32px;
}
.invest-sec3-con .text p:last-child{
    margin-bottom: 0;
}
.invest-sec3-con .img{
    width: 50%;
}


.invest-sec4{
    padding-top: 50px;
}
.invest-sec4-con{
    position: relative;
    padding-top: 245px;
}
.invest-sec4-con .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.invest-sec4-con .text{
    margin: 0 auto;
    padding: 40px 200px;
    width: 76%;
    box-shadow: 0 0 20px #eee;
    background: #fff;
    text-align: center;
}
.invest-sec4-con .text h4{
    margin-bottom: 18px;
    color: #cea262;
    font-size: 26px;
}
.invest-sec4-con .text p{
    margin-bottom: 20px;
    color: #888;
    line-height: 32px;
}
.invest-sec4-con .text p:last-child{
    margin-bottom: 0;
}


.invest-sec5{
    padding-top: 50px;
}

.index-sec1-con { margin-top: 48px; display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; flex-wrap: wrap; -webkit-flex-wrap: wrap; }

.index1-box { width: 48.4%; }
.index1-box .index1-head { height: 52px; line-height: 52px; background: #edf1f4; }
.index1-box .index1-head .flex-box { display: flex; display: -webkit-flex; }
.index1-box .index1-head .text { margin-left: 30px; }
.index1-box .index1-head .text h4 { font-size: 18px; letter-spacing: 1px; color: #595757; font-weight: bold; }
.index1-box .index1-head a.more { width: 98px; height: 42px; line-height: 42px; border: solid 1px rgba(184, 194, 200, 0.5); text-align: center; font-size: 14px; letter-spacing: 1px; color: #7d8183; }
.index1-box .index1-head a.more:hover { background: #fff; }

.index1-ul { padding: 6px 28px; border: 1px solid #e9e9e9; border-top: none; }
.index1-ul li { display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; line-height: 46px; border-bottom: 1px dashed #dcdcdc; }
.index1-ul li:last-child { border-bottom: none; }
.index1-ul li a { font-size: 14px; letter-spacing: 1px; color: #696969; }
.index1-ul li a:hover { color: #cea262; }
.index1-ul li .time { font-size: 12px; letter-spacing: 1px; color: #949494; white-space: nowrap; }
