*{
    box-sizing: border-box;
}
a{
    color: unset;
}
html{
    width: 100vw;
    overflow-x: hidden;
}
.d-flex-between{
    display: flex;
    justify-content: space-between;
}

.en-header{
    position: sticky;
    top: 0;
    width: 100%;
    background: #ffffff;
    z-index: 11;
    height: 6.9rem;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    justify-content: space-between;
}
.logo{
    width: 15.8rem;
    height: 4.7rem;
}
.en-header-right{
    display: flex;
}
.en-header-right .iconfontEn{
    cursor: pointer;
    font-size: 1.8rem;
    color: #686868;
    margin-left: 2.8rem;
}
.en-footer{
    padding: 2.9rem 0 2.6rem;
    background: #333333;
}
.footer-part1{
    border-bottom: 1px solid #6A6A6A;
    padding: 0 1.6rem 2rem;
}
.word-13-grey{
    font-size: 1.3rem;
    color: #B8B8B8;
    line-height: 2.3rem;
}
.footer-logo{
    margin-top: 2rem;
    width: 20.6rem;
    color: #ffffff;
}
.footer-part2{
    border-bottom: 1px solid #6A6A6A;
    padding: 0 1.7rem 3.8rem;
}
.word-18-white{
    font-size: 1.8rem;
    color: #ffffff;
    margin: 3rem 0 1.9rem;
}
.footer-follow{
    display: flex;
    padding-top: 0.8rem;
}
.footer-follow .iconfontEn{
    margin-right: 1.5rem;
    text-align: center;
    line-height: 4.8rem;
    height: 4.8rem;
    width: 4.8rem;
    border-radius: 50%;
    background: #F49D1A;
    font-size: 4rem;
    color: #ffffff;
}
.footer-qr{
    margin-top: 3.1rem;
    width: 15.3rem;
    height: 15.3rem;
}
.footer-part3{
    padding: 0.9rem 1.8rem 0;
}
.footer-info{
    font-size: 0.9rem;
    color: #B8B8B8;
    line-height: 1.8rem;
    margin-top: 1.5rem;
}
.footer-info span{
    margin-right: 3.6rem;
}
.en-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
}
.en-title-word{
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #686868;
    font-weight: bold;
    white-space: nowrap;
}
.en-title-line{
    width: 100%;
    margin-left: 2rem;
    height: 1px;
    background: #F49D1A;
}
.deng-service{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
}
.deng-item{
    margin-top: 6.2rem;
    position: relative;
    width: 16.5rem;
    height: 20.5rem;
    background: #DFDFDF;
    padding: 0 0.9rem;
}
.deng-item img{
    position: absolute;
    left: 4.3rem;
    top: -3.9rem;
    width: 8rem;
    height: 8rem;
}
.deng-item-name{
    margin-top: 5.2rem;
    text-align: center;
    font-size: 1.3rem;
    font-family: Arial;
    font-weight: bold;
    color: #636866;
    height: 3rem;
    padding: 0 1rem;
    line-height: 1.5rem;
}
.deng-item-des{
    font-size: 1.8rem;
    color: #636866;
    line-height: 3rem;
    margin-top: 0.8rem;
    transform: scale(0.5);
    transform-origin: left top;
    width: 28rem;
}
.page-nav{
    display: flex;
    align-items: center;
    padding-left: 1.5rem;
    height: 3.6rem;
    background: #ffffff;
}
.page-nav-item{
    color: #686868;
    margin-right: 0.8rem;
    font-size: 1.2rem;
}
.page-nav .on{
    color: #F49D1A;
}
.product{
    padding: 2rem 1.5rem 4rem;
    background: #EFEFEF;
    display: flex;
    justify-content: space-between;
}
.product-left{
    width: 11rem;
}
.product-left-item{
    width: 11rem;
    color: #686868;
    font-size: 1.2rem;
    margin-bottom: 2.8rem;
    line-height: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-right{
    width: 22.6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-item{
    margin-bottom: 1rem;
    width: 10.8rem;
}
.product-item img{
    width: 10.8rem;
    height: 10.8rem;
    object-fit: cover;
}
.product-item div{
    line-height: 1.4rem;
    color: #4B4B4B;
    font-size: 1.2rem;
    margin-top: 0.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 2.8rem;
    text-align: center;
}
.page-cut{
    margin-top: 1rem;
    width: 100%;
    display: flex;
    border-top: 1px solid #D5D2D2;
    border-bottom: 1px solid #D5D2D2;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 3rem;
    height: 4.2rem;
}
.page-cut-btn{
    width: 8rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 2.1rem;
    border: 1px solid #D5D2D2;
    font-size: 1.3rem;
    font-family: ArialMT;
    color: #686868;
    line-height: 4rem;
    flex-shrink: 0;
    text-align: center;
    border-top: none;
    border-bottom: none;
}
.page-cut-num{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    width: 100%;
}
.page-cut-num .layui-icon-down{
    margin-left: 0.6rem;
}
.rotate-180{
    transform: rotate(180deg);
}
.menu-warp{
    position: absolute;
    top: 6.9rem;
    width: 100%;
    background: #ffffff;
    padding-bottom: 3.4rem;
    left: 0;
    display: none;
}
.menu-warp-top{
    border-top: 2px solid #686868;
    border-bottom: 2px solid #686868;
}
.menu-warp-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CAC9C9;
    height: 5.3rem;
    padding: 0 1.5rem;
    color: #686868;
    font-size: 1.3rem;
    font-weight: bold;
}
.other-option{
    margin-top: 2.6rem;
    font-size: 1.3rem;
    color: #636866;
    display: block;
    padding: 0 1.4rem;
}

.page-bar ul{
    display: flex;
    flex-wrap: wrap;
}
.page-bar ul li{
    margin-bottom: 1rem;
}
.page-bar ul li span{
    margin: 0 37px;
    line-height: 32px;
    color: #686868;
}
.page-bar ul li a{
    height: 38px;
    width: 38px;
    background: #ffffff;
    border: 1px solid #D5D2D2;
    margin-right: 1rem;
    display: block;
    text-align: center;
    line-height: 38px;
    white-space: nowrap;
    color: #686868;
}
.page-bar .active a{
    color: #ffffff;
    border: none;
    background: #F49D1A;
}
.page-bar .next-btn a,.page-bar .last-btn a,.page-bar .layui-form{
    width: 76px;
}
.en-header-search{
    width: 100%;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0.8rem 0;
    background: rgba(61,87,110,.5);
    position: sticky;
    top: 6.9rem;
    z-index: 10;
    display: none;
}
.en-header-search-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 86.67%;
    padding: 0 1rem;
    border-radius: 0.5rem;
    background: #ffffff;
    height: 100%;
}
.en-header-search-line input{
    width: 76%;
    font-size: 1.2rem;
    border: none;
}
.en-header-search-line .iconfontEn{
    width: 3.4rem;
    text-align: right;
}
.limit2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
