a{
    text-decoration: none !important;
    }
    .content {
    position: relative;
    overflow: hidden;
    }
    
    .picB {
    position: relative;
    height: 100vh;
    overflow: hidden;
    }
    
    .picB .bannerPic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.5s ease 0s;
    }
    .swiper_text {
    position: absolute;
    max-width: 600px;
    width: 100%;
    left: 10%;
    top: 55%;
    transform: translateY(-30%);
    opacity: 0;
    transition: all 0.8s ease .5s;
    }
    .swiper-slide-active .swiper_text{
    transform: translateY(-45%);
    opacity: 1;
    }
    
    .swiper_text h1 {
    font-size: var(--yx_FS54);
    color: #fff;
    font-weight: bold !important;
    letter-spacing: 3px;
    text-align: left;
    display: block;
    
    }
    
    .swiper_text a {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    color: #fff;
    margin-top: 3vw;
    }
    
    .swiper_text a .more-btn {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:transparent;
    border-radius: 100%;
    transition: all .6s;
    }
    .swiper_text a .more-btn .yx_icon{
    color: #fff;
    font-size: 32px;  
    transition: all .6s;
    }
    .swiper_text a:hover .more-btn{
    background-color:  var(--yx_Color);
    }
    .swiper_text a:hover .more-btn .yx_icon{
        font-size: 16px;  
    }
    section.yx_product {
    background: #F9F8F8;
    position: relative;
    z-index: 1;
    }
    section.yx_product:before{
    content:'';
    position: absolute;
    width: 69%;
    background-color: #fff;
    height: 100%;
    z-index: 2;
    background-image: url(/src/Img/bebg1.jpg);
    background-size: 47% auto;
    background-repeat: no-repeat;
    background-position: -10% 115%;
    }
    .product_td {
    width: 69%;
    z-index: 3;
    position: relative;
    }
    .product_td ul {
    display: flex;
    align-items: center;
    padding: 6% 0 10%;
    flex-wrap: wrap;
    }
    
    .product_td ul li {
    width: 50%;
    padding: 0 7%;
    }
    
    .product_td ul li>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 120px;
    cursor: pointer;
    }
    
    .product_td ul li>div i.yx_icon {
    width: 70px;
    height: 70px;
    background: var(--yx_Color);
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: var(--yx_FS36);
    }
    
    .product_td ul li>div div {
    width: calc(100% - 100px);
    margin-left: 30px;
    }
    
    .product_td ul li>div div p {
    font-size: var(--yx_FS36);
    line-height: 100%;
    margin: 5px 0 var(--yx_FS16);
    }
    
    .product_td ul li>div div p b {
    color: var(--yx_Color);
    font-size: var(--yx_FS54);
    padding: 0 10px;
    }
    
    .product_td ul li>div div summary {
    color: #777;
    max-height: 0;
    overflow: hidden;
    transition: all .5s;
    font-size: 15px;
    }
    .product_td ul li>div:hover summary{
        max-height: 100px;
    }
    .product_td ul li>div div summary span{
    
    display: inline-block;
    
    margin: 0 5px 5px 0;
    }
    .product_search {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 735px;
    width: 39%;
    background: var(--yx_Color);
    border-radius: 30px 0px 0px 0px;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3% 0 3% 11%;
    /* transition: all 1s ease .2s; */
    }
    .product_search.active{
    opacity: 1;
    }
    .product_search h3 {
    font-size: var(--yx_FS24);
    text-align: left;
    max-width: 300px;
    width: 90%;
    display: flex;
    align-items: center;
    }
    .scroll-icon {
    position: relative;
    z-index: 6;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.6em;
    width: 1em;
    font-size: 22px;
    color: #fff;
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-left: 2vw;
    }
    .scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    }
    .active .scroll-icon {
    opacity:0;
    }
    .product_search form {
    max-width: 300px;
    width: 90%;
    border-bottom: 1px solid #fff;
    margin-top: var(--yx_FS24);
    }
    
    .product_search form .search-input{
    background: transparent;
    border: none;
    color: #fff;
    line-height: var(--yx_FS54);
    width: calc(100% - 35px);
    font-size:var(--yx_FS16);
    }
    .product_search form .search-input:focus-visible{
    outline-style: none;
    }
    .search-input::-webkit-input-placeholder{
    font-size:var(--yx_FS16);
    color:#fff;
    opacity:.5;
    }
    .product_search form .search-btn {
    width: 25px;
    height: 25px;
    background: transparent;
    border: none;
    font-size: var(--yx_FS24);
    color: #fff;
    cursor: pointer;
    }
    .product_grid_3 {
    max-width: 1600px;
    padding: 0 0 8% 5%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    }
    
    .product_grid_left {
    width: 30%;
    }
    
    .product_grid_left h3 {
    font-size: var(--yx_FS36);
    font-weight: bold !important;
    color: #333;
    }
    
    .product_grid_left P {
    font-size: 17px;
    margin-top: var(--yx_FS36);
    line-height: 200%;
    color: #777;
    }
    
    .product_grid_right {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding-top: calc(var(--yx_FS36) * 2);
    overflow: hidden;
    }
    
    .product_listImg {
    width: calc(100% - 220px);
    }
    .product_listImg .imgbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    }
    .product_listImg img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100px);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }
    .product_listImg img.active{
    opacity: 1;
    transform: translateX(0);
    }
    .product_listtext {
    width: 120px;
    margin-left: 100px;
    text-align: right;
    }
    
    .product_listtext p {
    color: #999;
    line-height: 250%;
    font-size: var(--yx_FS22);
    transition: all .5s;
    position: relative;
    cursor: pointer;
    }
    .product_listtext p:before{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--yx_Color);
    height: 1px;
    width: 0%;
    transition: all .5s;
    }
    .product_listtext p.active{
        color: var(--yx_Color);
    }
    .product_listtext p.active:before{
        width: 100%; 
    }
    section.yx_Domain {
    background-image: url(/src/Img/probg.jpg);
    background-size: 100% auto;
    background-position: left top;
    padding: 6% 0;
    position: relative;
    }
    section.yx_Domain:before{
    content:'';
    position:absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: #fa8c3c;
    }
    
    .Domain_center {
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5%;
    }
    
    .Domain_text {
    width: 40%;
    padding-right: 14%;
    }
    
    .Domain_listbox {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    }
    
    .Domain_text h3 {
    font-size: var(--yx_FS38);
    margin: var(--yx_FS24) 0 var(--yx_FS42);
    font-weight: bold !important;
    color: #333;
    }
    
    .Domain_text summary {
    color: #777;
    font-size: 17px;
    line-height: 200%;
    text-align: justify;
    min-height: 190px;
    }
    
    .Domain_list {
    width: 140px;
    position: relative;
    cursor: pointer;
    }
    .Domain_list:before{
    content:'';
    position: absolute;
    right: 0;
    top: 15%;
    background: #FFCD61;
    width: 75%;
    height: 1px;
    transform: translateX(100%);
    }
    .Domain_list .iconbox {position: relative;width: 80px;height: 80px;display: flex;align-items: center;justify-content: center;margin: 0 auto;z-index: 2;overflow: hidden;}
    .Domain_list .iconbox:before{
    content:'';
    width: 100%;
    height: 100%;
    background: var(--yx_Color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .5s;
    }
    .Domain_listbox .active .iconbox:before{
        transform: translate(-50%, -50%) scale(1); 
    }
    .Domain_list .iconbox img {
    filter: drop-shadow(1px 85px 0px var(--yx_Color));
    transform: translateY(-85px);
    }
    .Domain_listbox .active .iconbox img {
        transform: translateY(0px);
        transition: all .5s ease .3s;
    }
    
    .Domain_list h4 {
    text-align: center;
    margin: var(--yx_FS38) 0;
    }
    .Domain_listbox .active h4 {
    color:var(--yx_Color);
    font-weight: bold !important;
    }
    .Domain_list p {
    padding-left: 35px;
    transition: all .8s;
    max-height: 0;
    overflow: hidden;
    }
    .Domain_listbox .active p{
        max-height: 150px;
        overflow: visible;
    }
    a.content {
    position: relative;
    overflow: hidden;
    }
    
    .picB {
    position: relative;
    height: 100vh;
    overflow: hidden;
    }
    
    .picB .bannerPic {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.5s ease 0s;
    }
    section.yx_product {
    background: #F9F8F8;
    position: relative;
    z-index: 1;
    }
    section.yx_product:before{
    content:'';
    position: absolute;
    width: 69%;
    background-color: #fff;
    height: 100%;
    z-index: 2;
    background-image: url(/src/Img/bebg.jpg);
    background-size: 615px auto;
    background-repeat: no-repeat;
    background-position: -10% 115%;
    }
    .product_td {
    width: 69%;
    z-index: 3;
    position: relative;
    }
    .product_td ul {
    display: flex;
    align-items: center;
    padding: 6% 0 10%;
    flex-wrap: wrap;
    }
    
    .product_td ul li {
    width: 50%;
    padding: 0 7%;
    }
    
    .product_td ul li>div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    }
    
    .product_td ul li>div i.yx_icon {
    width: 70px;
    height: 70px;
    background: var(--yx_Color);
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: var(--yx_FS36);
    }
    
    .product_td ul li>div div {
    width: calc(100% - 100px);
    margin-left: 30px;
    }
    
    .product_td ul li>div div p {
    font-size: var(--yx_FS36);
    line-height: 100%;
    margin: 5px 0 var(--yx_FS16);
    }
    
    .product_td ul li>div div p b {
    color: var(--yx_Color);
    font-size: var(--yx_FS54);
    padding: 0 10px;
    }
    
    .product_td ul li>div div summary {
    color: #636363;
    }
    .product_td ul li>div div summary span{
    
    display: inline-block;
    
    margin: 0 5px 5px 0;
    }
    .product_search {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 735px;
    width: 39%;
    background: var(--yx_Color);
    border-radius: 30px 0px 0px 0px;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3% 0 4% 11%;
    }
    
    .product_search h3 {
    font-size: var(--yx_FS24);
    text-align: left;
    max-width: 400px;
    width: 90%;
    letter-spacing: 1px;
    }
    
    .product_search form {
    max-width: 300px;
    width: 90%;
    border-bottom: 1px solid #fff;
    margin-top: var(--yx_FS24);
    }
    
    .product_search form .search-input{
    background: transparent;
    border: none;
    color: #fff;
    line-height: var(--yx_FS54);
    width: calc(100% - 35px);
    font-size:var(--yx_FS16);
    }
    .product_search form .search-input:focus-visible{
    outline-style: none;
    }
    .search-input::-webkit-input-placeholder{
    font-size:var(--yx_FS16);
    color:#fff;
    opacity:.5;
    }
    .product_search form .search-btn {
    width: 25px;
    height: 25px;
    background: transparent;
    border: none;
    font-size: var(--yx_FS24);
    color: #fff;
    cursor: pointer;
    }
    .product_grid_3 {
    max-width: 1600px;
    padding: 0 0 8% 5%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    }
    
    .product_grid_left {
    width: 30%;
    }
    
    .product_grid_left h3 {
    font-size: var(--yx_FS36);
    }
    
    .product_grid_left P {
    font-size: 17px;
    margin-top: var(--yx_FS36);
    }
    
    .product_grid_left a {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    color: #777;
    margin-top: 4.1vw;
    }
    
    .product_grid_left a .more-btn {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 100%;
    transition: all .6s;
    }
    .product_grid_left a:hover .more-btn{
    background-color: var(--yx_Color) !important;
    color: #fff;
    }
    .product_grid_right {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    padding-top: calc(var(--yx_FS36) * 2);
    }
    
    .product_listImg {
    width: calc(100% - 220px);
    }
    .product_listImg .imgbox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    }
    .product_listImg img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateX(100px);
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }
    .product_listImg img.active{
    opacity: 1;
    transform: translateX(0);
    }
    .product_listtext {
    width: 120px;
    margin-left: 100px;
    text-align: right;
    }
    
    .product_listtext p {color: #999;line-height: 260%;font-size: var(--yx_FS22);transition: all .5s;position: relative;cursor: pointer;}
    .product_listtext p:before{
    content:'';
    position: absolute;
    right: 0;
    bottom: 5px;
    background: var(--yx_Color);
    height: 1px;
    width: 0%;
    transition: all .5s;
    }
    .product_listtext p.active{
        color: var(--yx_Color);
    }
    .product_listtext p.active:before{
        width: 100%; 
    }
    section.yx_Domain {
    background-image: url(/src/Img/probg.jpg);
    background-size: 100% auto;
    background-position: left top;
    padding: 6% 0;
    position: relative;
    }
    section.yx_Domain:before{
    content:'';
    position:absolute;
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: #fa8c3c;
    }
    
    .Domain_center {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    }
    
    .Domain_text {
    width: 40%;
    padding-right: 14%;
    }
    
    .Domain_listbox {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    }
    
    .Domain_text h3 {
    font-size: var(--yx_FS38);
    margin-bottom: var(--yx_FS60);
    }
    
    .Domain_text summary {
    color: #777;
    font-size: 17px;
    line-height: 200%;
    text-align: justify;
    }
    
    .Domain_list {
    width: 128px;
    position: relative;
    cursor: pointer;
    }
    .Domain_list:before{
    content:'';
    position: absolute;
    right: 0;
    top: 13%;
    background: #FFCD61;
    width: 80%;
    height: 1px;
    transform: translateX(100%);
    }
    .Domain_list .iconbox {position: relative;width: 85px;height: 85px;display: flex;align-items: center;justify-content: center;margin: 0 auto;z-index: 2;overflow: hidden;}
    .Domain_list .iconbox:before{
    content:'';
    width: 100%;
    height: 100%;
    background: var(--yx_Color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .5s;
    }
    .Domain_listbox .active .iconbox:before{
        transform: translate(-50%, -50%) scale(1);
    }
    .Domain_list .iconbox img {
    filter: drop-shadow(1px 85px 0px var(--yx_Color));
    transform: translateY(-85px);
    }
    .Domain_listbox .active .iconbox img {
        transform: translateY(0px);
        transition: all .5s ease .3s;
    }
    
    .Domain_list h4 {
    text-align: center;
    margin: var(--yx_FS38) 0;
    }
    .Domain_listbox .active h4 {
    color:var(--yx_Color);
    font-weight: bold !important;
    }
    .Domain_list p {
    padding-left: 35px;
    transition: all .8s;
    max-height: 0;
    overflow: hidden;
    }
    .Domain_listbox .active p{
        max-height: 150px;
    }
    .Domain_list p span {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 200%;
    white-space: nowrap;
    }
    .Domain_list p span:before{
    content:'+';
    }
    .swiper_Domainbox {
    width: 100%;
    margin-top: 5%;
    }
    .swiper_Domainbox .swiper-slide{
    transform: scale(0.85);
    transition: all .5s;
    }
    .swiper_Domainbox .swiper-slide-active{
        transform: scale(1);
    }
    .DomainItx {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 62%;
    overflow: hidden;
    border-radius: 50px;
    border: 10px solid transparent;
    }
    
    .DomainItx img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
    }
    .swiper-slide-active .DomainItx{
    border: 10px solid var(--yx_Color);
    }
    .Domain_list p span{
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 200%;
    white-space: nowrap;
    }
    .Domain_list p span:before{
    content:'+';
    }
    .swiper_Domainbox {
    width: 100%;
    margin-top: 5%;
    }
    .swiper_Domainbox .swiper-slide{
    transform: scale(0.85);
    transition: all .5s;
    }
    .swiper_Domainbox .swiper-slide-active{
        transform: scale(1);
    }
    .DomainItx {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 62%;
    overflow: hidden;
    border-radius: 50px;
    border: 10px solid transparent;
    margin: 10px;
    }
    
    .DomainItx img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s;
    }
    .swiper-slide-active .DomainItx{
    border: 10px solid var(--yx_Color);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    }
    section.Super_big {
    /* background-image:url(/src/Img/subbg02.jpg); */
    position: relative;
    background-position: top left;
    background-repeat: no-repeat;
    border-top: 1px solid transparent;
    padding: 7% 0 0;
    }
    section.Super_big:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6%;
    background: var(--yx_Color);
    width: 45%;
    height: 300px;
    border-radius: 0 0 50px 0;
    }
    .yx_big {position: relative;}
    
    .yx_big:before {
    content: '';
    background-image: url(/src/img/bebg1.png);
    position: absolute;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    width: 361px;
    height: 438px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    }
    section.yx_culture,
    section.yx_about{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    }
    section.yx_about:before{
    content:'';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(/src/Img/aboutbg.png);
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
    }
    section.yx_culture:before{
    content:'';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(/src/Img/culturebg.png);
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    }
    .yx_aboutleft {max-width: 1740px;width: 94%;margin: 0 auto;}
    
    .yx_aboutleft h5 {
    font-size: var(--yx_FS18);
    color: var(--yx_Color);
    }
    
    .yx_aboutleft h3 {
    margin: var(--yx_FS18) 0 var(--yx_FS36);
    color: #333;
    font-size: var(
    --yx_FS38);
    max-width: 700px;
    width: 40%;
    font-weight: bold !important;
    }
    
    .yx_aboutleft p {
    color: #777;
    font-size: 18px;
    max-width: 700px;
    width: 40%;
    line-height: 200%;
    }
    section.yx_about>img {
    position: absolute;
    width: 51%;
    height: 101%;
    right: 0;
    bottom: 0;
    transition: all .5s;
    transform-origin: bottom right;
    transform: rotate(0deg);
    }
    
    
    #container.main .section.esg .inner{
    position:relative;
    }
    #container.main .section.esg .inner:before {
    content: '';
    background-image: url(/src/Img/bebg1.png);
    position: absolute;
    right: -2%;
    top: 50%;
    transform: translateY(-50%);
    width: 361px;
    height: 438px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    }
    #container.main .section.esg .txt-wrap {
    position: absolute;
    width: 50%;
    height: 100vh;
    z-index: 1;
    top: 0 !important;
    }
    
    #container.main .section.esg .txt-wrap .txt-box {
    width: auto;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10%;
    opacity: 0;
    transition: all .6s;
    transform: translateY(-50%);
    visibility: hidden;
    }
    
    #container.main .section.esg .txt-wrap .txt-box h3 {
    font-size: var(--yx_FS18);
    color: var(--yx_Color);
    }
    
    #container.main .section.esg .txt-wrap .txt-box p {margin: var(--yx_FS18) 0 var(--yx_FS36);color: #333;font-size: var(--yx_FS38);max-width: 700px;width: 100%;font-weight: bold !important;}
    
    #container.main .section.esg .txt-wrap .txt-box>span {
    color: #777;
    font-size: 17px;
    max-width: 700px;
    width: 40%;
    line-height: 200%;
    }
    
    #container.main .section.esg .txt-wrap .txt-box a {
    display: flex;
    align-items: center;
    font-size: 17px;
    line-height: 30px;
    color: #777;
    margin-top: 4.1vw;
    }
    
    #container.main .section.esg .txt-wrap .txt-box a .more-btn {
    width: 40px;
    height: 40px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    border-radius: 100%;
    transition: all .6s;
    }
    #container.main .section.esg .txt-wrap .txt-box a:hover .more-btn{
    background-color: var(--yx_Color) !important;
    color: #fff;
    }
    #container.main .section.esg .txt-wrap .txt-box.active {
    opacity: 1;
    visibility: visible;
    }
    
    #container.main .section.esg .txt-wrap .progress-wrap {
    display: flex;
    align-items: center;
    position: absolute;
    top: auto;
    right: auto;
    bottom: 4.68vw;
    left: 13.55vw;
    }
    
    #container.main .section.esg .txt-wrap .progress-wrap p {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #555;
    }
    
    #container.main .section.esg .txt-wrap .progress-wrap .progress-bar {
    width: 60px;
    height: 1px;
    background-color: #e2e2e2;
    position: relative;
    margin: 0 10px;
    }
    
    #container.main .section.esg .txt-wrap .progress-wrap .progress-bar progress {
    color: #5185C5;
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1px;
    border: none;
    background: transparent;
    appearance: none;
    }
    
    #container.main .section.esg .txt-wrap .progress-wrap .progress-bar progress::-webkit-progress-value {
    background: #5185C5;
    }
    
    #container.main .section.esg .txt-wrap .progress-wrap .progress-bar progress::-webkit-progress-bar {
    background: transparent;
    }
    
    #container.main .section.esg .mask-wrap .mask {
    overflow: hidden;
    height: 100vh;
    position: relative;
    }
    
    #container.main .section.esg .mask-wrap .mask .bg {
    position: absolute;
    right: 0;
    max-width: 965px;
    width: 50%;
    }
    
    #container.main .section.esg .mask-wrap .mask .cover {
    width: 54%;
    height: 1040px;
    position: absolute;
    right: 0;
    z-index: 1;
    }
    
    #container.main .section.esg .mask-wrap .mask.sustainable .bg {
    bottom: 0;
    }
    
    #container.main .section.esg .mask-wrap .mask.sustainable .cover {
    bottom: 0;
    transform-origin: right bottom;
    }
    #container.main .section.esg .mask-wrap .mask.safe .bg {
    top: 0;
    }
    
    #container.main .section.esg .mask-wrap .mask.safe .cover {
    top: 0;
    transform-origin: right top;
    }
    
    #container.main .section.esg .mask-wrap .mask.safe .cover path {
    transform: translateY(-4vh);
    }
    
    
    #container.main .section.esg .mask-wrap .mask.sensational .bg {
    bottom: 0;
    }
    
    #container.main .section.esg .mask-wrap .mask.sensational .cover {
    bottom: 0;
    transform-origin: right bottom;
    }
    
    #container.main .section.esg .mask-wrap .mask.sensational .cover path {
    transform: translate(10px, -10px);
    }
    
    section.yx_news {
    margin: 0 auto;
    padding: 0 5% 10%;
    }
    
    section.yx_news ul.News_tab {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4%;
    align-items: baseline;
    }
    
    section.yx_news ul.News_tab a {display: inline-block;color: #696969;padding: 0 16px;border-left: 1px solid #999;line-height: 100%;font-size: 18px;}
    
    section.yx_news ul.News_tab li:first-child a {color: var(--yx_Color);/* font-size: var(--yx_FS24); */border: none;}
    
    section.yx_news ul.News_tab a:hover {
    color: var(--yx_Color);
    }
    
    .newbox {
    display: flex;
    flex-wrap: wrap;
    }
    
    .new_img {
    width: 48%;
    }
    
    .new_img .imgBox {
    width: 100%;
    overflow: hidden;
    height: 450px;
    position: relative;
    }
    
    .new_img .imgBox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all .5s;
    }
    .new_img:hover .imgBox img{
    transform: translate(-50%,-50%) scale(1.05);
    }
    .new_img .imgBox a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgb(43 43 43 / 80%);
    color: #fff;
    width: 75%;
    display: block;
    padding: 20px 15% 20px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .5s;
    }
    .new_img .imgBox:hover a{
    width:100%;
    }
    .new_img .imgBox a i.yx_icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    }
    .new_list {
    width: 48%;
    margin-left: 4%;
    height: 450px;
    border-top: 1px solid #999;
    }
    .new_list .swiper-slide {
    border-bottom: 1px solid #999;
    padding-top: 2%;
    }
    
    .NewItx a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #282828;
    margin-top: 5px;
    overflow: hidden;
    }
    
    .NewItx a:hover {
    color: var(--yx_Color);
    }
    .buttombox {
    display: flex;
    justify-content: flex-end;
    margin-top: 3%;
    width: 95%;
    }
    
    .buttombox>i {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    font-size: var(--yx_FS22);
    cursor: pointer;
    transition: all .5s;
    }
    .buttombox>i:hover{
    color:#fff;
    background:var(--yx_Color);
    border-color:var(--yx_Color);
    }
    .time {
        color: #999;
        font-size: 14px;
    }
    @media only screen and (max-width:1440px) {
    .product_td ul li {
        padding: 0 5%;
    }
    .product_td ul li>div div summary span {
        margin: 0 3px 3px 0;
        font-size: 14px;
    }
    }
    .NewsBox {
    margin-top: 7%;
    }