.swiper-button-right,
.swiper-button-left {
    background: linear-gradient(0deg, #ffffff, #edeff3 95%);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.20), 1px 2px 0.3px 0px #ffffff inset, 0px 1px 3px 0px rgba(254, 254, 254, 0.50) inset, 0px -2px 0px 0px #ffffff inset;
    border-radius: 50%;
    background-size: 10px 16px;
    background-position: center;
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
}

.swiper-button-right {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right_hide.png);
}

.swiper-button-left {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left_hide.png);
}

.swiper-button-right:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/right.png);
}

.swiper-button-left:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/index/left.png);
}

.yD_wapper {
    display: none;
}

.banner_container {
    height: auto;
}

#banner,
#yd_banner {
    /* height: 460px; fyf 首页banner大小比例调整 2024-03-07 */
    /*height:calc(100vw * 23 / 96);*/
    /*banner 大小比例还原 ，修改图片 24-03-08*/
    height: 460px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 20px;
}

#banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background: #d7dbdf;
    opacity: 1;

}

#banner .swiper-pagination-bullet-active {
    background: #d1161b;
}

#banner .banner_mySwiper .swiper-slide a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    height: 100%;
}

.banner_main {
    height: 460px;
}

.banner_main_left p {
    font-size: 16px;
    padding-top: 24px;
}

.banner_main span {
    display: flex;
    margin-top: 240px;
    /* margin-left: 230px; */
}

#ywcp {
    /* padding-bottom: 40px; */
    margin-top: 64px;

}

#ywcp .content_box {
    display: flex;
    width: 1284px;
    margin: 0 auto;
    align-items: flex-start;
    flex-wrap: wrap;

}

#ywcp .content_box .box_left {
    flex: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#ywcp .content_box .box_right {
    flex: 1;
    height: 634px;
    cursor: pointer;
    margin-right: 20px;
}
.box_right p{
    margin-top: 40px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
}
.box_right .item p:first-child{
    margin-top: 40px;
}
.box_right .item p:nth-of-type(2){
    margin-top: 80px;
}
.box_right p::before{
    content: '';
    background-color: #c7000b;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
#ywcp .box_left .item {
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    flex: 1;
    min-width: 400px;
    height: 307px;
    box-sizing: border-box;
    padding: 26px 20px;
    background: #FFFFFF;
    border: 1px solid #DDE0E5;
}

#ywcp .box_left .item h5 {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #1A253B;
    letter-spacing: 0;
    line-height: 42px;
}

#ywcp .box_left .item h5 img {
    width: 38px;
    height: 38px;
    margin-right: 12px;
}

#ywcp .box_left .item .content {
    margin-top: 16px;
    width: 100%;
    height: 155px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    
}

#ywcp .box_left .item .foot,
#ywcp .box_right .item .foot {
    width: 94px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #BCC1CC;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BCC1CC;
    letter-spacing: 0;
    text-align: center;
}
#ywcp .box_right .item .foot{
    margin-top: 10px;
}

#ywcp .box_right .item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
    border: 1px solid #DDE0E5;
    background: #f5f8fe;
    /* padding: 26px 20px; */
    /* background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/right.png) !important;    background-size: 100% 100%; */
}
/* ????? */
.box_right .item .item_head h3{
    margin-top: 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-clamp: 1;
}
.box_right .item .item_head p{
    margin-top: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-clamp: 2;
}
.item_body a{
    margin-top: 20px;
    width: 373px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    background: linear-gradient(180deg, #f3f5f8 6%, #ffffff);
    box-shadow: 0px 4px 19px 0px rgba(191, 199, 210, 0.30), 2px 2px 0px 0px #ffffff inset;
    cursor: pointer;
}
.item_body a:not(:first-child){
    margin-top: 10px;
}
/* .item_body a:hover{
cursor: pointer;
} */
.item_body a img{
    width: 104px;
    height: 64px;
    float: left;

}
.item_body a h3{
    width: 248px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #00102b;
    line-height: 25px;
    float: left;
    margin-left: 18px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/* end  */

#ywcp .box_right .item h5 {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #1A253B;
    letter-spacing: 0;
    line-height: 42px;
}

#ywcp .box_right .item h5 img {
    width: 38px;
    height: 38px;
    margin-right: 12px;
}

#ywcp .box_right .item .content {
    margin-top: 16px;
    width: 100%;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    display: -webkit-box;  
    -webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */  
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */  
    overflow: hidden; /* 隐藏超出的内容 */  
    text-overflow: ellipsis; /* 用省略号“...”隐藏超出范围的文本 */  
    white-space: normal; /* 处理空白符和换行符 */  
    word-break: break-all; /* 允许在单词内换行 */  
}

#ywcp .box_left .item:first-child{
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/top1.png) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(2){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/top2.png) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(3){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/bottom1.png) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(4){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/bottom2.png) !important;
    background-size: 100% 100%;
}
/* 
#ywcp .box_left .item:first-child{
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/test-4-1.jpg) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(2){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/test-4-2.jpg) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(3){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/test-4-3.jpg) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(4){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/test-4-4.jpg) !important;
    background-size: 100% 100%;
} */

/* #ywcp .box_left .item:nth-child(1){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/%E6%9C%AA%E6%A0%87%E9%A2%98-1_01.gif) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(2){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/%E6%9C%AA%E6%A0%87%E9%A2%98-1_02.gif) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(3){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/%E6%9C%AA%E6%A0%87%E9%A2%98-1_03.gif) !important;
    background-size: 100% 100%;
}
#ywcp .box_left .item:nth-child(4){
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/test/%E6%9C%AA%E6%A0%87%E9%A2%98-1_04.gif) !important;
    background-size: 100% 100%;
} */

/* #ywcp .box_left .item:hover {
    background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0423-sy/hight_bg.png) !important;
    background-size: 100% 100%;
} */

#ywcp .box_left .item:hover h5,
#ywcp .box_right .item:hover h5 {
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #001F99;
    letter-spacing: 0;
    line-height: 42px;
}

#ywcp .box_left .item:hover .foot,
#ywcp .box_right .item:hover .foot {
    background: #FFFFFF;
    border: 1px solid #001F99;
    color: #001F99;
}

/* 更多行业
 */
#gdhy {
    background: url(https://files.yuanian.com/yuanian/page_image/index/gdhy.png);
}

#gdhy .swiper-wrapper {
    width: 100%;


}

#gdhy .swiper {
    margin: 0 auto;
    width: 1000px;
    padding-left: 50px;
    padding-right: 50px;
    border-bottom: 1px solid rgba(1, 55, 147, 0.10);
    margin-bottom: 43px;
    position: relative;
}


#gdhy .swiper .swiper-slide {
    width: 129px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    /* text-align: justify; */
    color: #323232;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 18px;
    /* margin-right: 43px; */
}

#gdhy .swiper .change {
    border-bottom: 3px solid #01349d;
    color: #01349d;
}


#gdhy .swiper .swiper-button-right {
    right: 0px;
    top: -12px;
}

#gdhy .swiper .swiper-button-left {

    left: 0px;
    top: -12px;
}

.gdhy_ment_M {
    height: 342px;
    display: none;
}

.gdhy_ment_M:nth-child(1) {
    display: block;
}

.gdhy_ment_M dt {
    width: 50%;
    height: 100%;
    float: left;
    /*background-color: darkgoldenrod;*/
}

.gdhy_ment_M dt img {
    width: 100%;
    height: 100%;
}

.gdhy_ment_M dd {
    width: 50%;
    height: 100%;
    float: left;
    background: url(https://files.yuanian.com/yuanian/page_image/index/gdhy_bj.png);
    background-size: cover;
}

.gdhy_ment_M dd h3,
.gdhy_ment_M dd p,
.gdhy_ment_M dd a {
    margin-left: 64px;
}

.gdhy_ment_M dd h3 {
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    margin-top: 83px;
    margin-bottom: 26px;
}

.gdhy_ment_M dd p {
    width: 470px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 30px;
}

.gdhy_ment_M dd a {
    width: 138px;
    height: 40px;
    background: #f8f9fb;
    border: 1px solid #ffffff;
    box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #2a2c44;
    line-height: 40px;
    display: inline-block;
}

.gdhy_ment_M dd a:hover {
    color: #01349d;
}

/* 市场活动
 */
#schd {
    margin-top: 69px;
    margin-bottom: 60px;
    background: url(https://files.yuanian.com/yuanian/page_image/index/gdhy.png);
}

#schd .swiper-wrapper {
    width: 100%;


}

#schd .swiper {
    margin: 0 auto;
    width: 1284px;
    padding-left: 300px;
    padding-right: 300px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(1, 55, 147, 0.10);
    margin-bottom: 30px;
    position: relative;
}


#schd .swiper .swiper-slide {
    cursor: pointer;
    width: 112px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 28px;
    color: #323232;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 18px;
    /* margin-right: 43px; */
}

#schd .swiper .change {
    border-bottom: 4px solid #001F99;
    color: #001F99;
}


#schd .swiper .swiper-button-right {
    right: 0px;
    top: -12px;
}

#schd .swiper .swiper-button-left {

    left: 0px;
    top: -12px;
}

#schd .schd_ment_M {
    width: 1300px;
    margin: 0 auto;
    height: 388px;
    display: none;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#schd .schd_ment_M:nth-child(1) {
    display: flex;
}

#schd .schd_ment_M .box_item {
    width: 415px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(245, 247, 249, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(55, 99, 170, 0.10), -8px -8px 20px 0 #FFFFFF;
}

#schd .schd_ment_M .box_item .box_item {
    width: 100%;
    height: 260px;
}

#schd .schd_ment_M .box_item .box_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 16px 0;
}

#schd .schd_ment_M .box_item .box_content p {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
    line-height: 30px;
}

#schd .schd_ment_M .box_item .box_footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

#schd .schd_ment_M .box_item .box_footer2 {
    margin-top: 14px;
}

#schd .schd_ment_M .box_item .box_btn {
    width: 66px;
    height: 32px;
    background: #EFEFEF;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #8894A8;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    color: #2a2c44;
    line-height: 40px;
    display: inline-block;
}

.gdhy_ment_M dd a:hover {
    color: #01349d;
}

/* 市场活动
 */
#schd {
    margin-top: 69px;
    margin-bottom: 60px;
    background: url(https://files.yuanian.com/yuanian/page_image/index/gdhy.png);
}

#schd .swiper-wrapper {
    width: 100%;


}

#schd .swiper {
    margin: 0 auto;
    width: 1284px;
    padding-left: 300px;
    padding-right: 300px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(1, 55, 147, 0.10);
    margin-bottom: 60px;
    position: relative;
}


#schd .swiper .swiper-slide {
    width: 112px;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 28px;
    color: #323232;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 18px;
    /* margin-right: 43px; */
}

#schd .swiper .change {
    border-bottom: 4px solid #001F99;
    color: #001F99;
}


#schd .swiper .swiper-button-right {
    right: 0px;
    top: -12px;
}

#schd .swiper .swiper-button-left {

    left: 0px;
    top: -12px;
}

#schd .schd_ment_M {
    width: 1300px;
    margin: 0 auto;
    height: 388px;
    display: none;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
}

#schd .schd_ment_M:nth-child(1) {
    display: flex;
}
#schd .schd_ment_M a{
    margin-right: 10px;
    width: 100%;
    height: 100%;
}
#schd .schd_ment_M a:last-child{
    margin-right: 0;
}
#schd .schd_ment_M .box_item {
    position: relative;
    width: 415px;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(245, 247, 249, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 rgba(55, 99, 170, 0.10), -8px -8px 20px 0 #FFFFFF;
}

#schd .schd_ment_M .box_item .box_item {
    width: 100%;
    height: 260px;
}
#schd .schd_ment_M .box_item .box_img img {
    width: 415px;
    height: 230px;
}


#schd .schd_ment_M .box_item .box_content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 16px 0;
}

#schd .schd_ment_M .box_item .box_content p {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
    line-height: 30px;
}

#schd .schd_ment_M .box_item .box_footer {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

#schd .schd_ment_M:not(:nth-child(1)) .box_item .box_footer {
    position: absolute;
    bottom: 10px;
    width: 100%;
    height: 40px;
}

#schd .schd_ment_M .box_item .box_footer2 {
    margin-top: 14px;
}

#schd .schd_ment_M .box_item .box_btn {
    width: 66px;
    height: 32px;
    background: #EFEFEF;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #8894A8;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    float: right;
    margin-top: -30px;
    line-height: 32px;
    margin-right: 20px;
}

#schd .schd_ment_M .box_item .hight_btn {
    background: #001F99;
    color: #FFFFFF;
}

#schd .schd_ment_M .box_item .box_footer img {
    width: 14px;
    /* height: 14px; */
    display: inline-block;
    line-height: 16px;
    margin-right: 10px;
}

#schd .schd_ment_M .box_item .box_footer span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    line-height: 16px;
}

/* 客户案例故事 */
#khalgs {
    background: url(https://files.yuanian.com/yuanian/page_image/index/khalgs_bj.jpg);
    background-size: cover;
    padding-bottom: 40px;
}

#khalgs h2 {
    padding-bottom: 13px;
}

#khalgs .title {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    margin: 10px 0 30px;
}

#khalgs .mySwiper a {
    /* width: 298px; */
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background: linear-gradient(180deg, #f3f5f8 6%, #ffffff);
    box-shadow: 0px 4px 19px 0px rgba(191, 199, 210, 0.30), 2px 2px 0px 0px #ffffff inset;
}

/*#khalgs .mySwiper a:hover {*/
/*    background: linear-gradient(180deg, #f3f5f8 6%, #ffffff);*/
/*    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.30), 2px 2px 0px 0px #ffffff inset;*/
/*}*/

#khalgs a:hover span {
    display: inline-block;
}

#khalgs a img {
    width: 100%;
    height: 260px;

}

#khalgs a h3 {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #1A253B;
    letter-spacing: 0;
    text-align: center;
    margin: 20px 0 10px;
}

#khalgs a p {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    padding: 0 20px;
    margin-bottom: 0;
}

#khalgs a span {
    width: 53px;
    height: 53px;
    opacity: 0.79;
    position: absolute;
    right: 40px;
    top: 117px;
    background: #01349d;
    border-radius: 50%;

    font-size: 16px;

    font-weight: 500;
    text-align: justify;
    color: #ffffff;
    line-height: 53px;
    display: none;
    text-align: center;
}


#khalgs .swiper-slide {
    width: 28%;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
}

/* #khalgs .swiper-slide:nth-child(4) {
    width: 16%;
} */
#khalgs {
    position: relative;
}

#khalgs .swiper-footer {
    width: 415px;
    margin: 0 auto;
    margin-top: 40px;
    height: 46px;
    display: flex;
    justify-content: space-between;
}

#khalgs .swiper-footer .item {
    cursor: pointer;
    width: 144px;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid #001F99;
    line-height: 46px;
    text-align: center;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, 0.10);
    border-radius: 23px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
}
#khalgs .swiper-footer .item a {
    color: #001F99;
}

#khalgs .swiper {
    width: 1284px;
    margin: 0 auto;
    overflow: hidden;
    /* float: right; */
}

#khalgs .swiper-button-right {
    position: static;
}

#khalgs .swiper-button-left {
    position: static;
}

#khalgs .swiper-wrapper {
    width: 80%;
    height: 380px;
    float: left;
}

/* 元年研究 */
#ynyj {
    width: 100%;
    /*padding-bottom: 60px;*/
}

.ace-col {
    flex: 1;
    flex-wrap: wrap;
}

#ynyj .ynyj_main_C {
    border-bottom: 1px solid #efefef;
}

#ynyj .ynyj_main {
    width: 49.9%;
    height: 170px;
    float: left;
    padding-top: 40px;
}

#ynyj .ynyj_main_C_change {
    background: url(https://files.yuanian.com/yuanian/page_image/index/ynyj.png);
    background-size: cover;
}

#ynyj .ynyj_main .card-wrap {
    width: 550px;

}


/*#ynyj .ynyj_main:hover a {*/
/*    !*background: #01349d;*!*/
/*    text-align: center;*/
/*    line-height: 40px;*/
/*    display: inline-block;*/
/*    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27);*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    color: #ffffff;*/
/*    text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27);*/
/*}*/

#ynyj .ynyj_main:nth-child(1),
#ynyj .ynyj_main:nth-child(3) {
    position: relative;
    min-width: 550px;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
    overflow: hidden;
}

#ynyj .ynyj_main:nth-child(2),
#ynyj .ynyj_main:nth-child(4) {
    position: relative;
    min-width: 550px;
    border-top: 1px solid #efefef;
    overflow: hidden;
}

#ynyj .ynyj_main:nth-child(2) .card-wrap,
#ynyj .ynyj_main:nth-child(4) .card-wrap {
    padding-left: 40px;
}

#ynyj .card-wrap h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: justify;
    color: #323232;
    line-height: 25px;
}

#ynyj .card-wrap p {
    width: 466px;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #666;
    line-height: 25px;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


#ynyj .card-wrap a,
#ynyj .yj_ckgd {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    color: #d0171b;
    display: inline-block;
    text-align: left;

}

#ynyj .card-wrap a,
#ynyj .yj_ckgd,
.xwdt_main_one .bottom_A {
    width: 72px;
    background: url(https://files.yuanian.com/yuanian/page_image/index/red_right.png);
    background-repeat: no-repeat;
    background-size: 8px 9px;
    background-position: 64px;
}

#ynyj .yj_ckgd {
    text-align: left;
    display: block;
    width: 72px;
    margin: 0 auto;
    height: auto;
    line-height: 14px;
    margin-bottom: 30px;
}

#ynyj h2 {
    padding-bottom: 15px;
}

#xwdt {
    /*background-image: url(https://files.yuanian.com/yuanian/page_image/index/xwdt_bj.png);/*/
    background-size: cover;
    padding-bottom: 60px;
    background: linear-gradient(180deg, #fafbfc, #f8f9fa 3%, #f4f5f7 50%);
}

#xwdt .xwdt_main_one,
#xwdt .xwdt_main_two {
    width: 333px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    background: linear-gradient(180deg, #f3f5f8 6%, #ffffff);
    box-shadow: 0px 4px 19px 0px rgba(191, 199, 210, 0.30), 2px 2px 0px 0px #ffffff inset;
}

#xwdt .xwdt_main_one:hover h3,
#xwdt .xwdt_main_two:hover p {
    color: #01349d;
}

.xwdt_main_one {
    height: 360px;
    margin-right: 20px;
    float: left;
}

.xwdt_main_one .top_A {
    display: block;

}

.xwdt_main_one .bottom_A {
    width: 72px;
    font-size: 14px;
    font-weight: 400;
    color: #d0171b;
    line-height: 20px;
    display: block;
    margin-left: 10px;
    text-align: left;
}

.xwdt_main_one img {
    width: 333px;
    /* height: 204px; */
    height: 188px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.xwdt_main_one h3 {
    width: 295px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    height: 19px;
    text-indent: 10px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.xwdt_main_one p {
    width: 314px;
    height: 50px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    color: #666;
    line-height: 25px;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.xwdt_main_left {
    float: left;
}

.xwdt_main_right {
    float: right;
    width: 353px;
}

.xwdt_main_right a:nth-child(1) {
    display: none !important;
}

.xwdt_main_two {
    height: 65px;
    margin-bottom: 11px;
    background: linear-gradient(180deg, #f3f5f8 6%, #ffffff);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10), 2px 2px 0px 0px #ffffff inset;
    /* float: left; */
}

.xwdt_main_two:nth-last-child(1) {
    margin-bottom: 0px;
}

.xwdt_main_two img {
    width: 104px;
    height: 64px;
    float: left;
}

.xwdt_main_two h3 {
    width: 202px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #00102b;
    line-height: 25px;
    float: left;
    margin-left: 18px;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ckgd {
    width: 138px;
    height: 40px;
    margin-top: 20px;
    display: inline-block;
    background: #01349d;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    text-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.27);
}

/* 权威认可 */
.authority {
    background: url(https://files.yuanian.com/yuanian/page_image/index/qwrz-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.authority_main {
    width: 1100px;
    height: 217px;
    background: linear-gradient(179deg, rgba(243, 245, 248, 0.86) 31%, rgba(255, 255, 255, 0.65) 100%);
    border: 2px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
    backdrop-filter: blur(4px);
    margin: 0 auto;
    margin-top: -38px;
}

.authority_main ul {
    padding: 29px 52px 0px;
    display: flex;
    justify-content: space-between;
}

.authority_main ul li {
    width: 172px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.authority_main ul li img {
    width: 78px;
    height: 78px;
}

.authority_main ul li p {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #666666;
    line-height: 20px;
    padding-top: 9px;
    font-family: PingFang SC, PingFang SC-Regular;
}

/* 案例优化 */
.algsclick a h3{
    display: -webkit-box;  
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */  
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */  
    overflow: hidden; /* 隐藏超出的内容 */  
    text-overflow: ellipsis; /* 用省略号“...”隐藏超出范围的文本 */  
    white-space: normal; /* 处理空白符和换行符 */  
    word-break: break-all; /* 允许在单词内换行 */
}
.algsclick a p{
    display: -webkit-box;  
    -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */  
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 */  
    overflow: hidden; /* 隐藏超出的内容 */  
    text-overflow: ellipsis; /* 用省略号“...”隐藏超出范围的文本 */  
    white-space: normal; /* 处理空白符和换行符 */  
    word-break: break-all; /* 允许在单词内换行 */
}
.model_yngd{
    margin: 0 auto;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 1366px;
    background-image: url(https://files.yuanian.com/yuanian/public_image/2024/1008/new_index-bg1.png);
    /* background-image: url(https://files.yuanian.com/yuanian/public_image/2024/1008/sy_yngd.jpg); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.model_yngd_top{
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
}
.model_yngd_top_left{
    margin-right: 20px;
    width: 680px;
    height: 383px;
}

.model_yngd_top_right_title{
    font-weight: 400;
    /* width: 110px; */
    width: auto;
    height: 27px;
    font-size: 28px;
    text-align: left;
    color: #000000 100%;
}
.model_yngd_top_right_div{
    display: flex;
    align-items: center;
}
.model_yngd_top_right_content{
    display: flex; 
    flex-wrap: wrap;
}
.model_yngd_top_right{
    flex: 1;
}
.model_yngd_top_right_content a {
    display: flex;
    padding: 5px 10px;
    margin-top: 10px;
    background-color: #fff;
    width: 590px;
}
.model_yngd_top_right_content a img{
    width: 175.56px;
    height: 98.88px;
}
.model_yngd_top_right_content a h3{
    /* 文字垂直居中 */
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 22.18px;
}
.model_yngd_content{
    width: 100%;
    height: 20px;
    background-color: #fff;
}
.model_yngd_bottom{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #fff; */
}
.model_yngd_bottom_item_white{
    width: 20px;
    height: 100%;
    background-color: #fff;
}
.model_yngd_bottom_item{
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    flex: 1;
    width: 426.5px;
    height: auto;
    box-sizing: border-box;
    padding: 26px 20px;
}
.model_yngd_bottom_item h5{
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #1A253B;
    letter-spacing: 0;
    line-height: 42px;
}
.model_yngd_bottom_item img{
    width: 38px;
    height: 38px;
    margin-right: 12px;
}
.model_yngd_bottom_item .content{
    margin-top: 16px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #4E5D78;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
}
.model_yngd_bottom_item a,
.foot{
    width: 94px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #BCC1CC;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #BCC1CC; 
    letter-spacing: 0;
    text-align: center;
}
.model_yngd_bottom_item:hover .foot,
.foot:hover{
    border: 1px solid #001F99;
    color: #001F99;
}
.model_yngd_top_right .foot{
    margin-left: 10px;
}
/* .banner_main span .xz_btn {
    margin-right: 20px !important;
    padding: 0px 40px !important;
    width: auto !important;
} */

@media screen and (max-width: 1024px) {
    .wapper {
        display: none;
    }

    .zx_btn {
        /* width: 90px; */
        /* height: 26px;
        line-height: 26px; */
        font-size: 12px;
    }

    .banner_main_left h1 {
        font-size: 24px;
        line-height: 30px;
    }

    .banner_main_left p {
        width: 300px;
        font-size: 12px;
        line-height: 20px;
        padding-top: 16px;
    }

    .banner_main span {
        display: flex;
        flex-wrap: wrap;
        margin-top: 130px;
        /* margin-left: 100px; */
        width: 300px;
    }
    /* .banner_main span .xz_btn {
        margin-bottom: 10px;
    }
    .banner_main span .xz_btn{
        margin-right: 20px !important;
        width: auto !important;

    } */


    /* banner */
    #banner {
        height: 260px;
    }

    .yD_wapper {
        display: block;
    }

    .banner_main {
        height: 100%;
    }

    /* 元年业务及产品 */


    #yD_ywcp .box_left .item:first-child {
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/top1.png) !important;
        background-size: 100% 100%;
    }

    #yD_ywcp .box_left .item:nth-child(2) {
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/top2.png) !important;
        background-size: 100% 100%;
    }

    #yD_ywcp .box_left .item:nth-child(3) {
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/bottom1.png) !important;
        background-size: 100% 100%;
    }

    #yD_ywcp .box_left .item:nth-child(4) {
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/bottom2.png) !important;
        background-size: 100% 100%;
    }
    #yD_ywcp {
        /* padding-bottom: 40px; */
        margin-top: 20px;

    }

    #yD_ywcp .content_box {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;

    }

    #yD_ywcp .content_box .box_left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #yD_ywcp .content_box .box_right {
        /* width: 100%; */
        height: auto;
        margin-bottom: 20px;
    }
    .item_body a{
        margin-top: 10px;
        width: 300px;
    }
    .item_body a h3{
        width: 170px;
    }

    #yD_ywcp .box_left .item {
        cursor: pointer;
        flex: 1;
        width: 100%;
        height: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding: 26px 20px;
        background: #FFFFFF;
        border: 1px solid #DDE0E5;
    }
    #ywcp .box_left .item:first-child{
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/%E4%BA%A7%E5%93%81%E5%9B%BE%E7%89%87-%E6%B5%8B%E8%AF%954.jpg) !important;
        background-size: 100% 100%;
    }
    #ywcp .box_left .item:nth-child(2){
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/%E4%BA%A7%E5%93%81%E5%9B%BE%E7%89%87-%E6%B5%8B%E8%AF%955.jpg) !important;
        background-size: 100% 100%;
    }
    #yD_ywcp .box_left .item h5 {
        font-family: PingFangSC-Regular;
        font-size: 20px;
        color: #1A253B;
        letter-spacing: 0;
        line-height: 42px;
    }

    #yD_ywcp .box_left .item h5 img {
        width: 38px;
        height: 38px;
        margin-right: 12px;
    }

    #yD_ywcp .box_left .item .content {
        margin-top: 16px;
        width: 100%;
        height: 100%;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #4E5D78;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24px;
    }

    #yD_ywcp .box_left .item .foot,
    #yD_ywcp .box_right .item .foot {
        margin-top: 28px;
        width: 94px;
        height: 30px;
        display: inline-block;
        line-height: 30px;
        background: #FFFFFF;
        border: 1px solid #BCC1CC;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #BCC1CC;
        letter-spacing: 0;
        text-align: center;
    }

    #yD_ywcp .box_right .item {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 26px 20px;
        /* background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0423-sy/fangan.png) !important; */
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0620-newIndex/right.png) !important;
        background-size: 100% 100%;
    }

    #yD_ywcp .box_right .item h5 {
        font-family: PingFangSC-Regular;
        font-size: 22px;
        color: #1A253B;
        letter-spacing: 0;
        line-height: 42px;
    }

    #yD_ywcp .box_right .item h5 img {
        width: 38px;
        height: 38px;
        margin-right: 12px;
    }

    #yD_ywcp .box_right .item .content {
        margin-top: 16px;
        width: 100%;
        font-family: PingFangSC-Regular;
        font-size: 16px;
        color: #4E5D78;
        letter-spacing: 0;
        text-align: justify;
        line-height: 24px;
    }

    #yD_ywcp .box_left .item:hover {
        background-image: url(https://files.yuanian.com/yuanian/page_image/2024/0423-sy/hight_bg.png) !important;
        background-size: 100% 100%;
    }

    #yD_ywcp .box_left .item:hover h5 {
        font-family: PingFangSC-Regular;
        font-size: 20px;
        color: #001F99;
        letter-spacing: 0;
        line-height: 42px;
    }

    #yD_ywcp .box_left .item:hover .foot,
    #yD_ywcp .box_right .item:hover .foot {
        background: #FFFFFF;
        border: 1px solid #001F99;
        color: #001F99;
    }

    /*行业解决方案*/
    .yD_hyfa {
        width: 100%;
    }

    .yD_hyfa_ul {
        width: 92%;
        margin: 0 auto;
        display: -webkit-box;
        overflow-x: scroll;
    }

    .yD_hyfa_ul li {
        margin-right: 35px;
        padding-bottom: 17px;
    }

    .yD_hyfa_ul li.changes {
        font-size: 16px;
        font-weight: 500;
        color: #01349d;
        line-height: 22px;
        border-bottom: 3px solid #01349d;
    }

    .yD_gdhy_ment {
        width: 92%;
        margin: 0 auto;
        margin-top: 8px;
        margin-bottom: 30px;

    }

    .yD_gdhy_ment .gdhy_ment_M {
        height: 345px;
        position: relative;
        background-size: cover;
    }

    .yD_gdhy_ment .gdhy_ment_M div.nr {
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 9999;


    }

    .yD_gdhy_ment .gdhy_ment_M div.bj {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.00), #000000 50%);
        position: absolute;
        top: 0px;
        left: 0px;
        opacity: 0.55;
        /* z-index: 9999; */
        width: 100%;
        height: 100%
    }


    .yD_gdhy_ment .gdhy_ment_M img {
        margin-top: 150px;
        width: 20px;
        height: 20px;
        margin-bottom: 10px;

    }

    .yD_gdhy_ment .gdhy_ment_M h3 {
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        color: #ffffff;
        line-height: 22px;
        margin-bottom: 7px;
    }

    .yD_gdhy_ment .gdhy_ment_M span {
        width: 20px;
        height: 2px;
        background: #ffffff;
        display: block;
        margin-bottom: 12px;
    }

    .yD_gdhy_ment .gdhy_ment_M p {
        height: 70px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #ffffff;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .yD_gdhy_ment .gdhy_ment_M a {
        width: 86px;
        color: #fff;
        margin: 0 auto;
        height: auto;
        line-height: 14px;
        margin-bottom: 20px;
        background: url(https://files.yuanian.com/yuanian/page_image/yD_index/S_right.png);
        background-repeat: no-repeat;
        background-size: 8px 7px;
        background-position: 68px;
        display: inline-block;
    }

    /* 客户案例故事 */
    .yD_khalgs {
        background: #f2f3f5;
        padding-bottom: 20px;
        overflow: hidden;
    }

    .yD_khalgs .gdalgsclick {
        padding: 20px 0;
    }

    .yD_khalgs .title {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #4E5D78;
        letter-spacing: 0;
        text-align: center;
        line-height: 24px;
        margin: 10px 0 10px;
    }

    .yD_khalgs p.p1 {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        color: #666666;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .yD_khalgs .swiper {
        width: 90%;
        margin-left: 5%;
    }

    .yD_khalgs .mySwiper a {
        width: 298px;
        height: 355px;
        display: block;
        background: linear-gradient(180deg, #f3f5f8 6%, #ffffff);
        box-shadow: 0px 4px 19px 0px rgba(191, 199, 210, 0.30), 2px 2px 0px 0px #ffffff inset;
        margin-right: 20px;
    }

    .yD_khalgs .mySwiper a img {
        width: 293px;
        height: 205px;
        margin-bottom: 19px;
    }

    .yD_khalgs .mySwiper a h3 {
        margin-bottom: 10px;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
        color: #00102b;
        line-height: 25px;
        text-indent: 19px;
    }

    .yD_khalgs .mySwiper a p {
        width: 258px;
        margin: 0 auto;
        height: 57px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #3d485d;
        line-height: 25px;
    }

    /* 市场活动
 */
    #yD_schd {
        width: 90%;
        margin: 60px auto;
        background: url(https://files.yuanian.com/yuanian/page_image/index/gdhy.png);
    }

    #yD_schd .swiper-wrapper {
        width: 100%;
    }

    #yD_schd .swiper {
        margin: 0 auto;
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(1, 55, 147, 0.10);
        margin-bottom: 20px;
        position: relative;
    }


    #yD_schd .swiper .swiper-slide {
        width: 33%;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        font-size: 20px;
        color: #323232;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding-bottom: 18px;
        /* margin-right: 43px; */
    }

    #yD_schd .swiper .change {
        border-bottom: 4px solid #001F99;
        color: #001F99;
    }


    #yD_schd .swiper .swiper-button-right {
        right: 0px;
        top: -12px;
    }

    #yD_schd .swiper .swiper-button-left {

        left: 0px;
        top: -12px;
    }
    #yD_schd .schd_ment{
        width: 100%;
    }
    #yD_schd .schd_ment_M {
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: center;
        flex-wrap: nowrap;
    }

    #yD_schd .schd_ment_M:nth-child(1) {
        display: flex;
    }

    #yD_schd .schd_ment_M .box_item {
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
        background-image: linear-gradient(180deg, rgba(245, 247, 249, 0.70) 0%, rgba(255, 255, 255, 0.70) 100%);
        border: 2px solid #FFFFFF;
        box-shadow: 0 8px 20px 0 rgba(55, 99, 170, 0.10), -8px -8px 20px 0 #FFFFFF;
    }

    #yD_schd .schd_ment_M .box_item .box_item {
        width: 100%;
        height: 260px;
    }

    #yD_schd .schd_ment_M .box_item .box_content {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
        margin: 16px 0;
    }

    #yD_schd .schd_ment_M .box_item .box_content p {
        font-family: PingFangSC-Semibold;
        font-size: 16px;
        color: #1A253B;
        letter-spacing: 0;
        line-height: 30px;
    }

    #yD_schd .schd_ment_M .box_item .box_footer {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    #yD_schd .schd_ment_M .box_item .box_footer2 {
        margin-top: 14px;
    }

    #yD_schd .schd_ment_M .box_item .box_btn {
        width: 66px;
        height: 32px;
        background: #EFEFEF;
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #8894A8;
        letter-spacing: 0;
        line-height: 16px;
        text-align: center;
        float: right;
        margin-top: -30px;
        line-height: 32px;
        margin-right: 20px;
    }

    #yD_schd .schd_ment_M .box_item .hight_btn {
        background: #001F99;
        color: #FFFFFF;
    }

    #yD_schd .schd_ment_M .box_item .box_footer img {
        width: 14px;
        height: 14px;
        display: inline-block;
        line-height: 16px;
        margin-right: 10px;
    }

    #yD_schd .schd_ment_M .box_item .box_footer span {
        font-family: PingFangSC-Regular;
        font-size: 14px;
        color: #4E5D78;
        letter-spacing: 0;
        line-height: 16px;
    }

    #yD_schd .schd_ment_M .box_item .box_img img {
        width: 372px;
        height: 207px;
    }
    .model_yngd {
        margin-bottom: 20px;
        width: 375px;
    }

    .model_yngd_top_left {
        width: 355px;
        height: auto;
    }
    .model_yngd_top_right{
        margin-top: 20px;
    }
    .model_yngd_top_right_content a{
        width: 335px;
      
    }
    .model_yngd_top_right_content a img{
        width: 125px;
        height: 70.3125px;
    }
    .model_yngd_top_right_content a h3{
        font-size: 14px;
        /* 只显示三行 超出部分... */
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .model_yngd_top{
        padding: 10px;
    }
    .model_yngd_bottom{
        display: block;

    }
    .model_yngd_bottom_item{
        flex: auto;
        width: 355px;
    }
    .model_yngd_bottom_item_white{
        width: 375px;
        height: 20px;
    }
    .xwdt_main_right{
        margin-top: 20px;
        width: 100%;

    }
    /* .model_yngd_bottom_item a,
    .foot {
        width: 90px;
        height: 26px;
        line-height: 26px;
        font-size: 10px !important;
    } */

    .xwdt_main_left,
    .xwdt_main_right{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .xwdt_main_one{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
}



@media screen and (min-width:1024px) and (max-width:1280px) {
    #ywcp .content_box {
        display: flex;
        width: 1110px;
        margin: 0 auto;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #ywcp .box_left .item {
        cursor: pointer;
        flex: 1;
        min-width: 360px;
        height: 307px;
        box-sizing: border-box;
        padding: 26px 20px;
        background: #FFFFFF;
        border: 1px solid #DDE0E5;
    }
    #khalgs .swiper{
        width: 1110px;
    }
    #schd .swiper{
        width: 1110px;
        padding-left: 200px;
        padding-right: 200px;
    }
    #schd .schd_ment_M{
        width: 1100px;
    }
    #schd .schd_ment_M .box_item {
        width: 360px;
    }

   
}