.index_banner,
.index_banner .swiper-slide {
    height: 83vh;
    position: relative;
}
.swiper-wrapper{
    position: relative;
    height: 100%;
}
.swiper-slide{
    position: relative;
}

.index_banner video {
    width: 100%;
    height: 100%;
}
.banner-title{
    width: 16rem;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.6rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    text-align: left;
    position: absolute;
    top: 56%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
.banner-title .banner-h1,
.banner-title .banner-h1 strong{
    font-size: 0.5rem;
    color: #FFFFFF;
    line-height: 0.8rem;
    /*text-align: center;*/
    margin-bottom: 0.4rem;
    
}
.banner-title .banner-h1 strong {
    margin-left: -0.18rem;
}
.banner-title .banner-h1 strong{
    font-size: 2.1rem;
    font-family: 'lll';
}
.banner-title .banner-h5{
    font-weight: 500;
    font-size: 0.3rem;
    color: #FFFFFF;
    line-height: 0.45rem;
    /*text-align: center;*/
}
.offer-warp{
    background-color: #F8F8F9;
    padding-bottom: 1.2rem;
}
.offer-warp>.offer-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.45rem;
    color: #222222;
    line-height: 0.7rem;
    text-align: center;
    padding: 0.68rem 0 0.89rem 0;
}
.offer-warp .offer-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.offer-warp .offer-list .f-list{
    width: calc((100% - 1rem) / 3);
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.05);
    margin:0.24rem 0;
    background: #fff;
}
.offer-warp .offer-list .f-list .offer-img{
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
	transition: all 0.5s;
}
.offer-warp .offer-list .f-list .offer-img img{
    width: 100%;
	transition: all 0.5s;
	height: 100%;
	object-fit: cover;
}
.offer-warp .f-list-bottom{
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
    position: relative;
}
.offer-warp .f-list .offer-more{
    width: 0.55rem;
    height: 0.55rem;
    position: absolute;
    top: -0.28rem;
    right: 0.32rem;
}
.offer-warp .f-list .offer-more img{
    width: 100%;
}
.offer-warp .f-list-bottom .offer-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.25rem;
    color: #222222;
    text-align: left;
    margin-bottom: 0.22rem;
}
.offer-warp .f-list-bottom .offer-content{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.23rem;
    text-align: left;
}

.offer-warp .f-list:hover .offer-img>img{
    transform: scale(1.05);
}
.service-warp{
    width: 19.2rem;
    height: 6rem;
    background: url("../images/index-bg.png");
    background-size: cover;
    padding: 1.38rem;
}
.service-warp .service-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.5rem;
    color: #FFFFFF;
    line-height: 0.7rem;
    text-align: center;
    margin-bottom: 1rem;
}

.service-warp .service-list{
    display: flex;
    justify-content: space-between;
}
.service-warp .service-icon{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: column;
    align-items: center;
}
.service-warp .service-icon div:nth-child(2){
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.3rem;
    text-align: center;
    margin-top: 0.36rem;
    cursor: pointer;
}
.service-warp .service-icon div:nth-child(1){
    height: 0.69rem;
}

.service-warp .service-icon div:nth-child(1){
    height: 100%;
}
.offer-warp p{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.25rem;
    color: #222222;
    line-height: 0.55rem;
    margin-bottom: 0.6rem;
}
.offer-warp p .aboutkey{
     font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.25rem;
    color: #042960;
    line-height: 0.55rem;
    margin-bottom: 0.6rem;
    font-weight: bold;
}
.product-warp .product-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.45rem;
    color: #222222;
    line-height: 0.7rem;
    text-align: center;
    margin-top: 0.73rem;
    margin-bottom: 0.93rem;
}

.product-list{
    width: 100%;
    height: 3.43rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.15rem 0.01rem rgba(0,0,0,0.1);
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    margin-top: 0.78rem;
    display: flex;
}
.product-list:last-child{
    margin-bottom: 1.13rem;
}
.product-list .product-img{
    width: 5.99rem;
    height: 3.43rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.product-list .product-img img{
    width: 100%;
    height: 100%;
    border-radius: 0.05rem;
    transition: all 0.4s;
}
.product-list .product-img:hover img{
    transform: scale(1.03);
    border-radius: 0.05rem;
}
.product-list .product-js{
    width: calc(100% - 5.9rem);
    padding: 0.64rem 0.97rem;
    padding-right: 2.13rem;
}
.product-list .product-js .js-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.25rem;
    color: #222222;
    line-height: 0.7rem;
}
.product-list .product-js .js-content{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 16px;
    color: #777777;
    line-height: 2;
    margin-top: 0.2rem;
    margin-bottom: 0.37rem;
}
.product-list .product-js .js-more{
    width: 0.55rem;
    height: 0.55rem;
    background: url("../images/more-icon2.png");
    background-size: 100%;
    transition: all 0.4s;
    cursor: pointer;
}
.product-list .product-js:hover .js-more{
    width: 0.55rem;
    height: 0.55rem;
    background: url("../images/more-icon.png");
    background-size: 100%;
}

.index_banner .swiper-slide {
    position: relative;
}
.index_banner::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #031B47 0%, #052A61 50.97%, rgba(5, 44, 101, 0.75) 62.49%, rgba(7, 58, 125, 0.42) 100%);
    z-index: 9;
}
.index_banner.pd-d.d2{
    height: 83vh !important;
    position: relative;
}
.indexbannerSwiper {
    height: 100%;
}

.index_banner.pd-d.d2 .swiper-slide {
    height: 100%;
}
.index_banner .indexbannerSwiper img {
    transform: scale(1);
    transition: 10s;
}
.index_banner .indexbannerSwiper .swiper-slide-active img {
    transform: scale(1.1);
}
.index_banner.pd-p{
    /*height: 7rem;*/
}
.p-detail-title{
    width: 8.69rem;
    height: 2.45rem;
    background: #FFFFFF;
    position: relative;
    bottom:1.9rem;
    left: 1.6rem;
    padding: 0.45rem 0.6rem;
}
.p-detail-title::after{
    content: '';
    width: 100%;
    height: 0.07rem;
    display: block;
    background: #042960;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p-detail-title .pd-title1{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.6rem;
    color: #042960;
}
.p-detail-title .pd-title2{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.3rem;
    color: #042960;
    margin-top: 0.13rem;
}
.pdetail-warp .pd-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.4rem;
    color: #222222;
    line-height: 0.7rem;
    margin-bottom: 0rem;
    margin-top: 0.74rem;
}
.pdetail-warp .pd-detail-table{
    display: flex;
    justify-content: space-between;
}
.pdetail-warp .pd-detail-img{
    width: 6.38rem;
    height: 4.52rem;
    overflow: hidden;
}
.pdetail-warp .pd-detail-img:hover img{
    transform: scale(1.04);
}
.pdetail-warp .pd-detail-img img{
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.pdetail-warp .pd-table{
    width: calc(100% - 6.96rem);
}
.pdetail-warp .pd-table .pd-table-t{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.23rem;
    margin-bottom: 0.3rem;
}
.pdetail-warp .pd-table .pd-t{
    display: flex;
}
.pdetail-warp .pd-table .pd-t .tr{
    width: 50%;
    text-align: center;
}
.pdetail-warp .pd-table .pd-t .tr:nth-child(1){
    border-left: 0.01rem solid rgba(112,112,112,0.3);
    border-right: 0.01rem solid rgba(112,112,112,0.3);
}
.pdetail-warp .pd-table .pd-t .tr:nth-child(2){
    border-right: 0.01rem solid rgba(112,112,112,0.3);
}

.pdetail-warp .pd-table .pd-t .tr div{
    height: 0.5rem;
    line-height: 0.5rem;
    border-top: 0.01rem solid rgba(112,112,112,0.3);
}
.pdetail-warp .pd-table .pd-t .tr div:last-child{
    border-bottom: 0.01rem solid rgba(112,112,112,0.3);    
}
.pdetail-warp .pd-table .pd-t .tr .th{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.22rem;
    color: #000000;
    background: rgba(112,112,112,0.1);
}
.pdetail-warp .pd-table .pd-t .tr .td{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 300;
    font-size: 0.2rem;
    color: #777777;
    text-align: center;
}
.pdetail-warp .pd-table .pd-t .tr .td span{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 400;
    font-size: 0.2rem;
    color: #000;
    text-align: center;
}
.pdetail-warp .pd-ENQUIRE{
    width: 2.2rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 0.03rem solid #042960;font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #042960;
    line-height: 0.3rem;
    text-align: center;
    line-height: 0.52rem;
    cursor: pointer;
    margin-top: 0.43rem;
    transition: all 0.3s;
}
.pdetail-warp .pd-ENQUIRE:hover{
    background: #042960;
    color: #fff;
}
.pdetail-warp .pd-ENQUIRE:hover a {
    color: #fff;
}
.be-list-hr,
.pdetail-warp .hr{
    height: 0.07rem;
    background: #042960;
    margin-top: 1.24rem;
}
.pdetail-warp .h3{
    margin-top: 1.03rem !important;
}
.pdetail-warp .pd-list.p{
    padding-top: 2.23rem;
}
.pdetail-warp .pd-detail-img.p3{
    width: 4.52rem;
    height: 4.52rem;
    margin: 0 auto;
    position: relative;
}
.pdetail-warp .pd-detail-img.p3::before{
    content: '';
    width: 1.84rem;
    height: 2rem;
    display: block;
    background: url("../images/new.png");
    background-size: 100%;
    position: absolute;
    top: -1.5rem;
    left: -1.17rem;
    z-index: -1;
}
.pdetail-warp .pd-table.pd3 .pd-table-t{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.4rem;
    color: #222222;
    line-height: 0.5rem;
    margin-bottom: 0.45rem;
}
.pdetail-warp .pd-table.pd3 .pd-t{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
}
.pdetail-warp .pd-table.pd4 .pd-t{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.35rem;
}
.be-js{
    width: 11rem;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #444444;
    line-height: 0.35rem;
    margin: 0 auto;
    margin-top: 0.74rem;
    margin-bottom: 0.72rem;
}
.be-plist{
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    width: 16.4rem !important;
}
.be-plist .be {
    width: calc((100% - 1.2rem) / 3);
    height: 7.5rem;
    background: #FFFFFF;
    border: 0.2rem solid #F9F9F9;
    margin-bottom: 0.7rem;
    position: relative;
    transition: all 0.4s;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
}
.be-plist .be:hover{
    border: 0.4rem solid #042960;
}
.be-plist .be .be-img{
    width: 3.98rem;
    height: 3.98rem;
    margin: 0 auto;
}
.be-plist .be .be-img img{
    width: 100%;
    height: 100%;
}
.be-plist .be .ss{
    margin-top: 0.52rem;
    margin-bottom: 0.12rem;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.35rem;
    color: #222222;
    line-height: 0.7rem;
    text-align: center;
}
.be-plist .be .en{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #042960;
    line-height: 0.3rem;
    text-align: center;
    position: relative;
}
.be-plist .be .en::after{
    content: '';
    width: 1.38rem;
    height: 0.05rem;
    background: #042960;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    transform: translateX(-50%);
}
.be-plist .be .add{
    width: 0.68rem;
    height: 0.68rem;
    overflow: hidden;
    position: absolute;
    bottom: -0.44rem;
    left: 50%;
    transform: translateX(-50%);
}
.be-plist .be .add img{
    width: 100%;
    height: 100%;
}


/* be-details */
/* be-details--end */
.be-detail-warp{
    background: rgba(0,0,0,0.15);
    position: fixed;
    width: 100%;
    height: 100%;
}
.be-detail-warp .be-detail{
    width: 14rem;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    padding: 0.4rem 0.64rem;
    position: relative;
}
.be-detail-warp .be-detail .be-name{
    width: 4.21rem;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.35rem;
    color: #222222;
    line-height: 0.7rem;
    text-align: center;
}
.be-detail-warp .be-detail .beimg{
    width: 4.3rem;
}
.be-detail-warp .be-detail .be-img{
    height: 4.3rem;
    margin-bottom: 0.75rem;
}

.be-detail-warp .be-detail .be-img img{
    height: 100%;
}
.be-detail-warp .be-detail .be-btn{
    width: 2.2rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 0.03rem solid #042960;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #042960;
    line-height: 0.5rem;
    text-align: center;
    margin: 0 auto;
    transition: all 0.4s;
    cursor: pointer;
}
.be-detail-warp .be-detail .be-btn:hover{
    background: #042960;
    color: #fff;
}
.be-detail-warp .be-detail .swiper .swi{
    background: url("../images/top-icon.png");
    width: 0.24rem;
    height: 0.13rem;
    background-size: 100%;
    margin-right: 0.56rem;
    cursor: pointer;
}
.be-detail-warp .be-detail .swiper .swi-bottom{
    transform: rotate(180deg);
}
.be-detail-warp .be-detail .swiper .swi-top:hover{
    background: url("../images/bottom-icon.png") !important;
    width: 0.24rem;
    height: 0.13rem;
    background-size: 100% !important;
    margin-right: 0.56rem;
    cursor: pointer;
    transform: rotate(180deg);
}
.be-detail-warp .be-detail .swiper .swi-bottom:hover{
    background: url("../images/bottom-icon.png") !important;
    width: 0.24rem;
    height: 0.13rem;
    background-size: 100% !important;
    margin-right: 0.56rem;
    cursor: pointer;
    transform: rotate(360deg);
}
.be-detail-warp .be-detail .swiper .swi-top{
    margin-bottom: 0.05rem;
}
.be-detail-warp .be-detail .swiper .swi-bottom{
    margin-top: 0.05rem;
}
.be-detail-warp .be-detail .swiper{
    width: calc(100% - 8.51rem);
    /* width: 1.45rem; */
    display:flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
.be-detail-warp .be-detail .s-l{
    width: 1.45rem;
    height: 1.45rem;
    background: #FFFFFF;
    border: 0.1rem solid #F9F9F9;
    margin: 0.1rem 0;
    transition: all 0.5s;
}
.be-detail-warp .be-detail .s-l img{
    width: 0.92rem;
    height: 0.92rem;
    margin: 0.18rem;
}
.be-detail-warp .be-detail .s-l:hover{
    border: 0.1rem solid #042960;
}

.be-detail-warp .be-detail .s-l:hover img{
    transform: scale(1.04);
}

.be-close{
    width: 0.68rem;
    height: 0.68rem;
    border-radius: 50%;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%);
}
.be-close img{
    width: 100%;
    height: 100%;
}
.be-detail-js,
.be-detail-js p{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #444444;
    line-height: 0.35rem;
}
.be-d-c .pd-table{
    width: 100%;
}
.pd-table p {
    line-height: 2;
}
.be-d-c .pd-table .pd-ENQUIRE{
    margin: 0 auto;
}

.be-d-c .pd-table .pd-t{
    margin: 0 auto;
}
.be-d-c .pd-table .pd-t.t1{
    width: 10.97rem;
    height: 5rem;
}
.be-d-c .pd-table .pd-t.t2{
    width: 12rem;
    height: 8.03rem;
}
.be-d-c .pd-table .pd-t.t3{
    width: 10rem;
    height: 10rem;
}
.be-d-c .pd-table .pd-t img{
    width: 100%;
    object-fit: contain;
}
.p-detail-title.pl{
    width: 9.8rem !important;
    font-size: 0.6rem;
}
.be-detail-js.pl p{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #444444;
    line-height: 0.35rem;
}
.be-detail-js.pl p:first-child{
    font-weight: lighter !important;
    margin-bottom: 0.4rem;
}
.pl-warp .pl-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.4rem;
    color: #333333;
    line-height: 0.7rem;
}
.pl-warp .pl-list .pl-img{
    height: 4.8rem;
    width: auto;
    overflow: hidden;
}
.pl-warp .pl-list .pl-img img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
.pl-warp .pl-list .pl-content{
    background: #042960;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.19rem;
    color: #FFFFFF;
    line-height: 0.35rem;
    padding: 0.94rem 1.5rem 1.28rem 1.5rem;
    position: relative;
}
.pl-warp .pl-list .pl-content p:last-child{
    margin-top: 0.24rem;
}
.pl-warp .pl-list .pl-content::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-width: 1rem 16rem 0 0.02rem;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}
.pl-warp .pl-list .ppll{
    position: relative;
}
.pl-warp .pl-list .pl-en{
    width: 2.2rem;
    height: 0.56rem;
    background: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 0.03rem solid #042960;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #042960;
    line-height: 0.56rem;
    position: absolute;
    right: 1.6rem;
    bottom: 0.55rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
}
.pl-warp .pl-list .pl-en:hover{
    background: #042960;
    color: #fff;
    line-height: 0.56rem;
}
.pl-warp>.pl-list:nth-child(2n) .pl-content{
    background: rgba(4,41,96,0.15);
    color: #333333;
}
.pl-warp>.pl-list{
    margin-bottom: 1.2rem;
}
.pl-hr{
    height: 0.07rem;
    background: #042960;
}
.pl-warp>.pl-list:last-child{
    margin-bottom: 0.7rem;
}
.contact-warp.pl{
    padding-top: 0.67rem !important;
}


/* food Additives */
.fd-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.3rem;
    color: #042960;
    margin-top: 0.1rem;
}
.fd-warp .fd-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.73rem;
    padding-bottom: 0.9rem;
    position: relative;
}

.fd-warp .fd-list::after{
    content: '';
    width: 100%;
    height: 0.07rem;
    display: block;
    background: #042960;
    position: absolute;
    bottom: 0;
    left: 0;
}
.fd-warp .fd-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.4rem;
    color: #222222;
    margin-bottom: 0.2rem;
}
.fd-warp .fd-content{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    line-height: 2;
}
.fd-warp .fd-en{
    width: 2.2rem;
    height: 0.56rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 0.03rem solid #042960;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #042960;
    line-height: 0.3rem;
    text-align: center;
    line-height: 0.56rem;
    cursor: pointer;
    transition: all 0.4s;
}
.fd-warp .fd-en:hover{
    background: #042960;
    color: #fff;
}


/* Services */
.services-warp.d2{
    margin-top: 0.72rem;
}
.services-warp .ser-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.45rem;
    color: #222222;
    line-height: 0.7rem;
    margin-bottom: 0.9rem;
    text-align: center;
}
.services-warp .ser-list{
    display: flex;
    justify-content: space-around;
    margin-bottom: 1.5rem;
    /* align-items: center; */
}
.services-warp .ser-list:last-child{
    margin-bottom: 0;
}
.services-warp .ser-list>div{
    width: calc((100% - 1rem) / 2);
    position: relative;
}
.services-warp .ser-list .ser-right{
    height: 4.72rem;
    overflow: hidden;
}
.services-warp .ser-list .ser-right:hover img{
    transform: scale(1.04);
}
.services-warp .ser-list .ser-right>img{
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}
.services-warp .ser-list .ser-l-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.35rem;
    color: #222222;
    line-height: 0.7rem;
}
.services-warp .ser-list .ser-l-hr{
    width: 0.65rem;
    height: 0.11rem;
    background: #042960;
    margin-bottom: 0.87rem;
    margin-top: 0.06rem;
}
.services-warp .ser-list .ser-l-content{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.18rem;
    color: #777777;
    line-height: 0.26rem;
    padding-bottom: 0.9rem;
}
.services-warp .fd-en{
    width: 2.2rem;
    height: 0.56rem;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 0.03rem solid #042960;
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.2rem;
    color: #042960;
    line-height: 0.3rem;
    text-align: center;
    line-height: 0.56rem;
    cursor: pointer;
    transition: all 0.4s;
    margin-top: 0.2rem;
    position: absolute;
    bottom: 0;
}
.services-warp .fd-en:hover{
    background: #042960;
    color: #fff;
}

.services-warp .ser-hr{
    height: 0.07rem;
    background: #042960;
    margin-top: 1.18rem;
}

/* contact us */
.index_banner.pd-d2{
    /*height: 7rem;*/
}
.cs-warp .cs-title{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.45rem;
    color: #222222;
    text-align: center;
    margin-top: 0.68rem;
    margin-bottom: 0.89rem;
}
.cs-warp .cs-ways{
    display: flex;
    justify-content: center;
}
.cs-warp .ways{
    /*margin: 0 1.5rem;*/
    flex: 0 0 calc(100% / 3);
}
.cs-warp .way-img{
    width: 100%;
    height: 0.76rem;
}
.cs-warp .way-img img{
    height: 100%;
    display: block;
    margin: 0 auto;
}
.cs-warp .way{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.3rem;
    color: #222222;
    text-align: center;
    margin-top: 0.25rem;
    margin-bottom: 0.15rem;
}
.cs-warp .way-content{
    font-family: HarmonyOS Sans Naskh Arabic UI, HarmonyOS Sans Naskh Arabic UI;
    font-weight: 500;
    font-size: 0.24rem;
    color: #333333;
    text-align: center;
}