@charset "UTF-8";

/* 产品列表页 */
.yx_H_Active .yx_Header {
    top: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
    border-bottom: 1px solid #eeee;
}

section.Inside {
    background: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

.Inside_Box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.Inside_left {
    width: 25%;
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
    left: 0;
}

.Inside_right {
    width: 75%;
    border-left: 1px solid #eee;
    min-height: 100vh;
    padding: 0;
}

form.Searching {
    padding: 22px var(--yx_FS48) 22px calc(var(--yx_FS48) * 2);
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

form.Searching:hover {
    background: #E5E5E5;
}

form.Searching #search_put {
    border: none;
    font-size: 18px;
    color: #000214;
    display: block;
    width: 100%;
    line-height: 200%;
    padding-right: 30px;
    letter-spacing: 2px;
    background: transparent;
}

form.Searching input::-webkit-input-placeholder {
    font-size: 18px;
    color: #000214;
}

form.Searching .L_active::-webkit-input-placeholder {
    font-size: 18px;
    color: #999;
}

button.sub_But {
    position: absolute;
    right: var(--yx_FS48);
    background: transparent;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
}

form.Searching #search_put:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}

.yx_PPBox .yx_icon {
    position: absolute;
    right: var(--yx_FS48);
    top: 0;
    color: #666;
    height: 100%;
    width: auto;
    cursor: pointer;
    transition: all .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yx_PPBox .yx_icon svg {
    margin: 0;
    fill: #999;
    width: 20px;
    height: 20px;
}

.yx_PPBox .yx_icon .icon_- {
    display: none;
}

.yx_PPBox .rotate .icon_x {
    display: none;
}

ul.yx_PPBox.yx_PPBox1>.L_active .icon_x,
ul.yx_PPBox.yx_PPBox1>li:hover .icon_x {
    fill: #fff;
}

.yx_PPBox .rotate .icon_- {
    display: block;
    fill: #333;
}

ul.yx_PPBox.yx_PPBox1>.L_active .icon_-,
ul.yx_PPBox.yx_PPBox1>li:hover .icon_- {
    fill: #fff;
}

ul.yx_PPBox.yx_PPBox1 {
    padding: 0px;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit {
    padding: var(--yx_FS20) var(--yx_FS48) var(--yx_FS20) calc(var(--yx_FS48) * 2);
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    font-size: var(--yx_FS18);
}

li.yx_PPList {
    transition: all .5s;
}

ul.yx_PPBox.yx_PPBox1>.L_active,
ul.yx_PPBox.yx_PPBox1>li:hover {
    background: var(--yx_Color);
}

.yx_PageTit {
    position: relative;
    overflow: hidden;
}

.yx_PPBox1>li.yx_PPList>.yx_PageTit>a {
    display: block;
    color: #333;
    letter-spacing: 2px;
    transition: all .5s;
}

ul.yx_PPBox.yx_PPBox1>.L_active .yx_PT_Link1,
ul.yx_PPBox.yx_PPBox1>li:hover .yx_PT_Link1 {
    color: #fff;
}

.yx_PPBox2 {
    display: none;
    padding: 10px var(--yx_FS48) 10px calc(var(--yx_FS48) * 2);
    position: relative;
    background: #EFEFEF;
}

.yx_PPBox2>li.yx_PPList {
    margin-top: 15px;
    margin-bottom: 15px;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>a {
    display: block;
    position: relative;
    font-size: var(--yx_FS16);
    line-height: 150%;
    color: #8B8B8B;
    width: calc(100% - 25px);
    float: left;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>.cl_buton {
    width: 24px;
    line-height: 24px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    color: #8B8B8B;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit>.cl_buton:before {
    content: '+';
}

.yx_PPBox2>li.L_active>.yx_PageTit>a,
.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover a,
.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover .cl_buton,
.yx_PPBox2>li.L_active>.yx_PageTit>.cl_buton:before {
    color: var(--yx_Color);
}

.yx_PPBox2>li.L_active>.yx_PageTit>.cl_buton.cl_buton_active:before {
    content: '—';
}

.yx_PPBox2>li.L_active>.yx_PageTit:before,
.yx_PPBox2>li.yx_PPList>.yx_PageTit:hover .yx_PT_Link2:before {
    background: #000;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit .yx_icon2 {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
    height: 100%;
    width: 44px;
    text-align: center;
    cursor: pointer;
    transition: all .5s ease;
}

.yx_PPBox2>li.yx_PPList>.yx_PageTit .rotate {
    transform: rotate(90deg);
}

.yx_PPBox2 .yx_PPBox3 {
    display: none;
    padding-top: 10px;
}

.yx_PPBox3>li.yx_PPList .yx_PT_Link3 {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    padding-left: 40px;
    position: relative;
    display: block;
}

.yx_PPBox3>.L_active>.yx_PageTit .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit .yx_PT_Link3:hover {
    color: var(--yx_Color);
}

.yx_PPBox3>.L_active .yx_PT_Link3,
.yx_PPBox3>li.yx_PPList>.yx_PageTit:hover {
    color: var(--theme-color);
}

.Inside_text {
    width: 100%;
    padding-bottom: 120px;
}

.Inside_text>div {
    padding: 170px 5% 0;
}

.titibox {
    position: relative;
    margin-bottom: var(--yx_FS16);
}

.num_pf {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #8B8B8B;
    letter-spacing: 2px;
}

h1.title {
    color: var(--yx_Color);
    font-size: var(--yx_FS42);
    letter-spacing: 2px;
    line-height: 150%;
}

p.Subtitle {
    color: var(--yx_CTwo);
    text-transform: uppercase;
    font-size: var(--yx_FS20);
}

summary.summary {
    font-size: var(--yx_FS16);
    color: #333;
    letter-spacing: 2px;
    line-height: 200%;
}

ul.product_box {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin-top: 30px;
}

ul.product_box li {
    width: calc((100% - 75px) / 4);
    background: #EFEFEF;
    transition: all .5s;
    border: 1px solid #efefef;
}

ul.product_box li:hover {
    background: var(--yx_Color);
    border-color: var(--yx_Color);
}

ul.product_box li .L_img {
    position: relative;
    height: 0;
    padding-bottom: 90%;
    overflow: hidden;
    background: #fff;
}

ul.product_box li .L_img img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

ul.product_box li:hover .L_img img {
    transform: translate(-50%, -50%) scale(1.05);
}

ul.product_box li p {
    font-size: var(--yx_FS16);
    color: #333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 20px;
    margin: 15px 0;
    letter-spacing: 1px;
    overflow: hidden;
    transition: all .5s;
}

ul.product_box li:hover p {
    color: #fff;
}

.span_more {
    width: 170px;
    height: 46px;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    color: #333;
    margin: var(--yx_FS48) 0 0;
    position: relative;
    z-index: 2;
    border: 1px solid #333;
    font-size: var(--yx_FS20);
}

.qodef-m-arrowline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 63px;
    height: 19px;
    left: 8px;
    fill: #333;
}

.qodef-m-arrowline * {
    stroke: currentColor;
    stroke-miterlimit: 10;
    color: #333;
}

.qodef-m-arrowline .arrow-down,
.qodef-m-arrowline .arrow-up {
    opacity: 1;
    -webkit-transition: opacity .1s ease, -webkit-transform .3s ease;
    transition: opacity .1s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .1s ease;
    transition: transform .3s ease, opacity .1s ease;
    transition: transform .3s ease, opacity .1s ease, -webkit-transform .3s ease
}

.qodef-m-arrowline .arrow-up {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.qodef-m-arrowline .arrow-down {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right
}

.span_more:hover .arrow-down,
.span_more:hover .arrow-up {
    opacity: 0;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
    -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    transition: opacity .1s ease .1s, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, opacity .1s ease .1s;
    transition: transform .3s ease, opacity .1s ease .1s;
    transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease
}

.span_more:hover .arrow-down {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}







/* 产品详情页*/
.Bread {
    width: 100%;
    margin: 170px auto 40px;
    letter-spacing: 2px;
}

.Bread a {
    font-size: 16px;
    color: #333;
}

.inside_linede {
    justify-content: center;
}

.inside_linede .Inside_right {
    border: none;
    width: 94%;
    max-width: 1450px;
}

.product-details {
    display: flex;
    flex-wrap: wrap;
}

.product-details .product_swiper {
    width: 40%;
    padding: 0 2%;
}

.product_swiper .swiper-container {
    height: auto;
}

.spotlight:before {
    content: '\e679';
    position: absolute;
    right: 5%;
    top: 10%;
    font-family: 'yx_icon' !important;
    color: #666;
    font-size: 24px;
    z-index: 2;
}

.L_imgswiper {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 88%;
    overflow: hidden;
    cursor: pointer;
}

.L_imgswiper>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.L_imgsmail {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    cursor: pointer;
}

.L_imgsmail>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide-thumb-active .L_imgsmail {
    border: 1px solid var(--yx_Color);
}

.product-details .prduct_details_right {
    width: 60%;
    padding: 0 5% 0 0;
}

h1.prod_tit {
    font-size: var(--yx_FS38);
    color: #333;
}

p.prod_info {
    font-size: 16px;
    color: #8B8B8B;
    letter-spacing: 2px;
    line-height: 200%;
    margin: 10px 0 40px;
}

.detailsbox {
    display: flex;
    margin: 50px 0 0;
    justify-content: space-between;
}

.prod_Characteristics {
    font-size: var(--yx_FS16);
    color: #333;
    width: 45%;
}

.detailsbox b {
    display: block;
    margin-bottom: 20px;
}

.prod_Characteristics span {
    display: block;
    color: #8B8B8B;
    line-height: 220%;
    position: relative;
    padding-left: 20px;
}

.prod_Characteristics span i {

    font-style: italic;
}

.prod_Characteristics span:before {
    content: '√';
    color: #84BD00;
    position: absolute;
    left: 0;
    top: 0;
    font-family: '微软雅黑';
}

.prod_Applications {
    font-size: var(--yx_FS16);
    color: #333;
    width: 45%;
}

.prod_Applications span {
    display: block;
    color: #8B8B8B;
    line-height: 150%;
    position: relative;
    margin-top: 10px;
}

.prod_buttom {
    display: flex;
}

.prod_buttom>a {
    display: block;
    width: 155px;
    height: 42px;
    background: var(--yx_CTwo);
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    margin-right: 15px;
}

.prod_buttom>a:hover {
    background: #6d9d00;
}

.prod_buttom>a.blue {
    background: var(--yx_Color);
}

.prod_buttom>a.blue:hover {
    background: #003f85;
}

.product-details-bottom {
    margin: 70px auto 5%;
    width: 100%;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.15);
}

ul.prod_tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

ul.prod_tab>li {
    width: 25%;
    height: 120px;
    border: 1px #F3F3F3;
    border-style: solid solid none none;
    font-size: var(--yx_FS18);
    color: #8B8B8B;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}


ul.prod_tab>.L_click {
    background: #F3F3F3;
    color: #333;
}

ul.prod_details {
    display: block;
    width: 100%;
    background: #F3F3F3;
}

ul.prod_details>li {
    padding: 6% 0;
    display: none;
}

ul.prod_details li.L_click {
    display: block;
}

ul.prod_details li>.prod_details_center {
    width: 90%;
    margin: 0 auto;
    line-height: 200%;
    max-width: 1170px;
}

ul.prod_honor_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

ul.prod_honor_list>li {
    display: block;
    width: calc((100% - 180px) / 7);
    text-align: center;
    font-size: var(--yx_FS16);
    color: #333;
    letter-spacing: 1px;
}

ul.prod_honor_list>li>.img {
    position: relative;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 10px;
    background: #fff;
}

ul.prod_honor_list>li>.img>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all .3s ease-in-out;
}

ul.prod_honor_list>li:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
}

b.prod_Download_tit {
    color: #333;
    font-size: var(--yx_FS18);
    letter-spacing: 1px;
    margin-bottom: var(--yx_FS36);
    display: block;
}

ul.prod_Downloa_list {
    display: block;
    margin-bottom: var(--yx_FS30);
    border-bottom: 1px solid transparent;
}

ul.prod_Downloa_list li {
    margin-bottom: var(--yx_FS20);
    background-image: url(/src/Img/bglist.png);
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    max-width: 1060px;
    padding: 15px var(--yx_FS42);
    align-items: center;
}

ul.prod_Downloa_list li>.img {
    width: 38px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}

ul.prod_Downloa_list li>.img img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

ul.prod_Downloa_list li .text_yl {
    color: #333333;
    line-height: 26px;
    letter-spacing: 1px;
    width: calc(85% - 190px);
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 8%;
}

ul.prod_Downloa_list li .down_but {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--yx_FS16);
    color: #333;
    width: 122px;
    height: 36px;
    background: #F7F7F7;
    border-radius: 41px;
    letter-spacing: 1px;
    margin: 0 auto;
}

ul.prod_Downloa_list li .down_but img {
    max-width: 15px;
    height: 15px;
    margin-left: 10px;
}

ul.prod_Downloa_list li .down_but:hover {
    background: var(--yx_Color);
    color: #fff;
}

ul.prod_Downloa_list li .down_but:hover img {
    filter: contrast(0) brightness(100);
}

.Related_Products .Inside_text b {
    color: #0057B8;
    line-height: 29px;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: bold !important;
}

.Floating {
    position: fixed;
    z-index: 2;
    left: 50%;
    top: 50%;
    background: #fff;
    display: block;
    width: 94%;
    max-width: 1300px;
    transform: translate(-50%, -50%);
    padding: var(--yx_FS30) var(--yx_FS54);
    box-shadow: 1px 1px 10px #9f9f9f;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.Floating.activebox {
    opacity: 1;
    visibility: visible;
}

input[type="checkbox"] {
    margin-right: 3px;
    position: relative;
    vertical-align: middle;
}

input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    outline: 1px solid #999;
    outline-offset: 2px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 2;
}

.active input[type="checkbox"]:before {
    outline: 1px solid #84bd00;
    background: #84bd00;
}

input[type="checkbox"]:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.active input[type="checkbox"]:after {
    opacity: 1;
}

.form-check-inline {
    margin: 5px 0;
    padding: 0 5px;
}

form#downloadForm {
    position: relative;
}

.float_tit {
    font-size: var(--yx_FS24);
    color: #333;
    letter-spacing: 2px;
    line-height: 35px;
}

.float_icon {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

form#downloadForm>p {
    font-size: var(--yx_FS16);
    color: #0057B8;
    margin: var(--yx_FS24) 0 var(--yx_FS16);
}

form#downloadForm>p span {
    color: #E35205;
    vertical-align: middle;
    padding-right: 5px;
}

ul.list_ul {
    max-height: 400px;
    overflow-y: auto;
    position: relative;
}

ul.list_ul>li {
    margin-bottom: 12px;
}

.listbox {
    line-height: var(--yx_FS48);
    background: #EDF5FF;
    padding: 0 var(--yx_FS20);
    font-size: var(--yx_FS18);
    color: #0057B8;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 999;
}

span.iconbox i {
    font-family: 'yx_icon' !important;
    font-size: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

span.iconbox {
    width: 25px;
    position: relative;
}

i.ic2 {
    display: none;
}

.L_active i.ic1 {
    display: none;
}

.L_active i.ic2 {
    display: block;
}

label.form-check-label {
    font-size: 14px;
    color: #333;
    letter-spacing: 1px;
    cursor: pointer;
    user-select: none;
}

.box_download.list {
    display: none;
}

.Email_verification {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    max-width: 850px;
    margin-top: 5%;
}

.Email_verification>div>p {
    font-size: 14px;
    color: #8B8B8B;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.sub_E_mail {
    width: calc(45% - 60px);
}

div.p_input {
    width: calc(49% - 60px);
    margin: 0 3%;
}

.Email_verification>div>input {
    width: 100%;
    height: 42px;
    background: #F7F7F7;
    border-radius: 2px;
    border: 1px solid #DCDCDC;
    padding: 0px 15px;
}

.Email_verification>div>input.p_imagecode {
    width: calc(100% - 170px);
}

.Email_verification>div img.p_code_img {
    height: 42px;
    width: 150px;
    object-fit: contain;
    vertical-align: middle;
    margin-left: 10px;
}

.Email_verification button {
    width: 120px;
    height: 42px;
    background: #84BD00;
    border-radius: 2px;
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}





/* 搜索结果页 */
.searchbox {
    padding: 170px 5% 5%;
}

h1.search_name {
    font-size: var(--yx_FS36);
    color: #333;
    letter-spacing: 2px;
    line-height: 150%;
    font-weight: bold !important;
}

p.search_sub {
    font-size: var(--yx_FS20);
    color: #333;
    margin: 5px 0 7%;
    letter-spacing: 2px;
}

p.search_sub>* {
    color: red;
}

ul.search_box {
    overflow: hidden;
    position: relative;
}

ul.search_box li a {
    display: block;
    padding: calc(var(--yx_FS20) * 2) 0;
    border-bottom: 1px solid #eee;
}

ul.search_box li a h2 {
    text-overflow: ellipsis;
    color: #0057B8;
    line-height: 150%;
    font-size: var(--yx_FS30);
    white-space: nowrap;
    overflow: hidden;
}

ul.search_box li a summary {
    text-overflow: ellipsis;
    color: #333;
    line-height: 150%;
    font-size: var(--yx_FS16);
    white-space: nowrap;
    overflow: hidden;
    margin-top: 5px;
}

ul.prod_details li>.prod_details_center td {
    vertical-align: top;
    padding: 0 2% 3%;
    line-height: 180% !important;
    width: 50%;
}





ul.pro_center {
    display: flex;
    flex-wrap: wrap;
    gap: 3vw;
    margin-top: 3%;
}

li.pro_center_list {
    width: calc((100% - 3vw) / 2);
}

ul.pro_center .yx_ImgCover {
    padding-bottom: 56%;
    border: 1px solid #EFEFEF;
    transition: all .5s ease;
}

ul.pro_center .yx_ImgCover img {
    width: 103%;
    height: 103%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

p.p_namebox {
    background: #EFEFEF;
    font-size: var(--yx_FS20);
    text-align: center;
    line-height: 200%;
    padding: 10px 0;
    color: #333;
    transition: all .5s ease;
}

li.pro_center_list:hover .yx_ImgCover {
    border-color: var(--yx_Color);
}

li.pro_center_list:hover p.p_namebox {
    background: var(--yx_Color);
    color: #fff;
}

.star_swiper .swiper-slide {
    background: url(/src/Img/starbg.jpg) no-repeat center/cover;
}

.star_swiper .swiper-slide a {
    display: flex;
    align-items: center;
    color: #fff;
    width: 90%;
    margin: 0 0 0 10%;
    padding: 4vw 0;
    max-width: 900px;
}

.star_swiper .swiper-slide .star_left {
    width: 60%;
    font-size: var(--yx_FS16);
    line-height: 180%;
}

.star_swiper .swiper-slide .star_left p {
    font-size: var(--yx_FS38);
    margin-bottom: 10px;
    line-height: 180%;
}

.star_swiper .swiper-slide .L_imgewe {
    width: 35%;
    margin-left: 5%;
}

.star_swiper .swiper-slide .L_imgewe .yx_ImgContain {
    padding-bottom: 90%;
}
.Inside_right .star_swiper>.swiper-pagination-bullets{
    bottom: 5%;
    left: 3%;
    width: 94%;
    text-align: right;
}
.Inside_right .star_swiper .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    opacity: .5;
}
.Inside_right .star_swiper .swiper-pagination-bullet-active{
    background: #072d58;
}








@media only screen and (max-width:1200px) {
    .star_swiper .swiper-slide .star_left p {
        margin-bottom: 0;
    }
    form.Searching,
    .yx_PPBox1>li.yx_PPList>.yx_PageTit {
        padding: var(--yx_FS20) var(--yx_FS48) var(--yx_FS20) calc(var(--yx_FS48) * 1);
    }

    .Inside_left {
        top: 71px;
    }

    .Inside_right {
        padding: 71px 0 0;
    }

    ul.product_box li {
        width: calc((100% - 50px) / 3);
    }

    .product-details .product_swiper {
        width: 50%;
        padding: 0 3%;
    }

    .product-details .prduct_details_right {
        width: 50%;
        padding: 0 3% 0 0;
    }

}






@media only screen and (max-width:768px) {
    .Inside_text>div {
        padding: 0;
        margin: 0 0 50px 0;
    }

    form.Searching {
        padding: 10px 20px;
        width: 94%;
        position: relative;
        border: 1px solid #eee;
        margin: 3%;
    }

    form.Searching #search_put::-webkit-input-placeholder,
    form.Searching #search_put {
        font-size: 16px;
    }

    section.Inside {
        background: #fff;
        padding-top: 70px;
    }

    .Inside_left {
        width: 100%;
        border-right: none;
        position: static;
    }

    .yx_MoPageBtn {
        display: block !important;
        border: 0;
        background: var(--yx_Color);
        padding: 15px;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        outline: none;
        width: 100%;
        text-align: center;
        line-height: 1;
    }

    .yx_MoPageBtn i {
        color: #fff;
        font-size: 14px !important;
    }

    .yx_PPTCon {
        position: fixed;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 0;
        left: 100%;
        transition: all 0.8s;
        overflow: auto;
    }

    .yx_PPTCon>ul {
        width: 100%;
    }

    .yx_MoPageClose {
        font-size: 24px;
        color: #fff;
        width: 50px;
        height: 50px;
        display: block !important;
        background: var(--yx_Color);
        line-height: 50px;
        text-align: center;
    }

    .yx_ProPageTwo {
        padding: 0px;
        padding-top: 0;
        background: transparent;
        border: none;
    }

    .Inside_right {
        padding: 20px;
        width: 100% !important;
        border: none;
    }

    ul.product_box li {
        width: calc((100% - 10px) / 2);
    }

    .Inside_text {
        margin: 0 auto 5%;
        padding: 0 0% 60px;
    }

    ul.product_box {
        gap: 10px;
    }

    .Bread {
        margin: 0px auto 30px;
        letter-spacing: 1px;
    }

    .product-details .product_swiper {
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    .product-details .prduct_details_right {
        width: 100%;
        margin: 30px auto 0;
        padding: 0;
    }
    .detailsbox {
        flex-wrap: wrap;
        margin: 0;
    }
    .prod_Applications,
    .prod_Characteristics {
        width: 100%;
        margin: 50px 0 0;
    }
    h1.prod_tit {
        font-size: 24px;
    }

    ul.prod_tab>li {
        width: calc(100% / 2);
        height: 60px;
        padding:0 20px;
    }

    ul.prod_Downloa_list li a img {
        display: none;
    }

    ul.prod_Downloa_list li a {
        width: 80px;
        height: 32px;
    }

    ul.prod_Downloa_list li p {
        width: calc(100% - 148px);
    }

    .listbox {
        line-height: 36px;
    }

    .sub_E_mail {
        width: 100%;
    }

    div.p_input {
        width: 100%;
        margin: 20px 0;
    }

    ul.prod_details li>.prod_details_center table td {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    ul.search_box li a {
        padding: calc(var(--yx_FS14) * 2) 0;
    }

    ul.prod_honor_list>li {
        width: calc((100% - 20px) / 3);
    }

    ul.prod_Downloa_list li .down_but {
        display: none;
    }

    ul.prod_Downloa_list li .text_yl {
        width: calc(100% - 40px);
        font-size: 14px;
    }

    ul.prod_honor_list {
        gap: 10px;
    }
    .star_swiper .swiper-slide a{
        flex-wrap: wrap;
        margin: 0 auto;
    }
    .star_swiper .swiper-slide .star_left {
        width: 100%;
        order: 2;
    }
    .star_swiper .swiper-slide .L_imgewe {
        width: 70%;
        margin: 0 auto 5% ;
    }
    .star_swiper .swiper-slide .star_left span {
        display: inline-block;
        min-height: 120px;
    }
    .Inside_right .star_swiper .swiper-pagination-bullet {
        width: 20px;
    }
    .star_swiper .swiper-slide .star_left p {
        font-size: 22px;
    }
    .Inside_right .star_swiper>.swiper-pagination-bullets {
        text-align: center;
        bottom: 10px;
    }
}