.common-box {
    margin-top: 108px;
    margin-bottom: 20px;
    background-color: white;
}

.location {
    padding: 15px;
    font-size: 16px;
    margin: 0px auto;
    border-bottom: 1px dashed #ddd;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13pt;
}

.location .layui-icon {
    margin: 0 6px;
}

.location a {
    margin: 0 6px;
}

.location .text {
    color: #96c0ff;
}
.boxshadow {
    -webkit-box-shadow: 0 5px 20px #efefef;
    -moz-box-shadow: 0 5px 20px #efefef;
    -ms-box-shadow: 0 5px 20px #efefef;
    -o-box-shadow: 0 5px 20px #efefef;
    box-shadow: 0 5px 20px #efefef;
}

.content_wrap_left {
    float: left;
    width: 230px;
    padding: 0px 8px;
    background-color: #f8f8f8;
    height: 600px;
}

.content_wrap_left > p {
    height: 42px;
    background-color: #005389;
    color: white;
    font-size: 18px;
    line-height: 42px;
    padding-left: 30px;
    background-image: url(/IMG/menu3_bg.png);
    background-repeat: no-repeat;
    background-position: 180px 14px;
    margin-top: 6px;
}

.content_wrap_left .active {
    color: #005389;
    border-color: #005389;
    background-color: white;
    background-image: url(/IMG/menu1_bg.png);
}

.content_wrap_left a {
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #333;
    padding-left: 60px;
    border: 1px solid #e7e7e7;
    margin-top: 6px;
    background-image: url(/IMG/menu_bg.png);
    background-repeat: no-repeat;
    background-position: 30px 14px;
}

.content_wrap_right {
    width: 1126px;
    height: auto;
    box-sizing: border-box;
    float: right;
}

/* 1.新闻中心 */
.news {
    width: 100%;
    height: auto;
    padding: 0px 20px;
    box-sizing: border-box;
}

.news li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px dashed #edf0f6;
}

.news li:first-child {
    padding-top: 0;
}

.news li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news li .time {
    width: 120px;
    height: 120px;
    background-color: #f3f7ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news li .time h2 {
    font-size: 48px;
    color: #000000;
}

.news li .time p {
    font-size: 18px;
    color: #666666;
}

.news li .det {
    width: calc(100% - 120px);
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: -16px;
}

.news li .det h4 {
    font-size: 24px;
    color: #000000;
}

.news li .det .desc {
    font-size:20px;
    margin-top: 20px;
    line-height: 32px;
    color: #666666; 
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph; 
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略号 */
    word-break: break-all; /* break-all(允许在单词内换行。) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */
    -webkit-line-clamp: 2; /* 显示的行数 */
    max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几倍 */
}

@media (max-width: 1300px) {
    .news-box {
        padding: 70px 0 120px;
    }

    .news li {
        padding: 20px 0;
    }

    .news li .time {
        width: 90px;
        height: 90px;
    }

    .news li .time h2 {
        font-size: 38px;
    }

    .news li .time p {
        font-size: 16px;
    }

    .news li .det {
        width: calc(100% - 90px);
        padding-left: 20px;
    }

    .news li .det h4 {
        font-size: 20px;
    }

    .news li .det .desc {
        margin-top: 15px;
    }
}

@media (max-width: 1000px) {
    .news-box {
        padding: 40px 0 90px;
    }

    .news li {
        padding: 15px 0;
    }

    .news li .time {
        width: 70px;
        height: 70px;
    }

    .news li .time h2 {
        font-size: 28px;
    }

    .news li .time p {
        font-size: 14px;
    }

    .news li .det {
        width: calc(100% - 70px);
        padding-left: 15px;
    }

    .news li .det h4 {
        font-size: 18px;
    }

    .news li .det .desc {
        margin-top: 10px;
        line-height: 27px;
    }
}

/* 2.详情页||新闻详情||案例详情||科研实力 */
.cular-box {
    padding: 70px 0 120px;
    background-color: white;
    min-height: 700px;
    -webkit-box-shadow: 0 5px 20px #efefef;
    -moz-box-shadow: 0 5px 20px #efefef;
    -ms-box-shadow: 0 5px 20px #efefef;
    -o-box-shadow: 0 5px 20px #efefef;
    box-shadow: 0 5px 20px #efefef;
}

.cular-box2 {
    padding: 40px 0 120px;
}

.cular {
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.cular h2 {
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    color: #000000;
}

.cular .time {
    font-size: 14px;
    text-align: center;
    margin-top: 23px;
    margin-bottom: 40px;
    color: #bfbfbf;
}

.cular .time span {
    margin-right: 30px;
}
.cular .time span:last-child {
    margin-right: 0px;
}
.cular .cons {
    line-height: 32px;
    color: #878787;
    text-align: justify; 
    text-justify: inter-ideograph;
    padding: 0 30px;
    font-size: 16px !important;
}

.cular .cons h3 {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 7px;
}

.cular .cons h4 {
    font-size: 22px;
    color: #2e2e2e;
    margin-bottom: 13px;
}

.cular .cons img {
    display: block;
    height: auto;
    margin: 0 auto;
}

.cular .cons .img1 {
    width: 85%;
}

.cular .cons .img2 {
    width: 100%;
}

.cular .cons .img3 {
    width: 65%;
}

.news li:hover .time {
    background: #0091FF;
}

.news li:hover .time h2 {
    color: #fff;
}

.news li:hover .time p {
    color: #fff;
}

@media (max-width: 1300px) {
    .cular-box {
        padding: 40px 0 120px;
    }

    .cular-box2 {
        padding: 30px 0 120px;
    }

    .cular h2 {
        font-size: 20px;
        line-height: 37px;
    }

    .cular .time {
        margin-bottom: 30px;
    }

    .cular .cons {
        line-height: 32px;
    }

    .cular .cons h3 {
        font-size: 16px;
    }
}

@media (max-width: 1000px) {
    .cular-box {
        padding: 30px 0 90px;
    }

    .cular-box2 {
        padding: 20px 0 90px;
    }

    .cular h2 {
        font-size: 17px;
        line-height: 32px;
    }

    .cular .time {
        font-size: 13px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .cular .cons {
        font-size: 14px;
        line-height: 27px;
    }

    .cular .cons h3,
    .cular .cons h4 {
        font-size: 15px;
    }

    .cular .cons h4 {
        margin-bottom: 7px;
    }
}

/* 3.合作伙伴||保险产品 */
.ship-box {
    padding: 90px 0;
}

.ship {
    width: 100%;
    height: auto;
}

.ship li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px dashed #edf0f6;
    /*display: flex;
  justify-content: space-between;
  align-items: center;*/
}

.home-bottom-cat {
    width: 100%;
    padding: 50px 0;
    background: url(../images/home-botback.png) no-repeat center/100% 100%;
}

.home-bottom-cat

.ship li:first-child {
    padding-top: 0;
}

.home-bottomleft {
    width: 70%;
}

.home-bottomleft .home-bottom-left-title {
    font-size: 24px;
    line-height: 41px;
    color: #fff;
}

.home-bottomleft .home-bottom-left-list {
    overflow: hidden;
    margin-top: 20px;
}

.home-bottomleft .home-bottom-left-list li {
    float: left;
    width: 33.3333333%;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.home-bottom-cat > div {
    display: flex;
    justify-content: space-between;
}

.code-img {
    width: 100px;
}

.code-img img {
    width: 100%;
    display: block;
}

.code-img p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.ship li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ship li .img1 {
    width: 180px;
    height: 180px;
}

.ship li .img2 {
    width: 300px;
}

.ship li .det {
    padding-left: 30px;
    box-sizing: border-box;
}

.ship li .det1 {
    width: calc(100% - 180px);
}

.ship li .det2 {
    width: calc(100% - 300px);
}

.ship li .det h2 {
    font-size: 24px;
    color: #000000;
}

.ship li .det .fold,
.ship li .det p {
    margin-top: 20px;
    line-height: 32px;
    color: #666666;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

.ship li .det .fold i {
    color: #0091ff;
    opacity: 0;
}

.ship li:hover .det .fold i {
    opacity: 1;
}

.ship li .det .tags {
    margin-top: 20px;
}

.ship li .det .tags s {
    display: inline-block;
    padding: 7px 18px;
    color: #0091ff;
    border: 1px solid #0091ff;
    border-radius: 40px;
}

.ship li .det .tags s:not(:last-child) {
    margin-right: 10px;
}

.ship-more {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.ship-more li {
    width: 20%;
    font-size: 20px;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}

.ship-more li img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 20px auto 0;
}

.link em:last-child {
    display: none
}

@media (max-width: 1300px) {
    .ship-box {
        padding: 60px 0;
    }

    .ship li {
        padding: 20px 0;
    }

    .news li .det {
        padding-left: 20px;
    }

    .news li .det h2 {
        font-size: 20px;
    }

    .news li .det .desc,
    .ship li .det .fold,
    .ship li .det p {
        margin-top: 15px;
    }

    .ship li .img1 {
        width: 120px;
        height: 120px;
    }

    .ship li .det1 {
        width: calc(100% - 120px);
    }

    .ship-more {
        margin-top: 20px;
    }

    .ship-more li {
        font-size: 18px;
    }

    .ship-more li img {
        width: 120px;
        height: 120px;
        margin-bottom: 10px;
    }

    .ship li .img2 {
        width: 240px;
    }

    .ship li .det2 {
        width: calc(100% - 240px);
    }

    .ship li .det .tags {
        margin-top: 15px;
    }
}

@media (max-width: 1000px) {
    .ship-box {
        padding: 40px 0 60px;
    }

    .ship li {
        padding: 15px 0;
    }

    .ship1 li a {
        flex-direction: column;
    }

    .ship li .det {
        padding-left: 15px;
    }

    .ship li .det h2 {
        font-size: 16px;
    }

    .ship li .det .desc,
    .ship li .det .fold,
    .ship li .det p {
        margin-top: 10px;
        line-height: 27px;
    }

    .ship li .img1 {
        width: 90px;
        height: 90px;
    }

    .ship li .det1 {
        padding-left: 0;
    }

    .ship li .det1 {
        width: 100%;
        margin-top: 15px;
    }

    .ship li .det1 h2 {
        text-align: center;
    }

    .ship-more li {
        font-size: 14px;
    }

    .ship-more li img {
        width: 90px;
        height: 90px;
        margin-bottom: 5px;
    }

    .ship li .img2 {
        width: 90px;
    }

    .ship li .det2 {
        width: calc(100% - 90px);
    }

    .ship li .det .tags {
        margin-top: 10px;
    }

    .ship li .det .tags s {
        padding: 3px 10px;
        font-size: 12px;
    }

    .ship li .det .tags s:not(:last-child) {
        margin-right: 5px;
    }

    .home-bottomleft {
        width: 50%;
    }

    .home-bottomleft .home-bottom-left-list {
        margin-top: 10px;
    }

    .home-bottomleft .home-bottom-left-list li {
        float: none;
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }

    .home-bottomleft .home-bottom-left-title {
        font-size: 15px;
        line-height: 30px;
    }

    .code-img {
        width: 75px;
    }

    .code-img p {
        font-size: 13px;
        line-height: 25px;
    }

    .home-bottom-cat > div {
        align-items: center;
    }
}

/* 4.安全课堂 */
.safe-box {
    padding: 90px 0 120px;
}

.safe-video {
    padding: 0 200px;
}

.safe {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.safe li {
    display: block;
    width: calc((100% / 3) - 26px);
    height: auto;
    position: relative;
}

.safe li a {
    display: block;
}

.safe li:not(:nth-child(3n)) {
    margin-right: 39px;
}

.safe li:nth-child(n + 4) {
    margin-top: 39px;
}

.safe li .top,
.safe-video .top {
    width: 100%;
    height: auto;
    position: relative;
}

.safe li .img,
.safe-video .img {
    width: 100%;
    height: auto;
}

.safe li .play {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    /* 过渡 */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.safe-video .play {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/*.safe li :hover .play,
.safe li.active .play {
  opacity: 1;*/
/* 过渡 */
/*-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}*/

.safe li .play img,
.safe-video .play img {
    width: 100%;
    height: 100%;
}

.safe li p,
.safe-video p {
    margin-top: 5px;
    font-size: 18px;
    color: #2e2e2e;
    line-height: 32px;
}

.safe li .time,
.safe-video .time {
    margin-top: 20px;
    color: #878787;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1300px) {
    .safe-box {
        padding: 70px 0 120px;
    }

    .safe-video {
        padding: 0 100px;
    }

    .safe li {
        width: calc((100% / 3) - 18px);
    }

    .safe li:not(:nth-child(3n)) {
        margin-right: 27px;
    }

    .safe li:nth-child(n + 4) {
        margin-top: 27px;
    }

    .safe li .play {
        width: 40px;
        height: 40px;
    }

    .safe-video .play {
        width: 90px;
        height: 90px;
    }

    .safe li p,
    .safe-video p {
        font-size: 16px;
        line-height: 27px;
    }
}

@media (max-width: 1000px) {
    .safe-box {
        padding: 40px 0 70px;
    }

    .safe-video {
        padding: 0;
    }

    .safe li {
        width: calc((100% / 3) - 10px);
    }

    .safe li:not(:nth-child(3n)) {
        margin-right: 15px;
    }

    .safe li:nth-child(n + 4) {
        margin-top: 15px;
    }

    .safe li .play {
        width: 30px;
        height: 30px;
    }

    .safe-video .play {
        width: 60px;
        height: 60px;
    }

    .safe li .time,
    .safe-video .time {
        margin-top: 10px;
        font-size: 12px;
    }

    .safe li p,
    .safe-video p {
        font-size: 14px;
        line-height: 23px;
        margin-top: 3px;
    }
}

@media (max-width: 680px) {
    .safe li {
        width: calc((100% / 2) - 5px);
    }

    .safe li:not(:nth-child(3n)) {
        margin-right: 0;
    }

    .safe li:nth-child(n + 4) {
        margin-top: 0;
    }

    .safe li:not(:nth-child(2n)) {
        margin-right: 10px;
    }

    .safe li:nth-child(n + 3) {
        margin-top: 10px;
    }
}

/* 5.产品服务 */
.merch-box {
    padding: 90px 0 120px;
}

.merch li:not(:first-child) {
    margin-top: 90px;
}

.merch li a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.merch li .img,
.merch li .txt {
    width: 50%;
}

.merch li .txt {
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f6fafc;
}

.merch li h2 {
    font-size: 30px;
    color: #2e2e2e;
    margin-bottom: 25px;
}

.merch li .desc {
    line-height: 32px;
    color: #878787;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

.merch li .txt .btns {
    margin: 80px 0 0;
}

@media (max-width: 1300px) {
    .merch-box {
        padding: 70px 0 120px;
    }

    .merch li:not(:first-child) {
        margin-top: 70px;
    }

    .merch li h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .merch li .txt {
        padding: 40px;
    }

    .merch li .txt .btns {
        margin: 40px 0 0;
    }
}

@media (max-width: 1000px) {
    .merch-box {
        padding: 40px 0 90px;
    }

    .merch li:not(:first-child) {
        margin-top: 40px;
    }

    .merch li h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .merch li .txt {
        padding: 20px;
    }

    .merch li .txt .btns {
        margin: 20px 0 0;
    }

    .merch li .desc {
        line-height: 28px;
    }
}

@media (max-width: 680px) {
    .merch li a {
        flex-direction: column;
    }

    .merch li .img,
    .merch li .txt {
        width: 100%;
    }

    .merch li h2 {
        text-align: center;
    }

    .merch li .txt .btns {
        margin: 20px auto 0;
    }
}

/* 6.关于 */
/* 6-1.介绍 */
.intro .desc {
    text-indent: 2em;
    line-height: 32px;
    color: #878787;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

@media (max-width: 1000px) {
    .intro .desc {
        line-height: 27px;
    }
}

/* 6-2.愿景 */
.vision {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.vision li {
    width: calc((100% / 3) - 26px);
    padding: 50px 30px;
    background-color: #f6fafc;
}

.vision li h3 {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

.vision li h3::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #0091ff;
}

.vision li p {
    color: #737373;
    line-height: 37px;
    margin-top: 40px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

@media (max-width: 1300px) {
    .vision {
        margin-top: 60px;
    }

    .vision li {
        width: calc((100% / 3) - 10px);
        padding: 50px 20px;
    }

    .vision li h3 {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .vision li h3::before {
        width: 50px;
    }

    .vision li p {
        margin-top: 20px;
    }
}

@media (max-width: 1000px) {
    .vision {
        margin-top: 30px;
    }

    .vision {
        flex-direction: column;
    }

    .vision li {
        width: 100%;
        padding: 25px 15px;
        text-align: center;
    }

    .vision li:nth-child(n + 2) {
        margin-top: 10px;
    }

    .vision li h3 {
        font-size: 18px;
    }

    .vision li h3::before {
        width: 30px;
        left: 50%;
        transform: translateX(-50%);
    }

    .vision li p {
        font-size: 14px;
        line-height: 27px;
        margin-top: 15px;
        text-align-last: center;
    }
}

/* 6-3.发展历程 */
.course-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.course-swiper .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 30px 0;
}

.course-swiper .swiper-container::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #dde2e5;
}

.course-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    cursor: pointer;
    position: relative;
    padding: 260px 0;
}

.course-swiper .swiper-slide .year {
    display: block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #0091ff;
    font-size: 24px;
    color: #0091ff;
    background-color: #f6fafc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.course-swiper .swiper-slide .cons {
    width: 100%;
    height: auto;
    background-color: #f6fafc;
    position: absolute;
    left: 0;
}

.course-swiper .cons .txt {
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
    position: relative;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(even) .cons {
    top: -30px;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .cons {
    bottom: -30px;
}

.course-swiper .cons .txt::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 16px;
}

.course-swiper
.swiper-wrapper
.swiper-slide:nth-child(even)
.cons
.txt::before {
    bottom: -16px;
    background: url(/img/trig-down.png) no-repeat center/cover;
}

.course-swiper .swiper-wrapper .swiper-slide:nth-child(odd) .cons .txt::before {
    top: -16px;
    background: url(/img/trig-up.png) no-repeat center/cover;
}

.course-swiper .cons .txt span {
    display: inline-block;
    width: 80%;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 15px;
    color: #737373;
    border-bottom: 2px solid #dde2e5;
    position: relative;
}

.course-swiper .cons .txt span::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background-color: #0091ff;
}

.course-swiper .cons .txt .desc {
    margin-top: 20px;
    color: #2e2e2e;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 1000px) {
    .course-swiper .swiper-slide .year {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }

    .course-swiper .cons .txt {
        padding: 15px;
    }

    .course-swiper .cons .txt span {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .course-swiper .cons .txt .desc {
        margin-top: 15px;
        font-size: 12px;
        line-height: 24px;
    }

    .course-swiper .swiper-slide {
        padding: 220px 0;
    }
}

/* 7.首页 */
/* 7-1.保险服务 */
.surance .cons {
    width: 100%;
    height: auto;
    padding: 50px;
    background: url(/img/surance.png) no-repeat center/cover;
}

.surance .det {
    width: 100%;
    height: auto;
    padding: 40px 50px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.surance .det h3 {
    font-size: 24px;
    color: #2e2e2e;
}

.surance .det .desc {
    font-size: 18px;
    color: #878787;
    line-height: 37px;
}

@media (max-width: 1300px) {
    .surance .det {
        padding: 30px;
    }

    .surance .det h3 {
        font-size: 20px;
    }

    .surance .det .desc {
        font-size: 16px;
        line-height: 32px;
    }
}

@media (max-width: 1000px) {
    .surance .cons {
        padding: 27px;
    }

    .surance .det {
        padding: 20px;
        flex-direction: column;
    }

    .surance .det h3 {
        font-size: 18px;
    }

    .surance .det .desc {
        font-size: 14px;
        line-height: 27px;
        margin-top: 15px;
    }

    .surance .det .btns {
        margin-top: 20px;
    }
}

/* 7-3.风险管理 */
.share {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.share li a {
    display: block;
    width: 100%;
    height: auto;
}

.share li {
    width: calc((100% / 4) - 26px);
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.12);
}

.share li:not(:nth-child(4n)) {
    margin-right: 20px;
}
.share li .img {
    width: 100%;
    height: 180px;
}
.share li .det {
    width: 100%;
    height: 100%;
    color: #000000;
    box-sizing: border-box;
    padding: 30px;
}

.share li .det h2 {
    font-size: 20px;
    color: #151515;
    line-height: 36px;
}

.share li .det p {
    margin-top: 10px;
    color: #878787;
    line-height: 29px;
    /* 文字最多显示几行 */
    overflow: hidden;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}
/*.share li:hover {
    margin-top: -16px;
    border-color: #f0f0f0;
    box-shadow: 0 0 9px 1px #e0e0e0;
}
*/
 

@media (max-width: 1400px) {
    .share li {
        width: calc((100% / 4) - 20px);
    }

    .share li:not(:nth-child(4n)) {
        margin-right: 16px;
    }

    .share li .det {
        padding: 20px;
    }

    .share li .det h2 {
        font-size: 18px;
    }

    .share li .det p {
        margin-top: 10px;
    }
}

@media (max-width: 1000px) {
    .share li {
        width: calc(50% - 7px);
    }
    .share li:not(:nth-child(2n)) {
        margin-right: 14px;
    }
    .share li .det {
        padding: 15px;
    }

    .share li .det h2 {
        font-size: 17px;
        text-align: center;
        line-height: 27px;
    }

    .share-inx li .det p {
        margin-top: -5px;
        line-height: 24px;
    }
}

@media (max-width: 680px) {
    .share li {
        width: 100%;
    } 
    .share li:nth-child(n + 2) {
        margin-top: 14px;
    }
}

/* 7-3.成功案例 */
.case-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.case-swiper .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.case-swiper .swiper-slide,
.case-swiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.case-swiper .img {
    display: block;
    width: 100%;
    height: 100%;
}

.case-swiper .det {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.12);
}

.case-swiper .det .cons {
    width: 60%;
    height: 60%;
    float: right;
    box-sizing: border-box;
    padding: 30px 150px 50px 50px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.case-swiper .det h2 {
    font-weight: 24px;
    font-weight: bold;
   color:#0091FF;
}

.case-swiper .det .desc {
    margin-top: 20px;
    line-height: 38px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
    font-size:14pt;
}

.case-swiper .det .btns {
    margin-top: 20px;
    font-size: 12pt;
}

@media (max-width: 1300px) {
    .case-swiper .det .cons {
        width: 60%;
        padding: 40px 100px 40px 40px;
    }
}

@media (max-width: 1000px) {
    .case-swiper {
        height: 320px;
    }

    .case-swiper .det .cons {
        width: 100%;
        padding: 30px;
    }

    .case-swiper .det h2 {
        font-weight: 20px;
    }

    .case-swiper .det .desc {
        margin-top: 15px;
        line-height: 27px;
    }

    .case-swiper .det .btns {
        margin-top: 20px;
    }
}

/* 8.保险详情 */
/* 8-1.热线 */
.hotline {
    border-top: 1px dashed #dde2e5;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    padding-right: 300px;
}

.hotline li {
    display: flex;
}

.hotline li img {
    width: 70px;
    height: 70px;
}

.hotline li span {
    font-size: 18px;
    padding-right: 30px;
    position: relative;
}

.hotline li span::before {
    content: "";
    display: block;
    width: 1px;
    height: 45px;
    background-color: #707070;
    position: absolute;
    right: 0;
    top: 4px;
}

.hotline li p {
    padding-left: 30px;
    line-height: 27px;
    color: #737373;
}

.hotline li .btns {
    margin-top: 10px;
}

@media (max-width: 1300px) {
    .hotline {
        padding-top: 40px;
        padding-right: 100px;
    }

    .hotline li span {
        padding-right: 20px;
    }

    .hotline li p {
        padding-left: 20px;
    }
}

@media (max-width: 1000px) {
    .hotline {
        padding-top: 30px;
        padding-right: 0;
        flex-wrap: wrap;
    }

    .hotline li:last-child {
        width: 100%;
    }

    .hotline li span {
        font-size: 15px;
        padding-right: 10px;
    }

    .hotline li p {
        font-size: 12px;
        line-height: 23px;
        padding-left: 10px;
    }

    .hotline li span::before {
        height: 20px;
    }

    .hotline li img {
        width: 60px;
        height: 60px;
    }

    .hotline li .btns {
        margin: 20px auto 0;
    }
}

/* 8-2.产品特色 */
.fea {
    display: flex;
    flex-wrap: wrap;
}

.fea li {
    width: calc((100% / 4) - 24px);
    padding: 30px;
    background-color: #f4f6f8;
}

.fea li:not(:nth-child(4n)) {
    margin-right: 32px;
}

.fea li:nth-child(n + 5) {
    margin-top: 32px;
}

.fea li i {
    display: block;
    color: #0091ff;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    opacity: 0.15;
}

.fea li h3 {
    font-size: 24px;
    line-height: 24px;
    color: #0f1b5d;
    margin-top: -24px;
}

.fea li p {
    color: #5c5f87;
    margin-top: 20px;
    line-height: 32px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

@media (max-width: 1300px) {
    .fea li {
        width: calc((100% / 4) - 12px);
        padding: 20px;
    }

    .fea li:not(:nth-child(4n)) {
        margin-right: 16px;
    }

    .fea li:nth-child(n + 5) {
        margin-top: 16px;
    }

    .fea li i {
        font-size: 40px;
        line-height: 40px;
    }

    .fea li h3 {
        font-size: 20px;
        line-height: 20px;
        margin-top: -20px;
    }

    .fea li p {
        margin-top: 15px;
    }
}

@media (max-width: 1000px) {
    .fea li:not(:nth-child(4n)) {
        margin-right: 0;
    }

    .fea li:nth-child(n + 5) {
        margin-top: 0;
    }

    .fea li {
        width: 100%;
        padding: 20px;
    }

    .fea li:nth-child(n + 2) {
        margin-top: 10px;
    }

    .fea li h3 {
        font-size: 18px;
        line-height: 18px;
        margin-top: -18px;
    }

    .fea li p {
        margin-top: 10px;
        line-height: 27px;
    }
}

/* 8-3.流程 */
.flow {
    position: relative;
}

.flow::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #efefef;
    position: absolute;
    top: 0;
    left: 68px;
}

.flow li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flow li .time {
    display: block;
    width: 72px;
    color: #878787;
    font-size: 36px;
    line-height: 36px;
    border-right: 4px solid #0091ff;
}

.flow li .txt {
    width: calc(100% - 72px);
    padding: 40px 0 40px 40px;
    line-height: 32px;
    color: #2e2e2e;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
}

@media (max-width: 1300px) {
    .flow li .time {
        font-size: 30px;
        line-height: 30px;
    }

    .flow li .txt {
        padding: 20px 0 20px 20px;
    }
}

@media (max-width: 1000px) {
    .flow li .time {
        width: 50px;
        font-size: 24px;
        line-height: 24px;
        border-right: 2px solid #0058b1;
    }

    .flow li .txt {
        width: calc(100% - 50px);
        padding: 15px 0 15px 15px;
        line-height: 27px;
    }

    .flow::before {
        left: 48px;
    }
}

.content_detail_tabs {
    margin-top: 15px;
    border: 1px solid #ddd;
}
.content_detail_title {
    margin: 0px auto 0px;
    background: #f9f9f9;
    padding: 0 20px;
    font-size: 18px;
    line-height: 40px;
    color: #484848;
    border-bottom: 1px solid #ddd;
}
 