/* .container .head1 {
    position: absolute !important;
    top: 0px;
    z-index: 99;
} */


/* 区域一 */
.region1 {
    width: 100%;
    height: 660px;
    background: linear-gradient(135deg, #e3d3e5, #fcfaf5);
    display: flex;
    justify-content: center;
    z-index: 9;
}

.region1 .region1_c {
    width: 1000px;
    position: relative;
}

.region1_c>div {
    position: absolute;
}

.region1_c .item1 {
    top: 180px;
    position: relative;
    left: 45px;
    width: 600px;
}

.region1_c .item2 {
    top: 260px;
    position: relative;
    left: 45px;
    width: 600px;
}

.region1_c .item2>div {
    margin-top: 8px;
}

.region1_c .item1>div {
    margin-top: 8px;
}

.region1_c .item_title {
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
}

.region1_c .item_text {
    font-size: 15px;
    /* font-weight: 600; */
    color: #7c7c7c;
}

.region1_c .item3 {
    width: 300px;
    height: 450px;
    top: 150px;
    right: 50px;
    background-image: url(/img/yuxing.png);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
}

.region1_c .carousel {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.carousel .cl_item_imgs {
    width: 100%;
    position: relative;
    top: 80px;
    height: 260px;
    display: flex;

    /* 设置动画效果 */
    /* animation: move 15s ease 1s infinite; */
    /* background-color: #dbd5d5; */
}

.carousel .cl_item_btms {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 100px;
    display: flex;
    justify-content: center;
}

.carousel .cl_item_btms .active {
    background-color: #dbbaba;
    width: 25px;
}

.carousel .cl_item_btms div {
    background-color: #cccccc;
    width: 18px;
    height: 100%;
    border-radius: 6px;
    margin-left: 1%;
    margin-right: 1px;
}

.cl_item_imgs img {
    /* width: 280px; */
    width: 280px;
    height: 200px;
    margin-top: 45px;
}

.cl_item_imgs>div {
    display: flex;
    justify-content: center;
    width: 300px;
    flex: 1;
    padding: 10px;
}

/* 动画关键帧轮播 */
@keyframes move {
    0% {
        transform: translate(calc(0 * 300px));
    }

    25% {
        transform: translate(calc(-1 * 300px));
    }

    50% {
        transform: translate(calc(-2 * 300px));
    }

    75% {
        transform: translate(calc(-3 * 300px));
    }

    100% {
        transform: translate(calc(-4 * 300px));
    }
}




.region2 {
    width: 100%;
    /* height: 720px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    background-image: url("/img/index/line.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0 0 120px;

}

.region2 .back {
    width: 280px;
    height: 390px;
    position: absolute;
    left: -50px;
    filter: blur(70px);
    top: -10px;
    background-position-x: -30px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/img/index/Intersect.png");
    /* display: none; */
}

.region2 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    flex-direction: column;
    font-size: 15px;
    margin-top: 80px;
}

.region2 .title .val {
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
    /* width: 140px; */
    padding-bottom: 4px;
    border-bottom: 4px solid #e8ddea;
}

.region2 .title .val>span {
    display: inline-block;
    width: 100%;
    margin: 4px 0;
}

.region2 .title .val2 {
    margin-top: 3px;
    color: #8d8989;
    /* text-decoration:underline; */
    font-size: 15px;
    /* font-weight: 500; */
}

.region2 .region2_c {
    display: flex;
    width: 1000px;
    margin-top: 50px;
    justify-content: space-around;
}

.region2 .region2_c>div {
    width: 300px;
    /* height: 250px; */
    border-radius: 6px;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    /*cursor: pointer;*/
}

.region2_c .title {
    font-size: 17px;
    font-weight: 600;
    color: #3d3d3d;
    width: 80%;
    height: 60px;
    margin: 20px 0;
    text-align: center;
}

.region2_c .val {
    display: flex;
    flex-wrap: wrap;
    color: #8d8989;
    width: 80%;
    margin-top: 5px;
    /* text-align: center; */
    font-size: 15px;
    white-space: pre-wrap;
}

.region2_c .item1 {
    background-color: #e2efff;
}

.region2_c .item2 {
    background-color: #fcfce3;
}

.region2_c .item3 {
    background-color: #f4fff3;
}

#region2_c_item1:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);*/
}

#region2_c_item2:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);*/
}

#region2_c_item3:hover {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .08);*/
}

.region3 {
    height: 700px;
    width: 100%;
    background-color: #f3f3f9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.region3 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    flex-direction: column;
    font-size: 15px;
    margin-top: 40px;
}

.region3 .title .val {
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
    /* width: 130px; */
    padding-bottom: 4px;
    border-bottom: 4px solid #e8ddea;
}

.region3 .title .val2 {
    margin-top: 3px;
    color: #8d8989;
    font-size: 15px;
}

.region3 .region3_c {
    position: relative;
    display: flex;
    width: 1000px;
    height: 400px;
    margin-top: 20px;
    z-index: 2;
    justify-content: center;
    overflow: hidden;
}

.region3_c .item {
    width: 235px;
    height: 360px;
    background-color: #fff;
    border-radius: 8px;
    margin: 0 7.5px;
    position: relative;
    cursor: pointer;
}

.region3_c .head {
    height: 60px;
    width: 100%;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg, #f4e7f1, #f6eeef);
}

.region3_c img {
    border-radius: 50px;
    width: 70px;
    height: 70px;
    position: absolute;
    z-index: 6;
    top: 20px;
    left: 20px;
}

@font-face {
    font-family: ysbth;
    src: url(/font/优设标题黑.ttf);
}

.region3_c .name {
    font-family: ysbth;
    position: absolute;
    top: 40px;
    z-index: 10;
    left: 100px;
    font-size: 17px;
}

.region3_c .explain {
    position: absolute;
    top: 96px;
    z-index: 10;
    left: 30px;
    font-size: 14px;
    color: #777373;
}

.region3_c .explain div {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.region3_c .region3_c_content{
    width: 1000px;
    position: relative;
    height: 360px;
    margin-left: 0;
    display: flex;
}
.region3_c .region3_c_group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.region3_c .region3_c_btns {
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.region3_c .region3_c_btns div {
    background-color: #cccccc;
    width: 18px;
    height: 100%;
    border-radius: 6px;
    margin-left: 1%;
    margin-right: 1px;
}

.region3_c .region3_c_btns .active {
    background-color: #dbbaba;
    width: 25px;
}

.region3_c .explain .d {
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 8px;
    margin-top: 2px;
    border-radius: 50px;
    background-color: #d4bdd8;
}

.region3_c .explain2 {
    position: absolute;
    bottom: 88px;
    z-index: 10;
    left: 30px;
    font-size: 14px;
    width: 195px;
    height: 62px;
    margin: 0 0 10px 0;
    color: #777373;
}

.region3_c .btn {
    position: absolute;
    bottom: 30px;
    z-index: 10;
    left: 80px;
    font-size: 14px;
    color: #ffff;
    width: 75px;
    height: 30px;
    border-radius: 5px;
    background-color: #c9c6e4;
    line-height: 28px;
    text-align: center;
    cursor: pointer;
}

.region3_c_item:hover {
    box-shadow: 0 4px 8px 0 rgba(5, 5, 5, 0.08);
}

.region3_c_item .btn:hover {
    background-color: #bba0c0;
}

.region4 {
    /* height: 1199px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 60px;
}

.region4 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 160px;
    flex-direction: column;
    font-size: 15px;
    margin-top: 90px;
}

.region4 .title .val {
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
    /* width: 186px; */
    padding-bottom: 4px;
    border-bottom: 4px solid #e8ddea;
}

.region4 .title .val2 {
    margin-top: 3px;
    color: #8d8989;
    font-size: 15px;
}

.region4 .region4_c {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin-top: 28px;
    /*cursor: pointer;*/
    position: relative;
}

.region4_c .item {
    display: flex;
    flex-direction: column;
    width: 49.5%;
    position: relative;
    margin-top: 28px;
    line-height: 21px;
}

.region4_c .item:nth-child(1),
.region4_c .item:nth-child(2) {
    margin-top: 18px;
}

.region4_c .item:nth-child(2n+1) {
    margin-right: 1%;
}

.region4_c .name {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #5f5d5d;
}

.region4_c .name_q {
    width: 59px;
    height: 59px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-right: 13px;
}

.region4_c .name_c {
    /* width: 67%;
    height: 109px; */
    width: 75%;
    height: 153px;
    padding: 3% 4%;
    border-radius: 8px;
    border-top-left-radius: 0;
}

.region4_c .name_c p>img {
    width: 24px;
    height: 18px;
    margin-right: 13px;
}

.region4_c .name_c p {
    font-size: 16px;
    color: rgba(29, 38, 58, 1);
    font-weight: 400;

}

.region4_c .name_c p.c_title {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 1);
}

.region4_c .val {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 18px;

}

.region4_c .val .name_q {
    width: 48px;
    height: 48px;
    font-size: 22px;
}

.region4_c .val .val_c {
    width: 72%;
    padding: 3% 2%;
    font-size: 14px;
    line-height: 22px;
    color: #8d8989;
    padding-left: 20px;
    border-radius: 8px;
}

.region4_c img {
    width: 18px;
    height: auto;
    position: relative;
    top: 3px;
}

.tsStyle {
    font-weight: bold;
    text-decoration: underline;
}

.region4_c .btn {
    width: 140px;
    height: 40px;
    margin: 0 auto;
    margin-top: 90px;
    background-color: #c9c6e4;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 38px;
}

#region4_c_btn:hover {
    background-color: #bba0c0;
}

.region4_c .btn a {
    color: #fff;
    text-decoration: none;
}

.region4_c .tbg1 {
    background-color: #FBC7D6;
}

.region4_c .cbg1 {
    background-image: linear-gradient(105deg, rgba(245, 233, 244, .99) 60%, rgba(245, 233, 244, .54), rgba(245, 233, 244, 0));
    ;
}

.region4_c .vbg1 {
    background-color: #FCFCE3;
}

.region4_c .tbg2 {
    background-color: #C9C6E4;
}

.region4_c .cbg2 {
    background-image: linear-gradient(135deg, rgba(244, 242, 255, 1) 30%, rgba(226, 239, 255, 1));
}

.region4_c .vbg2 {
    background-color: #EBF2FC;
}




.region5 {
    height: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f6f8fa;
    justify-content: flex-start;
    /* border-top: 1px solid rebeccapurple; */
}

.region5 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    flex-direction: column;
    font-size: 15px;
    margin-top: 60px;
}

.region5 .title .val {
    font-size: 22px;
    font-weight: 600;
    color: #3d3d3d;
    /* width: 105px; */
    padding-bottom: 4px;
    border-bottom: 4px solid #e8ddea;
}

.region5_c {
    display: flex;
    width: 1000px;
    margin-top: 70px;
    justify-content: space-around;
    cursor: pointer;
    flex-direction: row;
    position: relative;

}

.region5_c>div {
    flex: 1;
}

.region5_c .left .message {
    height: calc(100% - 50px);
    padding-right: 16px;
}

.region5_c .left .message>div {
    height: 50px;
    border-bottom: 1px solid #e7e4e4;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #8d8989;
    position: relative;
}

.region5_c .left img {

    width: 30px;
    position: relative;
    top: 2px;
    margin-left: 20px;
}

.region5_c .more {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #8d8989;
    height: 50px;
    font-size: 16px !important;
    text-decoration: underline;
}

.region5_c .right img {
    height: 300px;
    margin-left: 60px;
}

.rnlr_01:hover .rn_01_1{
    display: block;
}