/*header {
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0 #ccc;
}*/
.jiaruout {
    background-color: #f1f1f1;
    padding: 75px 0;
}

.jixian {
    width: 100%;
    height: 300px;
    background: url(../../img/jjdh/jixianbg.jpg) center no-repeat;
}

.jixian h3 {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    padding-top: 45px;
    padding-left: 50px;
}

.jixian .txt {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-top: 14px;
    padding-left: 50px;
    width: 550px;
}
.jixian .txt:nth-child(1){
    padding-top:40px;
    margin-top: 0;
}

.rencai {
    overflow: hidden;
    /*height: 500px;*/
    background-color: #fff;
    margin-top: 20px;
}

.lefthalf {
    float: left;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.rencaicon {
    padding: 30px 30px 10px;
}

.rencaicon h2 {
    color: #333;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
}

.rencaicon .txt {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin-top: 10px;
    margin-bottom: 28px;
}

.righthalf {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.zpbt {
    padding: 57px 0;
    height: 60px;
    background-color: #fff;
}

.ov {
    overflow: hidden;
}

.zpbt h2 {
    float: left;
    color: #324a6c;
    font-size: 30px;
    line-height: 60px;
}

.zpbt select {
    float: right;
    width: 210px;
    margin-right: 20px;
    border: 1px solid #bfbfbf;
    font-size: 16px;
    color: #666;
    height: 58px;
    padding-left: 20px;
    background-color: #fff;
    cursor: pointer;
}

.zplist {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.zplist li.first, .zplist li.first:hover {
    background-color: #039be3;
    color: #fff;
}

.zplist li {
    color: #333;
    padding: 15px 0;
    background-color: #f1f1f1;
    height: 30px;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.zplist li .cer {
    height: 100%;
}

.zplist li .th:first-child {
    width: 34%;
}

.zplist li .th {
    text-align: center;
    width: 22%;
    float: left;
}

.zplist li .zhiwei {
    display: block;
    padding-left: 80px;
    text-align: left;
}

.zplist {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

.zplist li .td:first-child {
    width: 34%;
}

.zplist li .td {
    text-align: center;
    width: 22%;
    float: left;
}

.zplist li:hover {
    background-color: #68c3ee;
}

.cer {
    position: relative;
}

.righthalf {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 528px;
}

.righthalf img {
    height: 528px;
}




@media (max-width: 768px) {
    .jixian h3 {
        font-size: 32px;
        line-height: 50px;
        padding-top: 30px;
    }

    .jixian .txt {
        font-size: 26px;
        line-height: 40px;
        width: auto;
        padding: 0 50px;
    }
    .jixian .txt:nth-child(1){
        padding-top:0;
    }
    .jixian{
        padding: 18px;
    }

    .rencai {
        margin-top: 50px;
        height: auto;
        padding-bottom: 50px;
    }

    .rencai .lefthalf {
        float: none;
        width: 600px;
        margin: 0 auto;
    }

    .rencaicon {
        padding: 50px 0;
    }

    .rencaicon h2 {
        font-size: 30px;
        line-height: 44px;
    }

    .rencaicon .txt {
        font-size: 26px;
        line-height: 36px;
    }

    .rencai .righthalf {
        float: none;
        width: 600px;
        margin: 0 auto;
        height: 450px;
    }

    .righthalf img.full {
        position: absolute;
        width: 600px;
        left: 50%;
        top: 0;
        z-index: 1;
        margin-left: -300px;
    }

    .zpbt {
        padding: 57px 20px;
    }

    .zpbt h2 {
        font-size: 32px;
    }

    .zpbt select {
        font-size: 24px;
    }

    .zplist {
        font-size: 26px;
        line-height: 40px;
    }

    .zplist li {
        height: auto;
    }

    .zplist li .zhiwei {
        padding-left: 20px;
    }
}