.custom-banner-ct{
    height: 30%;
    top: 40%;
    /*filter: brightness(5);*/
    /*margin: 0 50px 0 50px;*/
    color: white;
}

/* 仅在通过键盘交互时显示焦点 */
:focus-visible {
    outline: none !important;  /* 去除鼠标点击时的边框 */
    box-shadow: none !important; /* 去除阴影 */
}

/* 鼠标点击时去掉焦点样式 */
*:not(:focus-visible) {
    outline: none !important;  /* 去除鼠标点击时的边框 */
    box-shadow: none !important; /* 去除阴影 */
}
.pagination>li>a{

}
.ysh-custom-header-model>li>a{
    text-wrap: unset;
}
.light-blue-line{
    width: 50%;
    height: 45px;
    border-bottom: 2px solid #CFD5E9;
    float: right;
        position: relative;
        right: -24px;
}
.lang-change-ul>li>a{
    cursor: pointer;
}
.lang-change-ul>li>a:hover{
    filter: brightness(0.8);
}
.pagination>li{
    margin-right: 30px;
    margin-top: 30px;

}
.pagination>li>a{
    color: #0D2982;
    text-decoration: none;
}
.navbar-toggler:focus,.btn-close:focus{
    outline: none;
    box-shadow: none;
}
/*.custom-pc-container{*/
/*    background-color: rgb(210 215 234)!important;*/
/*    padding-bottom: 0!important;*/
/*}*/
.custom-body-white{
    background-color: white!important;
}
.fss22{
    font-size: 22px;
}
.home-profile-line {
    width: 204px;
    height: 2px;
    background-color: rgba(15, 45, 144, 0.19);
}
.ysh-tri-rotate{
    width: 18px;
    position: absolute;
    left: 0;
    top: 28px;
}
.p-name-click-2-play-selected{
    color: #333!important;
}


.home-profile-number-left {
    font-size: 16px;
    /*float: left;*/
    flex: 1;
}

.home-profile-number-right {
    /*float: right;*/
    flex: 1;
    text-align: right;
    color: #0F2D90;
    font-family: fantasy;
    position: relative;
    bottom: 6px;
}


.home-profile-with-bd {
    /*width: 100%;*/
    line-height: 30px;
    border-bottom: 2px solid rgba(15, 45, 144, 0.19);
    /*overflow: hidden;*/
    /*justify-content: flex-end; !* 推动子元素到底部 *!*/

    justify-content: space-between;
    align-items: baseline; /* 如果需要垂直居中 */
    display: flex;
    /*flex-direction: column;*/
    /*height: 100vh;  !* 使用视口高度确保容器高度撑满整个屏幕 *!*/
}

.pl-24{
    padding-left: 24px!important;
    cursor: pointer;
}
.link-no-style{
    color: unset;
    text-decoration: none;
}
/* Smooth rotation of the triangle with transition */
.ysh-tri-rotate {
    transition: transform 0.3s ease;
}

/* Add a fade-in and slide-down effect for the content */
.ysh-closed-div {
    display: none;
    opacity: 0;
    transform: translateY(-20px); /* Start with a slight upward position */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* When content is visible, it will fade in and slide down */
.ysh-closed-div.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.bgc-custom-spec-when-odd:hover{
    background-color: #F7F8FC;
}

.ct-pxy-4-news-time{
    padding: 10px 30px;

}
.home-news-hover:hover{
    background-color: #0E2B88;
}
.news-icon-circle{
    border-radius: 9px;
    background-color: white;
}
.home-news-hover:hover{
    /*border-radius: 9px;*/
    /*background-color: white;*/
    /*width: 30px;*/
}
.home-news-title{
    padding-left: 30px!important;
    padding-right: 30px!important;
    text-align: left!important;
}
.home-news-hover:hover .home-news-title{
    color: white;
}

.pl-box-inner-contactus{
    text-decoration: none;
    color: unset;
    display: block;
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;

}

/* 设置所有输入框、文本区域和选择框的placeholder文字大小 */
::placeholder {
    font-size: 0.8rem;  /* 设置为1.2rem */
}

.ysh-submit-btn{
    width: 240px;
    height: 60px;
    color: white;
    background-color: #0E2B88;
    outline: none;
    border: 0;
}
.ysh-text-area{
    min-height: 130px!important;
}
.common-line {
    width: 100%;
    height: 1px;
    background-color: #DCDCDC
}
.bgc-custom-light-purple{
    background-color: #F7F8FC;
}
.text-light-gray{
    color:#9D9D9D;
    /*color: transparent;*/
}
.accordion-button{
    border-bottom: 1px solid #e9ecef!important;
}
.accordion-header{
    outline: none!important;
    background-color: white!important;
    color: unset!important;
    --bs-accordion-active-bg : white!important;
    --bs-accordion-btn-focus-box-shadow : transparent;
    --bs-accordion-active-color:#333!important;
    --bs-accordion-active-icon: ''
}
.accordion .accordion-icon::after {
    /* 这里是修改箭头的样式，你可以根据需要进行调整 */
    content: "\25BC"; /* 默认为向下的箭头，可以修改为其他Unicode字符，或者使用图片作为背景 */
    font-size: 12px;
    color: #000; /* 箭头的颜色 */
    float: right; /* 调整箭头的位置，根据需要可以修改为left或center */
    margin-left: 5px; /* 调整箭头与文本的间距，根据需要进行调整 */
    transition: transform 0.3s ease; /* 添加过渡效果，使箭头在展开和收起时平滑切换 */
}

.accordion .collapsed .accordion-icon::after {
    /* 当Accordion折叠时，你可以在这里定义折叠时的箭头样式，如向右的箭头 */
    transform: rotate(90deg); /* 根据需要进行旋转角度的调整 */
}


/* 修改箭头的颜色和大小 */
.accordion-button::after {
    color: #FF0000 !important;  /* 改为红色 */
    font-size: 1.5rem !important; /* 增大箭头大小 */
}


.fss18{
    font-size: 18px;
}
.bubble-button {
    display: block;
    width: 170px;
    height: 50px;
    /* padding: 10px 20px; */
    line-height: 50px;
    background-color: rgb(255 255 255 / 10%);;
    color: white;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    position: relative;
    border-radius: 30px;
    transition: background-color 0.3s;
    border-bottom-left-radius: 0;
}
.btn-width-1bd{
    border: 1px solid #333;
}
.product-list-info{
    display: none;
}
.product-list-info-show{
    display: flex;
}
.ct-with-5-div{
    overflow: hidden;
    position: relative;
}
.pcenter-title-item{
    font-size: 16px;
    float: left;
    width: 20%;
    /*line-height: 50px;*/
    border-radius: 25px;
    text-align: center;
    background-color: transparent;
    color: #858585;
    cursor: pointer;
    padding-top: 12px;
    padding-bottom: 12px;

}
.pcenter-title-item-active{
    background-color: #0F2D90;
    color: white;
}


.替换背景色{
    background-color: #FAFBFF;
}
.ysh-color-blue{
    color: #0F2D90;
}
.fss32{
    font-size: 32px;
}
.fss20{
    font-size: 20px;
}
.fss26{
    font-size: 26px;
}
.pl-box-hover{
    cursor: pointer;
}
.pl-box-inner{
    text-decoration: none;
    color: unset;
    display: block;
    border-bottom: 4px solid #FFF;
}
.pl-box-hover:hover .pl-box-inner{
    border-bottom: 4px solid #0E2B88;
}
.page-ysh-item{
    margin: 0 10px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.page-ysh-link{
    color: #B3B3B3;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.page-ysh-link:hover{
    color: #FFF!important;
    background-color: #0E2B88;
}
.pl-ct-cbt{
    line-height: 50px;
    background-color: transparent;
    display: inline-block;
    padding: 0 40px;
    color: #333;
    font-size: 20px;
    border-radius: 25px;
    margin-right: 20px;
    cursor: pointer;
}
.pl-ct-cbt-selected{
    background-color: #0F2D90;
    color: white;
}

.ysh-ct-boxsd{
    box-shadow: 0 6px 22px 0 rgba(95, 101, 105, 0.05)!important;
}
.pl-prod-desc{
    font-size: 16px;
    color: #424242;
}
.home-pc-top-desc{
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    padding: 30px 0 0px 0;
}
.home-pc-pname{
    color: rgba(255,255,255,0.7);
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    padding-top: 30px !important;
}
.pl-0{
    padding-left: 0!important;
}
.home-pc-pname:hover{
    color: rgba(255,255,255,1);
}

.pl-ct-tab {
    display: block;
    width: 100%;

    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    position: relative;
    font-size: 16px;
    /*line-height: 78px;*/
    cursor: pointer;
    padding: 40px 0 30px 0;
}
.pl-ct-tab-active{
    color: #0F2D90;
}
.pl-ct-tab-active::after {
    content: ""; /* 创建一个空的伪元素 */
    position: absolute; /* 使用绝对定位 */
    bottom: 0; /* 贴近父级底部 */
    left: 50%; /* 水平居中 */
    transform: translateX(-50%); /* 使伪元素精确居中 */
    width: 20px; /* 伪元素宽度 */
    height: 2px; /* 伪元素高度 */
    background-color: #0F2D90; /* 伪元素的颜色 */
}
.pl-prod-name{
    font-size: 26px;
}
.foot-title{
    font-size: 18px;
    cursor: pointer;
}
.foot-item{
    font-size: 14px;
}

.foot-phone-email{
    margin-top: 62px;
}
.foot-phone-email-icon{
    width:18px;
    position: relative;
    bottom: 2px;
    margin-right: 5px;
}
.foot-item>a{
    text-decoration: none;
    color: white;
    filter: brightness(1);
}
.foot-item>a:hover{
    filter: brightness(0.9);
}
.ysh-dc-number-blue{
    font-family: fantasy;
    color: #0F2D90;
    font-size: 36px;
}
.line-h-3dot5rem{
    line-height: 3rem;
}
.ysh-black-text{
    color: #333;
}
.ysh-gray-text{
    color: #737373!important;
}
.bubble-button:hover{
    background-color: #0F2D90!important;
    border-color: transparent!important;
    color: white!important;
}
.page-ysh-link-selected{
    color: #0E2B88!important;
    color: #FFF!important;
    background-color: #0E2B88;
}
.unselectable-text {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none; /* Standard syntax */
}

.w-100p{
    width: 100%;
}

.specFont{
    font-family: 'specFont', sans-serif;
}

.app-line {
    position: relative;
}

.m-left-5 {
    margin-left: 4rem;
}

.app-line:before {
    background-color: #0F2D90;
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    left: 136%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.ysh-a-his-date {
    position: relative;
    white-space: nowrap;
}

.ysh-a-circle {
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #0F2D90;
    margin-left: 30px;
    position: absolute;
    top: 9px;
    left: 121%;
    z-index: 100;
}

.ysh-color-gray {
    color: #737373;
}

.ysh-fs-20 {
    font-size: 20px;
}

.ysh-fs-24 {
    font-size: 24px;
}
.index-page-pd-spec{
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-y100x77{
    padding: 100px 57px;
}
.his-title {
    font-size: 26px;
    font-weight: 600;
    padding-top: 24px;
}
.mt-his-big{
    margin-top: 35px;
    white-space: nowrap;
}
.foot-item{
    color: #AFB3C3 !important;
}
.foot-item>a{
    color: #AFB3C3 !important;
}
.img-pd-img{
    /*max-width: 100%;*/
    max-height: 200px;
    vertical-align: middle;
}
.dropdown-item-long{
    width: unset;
    width: 100%!important;
}


/**
http://192.168.1.5:8888/yshfront/index/index.html
http://192.168.1.5:8888/yshfront/index/contact_us.html
http://192.168.1.5:8888/yshfront/index/biz_news.html
http://192.168.1.5:8888/yshfront/index/customer_services.html
http://192.168.1.5:8888/yshfront/index/history.html
http://192.168.1.5:8888/yshfront/index/index.html
http://192.168.1.5:8888/yshfront/index/innovation.html
http://192.168.1.5:8888/yshfront/index/product_list.html
http://192.168.1.5:8888/yshfront/index/profile.html
http://192.168.1.5:8888/yshfront/index/qa.html
http://192.168.1.5:8888/yshfront/index/scope.html
http://192.168.1.5:8888/yshfront/index/warranty.html
 */

