.banner>img {
    width: 100%;
    height: 100%;
}

.rczp {
    width: 100%;
    height: 60px;
    background: #f6f6f6;
}

.rczp1 {
    width: 1200px;
    height: 60px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.rczp2 {
    /*width: 180px;*/
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.rczp2 img {
    margin-top: -2px;
    margin-right: 5px;
}

.rczp3 {
    width: 320px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666666;
    font-size: 16px;
}

.rczp4 {
    margin: 0 auto;
    margin-top: 57px;
    padding-bottom: 40px;
}

.rczp5 {
    width: 445px;
    height: 104px;
    margin: 0 auto;
}

.rczp6 {
    width: 100%;
    background-color: #f6f9ff;
    margin: 0 auto;
    padding-top: 10px;
}

.rczp7 {
    width: 1200px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #fff;
}

.rczp8 {
    width: 1200px;
    height: 115px;
    background-color: #2369b3;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}

.rczp9 {
    width: 580px;
    margin-left: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.rczp9 span {
    font-size: 14px;
}

.rczp9 h1 {
    color: #fff;
    font-size: 24px;
}

.rczp10 {
    width: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    padding-bottom: 15px;
}

.rczp10 p {
    margin-top: 0 !important;
    font-size: 16px;
}

.jiant {
    position: absolute;
    right: 30px;
    top: 53px;
}

.rczp11 {
    width: 1140px;
    margin: 0 auto;
    font-size: 14px;
}

.rczp11 h2 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 20px;
}

.rczp12 {
    width: 1140px;
    margin: 0 auto;
    margin-top: 25px;
    padding-bottom: 40px;
}

.rczp12 p {
    height: 20px;
    font-size: 14px;
}

.rczp12 h2 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
}

.rczp13 {
    width: 1200px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 100px;
}

.rczp13 li {
    color: #666666;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    background: #ffffff;
    padding-bottom: 10px;
    margin-top: 30px;
    height: 115px;
    cursor: pointer;
}

.rczp13 li:hover {
    background-color: #2369b3;
    color: #fff;
}

.rczp13 li:hover h1 {
    color: #fff;
}

.rczp13 li:hover span {
    color: #fff;
}

.rczp13 li:hover .white {
    color: #fff;
}

.rczp13 li:hover .duo {
    display: none;
}

.rczp13 h1 {
    color: #333333;
}

.rczp13 span {
    color: #666666;
}

.duo {
    position: absolute;
    top: 50px;
    right: 30px;
}

.rczp14 {
    position: relative;
}

.info {
    background: #Fff;
    display: none;
}

.show {
    display: block;
}


/* .rczp13 .active {

    background-color: #2369b3;

}



.rczp13 .active h1 {

    color: #fff;

}



.rczp13 .active span {

    color: #fff;

}



.rczp13 .active p {

    color: #Fff;

} */