body {
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYiMicro Hei", sans-serif;
    min-width: 1320px;
    margin: 0 auto;
    zoom: calc(100vw / 1320);
}

a {
    color: #333;
    transition: all ease-in-out .5s;
}

a:hover,
a:focus {
    color: #22a1c4;
    transition: all ease-in-out .5s
}

p,
hr,
ul,
ol,
dl,
blockquote,
pre,
address,
fieldset,
figure {
    margin: 0;
}

.royal-form select.royal-radius,
.royal-form textarea.royal-radius,
.royal-form input[type="text"].royal-radius,
.royal-form input[type="password"].royal-radius,
.royal-form input[type="datetime"].royal-radius,
.royal-form input[type="datetime-local"].royal-radius,
.royal-form input[type="date"].royal-radius,
.royal-form input[type="month"].royal-radius,
.royal-form input[type="time"].royal-radius,
.royal-form input[type="week"].royal-radius,
.royal-form input[type="number"].royal-radius,
.royal-form input[type="email"].royal-radius,
.royal-form input[type="url"].royal-radius,
.royal-form input[type="search"].royal-radius,
.royal-form input[type="tel"].royal-radius,
.royal-form input[type="color"].royal-radius,
.royal-form-field.royal-radius ,
.royal-btn.royal-radius{
    border-radius: 8px;
}
.royal-form select, .royal-form textarea, .royal-form input[type="text"], .royal-form input[type="password"], .royal-form input[type="datetime"], .royal-form input[type="datetime-local"], .royal-form input[type="date"], .royal-form input[type="month"], .royal-form input[type="time"], .royal-form input[type="week"], .royal-form input[type="number"], .royal-form input[type="email"], .royal-form input[type="url"], .royal-form input[type="search"], .royal-form input[type="tel"], .royal-form input[type="color"], .royal-form-field{
    border-color: #e6e6e6;
}
.royal-btn-default {
    border-color: #e6e6e6;
    background: linear-gradient(90deg, #e6e6e6 0%, #f6f6f6 100%)
}

.royal-btn-default:focus,
.royal-btn-default:hover {
    background: linear-gradient(90deg, #22a1c4 0%, #52abd6 100%);
    color: #fff !important;
    border-color: #22a1c4;
}

.royal-btn-primary {
    border-color: #22a1c4;
    background: linear-gradient(90deg, #22a1c4 0%, #46ece4 100%)
}

.royal-btn-primary:focus,
.royal-btn-primary:hover {
    background: linear-gradient(90deg, #22a1c4 0%, #52abd6 100%);
    border-color: #22a1c4;
}

.royal-btn-danger {
    border-color: #be5199;
    background: linear-gradient(90deg, #be5199 0%, #e86bbe 100%)
}

.royal-btn-danger:focus,
.royal-btn-danger:hover {
    background: linear-gradient(90deg, #aa4689 0%, #f673cb 100%);
    border-color: #aa4689;
}

.royal-btn-lg {
    font-size: 18px !important;
    padding: 15px 30px;
}

.royal-text-danger {
    color: #c30d23;
}

.royal-text-warning {
    color: #be5199;
}

.royal-text-primary {
    color: #22a1c4 !important;
}

.royal-text-default {
    font-size: 16px !important;
}

.royal-text-lg {
    font-size: 24px !important;
}

.royal-container-sm {
    padding: 0 10px;
    max-width: 1000px;
    margin: 0 auto
}

.royal-container {
    padding: 0px 20px;
    max-width: 1320px;
    width: 1320px;
}

.royal-container-avg {
    max-width: 1320px;
    width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}


.royal-with-topbar-fixed-top {
    padding-top: 0
}

.royal-d-flex {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}


.royal-img-img {
    position: relative;
    transition: all .5s ease;
    overflow: hidden
}

.royal-img-img img {
    width: 100%
}

.royal-img img:hover {
    transform: scale(1.02);
    transition: all .5s ease
}

.royal-img-45 {
    padding-bottom: 80%;
}

.royal-img-34 {
    padding-bottom: 75%;
}

.royal-img-11 {
    padding-bottom: 100%;
}
.royal-absolute{
    position: relative;
}
.royal-absolute{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.royal-a-hover:hover {
    transform: translate3d(0, -5px, 0);
    transition: all .5s;
}

.royal-hover:hover {
    box-shadow: 4px 4px 8px rgb(0 0 0 /20%);
    transform: translate3d(0, -4px, 0);
    transition: all .5s
}


.royal-bg-white {
    background: #fff
}

.royal-bg-main {
    background: #f6f6f6
}

.royal-bg-primary {
    background-color: #22a1c4;
}

.royal-bg-danger {
    background: #aa4689;
}

.royal-box {
    overflow: hidden
}

.royal-boxshadow {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .02);
    border-radius: 8px;
}

.royal-boxshadow-hover {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.04);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.royal-boxshadow-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.royal-en {
    text-transform: capitalize
}

.swiper-pagination-bullet {
    background-color: #fff;
    opacity: .8;
    border: 1px solid #999;
}

.swiper-pagination-bullet-active {
    background: #22a1c4
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-button-prev {
    background: #fff;
    opacity: .8;
    border: 1px solid #e6e6e6;
    border-width: 1px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    left: 0;
    border-radius: 100%
}

.swiper-button-next {
    background: #fff;
    opacity: .8;
    border: 1px solid #e6e6e6;
    border-width: 1px;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    right: 0;
    border-radius: 100%
}

.swiper-button-prev i,
.swiper-button-next i {
    position: absolute;
    top: -1px;
    left: 0;
    width: 38px;
    height: 38px
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #22a1c4;
    border-color: #22a1c4;
    color: #fff;
    transition: all .5s ease-in-out
}

/* head */
.royal-head {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .04); 
}

.royal-logo {
    overflow: hidden;
    line-height: 60px;
    padding: 15px 0;
}

.royal-logo img {
    height: 60px;
}

/* royal-navmenu */
.royal-navmenu-item {
    text-align: center;
    line-height: 90px;
    position: relative
}

.royal-navmenu-item a {
    display: block;
    font-weight: bold;
}

.royal-navmenu-item.royal-active a span {
    color: #22a1c4
}

.royal-navmenu-item.royal-active .royal-icon-angle-down {
    color: #22a1c4
}

.royal-navmenu-item .royal-icon-angle-down {
    position: absolute;
    top: 0;
    right: 10px;
}

.royal-navmenu-sub {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .1);
    left: 50%;
    position: absolute;
    width: 150%;
    margin-left: -75%;
    padding: 0 20px;
    background: #fff;
    top: 100%;
    z-index: 99;
    opacity: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    display: none;
}

.royal-navmenu-sub-icon {
    position: relative
}

.royal-navmenu-sub-icon:after {
    content: "";
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #f6f6f6 transparent
}

.royal-navmenu-sub a {
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    font-weight: normal;
}

.royal-navmenu-sub a:last-child {
    border: none
}

/* royal-banner */
.royal-banner {
    background: #e6e6e6;
    overflow: hidden;
    position: relative;
}

.royal-banner-item {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.royal-banner-item img{
    overflow: hidden; 
    width: 100%;
}
/* royal-inner-banner */
.royal-inner-banner {
    background: #e6e6e6;
    height: 480px;
    overflow: hidden;
    position: relative;
}

.royal-inner-banner-item {
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    -webkit-animation: royal-slide-bg 20s linear infinite;
    animation: royal-slide-bg 20s linear infinite;
}

.royal-inner-banner-info {
    overflow: hidden;
    text-shadow: 5px 10px 20px rgba(0, 0, 0, .1);
    transition: all .5s;
    padding-top: 160px;
}

.royal-inner-banner-info h2 {
    font-size: 40px;
    color: #fff;
}

.royal-inner-banner-info p {
    font-size: 24px;
    color: #fff;
}

/* royal-title */
.royal-title {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.royal-title-sm {
    overflow: hidden;
}

.royal-title-sm span {
    background: #be5199;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    border-radius: 8px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    ;
}

.royal-title h2 {
    font-size: 40px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); 
}



.royal-title h2 span::after {
    background: linear-gradient(90deg,
            #22a1c4 0%,
            #46ece4 100%) ;
    height: 5px;
    border-radius: 8px;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    background-size: 200% 100%;
    animation: flowingGradient 3s linear infinite;
}

.royal-title p {
    padding-bottom: 20px;
}

.royal-title p span {
    position: relative;
    padding-bottom: 20px;
}

.royal-title p span::after {
    background: linear-gradient(90deg,
            #22a1c4 0%,
            #9fcb4c 50%,
            #22a1c4 100%);
    height: 5px;
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    background-size: 200% 100%;
    animation: flowingGradient 3s linear infinite;
}

@keyframes flowingGradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* royal-qianyan */



.royal-qianyan-item-img {
    padding-bottom: 51.3%;
    display: block;
    overflow: hidden;
}

.royal-qianyan-item-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    /* padding: 20px; */
    box-sizing: border-box;
    overflow: hidden;
}

.royal-qianyan-item:hover .royal-qianyan-item-desc {
    opacity: 1;
    visibility: visible;
}

.royal-qianyan-item-desc img {
    transition: transform 10s linear;
    width: 100%;
    height: auto;
    max-height: none;
    transform: translateY(0);
}

.royal-qianyan-item:hover .royal-qianyan-item-desc img {
    transform: translateY(calc(-100% + 300px));
}

.enlarge-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    color: #333;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: auto;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
}

.royal-qianyan-item:hover .enlarge-button {
    opacity: 1;
}

.enlarge-button i {
    margin-right: 5px;
}

 
.royal-yiju-item-img {
    padding-bottom: 56.25%;
    overflow: hidden;
}

/* royal-xiangmu */
.royal-section2,
.royal-section5 {
    overflow: hidden;
    background: linear-gradient(120deg, #b2eeff 0%, #fff 100%);
    background-color: #cff5ff;
    background-image: url(/uploads/images/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: right center;
}


/* royal-faxian */
.royal-faxian {
    overflow: hidden;
    padding: 0px 0;
}

.royal-faxian-item {
    overflow: hidden;
    border-radius: 8px;
}

/* 全球公认人体衰老的14项标志  */

.royal-biaozhi-fr-txt p {
    font-size: 16px;
}

.royal-biaozhi-fr-txt p.royal-text-danger {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    border-bottom: 1px dotted red;
}


/* 轮播项样式 */
.royal-biaozhi-swiper-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    background: #fff;
}

/* 鼠标悬停效果 */
.royal-biaozhi-swiper-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* 图片容器样式 */
.royal-biaozhi-swiper-item-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.layui-layer {
    background: none !important;
    left: 2%!important;
    top: 2%!important;
}

.layui-layer-shade {
    opacity: .9 !important;
}

.royal-biaozhi-swiper-item:hover img {
    transform: scale(1.05);
}

.royal-biaozhi-swiper-item:hover h3 {
    background: linear-gradient(90deg, #1a8fb3 0%, #8ab83d 100%);
    padding: 20px;
}


.royal-biaozhi-swiper-item-img {
    padding-bottom: 80%;
    display: block;
}

.royal-biaozhi-swiper-item h3 {
    text-align: center;
    background: #be519ae2;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: all .5s;
}

/* royal-section3 */
.royal-section3,
.royal-section4 {
    overflow: hidden;
    background: linear-gradient(150deg, #ffffff 0%, #f6f6f6 100%);
}

/* 研发历程  */
.royal-licheng-tabs {
    height: 676px; /* 根据实际需要调整 */
    overflow-y: hidden; /* 隐藏滚动条但允许程序控制滚动 */
    position: relative;
    transition: scroll-top 0.4s ease; /* 备用过渡效果 */
    padding: 0px 0;
}

.royal-licheng-tab:after {
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #22a1c4;
    z-index: 1; 
    content: '';
}

.royal-licheng-tab {
    position: relative;
    z-index: 2; 
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 20px 25px 20px 0;
    
}

.royal-licheng-tab:last-child {
    margin-bottom: 0;
}

.royal-licheng-tab-content::before {
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: #fff;
    z-index: 2;
    border: 3px solid #22a1c4;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.royal-licheng-tab-content::after {
    content: '';
    position: absolute;
    right: 15px;
    /* 放在圆形的左侧 */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    transition: all 0.3s ease;
}
.royal-licheng-tab:hover .royal-licheng-tab-content::before,
.royal-licheng-tab.active .royal-licheng-tab-content::before {
    background: #22a1c4;
    border-color: #22a1c4;;
}
.royal-licheng-tab:hover .royal-licheng-tab-content:after,
.royal-licheng-tab.active .royal-licheng-tab-content::after { 
   border-left:10px solid #22a1c4;
}
.royal-licheng-tab:hover .royal-licheng-tab-content,
.royal-licheng-tab.active .royal-licheng-tab-content {
    background: #22a1c4;
    color: #fff; 
    border-color: #22a1c4;;
}

.royal-licheng-tab-content {
    text-align: center;
    padding: 18px 40px;
    border-radius: 8px; 
    color: #c30d23;
 
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, .04);
}

.royal-licheng-tab-year {
      font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

 
.royal-licheng-tab:hover .royal-licheng-tab-content::before { 
    background: #22a1c4;
}

 
/* 右侧内容区域 */
.royal-licheng-content {
    flex: 1;
    padding: 20px;
    overflow: hidden; 

}

.royal-licheng-item {
    display: none;
    animation: slideInRight 0.6s ease;
}

.royal-licheng-item.active {
    display: block;
}

.royal-licheng-image {
    padding-bottom:45%;
    margin-bottom: 20px;
}


.royal-licheng-text {
    background-color: #fff;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    border-left: 5px solid #22a1c4;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    height: 230px;
}



.royal-licheng-text h3 {
    color: #22a1c4;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.royal-licheng-text h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(-90deg, #46ece4 0%, #22a1c4 100%);
}

.royal-licheng-text p {
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.3s ease;  
}

 

/* 动画效果 */
@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* royal-chengguo */
.royal-chengguo-item-img {
    padding-bottom: 37.5%;
}

/* royal-section8 */
.royal-section8 {
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    overflow: hidden;
    padding: 200px 0;
    background-attachment: fixed;
}

.royal-section8-info {
    overflow: hidden;
    background: #ffffffec;
    border-radius: 10px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .02);
    padding: 80px;

}

.royal-section8-info h2 {
    font-size: 36px;
    color: #c30d23;
    margin-bottom: 40px;

}

.royal-section8-info p {
    font-size: 16px;
    line-height: 2;

}

/* royal-jiankangguanli-item */
.royal-jiankangguanli-item {
    overflow: hidden;
    background-size: cover;
    padding: 80px;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
}

.royal-jiankangguanli-item-info {
    background: #c30d22d8;
    color: #fff;
    position: relative;
    padding: 40px;
    font-size: 16px;
    line-height: 2;
}

.royal-jiankangguanli-item-info h2 {
    font-size: 40px;
}

.royal-jiankangguanli-item-info span {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #fff;
    color: #c30d23;
    font-size: 32px;
    padding: 20px;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    font-weight: bold;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, .1);
}

.royal-jiankangguanli-prev {
    left: 5%;
}

.royal-jiankangguanli-next {
    right: 5%;
}

/* royal-pingtai */
.royal-sjr {
    overflow: hidden;
    background: #22a1c4;
    padding: 60px 40px;
    color: #fff;
}

.royal-sjr p {

    margin-top: 10px;
}

.royal-pingtai-item {
    box-shadow: 4px 10px 20px rgba(0, 0, 0, .02);
    padding: 40px 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}

.royal-pingtai-item h3 {
    font-size: 18px;
    color: #22a1c4;
}

.royal-pingtai-item img {
    width: 80px;
    margin: 40px 0;
    height: 80px;
}

/* royal-products */
.royal-products {
    overflow: hidden;
    padding: 80px 0;
}

.royal-products-nav {
    overflow: hidden;
    padding: 10px 20px;
}

.royal-products-nav ul {
    background: #fff;
    height: 610px;

}

.royal-products-nav li {
    padding: 14.5px 20px;
    background: #fff;
    display: block;
    position: relative;

}

.royal-products-nav li a {
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.royal-products-nav li:hover {
    color: #fff;
    background: linear-gradient(90deg, #22a1c4 0%, #9fcb4c 100%)
}

.royal-products-tab-bd>ul {
    display: none;
    flex-wrap: wrap;
}

.royal-products-nav li.active {
    background: #22a1c4;
    color: #fff !important;
}

.royal-products-nav li.active a {
    display: block;
}

.royal-products-list {
    overflow: hidden;
    padding: 0px 10px;
}

.royal-products-list li {
    overflow: hidden;
    padding: 10px 10px;
}

.royal-product-list-item {
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    transition: all .5s;
}

.royal-product-list-item:hover {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .1);
    transform: translate3d(0, -5px, 0);
    transition: all .5s;
}

.royal-product-list-item-info {
    padding: 10px;
    overflow: hidden;
}

.royal-product-list-item-info h3 {
    font-size: 16px;
}

.royal-product-list-item-info p {
    margin: 5px 0 0;
}

.royal-product-list-item-img {
    overflow: hidden;
    padding-bottom: 75%;
}

/* royal-about */
.royal-about {
    overflow: hidden;
    padding: 0 0 80px;
}

.royal-info {
    overflow: hidden;
    padding: 0px 20px;
}

.royal-info-tit {
    font-size: 30px;
}

.royal-info-txt {
    overflow: hidden;
    font-size: 16px;
}

.royal-about-advlist {
    overflow: hidden;
    margin: 20px 0;
}

.royal-about-advlist li {
    padding-bottom: 10px;
}

.royal-about-advlist h3 {
    font-size: 32px;
    font-weight: bold;
    color: #22a1c4
}

.royal-about-img {
    overflow: hidden;
    padding: 0 20px;
}

/* royal-inews */


.royal-inews-swiper-container {
    overflow: hidden;
    padding: 10px 20px;
}

.royal-inews-swiper {
    overflow: hidden;
    position: relative;

}

.royal-inews-swiper-item {
    overflow: hidden;
    position: relative;
    background: #fff;
    border-radius: 8px;
    box-shadow: 4px 10px 20px rgba(0, 0, 0, .02);
    transition: all ease .5s;
}

.royal-inews-swiper-item:hover {
    background: #22a1c4;
    color: #fff;
}

.royal-inews-swiper-item:hover h3,
.royal-inews-swiper-item:hover p {
    color: #fff;
}

.royal-inews-swiper-item-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 66.667%;
}

.royal-inews-swiper-item-info {
    position: relative;
    overflow: hidden;
    padding: 20px 20px 30px 20px;
 background: #22a1c4;
    color: #fff;
}

.royal-inews-swiper-item-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
}


.royal-inews-swiper-item-info .desc {
    margin: 10px 0;
}

/* royal-inews-list */

.royal-inews-list {
    overflow: hidden;
    padding: 0 10px;
}

.royal-inews-list li {
    padding: 10px;
}

.royal-inews-list-item {
    border: 1px solid #e6e6e6;
    padding: 20px;
    position: relative;
    border-radius: 8px;
    background: #fff;
}

.royal-inews-list-item h3 {
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.royal-inews-list-item p {
    color: #999;
}

/* royal-icontact */
.royal-icontact {
    overflow: hidden;
    padding: 80px 0;
}

.royal-icontact-list {
    overflow: hidden;
    padding: 0 20px;
}

.royal-icontact-form {
    overflow: hidden;
    padding: 0 20px;
}

.royal-icontact-list li {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
}

/* royal-inner-about */
.royal-inner-about {
    overflow: hidden;
    padding: 80px 0;
}

.royal-inner-about-info {
    overflow: hidden;
    padding: 0px 20px;
}

.royal-inner-about-info-tit {
    font-size: 2.4em;
}

.royal-inner-about-info-txt {
    overflow: hidden;
    margin: 40px 0 0;
}

.royal-inner-about-advlist {
    overflow: hidden;
    margin: 40px 0;
    text-align: center;
}

.royal-inner-about-advlist {
    overflow: hidden;
    margin: 80px 0 0;
}

.royal-inner-about-advlist-num {
    font-size: 40px;
    font-weight: bold;
    color: #22a1c4
}

.royal-inner-about-img {
    overflow: hidden;
    padding: 0 20px;
}

/* royal-inner-history */
.royal-inner-history {
    overflow: hidden;
    padding-bottom: 60px;
}

.royal-inner-history-tit {
    margin-bottom: 20px;
    font-size: 2.4em;
}

.royal-inner-history-swiper {
    padding: 0 0 80px;
    position: relative;
    background: linear-gradient(90deg, #e6e6e6 0%, #f6f6f6 100%);
    margin-top: 20px;
}

.royal-inner-history-swiper::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 4px;
    content: '';
    background: linear-gradient(90deg, #22a1c4 0%, #f6f6f6 100%)
}

.royal-inner-history-item {
    padding: 40px;
}

.royal-inner-history-info {
    overflow: hidden;
    padding: 0px 20px;
}

.royal-inner-history-img {
    overflow: hidden;
    padding: 0 20px;
}

.royal-news-swiper-prev,
.royal-inner-history-prev {
    bottom: 40px;
    top: auto;
    margin: 0;
    left: 40px;
    border-color: #999;
    right: auto;
}

.royal-news-swiper-next,
.royal-inner-history-next {
    bottom: 40px;
    top: auto;
    margin: 0;
    left: 90px;
    border-color: #999;
    right: auto;
}

/* royal-icooper */
.royal-icooper {
    overflow: hidden;
    padding: 100px 0 0px;
}

.royal-icooper li {
    padding: 20px;
}

.royal-icooper li img {
    transition: transform 0.6s ease-in-out;
}

.royal-icooper li img:hover {
    transform: rotate(360deg);
    /* 单次完整旋转 */
}


/* royal-inner-honor */
.royal-inner-honor {
    overflow: hidden;
    padding: 80px 0;
}

.royal-inner-honor-swiper {
    padding: 40px 0;
}

.royal-inner-honor-item {
    overflow: hidden;
    text-align: center;
    padding: 20px;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .04);
    background: #fff;
}

.royal-inner-honor-img {

    padding-bottom: 75%;
    margin-bottom: 20px;

}


/* royal-contact */
.royal-contact-item {
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding: 40px 40px;
    position: relative;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .02);
    background: #fff;
    height: 240px;
}

.royal-contact-item h3 {
    font-size: 18px;
    margin: 20px 0;
}

.royal-contact-item p {
    font-size: 16px;
    color: #666;
}



.royal-form-content {
    padding: 60px 0 0;
}

.royal-form-item .royal-form-group {
    padding: 10px 20px;
    overflow: hidden;
    margin: 0 0 10px;
}


/* royal-news-swiper */
.royal-news-swiper-g {
    padding: 80px 0;
    overflow: hidden;
    background: #fff;
}

.royal-news-swiper {
    background: #fff;
    padding-bottom: 40px;
    border: 1px solid #e6e6e6;

}

.royal-news-swiper-item {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 40px 0;

}

.royal-news-swiper-item-imgbox {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

.royal-news-swiper-item-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.royal-news-swiper-item-info {
    position: relative;
    overflow: hidden;
    padding: 0 40px;

}

.royal-news-swiper-item-info h3 {
    font-size: 24px;
}

.royal-news-swiper-item-info p {
    color: #666;
}

.royal-news-swiper-item-info .desc {
    margin: 40px 0;
}

/* royal-news */
.royal-news-list {
    padding-bottom: 40px;
}

.royal-news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.royal-news-list-item {
    overflow: hidden;
    position: relative;
    display: flex;
    /* align-items: center; */

}

.royal-news-list-item-imgbox {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}

.royal-news-list-item-img {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
}

.royal-news-list-item-info {
    position: relative;
    overflow: hidden;

}

.royal-news-list-item-info h3 {
    font-size: 18px;
}

.royal-news-list-item-info p {
    color: #666;
}

.royal-news-list-item-info .desc {
    margin: 20px 0;
}

/* royal-inner-product-search-container */
.royal-inner-product-search-container {
    overflow: hidden;
}

.royal-inner-product-search {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

/* royal-inner-product-list */
.royal-product-class {
    padding: 60px 0 60px;
}

.royal-inner-product-list {
    overflow: hidden;
    padding: 20px 0;
}

.royal-inner-product-list li {
    padding: 20px;
}

.royal-team-item {
    overflow: hidden;
    padding-bottom: 40px;
  position: relative;
  background: url(/uploads/images/team-bg.png) no-repeat bottom center;
  margin-bottom: 20px; 
    border-radius: 8px;
    transition: all .5s; 
}
 

 
.royal-team-item-info {
    overflow: hidden;
    padding: 20px 80px;
    transition: all .5s
}

.royal-team-item-info h3 {
    font-size: 16px;
    text-align: center;
    color: #22a1c4;
}

 
.royal-team-item-info .desc {
    margin-top: 10px;
    color: #888; 
}

.royal-team-img {
    width: 102px;
  height: 102px;
  padding: 4px;
  border: 1px solid #dcdcdc;
  background: #fff;
  border-radius: 100%;
  margin: 0 auto;
}
.royal-team-img img{ 
  border-radius: 100%; 
}

/* royal-product-detail */
.royal-product-detail {
    overflow: hidden;
}

.royal-product-detail-desc {
    overflow: hidden;
    padding: 0 20px;
}

.royal-product-detail-desc-info {
    overflow: hidden;
    padding: 20px;
    background: #e6e6e6;
    font-size: 16px;
    margin: 20px 0;
    color: #666;
}

.royal-product-detail-desc-price {
    overflow: hidden;
    padding: 20px;
    background: #e6e6e6;
    font-size: 16px;
    margin: 20px 0;
}

.royal-product-detail-thumbs-top {
    overflow: hidden;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .04);
    border-radius: 8px;
    margin-bottom: 20px;
}

.royal-product-detail-thumbs-top-img {
    overflow: hidden;
    padding-bottom: 75%;
}

.royal-product-detail-thumbs {
    padding: 0 20px;
}

.royal-product-detail-thumbs-small-img {
    overflow: hidden;
    padding-bottom: 75%;
}

.royal-product-detail-thumbs-small .swiper-slide {
    opacity: .5;
    border: 2px solid #e6e6e6;
    border-radius: 8px;
}

.royal-product-detail-thumbs-small .swiper-slide-active,
.royal-product-detail-thumbs-small .swiper-slide.active {
    opacity: 1;
    border-color: #22a1c4;
}

/* royal-product-detail-bd */
.royal-product-detail-bd {
    overflow: hidden;
    padding: 0 20px;
}

.royal-product-detail-bd-sidebar {
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.royal-product-detail-bd-sidebar a:hover,
.royal-product-detail-bd-sidebar .royal-active {
    color: #22a1c4;
    font-weight: bold;
}

.royal-product-detail-bd-sidebar a {
    padding: 20px 0px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    font-size: 16px;
}

.royal-product-detail-bd-sidebar .royal-active::after {
    position: absolute;
    height: 2px;
    background: #22a1c4;
    content: '';
    width: 100%;
    bottom: -1px;
    left: 0;
}

.royal-product-detail-bd-container {
    display: none;
    animation: fadeIn 0.3s;
}

.royal-product-detail-bd-container:first-child {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* 底部 */
.royal-foot {
    overflow: hidden;
    padding: 40px 0 0;
    background: #50b0ba;
    color: #fff
}

.royal-foot-logo-container {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #59c3ce;
    margin-bottom: 20px;
}

.royal-foot-tel {
    line-height: 90px;
    overflow: hidden;
    position: relative;
}

.royal-foot-tel span {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 80px;
    top: 0;
}

.royal-photo-content {
    text-align: center;
    overflow: hidden;
}

/* royal-search */
.royal-search-form {
    position: relative;
    overflow: hidden;
}

.royal-search-form .royal-form-group {
    position: relative;
    overflow: hidden;
}

.royal-search-btn {
    position: absolute;
    top: 0;
    right: 0px;
}

.royal-search-modal .royal-modal-dialog {
    border-radius: 8px;
}

.royal-search-modal .royal-modal-bd {
    padding: 20px;
}

/* royal-footnav */
.royal-footnav {
    overflow: hidden;

}

.royal-footnav {
    overflow: hidden;

}

.royal-footnav a {
    display: block;
    margin-bottom: 10px;
    color: #e6e6e6;
    font-weight: bold;
}

.royal-footnav a:hover {
    color: #22a1c4;
}

.royal-footnav-sub a {
    font-weight: normal;
}

.royal-foot-wechat {
    overflow: hidden;
    text-align: center;
}



.royal-copyright {
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #59c3ce;

}


/* royal-inner-g */
.royal-inner-g {
    overflow: hidden;
    padding: 80px 0;
}


/* royal-sidebar */
.royal-sidebar-g {
    overflow: hidden;
    padding-bottom: 20px;
}

.royal-sidebar {
    overflow: hidden; 
    text-align: center;
    padding: 40px 0;
}

.royal-sidebar a:hover,
.royal-sidebar .royal-active {
    background: #22a1c4;
    color: #fff;
    font-weight: bold;
}

.royal-sidebar a {
    padding: 20px 40px;
    display: inline-block;
    position: relative;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: 18px;
    margin:0 20px;
    border-radius: 10px;
}

 

/* royal-pagination  */
.royal-pagination {
    margin-top: 5rem;
    overflow: hidden;
    text-align: center
}

.royal-pagination ul {
    padding: 0
}

.royal-pagination li {
    list-style: none;
    padding-right: 10px;
    display: inline-block
}

.royal-pagination li.active span,
.royal-pagination li a:hover {
    background: #22a1c4;
    color: #fff
}

.royal-pagination a,
.royal-pagination span {
    display: block;
    padding: .4em 1.2em;
    border: 1px solid #e6e6e6;
    background: #fff
}

/* royal-breadcrumb */
.royal-breadcrumb-content {
    overflow: hidden;
    position: relative;
}

.royal-breadcrumb {
    padding: 0;
    bottom: 0;
    position: absolute;
    color: #fff
}

.royal-breadcrumb i::before {
    color: #fff !important
}

.royal-breadcrumb a {
    color: #fff
}

.royal-breadcrumb a:hover {
    color: #22a1c4;
}

.royal-breadcrumb .royal-active {
    color: #22a1c4;
}


/* royal-article */
.royal-article {
    padding: 20px 0;
}

.royal-article-meta {
    font-size: 12px
}

.royal-article-bd {
    line-height: 1.6;
    font-size: 16px;
    padding-top: 10px;
}

.royal-article-bd img {
    display: inline-block
}

.royal-article-content {
    overflow: hidden;
}

.royal-article-title {
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.royal-article-prne {
    padding: 20px 0 0;
    overflow: hidden
}

.royal-article-prne a {
    border-top: 1px solid #e6e6e6;
    display: block;
    padding: 10px 0
}