/* .fadeInRight_content{
  display: flex;
  gap: 60px;
} */
.menu h4 {
    font-size: 14px;
}

.pz_main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.c_0100_3 {
    min-height: 875px;
}

.tabs_box {
    width: 100%;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 28px;
    text-align: center;
    justify-content: space-around;
    margin-bottom: 60px;
}

.tabs_box li {
    padding: 12px 0;
    background-color: #fff;
    width: 220px;
    border: 1.5px solid #D8D9DD;
    cursor: pointer;
    font-size: 28px;
    transition: all .5s;
}

.tabs_box li:hover {
    color: #fff;
    background: #1281FF;
}

.tabs_box .activated {
    color: #fff;
    background: #1281FF;;
}

.tabs_content {
    overflow: hidden;
}

.tabs_content_item {
    display: flex;
    color: #333333;
    gap: 120px;
    display: none;
    opacity: 0;
    transition: all .5s;
}

.activated_content {
    display: flex;
    opacity: 1;
}

.tabs_content_item li {
    flex: 1;
    background-color: #fff;
    text-align: center;
    padding: 65px 40px 0 40px;
    height: 610px;
}

.yzzx {
    justify-content: space-around;
}

.yzzx li {
    flex: none;
    max-width: 440px;
}

.pzzx {
    flex-wrap: wrap;
    gap: 44px;
}

.pzzx li {
    width: calc(50% - 44px);
    flex: none;
    height: 272px;
    padding: 0;
    padding-left: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    overflow: hidden;
}

.slzy {
    position: relative;
}

.slzy li {
    padding: 0;
    padding-left: 40px;
    display: flex;
    border-radius: 10px;
    justify-content: space-between;
}

.content_item_img {
    width: 72px;
}

.pzzx .content_item_img {
    width: 288px;
    margin-left: 32px;
}

.slzy .content_item_img {
    width: 670px;
    margin-left: 24px;
}

.content_item_title {
    font-size: 24px;
    margin: 30px 0 30px 0;

}

.pzzx .content_item_title {
    margin: 52px;
    font-size: 24px;
    color: #000;
    margin: 30px 0 30px 0;
    text-align: left;
}

.slzy .content_item_title {
    text-align: left;
    font-size: 24px;
    margin-bottom: 10px;
    color: #000;
}

.content_item_text {
    text-align: left;
    font-size: 18px;
    color: #666666;
    margin-bottom: 22px;
}

.pzzx .content_item_text {
    font-weight: 300;
}

.content_item_text .item_text_title {
    font-weight: 500;
    white-space: nowrap;
}

.content_item_text span {
    font-weight: 400;
}


.IndexService_content {
    max-width: 1500px;
    margin: 0 auto;
}

.IndexService_content_body {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.IndexService_content_title {
    font-size: 30px;
    color: #333333;
}

/*.right_list_img {*/
/*    width: 25%;*/
/*    overflow: hidden;*/
/*}*/

/*.right_list_img a {*/
/*    display: inline-block;*/
/*}*/

/*.right_list_img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}*/
/*.right_list_img img {*/
/*    width: 100%;*/
    /*aspect-ratio: 16 / 10; */
    /*object-fit: cover;      */
    /*object-position: center; */
/*}*/

.right_list_img {
    width: 25%;
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中 */
    overflow: hidden;
}

.right_list_img a {
    display: block;  /* 链接包裹块级化 */
    width: 100%;
}

.right_list_img img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: center;
    display: block; /* 避免 img 默认的空隙 */
}

.right_list_content {
    width: 72%;
}

.list_content_title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    line-height: 40px;
}

.list_content_title dd {
    width: 70%;
}

.list_content_title dd a {
    font-size: 20px;
    color: #03081A;
    width: 100%;
    transition: all 0.5s ease 0s;
    display: inline-block;
    -webkit-transform: all 0.5s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_content_title dt {
    font-size: 16px;
    color: #999999;
}

.right_list_content p {
    font-size: 18px !important;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    height: 92px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.submit {
    position: absolute;
    left: 40px;
    bottom: 0px;
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    padding: 11px 38px;
    background-color: #FF7D20;
}

.module_text {
    font-size: 22px;
    line-height: 38px;
    margin: 80px;
    margin-top: 0px;
    text-align: center;
}

.about_module {
    padding-top: 100px;
    background: linear-gradient(180deg, #ECEDFA 0%, #FFFFFF 100%);
}

.home_module_list {
    display: flex;
    gap: 20px;
    align-items: center;
}

.module_padding_20 {
    padding-left: 20px;
    padding-right: 20px;
}

.text_describe_box {
    display: flex;
    align-items: baseline;
}

.text_describe_box .drop {
    width: 6px;
    height: 6px;
    margin-top: -6px;
}

.home_module_list li {
    flex: 1;
    position: relative;
}

.home_module_list li img {
    height: 420px;
    width: 100%;
}

.module_item_text {
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #00000040; */
    font-size: 18px;
    text-shadow: 1px 1px 2px #00000060;

}

.item_text_title {
    font-size: 20px;
    /* margin: 8px 0; */
    padding: 5px 0;
    line-height: 1.2;
}

.item_text_describe {
    text-indent: 2em;
    margin-top: 20px;
    line-height: 36px;
}

.item_text_describe2 {
    text-indent: 0;
    line-height: 36px;
}

.drop {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: super;
    margin-right: 12px;
}

/* .home_module_jjfa li img {
  height: 220px;
} */
.home_module_jjfa {
    flex-wrap: wrap;
    gap: 20px;
}

.home_module_jjfa li {
    flex: auto;
    /* width: calc(33% - 10px); */
}

.item_text_border {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px;

    cursor: pointer;

}

.module_item_btn {
    cursor: pointer;
    display: inline-block;
    background-image: url('../images/icon/icon_qw.png');
    background-repeat: no-repeat;
    background-size: 30% 80%;
    background-position: center;
    width: 80px;
    height: 30px;
    border: 2px solid #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    transition: all .5s;
    z-index: 2;
}

.div1:before,
.div1:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    box-sizing: border-box;
    position: absolute;
}

.div1:before {
    top: 0;
    left: 0;
    transition: border-color 0s ease-in 0.8s, width 0.2s ease-in 0.6s, height 0.2s ease-in 0.4s;
}

.div1:after {
    right: 0;
    bottom: 0;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.2s, height 0.2s ease-in;
}

.div1:hover .module_item_btn {
    opacity: 1;
}

.div1:hover:before {
    width: 100%;
    height: 100%;
    transition: width 0.2s ease-in, height 0.2s ease-in 0.2s;
    border-top-color: #ff5b00;
    border-right-color: #ff5b00;
}

.div1:hover:after {
    width: 100%;
    height: 100%;
    transition: border-color 0s ease-in 0.4s, width 0.2s ease-in 0.4s, height 0.3s ease-in 0.6s;
    border-bottom-color: #ff5b00;
    border-left-color: #ff5b00;
}

.item_img_box {
    width: 100%;
    height: 480px;
    position: relative;
    /* background-image: url(../images/img_AIzx.png); */
    /* background-repeat: no-repeat; */
    /* background-size: 100% 100%; */
}

.item_img_box:after {
    content: ' ';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    backdrop-filter: blur(20px);
    background-color: rgba(12, 12, 12, .2);
    opacity: 0.9;

}

@media screen and (max-width: 768px) {
    .pz_main {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .list_content_title dd a {
        font-size: 15px;
    }

    .right_list_content p {
        font-size: 15px !important;
    }
    .right_list_img img {
        height: 161px !important;
    }
}
