.yixue_container {
    padding: 30px 0px;
}

.yixue_container .yixue_left {
    width: 300px;
    margin-left: 20px;
    max-height: 700px;
    overflow-y: auto;
    position: sticky;
    /* left: calc(50% - 722px); */
    top: 135px;
	border-radius: 20px;
	    background: #FFF;
	    box-shadow: 0px 15px 40px 10px rgba(58, 99, 167, 0.07);
}

.yixue_container .positioning{
    position: sticky;
    left: calc(50% - 722px);
    top: 135px;
}

/* 滚动条整体宽度 */  
.yixue_left::-webkit-scrollbar {  
    width: 8px; /* 适用于基于Webkit的浏览器，如Chrome和Safari */  
}  
  
/* 滚动条滑块 */  
.yixue_left::-webkit-scrollbar-thumb {  
    background-color: darkgrey; /* 滑块颜色 */  
    border-radius: 6px; /* 滑块边角圆滑度 */  
    border: 2px solid transparent; /* 滑块边框（如果需要的话） */  
    background-clip: content-box; /* 允许边框内缩（取决于设计需求） */  
}  
  
/* 滚动条轨道 */  
.yixue_left::-webkit-scrollbar-track {  
    background-color: #f1f1f1; /* 轨道颜色 */  
    border-radius: 6px; /* 轨道边角圆滑度 */  
}  

.yixue_container .yixue_left .is-hide {
    display: none;
}

.yixue_container .yixue_left .yiji-menu-top {
    height: 70px;
    cursor: pointer;
    display: flex;
	transition: all 0.5s
	width: 100%;
}

.yixue_container .yixue_left .yiji-menu-top:hover{
	 background-color:rgba(0, 0, 0, 0.1);
}

.yixue_container .yixue_left .yiji-menu-top a {
    display:flex;
    align-items: center;
	white-space: normal;
	width: 290px;
}

.yixue_container .yixue_left .yjname {
    display: inline-block;
    padding-left: 12px;
	white-space: nowrap!important; 
    color: #333;
	flex:1;
}

.yixue_container .yixue_left .yl_yiji:hover .yiji-menu-top .yjname,
.yixue_container .yixue_left .yjname.active {
    color: #bc8a2c;
	white-space: normal;
}

.yixue_container .yixue_left .yiji-menu-top .icon {
    width: 32px;
    height: 32px;
    padding: 10px 0;
    margin-left:20px;
}

.yixue_container .yixue_left .yiji-menu-top .icon.hide-icon {
    display: none;
}

.yixue_container .yixue_left .yl_yiji:hover .yiji-menu-top .icon1 {
    display: none;
}

.yixue_container .yixue_left .yl_yiji:hover .yiji-menu-top .hide-icon {
    display: block;
}

.yixue_container .yixue_left .jiantou-content {
    display: inline-block;
    text-align: right;
    padding-right: 12%;
    height: 70px;
    line-height: 70px;
	flex:1;
}

.yixue_container .yixue_left .jiantou-content img{
    width: 16px;
}

.yixue_container .yixue_left .flex_all_center {
    height: 70px;
    cursor: pointer;
}


/* .yixue_container .yixue_left .flex_all_center .icon {
    width: 32px;
    height: 32px;
    padding: 10px 0;
    padding-left: 36px;
} */

.yixue_container .yixue_left .flex_all_center .jiantou {
    padding: 20px 40px 20px 60px;
}

.yixue_container .yixue_left .flex_all_center .yjname {
    padding-left: 12px;
    height: 70px;
    line-height: 70px;
    width: 53%;
}

.yixue_container .yixue_left .flex_all_center .yjname.active {
    color: #0F68CE;
}

.yixue_container .yixue_left .yl_erji {
    width: 100%;
	transition: all 0.3s ease
	
}
.yixue_container .yixue_left .yl_erji:hover{
    background-color:rgba(0, 0, 0, 0.1);
}

.yixue_container .yixue_left .yl_erji p {
    line-height: 40px;

    font-size: 14px;
    cursor: pointer;
}
.yixue_container .yixue_left .yl_erji a{
	color: #999;
	padding-left: 55px;
	display: block;
	box-sizing: border-box;
}
.yixue_container .yixue_left .yl_erji p:hover a,
.yixue_container .yixue_left .yl_erji p.active a {
   color: #bc8a2c;
}

.yixue_container .yixue_right {
    width: 1000px;
    margin-left: 64px;
}

.yixue_container .postion_r{
    margin-left: 364px;
}

.detail_left .prodimg {
    width: 580px;
    height: 340px;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
}

.detail_left .lab_swiper {
    width: 580px;
    height: 104px;
    margin-top: 25px;
}

.detail_left .lab_swiper .swiper-wrapper {
    margin: 0 auto;
}

.detail_left .lab_swiper .acr_item img {
    width: 185px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 4px;
}

.detail_left .lab_swiper .swiper-button-prev,
.detail_left .lab_swiper .swiper-button-next {
    width: 24px;
    height: 100px;
    background: #DFDFDF;
    border-radius: 10px;
    top: 8px !important;
}

.detail_left .lab_swiper .swiper-button-prev {
    left: 0px !important;
}

.detail_left .lab_swiper .swiper-button-next {
    right: 0px !important;
}

.detail_right {
    width: 462px;
    margin-left: 28px;
}

.detail_right .name {
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
    color: #52514c;
}

.detail_right .flex-wrap {
    margin-top: 28px;
    overflow: hidden;
}

.detail_right .flex-wrap.has-height {
    height: 100px;
}

.detail_right .flex-wrap p {
    padding: 12px 5px;
    background: #52514c;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 140px;
    text-align: center;
}
.detail_right .flex-wrap p a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detail_right .flex-wrap p a {
    /* color: #0F68CE; */
    color: #f5d682;
}

.detail_right .toggle-btn .is-hide {
    display: none;
}

.detail_right .flag_btn {
    width: 50px;
    height: 28px;
    text-align: center;
    line-height: 10px;
    font-size: 28px;
    /* color: #0F68CE; */
    background: #E8F3FD;
    margin-left: auto;
    margin-top: 20px;
    cursor: pointer;
    color: #bc8a2c;
}

.detail_right .flag-more {
    font-size: 14px;
    line-height: 28px;
    margin-right: 10px;
}

.detail_right .flex-wrap::-webkit-scrollbar {
    display: none;
}

.detail_right .fuwu {
    border-top: 1px solid #F3F3F3;
    margin-top: 40px;
    padding-top: 40px;
}

.detail_right .fuwu .fuwu_item {
    width: 50%;
    color: #0F68CE;
    cursor: pointer;
}

.detail_right .fuwu .fuwu_item p {
    font-size: 14px;
}

.detail_right .fuwu .fuwu_item div {
    font-size: 18px;
    width: 120px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.detail_right .fuwu .fuwu_item .fuwu_btn:hover {
    border: 1px solid #0F68CE;
    transition: all 0.5s;
}

.detail_right .fuwu .fuwu_item .download_btn:hover {
    border: 1px solid #ff5757;
    transition: all 0.5s;
}

.detail_right .zixun {
    width: 120px;
    height: 50px;
    background: #bc8a2c;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    cursor: pointer;
}

.detail_right .zixun div {
    margin-left: 5px;
}

.detail_right .zixun:hover {
    transition: all 0.5s;
}

.detail_right .topeixun {
    width: 120px;
    height: 46px;
    background: #52514c;
    border-radius: 4px;
    color: #f5d682;
    font-size: 16px;
    margin-left: auto;
    margin-top: 40px;
    cursor: pointer;
    line-height: 46px;
    text-align: center;
}

.detail_right .topeixun:hover {
    color: #fff;
    transition: all 0.5s;
}

.detail_right .topeixun div {
    margin-left: 10px;
}

.yixue_container .yixue_right .tab_box .tab_list {
    margin-top: 80px;
    width: 100%;
    height: 50px;
    /* background: #F7F7F7; */
    border-radius: 10px 10px 0px 0px;
    background: #52514c;
}

.yixue_container .yixue_right .tab_box .tab_list .tab_item {
    width: 20%;
    text-align: center;
    cursor: pointer;
    color: #f5d682;
	transition: all 0.5s linear;
}
.yixue_container .yixue_right .tab_box .tab_list .tab_item:hover{
	color: #fff;
}

.yixue_container .yixue_right .tab_box .tab_list .tab_item p {
    display: inline-block;
    line-height: 46px;
    padding: 0 10px;
}

.yixue_container .yixue_right .tab_box .tab_list .tab_item p.active {
    /* border-bottom: 4px solid #FF5757; */
    /* color: #FF5757; */
    color: #f5d682;
    border-bottom: 4px solid #f5d682;
}

.swiper-pagination-bullet{
    background: #ebe9e0;
}

.swiper-pagination-bullet-active{
    background-color: #f5d682;
}

.yixue_container .yixue_right .tab_box .is-hide {
    display: none;
}

.yixue_container .yixue_right .tab_box .shiyan {
    overflow: hidden;
    position: relative;
}

.yixue_container .yixue_right .tab_box .shiyan .sy_item {
    width: 150px;
    text-align: center;
    margin-top: 26px;
}

.yixue_container .yixue_right .tab_box .shiyan .sy_item p {
    font-size: 14px;
    padding: 12px 0;
    text-align: center;
}

.yixue_container .yixue_right .tab_box .cnh {
    text-align: center;
}

.yixue_container .yixue_right .tab_box .zixun {
    margin-top: 20px;
}

.zixun_title {
    background: #999999;
    color: #fff;
}

.yixue_container .yixue_right .tab_box .zixun .zixun_item {
    padding: 15px 0;
}

.yixue_container .yixue_right .tab_box .zixun .zixun_item p {
    width: 33.3%;
    text-align: center;
}

.yixue_container .yixue_right .tab_box .zixun .zixun_item .message {
    margin-left: auto;
}

.yixue_container .yixue_right .tab_box .zixun .zixun_item .addtime {
    margin-left: auto;
}

.yixue_container .yixue_right .case {
    margin-top: 45px;
}

.yixue_container .yixue_right .case .case_list {
    width: 100%;
    margin-top: 20px;
}

.yixue_container .yixue_right .case .case-img-content,
.yixue_container .yixue_right .case .caseimg {
    width: 780px;
    height: 460px;
    border-radius: 4px;
    position: relative;
}

.yixue_container .yixue_right .case .mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #fff;
    height: 90px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.yixue_container .yixue_right .case .mask div {
    padding: 10px;
    line-height: 25px;
}

.yixue_container .yixue_right .case .case_swiper {
    width: 180px;
    margin-left: 24px;
    border-radius: 10px;
    height: 460px;
}

.yixue_container .yixue_right .case .swiper-slide {
    padding-top: 4px;
}

.yixue_container .yixue_right .case .case_slide {
    margin-bottom: 10px;
}

.yixue_container .yixue_right .case .case_swiper img {
    width: 174px;
    height: 100px;
    border-radius: 4px;
    border: 2px solid transparent;
}

.yixue_container .yixue_right .case .case_swiper .anli-active {
    /* border: 2px solid #007aff; */
    border: 2px solid #f5d682;
}

.yixue_container .yixue_right .fenzi {
    width: 100%;
    margin-top: 45px;
    overflow: hidden;
}

.yixue_container .yixue_right .fenzi .fz_list {
    width: 100%;
}

.yixue_container .yixue_right .fenzi .lab_swiper2 {
    height: 190px;
}

.yixue_container .yixue_right .fenzi .shiyanshi {
    position: relative;
    text-align: left;
}

.yixue_container .yixue_right .fenzi .mask {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.yixue_container .yixue_right .fenzi .fz_list img {
    position: relative;
    width: 320px;
    height: 190px;
    object-fit: cover;
    border-radius: 4px;
}

.notdata {
    padding: 28px 0;
}

.loadlist {
    width: 100%;
    margin-top: 28px;
    border-radius: 10px;
}

.loadlist .loaditem:nth-child(odd) {
    background: rgba(223, 223, 223, .25);
}

.loadlist .loaditem {
    height: 55px;
    line-height: 55px;
}

.loadlist .loaditem .loaditem_left {
    width: 759px;
    padding: 0 50px;
    border-right: 1px dashed #E2E2E2;
}

.loadlist .loaditem .loaditem_right {
    width: 220px;
    text-align: center;
    color: #3EA6D2;
    cursor: pointer;
}

.product_detail .flex_all_center2 {
    margin-top: 45px;
}

.product_detail .flex_all_center2 img {
    max-width: 100%;
}

.product_detail .flex_all_center2 div p span strong span{
    color: #bc8a2c !important;
}

.product_detail .flex_all_center2 div p strong span{
    color: #bc8a2c !important;
}

.product_detail .flex_all_center2 div p span strong{
    color: #bc8a2c !important;
}

/* .product_detail .flex_all_center2 div p{
    color: #fff !important;
}

.product_detail .flex_all_center2 div p span{
    color: #fff !important;
}
 */
.product_detail .flex_all_center2 table tbody tr td{
    border:1px solid #52514c !important;
}

.product_detail .flex_all_center2 table tbody tr:nth-child(1) th{
    color: #f5d682 !important;
    background-color: #52514c !important;
}

.ar_list {
    width: 100%;
}

.ar_list .ar_item:hover {
    background: #FFF !important;
    box-shadow: 0px 15px 40px 10px rgba(58, 99, 167, 0.07);
}

.ar_list .ar_item {
    width: 240px;
    height: 224px;
    margin-top: 60px;
    background: #F8F9FB;
    border-radius: 0px 0px 4px 4px;
}

.ar_list .ar_item img {
    width: 100%;
    height: 150px;
}

.ar_list .ar_item .art_bot {
    padding: 0 16px;
    overflow: hidden;
    font-size: 14px;
}

.ar_list .ar_item .art_bot p {
    margin-top: 12px;
}

.yixue_container .title {
    /* font-size: 20px; */
    /* color: #044b9c; */
    color: #f5d682;
    font-size: 24px;
    letter-spacing: 5px;
}

.title_line {
    margin-top: 10px;
    margin-bottom: 20px;
}

.flex-wrap-tab {
    height: 140px;
}

.lab_swiper2 {
    width: 100%;
    margin-top: 25px;
    height: 125px;
}

.lab_swiper2 .swiper-slide {
    text-align: center;
    cursor: pointer;
}

.lab_swiper2 .swiper-slide p {
    color: #3f3f3f;
    margin-top: 10px;
}

.yixue-slider-one,
.anli-swiper {
    position: relative;
    overflow: hidden;
}

.yixue-slider-one .active {
    border: 2px solid #007aff;
}

.anli-swiper .swiper-button-prev {
    top: -15px;
    left: 50%;
    transform: rotate(90deg);
}

.anli-swiper .swiper-button-next {
    top: auto;
    bottom: -10px !important;
    position: absolute;
    left: 50%;
    transform: rotate(90deg);
}

.yixue_desc {
    text-indent: 25px;
    font-size: 16px;
    line-height: 28px;
    color: #3f3f3f;

}


/*  技术文章  new style */

.jishu-Article-list .load-more-article {
    font-size: 14px;
    width: 60px;
    margin: 5px auto;
    padding: 10px;
    cursor: pointer;
    color: #0F68CE;
}

.article-list-bottom {
    height: 0;
    overflow: hidden;
    transform: all .5s;
}

.article-list-bottom.show {
    height: auto;
}

.jiaofu-content img {
    max-width: 900px;
    object-fit: contain;
}

@media screen and(max-width:1439px)and(min-width:1367px) {
    .yixue_container .yixue_left .yl_yiji .yiji-menu-top .jiantou-content {
        width: 35%;
        padding-right: 2%;
    }
}

@media screen and(min-width:1440px)and(max-width:1450px) {
    .yixue_container .yixue_left .yl_yiji .yiji-menu-top .jiantou-content {
        width: 35%;
        padding-right: 12%;
    }
}

@media screen and(max-width:1366px) {
    .yixue_container .yixue_right {
        width: 830px;
    }
    .yixue_container .yixue_right .yixue_info .detail_left .prodimg {
        width: 440px;
    }
    .yixue_container .yixue_right .yixue_info .detail_left .lab_swiper {
        width: 430px;
    }
    .yixue_container .yixue_right .yixue_info .detail_left .lab_swiper .swiper-wrapper img {
        width: 125px;
        object-fit: cover;
    }
    .yixue_container .yixue_right .yixue_info .detail_right .zixun {
        width: 100px;
    }
    .yixue_container .yixue_right .case .case_list .caseimg {
        width: 630px;
    }
    .yixue_container .yixue_right .fenzi .fz_list img {
        width: 260px;
    }
    .yixue_container .yixue_left .yl_yiji .yl_erji p {
        margin-left: 20px;
        font-size: 12px;
        padding: 15px 0;
        line-height: 24px;
    }
    .yixue_container .yixue_left .yl_yiji .flex_all_center .icon {
        padding-left: 10px;
    }
    .yixue_container .yixue_left .yl_yiji .flex_all_center .yjname {
        font-size: 14px;
    }
    .yixue_container .yixue_left .yl_yiji .flex_all_center .jiantou {
        margin-right: 16px;
    }
    .ar_list .ar_item {
        width: 190px;
    }
    .jiaofu-content img {
        width: 100%;
        object-fit: contain;
    }
}

.acr_item .erji-logo-img {
    width: 82px;
    height: auto;
    object-fit: cover;
}

/* 新加 */
.yixue_container .yixue_right .product_detail p span{
    text-wrap: wrap !important;
} 