.home-banner {
    height: 645px;
    margin-top: -85px;
    position: relative;
}

.home-banner .swiper-container {
    width: 100%;
    height: 645px;
    position: absolute;
    top: 0;
    left: 0;
}

.home-banner .pub-bg-cover {
    width: 100%;
    height: 100%;
}

.home-banner .swiper-pagination>.swiper-pagination-bullet-active {
    background-color: #fff;
}


/* 我们的优势 */

.advantages {
    text-align: center;
    margin-top: 65px;
}

.advantages>div {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin-left: 90px;
}

.advantages>div:last-child {
    margin-right: 0;
}

.advantages>div>div:first-child {
    height: 80px;
    line-height: 80px;
}

.advantages>div>div:first-child>img {
    vertical-align: middle;
}

.advantages>div>div:nth-child(2) {
    padding: 10px;
    color: #333333;
    font-size: 20px;
    font-weight: 400;
}

.advantages>div>div:last-child {
    height: 100px;
    line-height: 1.5;
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}


/* 主营业务 */

.business {
    height: 835px;
    margin-top: 80px;
    background-image: url("../../image/home/business.jpg");
}

.business>.app-tips {
    margin-bottom: 18px;
}

.business-con {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.business-con>a >div {
    width: 466px;
    height: 286px;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 18px;
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
   
}

.business-con>a>div {
    box-shadow: 0 0 20px 0 rgba(159, 18, 18, 0.15);
}

.business-con>a>div>div {
    padding-left: 106px;
}

.business-con>a>div>div.rows {
    position: absolute;
    left: 21px;
    right: 21px;
    bottom: 21px;
    padding: 0;
    color: #AA061F;
    font-size: 20px;
    text-align: right;
}

.business-con>a>div>div.rows>span {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    vertical-align: top;
}

.business-con>a>div>div.rows>img {
    width: 26px;
    height: 26px;
    margin-right: 6px;
}

.business-con>a>div>div:first-child {
    position: absolute;
    top: 25px;
    left: 25px;
    padding-left: 0;
}

.business-con>a>div>div:nth-child(2) {
    color: #AA061F;
    font-size: 24px;
    margin-top: 40px;
}

.business-con>a>div>div:nth-child(3) {
   /* width: 230px;
    line-height: 1.5;
    color: #999999;
    font-size: 16px;
    margin-top: 30px;*/
    width: 306px;
    line-height: 1.5;
    color: #999999;
    font-size: 16px;
    margin-top: 15px;
}

.business-con>a>div>div:nth-child(5) {
    display: none;
}

.business-con>a>div:hover>div:nth-child(4) {
    display: none;
}

.business-con>a>div:hover>div:nth-child(5) {
    display: inline-block;
}


/* 新闻资讯 */

.news {
    text-align: center;
    margin-top: 50px;
}

.news-swiper {
    width: 490px;
    height: 486px;
    padding-left: 60px;
    padding-top: 80px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.news-swiper:before {
    content: " ";
    width: 406px;
    height: 486px;
    display: inline-block;
    background-color: #F7F7F7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.news-swiper>.swiper-container {
    height: 306px;
}

.news-pagination {
    font-size: 0;
    margin-top: 12px;
    text-align: left;
}

.news-pagination>div {
    width: 40px;
    height: 40px;
    line-height: 38px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-right: 12px;
    background-color: #AA061F;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    outline: none;
}

.news-pagination>div:active {
    background-color: #88061d;
}

.news-pagination>.swiper-button-disabled {
    background-color: #aaa;
}

.news-pagination>.swiper-button-disabled:active {
    background-color: #aaa;
}

.news>ul {
    width: 550px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 60px;
}

.news>ul>li {
    width: 100%;
    height: 110px;
    margin-bottom: 15px;
    background: #F7F7F7;
}

.news>ul>li:last-child {
    margin-bottom: 0;
}

.news-row a {
    color: #888888;
    /* padding-left: 110px; */
    position: relative;
    cursor: pointer;
    width: 100%;
    display: flex;
    height: 100%;
}

.news-row a>div:first-child {
    width: 110px;
    text-align: center;
    /* position: absolute;
    top: 22px;
    left: 0; */
    margin-top: 22px;
}

.news-row a>div:first-child>div:first-child {
    font-size: 38px;
}

.news-row a>div:first-child>div:last-child {
    font-size: 16px;
    margin-top: 12px;
}

.news-row a>div:nth-child(2) {
    overflow: hidden;
    width: 392px;
}

.news-row a>div:nth-child(2)>div:first-child {
    height: 18px;
    color: #333;
    font-size: 18px;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-row a>div:nth-child(2)>div:last-child {
    height: 50px;
    line-height: 1.8;
    font-size: 14px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-row a:hover {
    color: #AA061F;
    background-color: #FBF3F3;
}

.news-row a:hover>div:nth-child(2)>div:first-child {
    color: #AA061F;
}

.news-row a:hover>div:nth-child(2)>div:last-child {
    color: #333;
}

.news-more {
    text-align: center;
    margin-top: 42px;
}

.news-more>a {
    display: inline-block;
    width: 194px;
    height: 48px;
    line-height:48px;
    color: #ACACAC!important;
    font-size: 16px;
    border: 0 none;
    background-color: #F4F4F4;
}

.news-more>a:active {
    background-color: #ddd;
}


/* 服务区域 */

.serviceArea {
    height: 1030px;
    margin-top: 50px;
    background-image: url("../../image/home/serviceArea.jpg");
}

#aboutChart {
    height: 930px;
    margin-top: -50px;
}
