.banneri {
    width: 100%;
    height: 600px;
}

.hri-context {
    padding-top: 85px;
    position: relative;
}

.hri-title {
    width: 250px;
}

.hri-title>p {
    height: 84px;
    line-height: 84px;
    padding-left: 17px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background-color: #3079BC;
}

.hri-image {
    width: 100%;
    height: 110px;
}

.hri-btn {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    width: 252px;
}

.hri-btn>li {
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: none;
    color: #333;
    transition: all 0.5s;
    cursor: pointer;
}

.hri-btn>.hri-btn-click {
    color: #fff;
    font-weight: bold;
    background-color: #3079BC;
}

.hri-btn>li span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    font-size: 22px;
}

.hri-btn>li span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -1.2rem;
    transition: 0.5s;
}

.hri-btn>li:hover span {
    padding-right: 1.5rem;
}

.hri-btn>li:hover span:after {
    opacity: 1;
    right: 0;
}


/* ri */

.hri-right {
    width: 948px;
    padding-left: 48px;
    color: #333;
}

.hri-titles {
    height: 84px;
    border-bottom: 1px solid #dbdbdb;
}

.hri-titles>p {
    padding: 46px 0 14px;
    font-size: 24px;
}

.hri-titles>div {
    padding-top: 52px;
    font-size: 14px;
}

.hri-titles>div>i {
    font-size: 18px;
}

.hri-li-first {
    width: 899px;
    height: 195px;
    margin-top: 33px;
    padding: 22px 30px;
    background-color: rgba(48, 121, 188, .1);
}

.hri-first-ul {
    width: 594px;
    padding-right: 30px;
    font-size: 14px;
}

.hri-first-ul>li:first-child {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: #3079BC;
}

.hri-first-ul>li:last-child>a {
    display: block;
    width: 98px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #3079BC;
    color: #3079BC;
}

.hri-first-ul>li:last-child>a:hover {
    background-color: #3079BC;
    color: #fff;
}

.hri-first-li2 {
    padding-top: 10px;
    color: #3079BC;
}

.hri-first-li3 {
    height: 74px;
    margin-bottom: 6px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
}

.hri-first-img {
    width: 242px;
    height: 150px;
}

.hri-ul {
    margin-bottom: 50px;
}

.hri-ul>li {
    padding: 44px 0;
    height: 195px;
    font-size: 14px;
    border-bottom: 1px solid #dbdbdb;
}

.hri-ul-div {
    float: left;
    width: 79px;
    height: 105px;
    text-align: center;
    background-color: #f6f6f6;
    padding: 18px 0;
    color: #3079BC;
    margin-right: 11px;
}

.hri-ul-div>p:first-child {
    font-size: 51px;
    font-weight: 500;
    padding-bottom: 3px;
}

.hri-ul-content {
    float: left;
    width: 746px;
    color: #333;
    padding: 14px 132px 18px 10px;
}

.hri-ul-content>p:first-child {
    padding-bottom: 14px;
    font-size: 18px;
}

.hri-ul-content>p:last-child {
    line-height: 24px;
}

.hir-left {
    float: left;
    width: 32px;
    height: 32px;
    margin-top: 42px;
    padding: 8px 7px;
    border: 1px solid #555;
    border-radius: 50%;
}

.hri-ul-lis>.hri-ul-div {
    background-color: #3079BC;
    color: #fff;
}

.hri-ul-lis>.hir-left {
    border-color: #3079BC;
}

.publicity {
    height: 100px;
    width: 100%;
    margin-top: 108px
}