.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.case{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 2%;
}
.p-left {
    float: left;
    width: 22%;
}

.pr-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    background: #4d5158;
    padding: 7%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pr-title h3 {
}

.pr-title p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #5f5f5f;
}

.pbr-title {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}

.pbr-title h3 {
    width: 100%;
    height: auto;
    z-index: 9999999;
    position: absolute;
    left: 0px;
    top: 18px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 1px;
    line-height: 33px;
    color: #0868de;
}

.pr-title h3 {
    text-align: left;
    font-size: 26px;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 10px;
}

.pr-title p {
    text-align: left;
    padding: 2% 0;
    font-size: 14px;
    color: #fff;
}

.pbr-title img {
    position: absolute;
    left: 0px;
}
.p-right {
    float: right;
    width: 76%;
    margin-bottom: 60px;
}
.pr-box{}
.gywm {
    width: 100%;
    height: 57px;
    border: 1px solid #ddd;
    line-height: 57px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: #fff;
    position: relative;
}
.gywm h3 {
    font-size: 24px;
    padding-left: 30px;
    color: #6babd1;
    font-weight: bold;
    float: left;
}
.gywm span {
    display: block;
    float: right;
    margin-right: 30px;
    font-size: 16px;
    color: #ccc;
}
.gywm span a {
    color: #ccc;
}
.gywm span i {
    font-style: normal;
    color: #999;
}
.pr-box ul{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -1%;
    padding: 3% 3%;
    border: 1px solid#ddd;
}
.pr-box li{
    width: 100%;
    height: auto;
    display: inline-block;
    padding-bottom: 3%;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 3%;
}
.pr-box li img{
    width: 27%;
    float: left;
}
.prb-bex{
    float: right;
    width: 70%;
}
.prb-bex h3{
    color: #6babd1;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 26px;
    padding-bottom: 2%;
}
.prb-bex p{font-size: 16px;line-height: 26px;color: #999;}
.gywm-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -1%;
    padding: 3% 3%;
    border: 1px solid#ddd;
}
.details {
    width: 100%;
    height: auto;
    display: block;
}

.details h3 {
    font-size: 28px;
    line-height: 42px;
    color: #0054a7;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.details p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 0px;
    text-align: left;
}
