@charset "UTF-8";

.gray_bg{
    background: #f6f6f6;
    padding-bottom: 30px;
}
.top_bg{
    width: 100%;
    background: url('../styImg/banner20221018.jpg') top center no-repeat;
    height: 640px;
    position: relative;
}
.index_nav{
    height: 145px;
    margin-top: -242px;
    margin-bottom: 50px;
    position: relative
}
.index_nav li{
    float: left;
    width: 590px;
    height: 145px;
}
.index_nav li:last-child{
    float: right;
}
.zq_box, .gq_box, .dk_box{
    background: #fff;
    height: 520px;
    box-shadow: 0 3px 3px #ccc;
    margin-bottom:30px;
    border-top: 1px solid #eee;
}
.zq_box_left{
    float: left;
    position: relative;
    height: 500px;
    width: 300px;
    /*
    width: 330px;
    margin-top: 30px;
    margin-left: -30px;*/
    background: url('../images/zq_box_20221217.png') no-repeat;
}
.zq_box_left a{
    display: block;
    width: 210px;
    height: 50px;
    /*background: url('../styImg/zq_btn.png') no-repeat;*/
    bottom: 40px;
    left: 50px;
    position: absolute;
    background-color: #fe6e2e;
    border-radius: 40px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}
.zq_box_left a:hover, .gq_box_left a:hover, .dk_box a:hover{
    bottom: 45px;
}
.zq_box ul{
    float: left;
    width: 900px;
    height: 520px;
}
.zq_box ul li{
    float: left;
    width: 300px;
    height: 210px;
    padding-top: 49px;
    border-bottom: 1px solid #ddd;
}
zq_box ul li:nth-child(3n){
    border-right: 0;
}
.input_message{
    height: 30px;
    padding: 0 30px;
    margin-bottom: 10px;
}
.input_message label{
    float: left;
    display: block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.input_message select{
    float: left;
    width: 149px;
    border:1px solid #ddd;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #333;
}
.match_btn{
    display: block;
    width: 210px;
    height: 44px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 20px auto;
    background: url('../styImg/match_btn.png') no-repeat;
}
.zq_box ul li img{
    display: block;
    width: 96px;
    height: 98px;
    margin: 10px auto;
}
.zq_box ul li h3{
    font-size: 22px;
    color: #333;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}
.zq_box ul li p{
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.zq_box ul li b{
    color: #ff5908
}
.zq_box ul li:hover img{
    margin: 5px auto 15px auto
}
.gq_box_left{
    float: left;
    position: relative;
    width: 330px;
    height: 500px;
    margin-top: 30px;
    margin-left: -30px;
    background: url('../styImg/gq_box_left.png') no-repeat;
}
.gq_box_left a{
    display: block;
    width: 231px;
    height: 70px;
    background: url('../styImg/gq_btn.png') no-repeat;
    bottom: 40px;
    left: 50px;
    position: absolute;
}
.gq_box_right{
    float: right;
    width: 900px;
    height: 520px;;
}
.gq_top{
    height: 50px;
    padding-top: 20px;
    padding-left: 100px;
}
.gq_top ul{
    float: left;
    height: 50px;
}
.gq_top ul li {
    float: left;
    margin-right: 30px;
    height: 30px;
}
.gq_top ul li label{
    float: left;
    display: block;
    width: 80px;
    height: 30px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.gq_top ul li select{
    float: left;
    width: 149px;
    border:1px solid #ddd;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    color: #333;
}
.gq_top .match_btn{
    float: left;
    width: 160px;
    height: 42px;
    background: url('../styImg/match.png') no-repeat;
    margin: 0 0 0 30px;
    line-height: 34px
}
.gq_top .match_btn:hover{
    background: url('../styImg/match_hover.png') no-repeat;
    color: #fff;
    text-decoration: none;
}
.jigou_list{
    height: 380px;
    border-top: 1px solid #ddd;
}
.jigou_list li{
    float: left;
    width: 379px;
    height: 139px;
    padding:50px 30px 0 40px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.jigou_list li:nth-child(2n){
    border-right: 0;
}
.jigou_list li img{
    display: block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin-right: 20px;
    border:1px solid #ddd;
}
.jigou_list h3{
    height: 30px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 5px;
    text-overflow:ellipsis; overflow:hidden; white-space:nowrap
}
.jigou_list li:hover h3{
    color: #ff1d32;
}
.jigou_list li p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.jigou_list li span{
    display: inline-block;
    font-size: 14px;
    color: #ff5908;
    border:1px solid #ddd;
    height: 22px;
    padding: 0 10px;
    border-radius: 3px;
}
.more_jg, .look_more{
    display: block;
    font-size: 14px;
    color: #ff5908;
    line-height: 68px;
    text-align: center
}
.more_jg:hover, .look_more:hover{
    color: #ff1d32;
    text-decoration: none;
}
.service{
    background: #fff url('../styImg/service_title.png') center 50px no-repeat;
    padding-top: 145px;
}
.service_list li{
    float: left;
    width: 380px;
    height: 240px;
    margin-right: 30px;
    position: relative;
    margin-bottom: 30px;
}
.service_list li:nth-child(3n){
    margin-right: 0;
}
.look_detail{
    display: block;
    width: 140px;
    height: 47px;
    background: url('../styImg/detail.png') no-repeat;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 25px;
    left: 115px;
}
.look_detail:hover{
    bottom: 30px;
    color: #fff;
    text-decoration: none;
}
.gu-jg{
    background: #fff url('../styImg/gu_jg.png') center 50px no-repeat;
    padding-top: 160px;
    height: 450px;
    margin-bottom: 70px;
}

.gu_project_list{
    background: #fff;
    padding: 0 0 0 30px;
    border-bottom: 1px solid #ddd;
}
.gu_project_list li{
    float: left;
    width: 360px;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.gu_project_list li img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    min-height: 240px;
}
.gu_project_list li div.top{
    width: 360px;
    height: 240px;
    overflow: hidden;
}
.gu_project_list li:hover img{
    width: 105%;
}
.gu_project_list li h3{
    font-size: 22px;
    color: #333;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.gu_project_list li:hover h3{
    color: #ff1d32;
}
.gu_project_list li p{
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    color: #999;
    margin-bottom: 10px;
}
.gu_project_list li em{
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #fc5656;
    border: 1px solid #fc5656;
    border-radius: 3px;
    margin-bottom: 10px;
}
.gu_project_list li b{
    font-size: 30px;
    color: #fc5656;
    font-weight: 600;
}
.gu_project_list li div.bottom{
    height: 40px;
    width: 320px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 200px;
    padding: 0 20px;
}
.gu_project_list li div span{
    display: block;
    font-size: 14px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border: 1px solid #fc5656;
}
.leixing{
    background: url('../styImg/leixing.png') left center no-repeat;
}
.area{
    background: url('../styImg/map_p.png') left center no-repeat;
}
.dk_box_left{
    float: left;
    position: relative;
    width: 330px;
    height: 500px;
    margin-top: 30px;
    margin-left: -30px;
    background: url('../images/dk_box_20221217.png') no-repeat;
}
.dk_box_left a{
    display: block;
    width: 231px;
    height: 70px;
    background: url('../styImg/dk_btn.png') no-repeat;
    bottom: 40px;
    left: 50px;
    position: absolute;
}

.dk_box_right{
    float: right;
    width: 900px;
}
.d_project_list{
    height: 452px;
}
.d_project_list li{
    float: left;
    width: 409px;
    padding: 35px 10px 25px 30px;
    position: relative;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 165px;
}
.d_project_list li:nth-child(2n){
    border-right: 0;
}
.d_project_list li h3{
    float: left;
    width: 389px;
    height: 40px;
    font-size: 22px;
    color: #333;
    line-height: 40px;
    margin-bottom: 15px;
}
.d_project_list li .no_project{
    padding: 35px 0 0 10px;
}
.d_project_list li img{
    float: left;
    display: block;
}
.d_project_list li .no_project h3{
    width: auto;
    margin: 20px 0 0 20px;
}
.d_project_list li h3 span{
    border:1px solid #ff5908;
    color: #ff5908;
    font-size: 14px;
    padding: 0 10px;
    line-height: 26px;
    border-radius: 3px;
    display: inline-block;
}

.d_edu{
    height: 40px;
    font-size: 14px;
    color: #999;
    line-height: 40px;
    clear: both;
    margin-bottom: 10px;
}
.d_edu b{
    color: #ff5908;
    font-size: 32px;
}
.d_project_list li em{
    float: left;
    width: 200px;;
    display: inline-block;
    height: 30px;
    font-size: 14px;
    color: #999;
    line-height: 30px;
    font-style: normal;
}
.d_project_list li em span{
    color: #333;
}

.popup1, .popup2, .zq_popup{
    width: 400px;
    padding: 10px 30px 0 30px;
    margin-left: -230px;
    margin-top: -320px;
}
.popup2{
    padding: 10px 30px 0 30px;
    margin-top: -228px;
}
.popup1{
    margin-top: -82px;
}
.popup1 .popup_content{
    padding-bottom: 30px;
}
.popup1 .popup_content .no_register{
    display: block;
    display: block;
    width: 144px;
    height: 48px;
    background: url('../styImg/look_more.png') no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin:  0 auto;
}
.popup2 .popup_content ul{
    margin-bottom: 20px;
}
.popup2 .popup_content ul li{
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 30px;
}
.popup2 .popup_content ul li label{
    display: block;
    float: left;
    height: 30px;
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: right;
    width: 120px;
    margin-right: 10px;
}
.popup2 .popup_content ul li label i{
    color: #ff5908;
}
.popup2 .popup_content ul li label span{
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.popup2 .popup_content ul li input[type=text]{
    float: left;
    height: 28px;
    border:1px solid #ddd;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-right: 10px;
    outline: none;
}
.popup2 .popup_content ul li:last-child{
    height: auto;
    overflow: hidden;
}
.popup2 .popup_content ul li .upload label{
    width: 100%;;
    text-align: center;
}
.popup2 .popup_content ul li .upload span{
    text-align: center
}
.submitG_btn{
    display: block;
    width: 144px;
    height: 48px;
    background: url('../styImg/look_more.png') no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin:  20px auto;
}
#back_bussiness_file{
    clear:both;
    text-align:center;
    margin-top:5px;
}
.zq_popup .popup_content{
    text-align: center;
}
.zq_popup .popup_content ul{
    margin-bottom: 20px;
    text-align: left;
}
.zq_popup .popup_content ul li{
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    height: 30px;
}
.zq_popup .popup_content ul li label{
    display: block;
    float: left;
    height: 30px;
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: right;
    width: 120px;
    margin-right: 10px;
}
.zq_popup .popup_content ul li label i{
    color: #ff5908;
}
.zq_popup .popup_content ul li label span{
    display: inline-block;
    font-size: 12px;
    color: #999;
}
.zq_popup .popup_content ul li input[type=text]{
    float: left;
    height: 28px;
    border:1px solid #ddd;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-right: 10px;
    outline: none;
    width: 200px;;
}
.zq_popup .popup_content ul li select{
    float: left;
    height: 28px;
    border:1px solid #ddd;
    border-radius: 15px;
    padding: 0 15px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-right: 10px;
    outline: none;
    width: 230px;
}
.zq_popup .popup_content ul li textarea{
    float: left;
    height: 88px;
    border:1px solid #ddd;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    margin-right: 10px;
    outline: none;
    width: 200px;
    resize: none;
}
.zq_popup .popup_content ul li:last-child{
    height: auto;
    overflow: hidden
}
.submitZ_btn, .zq_cancel{
    display: inline-block;
    width: 144px;
    height: 48px;
    background: url('../styImg/look_more.png') no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin:  20px 10px;;
}