body {
    background-color: white;
}

/*  */

.index_banner {
    height: 700px;
}

.swiper-container {
    height: 100%;
}

.index_banner .swiper-slide img {
    width: 100%;
    min-height: 700px;
    object-fit: cover;
}

.swiper-slide {
    position: relative;
}

.swiper-slide-hover {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    opacity: 0;
    margin-top: -100px;
    transition: 2s;
}

.swiper-slide-active .swiper-slide-hover {
    opacity: 1;
    margin-top: 0px;
}

.hover_p1 {
    font-size: 44px;
    letter-spacing: 6px;
    line-height: 1.6;
}

.hover_p2 {
    font-size: 18px;
    line-height: 2;
    letter-spacing: 10px;
}

.hover_p3 {
    width: 100px;
    height: 2px;
    background-color: #0099ff;
    margin: 10px auto;
}

/* 服务价值 */

.prices {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 65px;
}

.prices_list {
    display: flex;
    flex-wrap: wrap;
}

.prices_item {
    display: flex;
    width: 590px;
    min-height: 180px;
    padding: 30px 30px 20px 30px;
    box-shadow: 0 6px 10px 0px rgba(102, 102, 102, .2)
}

.prices_item:nth-of-type(odd) {
    margin-right: 20px;
}

.prices_img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 30px;
}

.prices_img img {
    width: 100%;
    object-fit: contain;
}

.prices_cont {}

.prices_p1 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}

.prices_p2 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 1px;
}

/* 提供服务 */
.provide_bg {
    width: 100%;
    overflow: hidden;
    background-image: url("../img/hl273.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 430px;
    padding-bottom: 100px;
}

.provide_bg .pub_p2 {
    padding: 0;
}

.provide_bg .pub_p2_l {
    color: white;
    padding-top: 80px;
    padding-bottom: 50px;
}

.provide_list {
    display: flex;
    flex-wrap: wrap;
}

.provide {
    width: 1200px;
    margin: 0 auto;
}

.provide_item {
    width: 290px;
    min-height: 170px;
    background-color: white;
    margin-right: 13px;
    padding: 30px 30px 0;
}

.provide_item:nth-of-type(4n) {
    margin-right: 0;
}

.provide_p1 {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-bottom: 24px;
    font-weight: bold;
}

.provide_p2 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

/* 服务介绍 */
.suggest_bg {
    background-color: #f5f7fd;
    padding-bottom: 100px;
    overflow: hidden;
}

.suggest {
    width: 1200px;
    margin: 0 auto;
}

.suggest_list {
    position: relative;
    height: 450px;
}

.suggest_title {
    display: block;
    width: 200px;
    height: 54px;
    line-height: 54px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    background-color: white;
}

.suggest_item:last-of-type .suggest_title {
    border-bottom: 1px solid #eeeeee;
}

.suggest_item:first-of-type .suggest_title {
    border-top: 1px solid #eeeeee;
}




.suggest_item.on .suggest_title {
    background-color: #004b91;
    color: #fff;
}

.suggest_item.on .suggest_hover {
    display: block;
}

.suggest_hover {
    position: absolute;
    width: 980px;
    min-height: 450px;
    right: 0;
    top: 0;
    background-color: white;
    padding: 40px;
    border: 1px solid #eeeeee;
    display: none;
}

.suggest_p1 {
    font-size: 24px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}

.suggest_p2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.suggest_p2 p {
    max-width: 45%;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}

.suggest_p2 img {
    max-width: 90%;
    object-fit: contain;
}

.suggest_item:last-of-type .suggest_p2 p {
    max-width: 100%;
}

.suggest_item:last-of-type .suggest_p2 img {
    margin: 0 auto;
}

.suggest_p4 {
    width: 530px;
    min-width: 530px;
}

.suggest_p4 p {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.suggest_p4_item {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.suggest_p4_item:last-of-type {
    margin-bottom: 0;
}

.suggest_p4_item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.suggest_p5 {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    font-weight: bold;
}

.suggest_p6 {
    font-size: 14px;
    color: #666666;
    line-height: 1;
}

.suggest_d2 {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}

/*  */

.swiper_cont {
    bottom: 17vw;
}

.swiper_cont p {
    width: 700px;
}

/*  */


/*  */

.app_bg {
    width: 100%;
    overflow: hidden;
    background-image: url("../img/hl360.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.app {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 75px;
}

.app_cont {
    display: flex;
    flex-wrap: wrap;
}

.app .pub_p2 {
    padding-top: 60px;
}

.app_cont_d1 {
    width: 386px;
    margin-right: 20px;
    height: 320px;
    background-color: white;
    margin-bottom: 20px;
    padding: 32px 34px;
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, .1);
}

.app_cont_d2 {
    width: 590px;
    margin-right: 20px;
    height: 260px;
    background-color: white;
    padding: 36px 34px;
    box-shadow: 0 0 10px 1px rgba(102, 102, 102, .1);
}

.app_cont_d2:last-of-type {
    margin-right: 0;
}

.app_cont_d1:nth-of-type(3n) {
    margin-right: 0;
}

.app_cont_p1 {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.app_cont_p1 img {
    margin-right: 13px;
}

.app_cont_p2 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    letter-spacing: 0.5px;
}