@font-face {
  font-family: 'en'; 
  src: url(../font/Roboto-Thin.ttf) format('truetype'); 
}

@font-face {
  font-family: 'enB1'; 
  src: url(../font/Roboto-Regular.ttf) format('truetype'); 
}
 

@font-face {
  font-family: 'enB2'; 
  src: url(../font/D-DIN-PRO-500-Medium.otf) format('truetype'); 
}

@font-face {
  font-family: 'menufont'; 
  src: url(../font/Roboto-Medium.ttf) format('truetype'); 
}
 

@font-face {
  font-family: 'enbold'; 
  src: url(../font/Anton-Regular.ttf) format('truetype'); 
}

  .en{
   font-family: 'en';
}

  .enB1{
   font-family: 'enB1';
}

  .enB2{
   font-family: 'enB2';
}

 
.enbold{
   font-family: 'enbold';
}

 .menufont{
   font-family: 'menufont';
}

html,body{ 
  color:#333;
  max-width: 100%; 
  font-family:'enB1',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,Ubuntu, Cantarell, "Open Sans", sans-serif;
  position: relative;
  background: #f3f5f9;
}
 
 
:root {
  --colorpink:#62C4E6;
  --colorblue:#62C4E6;
  --coloryellow: #91C226; 
  --colorgreen: #91C226; 
}
ul{
     list-style: none;
}
li{
   list-style: none;
}

/**********重置一些原样式**************/
.container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1300px;
}
 
.fixed-top{
    z-index: 99999999;
        position: fixed;
    left: 0;
    right: 0;
    top: 0; 
    transition: .5s;
}
.pages,.content{
    min-height: 200px; 
    color:#333;
}
input:focus,
textarea:focus,
button:focus{
  outline: none; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  margin-bottom: 0;
}

h2{
    font-size: 1.8rem;
    margin-top:30px;
    margin-bottom:20px;
    font-weight:600;
} 

h3{
    font-size: 1.4rem;
    margin-top:20px;
    margin-bottom:10px;
    font-weight:600;
} 


a:hover {
    color:#333; 
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}
.clear{
  clear:both;
}
.row{ 
    margin-right:-10px;
    margin-left: -10px;
}
.row0{
  display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  margin-right: -5px;
    margin-left: -5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
  padding-right: 10px;
    padding-left:10px;
}

.col-20{
  -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.mr-0{
  margin: 0
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.nav-pills .nav-link{
  border:none;
}

.nav-link{
  padding:1rem 1rem;
}
.dropdown-menu{
  top:98%;
}
.nav-tabs .nav-link{
  margin-right: 2px; 
}


.w-70{
   width: 70%;
}

.w-80{
   width: 80%
}

.w-60{
   width: 60%
}

.w-50{
   width: 50%
}

.lh-24{
   line-height: 24px;
}

/**********重置一些原结束**************/

/*********自定义一些基本设置**************/

pre{
 position: relative; 
 padding:0; 
 background:none; 
 color:#333; 
 padding-top:0px; 
 border-radius:10px;
 font-family:'enB1',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,Ubuntu, Cantarell, "Open Sans", sans-serif;
}

input:-webkit-autofill {
 box-shadow: 0 0 0 1000px #fff inset;
 -webkit-text-fill-color: #333;
}

    

.mytablecss table{
        width: 100%!important;
        margin:0;
    }
.mytablecss thead{
    border-bottom:2px solid var(--colorblue);
}  
.mytablecss th{
        padding:15px;
        font-size: 18px;
        line-height: 24px;

}  
.mytablecss td{    
        border:none;
        border-bottom:1px dashed #ddd;
        padding:20px 15px;
        font-size: 16px;
        line-height: 24px;
        
     }
 
.mytablecss tr:hover{
        background: var(--colorgreen);
        color:#fff; 
        cursor: pointer; 
}
.mytablecss thead tr:hover{
   background: #fff;
}
 

html ::-webkit-scrollbar {
  width: 10px;
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #233b67;
}
html ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}


.card, .figure{
   margin-top: 0;
}

.pt-mt-0{
  padding:0!important;
  margin:0!important;
}  

.d-flex-center{
   display: flex;
  justify-content:center;    
  align-items:center;
}
.d-flex-center-x{
  display: flex;
  justify-content:center;   
}
.d-flex-center-y{
  display: flex;
   align-items:center;   
}
.fweight{  
   font-weight: bolder;
}
.fw300{
   font-family: "en";
}

.opacity50{
   opacity: 0.5;
}


.color000{
  color:#000!important;
}

.colorfff{
  color:#fff!important;
}

.color666{
  color:#6f6f6f!important;
}

.color888{
  color:#999!important;
}

.colorf8{
   color:#F2FBFB!important;
  
}
.color333{
  color:#333!important;
}

.colorpink,
.coloron{
   color:var(--colorpink)!important;
}

.colorblue{
   color:var(--colorblue)!important;
}
.colorgreen{
   color:var(--colorgreen)!important;
}



.bgfff{
   background:#fff!important; 
}

.bgf8{
   background:#f8f8f8!important;
}

.bgpink{
   background:#231815!important;
}

.bgon{
    background:var(--colorpink)!important;
}

.bgblue{
   background:var(--colorblue)!important;
}
.bggreen{
   background:var(--colorgreen)!important;
}


.bgf3{
   background: #f3f5f9!important;
}

.bgf8{
    background: #F8F8F8!important;
}
.bg000{
   background: #000!important;
}

.letter-2{
   letter-spacing: 2px;
}

.fa-square:before,
.fa-circle:before,
.fa-check-square:before{
  margin-right: 3px;
}

.title-bg{
   background-image: url(../images/titilebg.jpg);
   -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: center center;
    background-size: cover;
    color: #fff;
    display: inline-block; 
}

.leftmenus .onemenu .leftmenus-link{   
    display: block;
    font-size: 16px;
}
.leftmenus .twomenu a{
      font-size: 14px;
      padding-left: 5px;
}

.navbar{
    margin-top:0px;     
    padding:0;
    transition:all 0.6s ease-in-out; 
}
.navbar-top{
   margin-top:-44px;
}

.navbar-light .navbar-toggler{
  border: none;
}


.navbar-toggler-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
}
.navbar-toggler-icon.open {
      background-image: url('../images/close.png'); 
}

.wap-navtop .s-side{
     padding-top:0!important;
}


.left-active{
   color:#0C8E8E;
   font-weight: bold;
}


.fill { object-fit: fill; }
.contain { object-fit: contain; }
.cover { object-fit: cover; }
.none { object-fit: none; }
.scale-down { object-fit: scale-down; }


.swiper-button-prev{
   background:url(../images/banner_arrow2.png) no-repeat left top;
  position:absolute;
  left:20px;
  top:45%;
  margin-top:-35px;
  width:70px;
  height:70px;
  z-index:999;
  cursor: pointer;
}

.swiper-button-next{
     background:url(../images/banner_arrow2.png) no-repeat left bottom;
  position:absolute;
  right:20px;
  top:45%;
  left:auto;
  margin-top:-35px;
  width:70px;
  height:70px;
  z-index:999;
  outline:none;
    cursor: pointer;
}

.col-md-20-50{
      -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
        padding-right: 10px;
    padding-left: 10px;
}

 


.col-md-300{
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-300-last{
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
     padding-left: 10px;
    padding-right: 10px;
}

.head-height{
   height: 120px;
}

/**********自定义一些基本设置结束**************/

.top-head{ 
   height: 34px;
   line-height: 32px;
   display: block;
   width: 100%;  
}
.top-head-px{
   padding:0 40px;
}
.logo-sm-height{
   width:164px;
   height: 50px;
   margin: 15px 15px;
}

.top-height{
   height: 110px;
}

.top-ico{ 
   display: inline-block;
}
.top-ico a{
   color:#fff;
}
.top-ico a:hover{
   color:var(--colorpink);
}


.nav-height{
   height: 90px;
}




 
 

.nav-link{
   padding:0;

}

.navbar-expand-lg .navbar-nav .nav-link{
   font-size: 18px;
   color:#333;
   height: 90px; 
  line-height: 90px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 2rem;
  margin-left:2rem;    
  position: relative;

}


.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:var(--colorpink);   
}
 
.navbar-expand-lg .navbar-nav .on .nav-link{
    color:var(--colorpink); 
}
 
.navbar-nav  li .nav-link:after{
    position: absolute;
    left:0px;
    bottom:0px;
    width: 100%;
    height: 3px;
    background: var(--colorpink);
    content: "";
    z-index: 9999999;
    -webkit-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    box-sizing: border-box;
    border-top: none;
}


.nav-item.on .nav-link:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
 
.nav-item:hover .nav-link:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scaleX(1);
}


/**********二级导航**************/

.nav-item{
   position: relative;
}
.submenu{
    position: absolute;
    top:130%;
    left:20px;
    width:auto; 
    z-index: 999;
    background: rgba(255,255,255,0);
    transition: .2s;
    transition: all 0.6s;
    opacity: 0;
    visibility: hidden;

}

.nav-item:hover .submenu{   
     opacity: 1;
    top:100%;
    visibility:visible;
}


.submenu .submenu-2{   
    padding:10px 30px;
   background: rgba(255,255,255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 16px 0 rgba(40, 40, 40, .24);
   
  
}

.submenu .submenu-2 a{
 
   display: block;
   width: 100%;
   display: flex;
   white-space: nowrap; 
}
.submenu .submenu-2 a:hover{
    color: var(--colorpink)!important; 
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid  rgba(255,255,255, 0.95); 
  margin-left: 20px;
}



/**********二级+三级导航导航**************/

 
.submenu2{
    position: absolute;
    top:100%;
    left:20px;
    min-width:500px;
    display: none;
    z-index: 999;
    word-break: break-all;  
    background: rgba(255,255,255,0); 


}

.nav-item:hover .submenu2{   
    display: block;
}

.submenu2-box{
    padding:30px 20px;
    background: rgba(255,255,255, 0.95);
    border-radius: 10px;
    box-shadow: 0 5px 16px 0 rgba(40, 40, 40, .24); 
    display: flex;
    flex-wrap: nowrap;
}

.submenu2-menu3{
   width: auto;
   margin-right:15px;
   margin-left: 15px;
}
.submenu2-menu3 .name{
  margin-bottom: 15px;
}

.submenu2-menu3 .name a{
   border-bottom: 2px solid #dbe5f7;    
    cursor: pointer;
    font-size: 16px; 
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 10px;
    white-space: nowrap; 
     
}
.submenu2-menu3 .name a:hover{
    color: #E60012;
    border-bottom-color:#E60012; 
}
.submenu2-menu3 ul li{
  display: flex;
  flex-wrap: nowrap;  
  margin-bottom: 10px;
}

.submenu2-menu3 ul li a{
   white-space: nowrap;  
   font-size: 14px;
}
.submenu2-menu3 ul li a:hover{
     color:#E60012;
}
/**********导航上的电话**************/
 
 

.navbar:hover  .top-phone-ico .svg-stroke {
  stroke: var(--colorpink);
}

.navbar:hover  .top-phone-ico .svg-fill {
  fill: var(--colorpink);
}


/**********多级手机端导航*************/


.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-side {
  width: 100%; 
  top:70px;
  left: 0; 
  bottom: 0; 
  padding: 10px;
}
.s-side .s-firstItem i {
  font-size: 20px;
}
.s-side .s-firstItem span {
  display: inline-block;
  margin-left: 10px; 
  white-space: 10px;
}
.s-side .first {
  padding: 10px 0px;
  border-top: 1px dashed #ddd;
}

.foot-s-side .first{
  padding: 10px 0px;
  border-top: 1px dashed #474747;
}

.s-side .d-firstNav span {
  display: inline-block;
  margin-left: 10px;
}



.s-side .fr {
  float: right;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 16px;/***二级**/
}
 

.s-secondNav:hover,
.d-firstNav:hover{
  cursor: pointer
}
.s-side .d-secondDrop {
  margin-left: 30px;
  margin-top: 10px;
}
.iconRotate {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
  display: none;
  margin-top: 10px;
}

.s-thirdItem{
   border-top: 1px dashed #ddd;
   padding:10px 0;
}





/*********顶部搜索**************/
.top-phone2{ ; 
    color:#FFF;
    position: relative;
}
 
.top-phone2:hover .lang{
    display: block;
}



.top-search{
       position: relative;
       display: inline-block;
       cursor: pointer;
}

.top-search input{
    height: 24px;
    border:none;
    border-radius: 20px;
    background: #ffff;
    padding-left: 15px;
    color:#666;
    width: 150px;
     transition: all 0.6s ease-in-out;
     cursor: pointer;
}

.top-search:hover input{
   width:200px;

}
.top-search  button{
   position: absolute;
   outline: none;
   border:none;
   background: none;
   right:5px;
   top:0px;
   z-index: 3;
}

/**********往下拉网页时背景变白色重置导航颜色**************/

.bg-nav{
    background: #fff;
}

.top-phone{
   display: inline-block;
   padding:8px 30px;
   background: var(--colorpink);
   color:#fff!important;
   font-size: 16px;
   border-radius: 30px;
}

.top-phone:hover{
   background: #333;
   color:#fff;
}

.bg-nav-white{
   background:#fff!important;
   margin-top: 0
}
 
 
 .banner-txt{
   top:50%;
   margin-top: -110px;
   
 }

#pc-banner{
  margin-top: 120px;
}
 

.banner-txt .title{
  font-size: 80px;
  font-weight: 700;
  color:#fff;
  opacity: 0;
    transform: translateX(100%);
    transition: all 0.8s ease-in-out;
    text-shadow: 1px 1px 2px #000
}

.banner-txt .subtitle{
   font-size: 40px;
   color:#fff;
   font-weight: 300;
}

.swiper-slide-active .banner-txt .title{
    opacity: 1;
    transform: translateX(0);
}

.index-banner .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    transition: all 0.6s;
}
.index-banner .swiper-pagination-bullet-active{
   width:30px;
   border-radius: 5px;
   background: #fdd100;
}


.ny-top{
   background:#fff;
}
 

.nybanner{
   position: relative; 
   overflow: hidden; 
}

.nybanner-txt{
   position: absolute;
   width: 100%;
   height: 100%;
   z-index: 99;
   left:0;
   top:0;
   display: flex;
   align-items: center;
   background: rgba(0,0,0,0.15);
}

/********新闻中心********/

.news-top{
   padding:10px;
   display: flex;
   background: #fff;
}

.news-top .news-top-left{
   width:40%;
   height: 300px;
}
.news-top .news-top-right{
   width:60%;
}


/* 控制图片轮播的样式 */
.swiper-container-news {
  width: 100%;
  height:300px;
}

.swiper-container-news .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active{
   background: var(--colorpink)
}

/* 控制新闻列表样式 */
.news-list {
  list-style-type: none;
  padding: 0;
  height: 300px;  
}

 
 
.news-item { 
  cursor: pointer; 
  position: relative;
  transition: background-color 0.3s;
}


 
.news-item .title{
   position: relative;
   padding:10px 30px 10px 15px;
   margin-left:30px;
}

/* 添加左边的小三角形箭头 */
.news-item .title:hover::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: transparent #00A0E9 transparent transparent;
}
.news-item:hover .title{
   background: #00A0E9;
   color:#fff;

} 
.swiper-container-news-list  .ask-box{
    margin: 0;
    background: #00A0E9;
    border-radius: 15px;
    padding:40px;
    box-shadow: 2px 2px 2px #ddd;
    height:300px; 
    color:#fff;
    line-height: 30px;
    font-family: "en";

}

.swiper-container-news-list .ask-box .ask-box-over {
    max-height: 300px; /* 最大高度 */
    overflow-y: auto;  /* 当内容超过最大高度时显示滚动条 */
}

.swiper-container-news-list .ask-box .ask-box-over::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.swiper-container-news-list .ask-box .ask-box-over:has(:not(:empty)) {
    overflow-y: scroll; /* 只有在有内容时显示滚动条 */
}

.swiper-container-news-list  .ask-box a{
    color:#333;
}



.listnews{
  padding-top: 0px;
  padding-bottom: 15px;
  margin-bottom: 0px;
}
.newslist{  
  padding:15px 15px 0px 15px; 
  border-bottom:1px solid #eee;
  background: #f3f5f9;
}
.newslist .date {
    padding-top: 15px;
}
.newslist .date .rili{
    font-size: 60px; 
    height: 50px;
     line-height:50px 
}
.newslist .date .day{
    font-size: 60px;
    line-height:60px ;
    height: 60px;
}
 
.newslist .title{
    color:#000; 
    line-height: 30px;       
    display: block;
    margin-top:15px;
    margin-bottom: 15px;
}
.newslist .desc{
    line-height: 24px;
    color:#666;
}
.newslist .date{  
    padding-right: 15px;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.newslist-img{
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.newslist-img img{
    width: 100%;
    height: auto;
    transition: all 0.6s;
}
.newslist:hover .newslist-img img{
    transform: scale(1.2);
}

.newslist:hover .title{
    color:var(--colorpink);
}
.newslist:hover .desc{
   color:#333;
} 




.bloglist{
   background: #fff;
   border:1px solid #ddd;
}
.bloglist .ico{
   width:100%;
   height:200px;
   overflow: hidden;
   background: #fff;
}
 
.bloglist  .text{
   padding:15px;
}
 
.bloglist  .text .title{
   height: 48px;
   overflow-y: hidden;
}
.bloglist:hover{
   background: #f8f8f8;
   border:1px solid #ddd;
}
.bloglist:hover .text .title{
   color:var(--colorblue);
}




 .page-num, .page-link{
    color:#333;
}

.page-num-current{ 
    background-color:#494547;
    border-color:#494547;
    color:#fff;
}

.page-num:hover,
.page-link:hover{
    color:var(--colorpink);
}
.page-num-current:hover{
     color:#fff;
     background-color:#333;
    border-color:#333;
}

.more-btn-w{
  min-width: 120px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  background: #fff;
  color:#333;
  border:1px solid #ddd;
  overflow: hidden;
  position: relative;  
    z-index: 1;
}

.more-btn-w  i{
  transition: all 0.5s;
  margin-left: 10px;
}
.more-btn-w:hover i{
  margin-left: 20px;
}
.more-btn-w:before {
       content: '';
    position: absolute;
    background:var(--colorblue);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}
.more-btn-w:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.more-btn-w:hover{
    color:#fff;
}
.cooperate-list:hover i{
   filter: grayscale(100%) brightness(2000%);
}



.news-banner{
    height: 300px;
    background:#fcf9f4
}

.news-banner .date{
         height: 30px;
    line-height: 30px;
    overflow: hidden;
   
    color: #a4a4a4;
}

.news-banner .title{
     height: 75px;
    line-height: 60px;  
    border-bottom: 1px solid #e4e4e4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#282828;

}

.news-banner .swiper-pagination-bullet{
     border-radius: 0;
}

.news-banner .swiper-pagination-newslist{
    text-align: right;
    padding-right: 30px;
}

.news-banner .swiper-pagination-newslist .swiper-pagination-bullet{
     background: #c9caca;
}
.news-banner .swiper-pagination-newslist  .swiper-pagination-bullet-active{
    background: var(--colorpink);
}











.list-newslist{
  padding:0px; 
  height: 100%;
   background: #FFF;
}
.list-newslist .title{
   height: 48px;
   line-height: 24px;
   overflow-y: hidden;
}
.list-newslist .desc{
   padding:15px;
   height: auto;
  
}
.list-newslist .ico{
    height: 200px;
}

.list-newslist:hover{
   background:#EFFAFE;
   box-shadow: 2px 2px 5px #ddd;
}


/******新闻详情******************/

.news-pages{
     background: #fff;
     padding:50px; 
   }

.news-pages .content{
      
}

.content-page{
     font-size: 14px;
    line-height: 2;
}

.content-page strong{
     color:var(--colorpink);
     margin-bottom: 5px;
     display: inline-block;
}

.news-content-title{ 
     color:#494547;
     position: relative;
     padding-bottom: 10px;
      cursor: pointer;
}
.news-content-title:after{
     position: absolute;
     left:0;
     bottom:0;
     background:var(--colorpink);
     width:50px;
     height: 4px;
     z-index: 1;
     content:"";
     transition: all 0.6s;
}

.news-content-title:hover:after{
     width:80px;

}



.news-line{
    width: 100%;
    height: 1px;
    background: #ddd;
    margin-top: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.news-line .news-ico{
    position: absolute;
    z-index: 99;
    top:-20px;
    background: #fff;
    width: 240px;
    height: 40px;
    left:50%;
    margin-left: -120px;
}

.news-line .news-ico span{
    margin-right: 15px;
    margin-left: 15px;
    color:#666;
}

.news-line .news-ico span a{
    color:#666;
    position: relative;
}

.news-line .news-ico span a:hover{
    color:var(--colorblue);
}

.news-line .news-ico span #newsweixin{
    position: relative;
}
.news-line .news-ico span #newsweixin:hover .newsweixin{
    display: block;
}
.news-line .news-ico span #newsweixin .newsweixin{
    position:absolute;
    width: 200px;
    height: 220px;
    left:-75px;
    top:30px;
    z-index: 999;
    display: none;
        border: 1px solid rgb(238, 238, 238);
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(170 170 170) 0px 2px 10px;
}
.news-line .news-ico span #newsweixin .newsweixin img{
    width: 138px;
}


.qrcode{
    padding-top: 20px;
}

/*******相关推荐********************/


.content-list-box .c-box {
    overflow:hidden;
    margin-bottom:30px;
    background: #eef2f4;
}
.content-list-box .row>[class*='col-'] {
    display:-webkit-box;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    flex-direction:column;
    }
.content-list-box .text-box {
        padding:20px;
}
.content-list-box .text-box .desc{
    height: 124px;
    overflow:hidden;
}
.content-list-box .c-box .imgbox {
    overflow:hidden;
    position:relative; 
    background: #f2f2f2;
}
.content-list-box .c-box .imgbox img {
    transition: all 0.6s;
    min-height: 100%;
}
.content-list-box img {
    float:left;
    width:100%;
    -webkit-transition:all 0.5s;
    transition:all 0.5s;
}
.content-list-box .text-box {
    width:100%;
    float:left;
    text-align:left;
    padding:15px;
    background-color:#f8f8f8;
    position:relative;
    z-index:2;
    overflow:hidden;
}
.content-list-box .text-box h4 {
    line-height:24px;    
    overflow: hidden; 
    color:#333;
    margin:0; 
    position:relative;  
    
}
.content-list-box .c-box:hover img {
    -webkit-transform:scale(1.2);
    -ms-transform:scale(1.2);
    transform:scale(1.2);
}
.content-list-box .c-box:hover .text-box {
    background:#f2f2f2;
    color:#202a44;
}

.more{
    padding: 0 30px;  
    text-align: center;
    border: 1px solid #ddd;
    display: inline-block;
    color: #333;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
     min-width: 170px;
    height: 50px;
    line-height: 48px; 
    overflow: hidden;
    position: relative;
    z-index: 1; 
    border-radius: 25px; 
}
.more:hover{ 
    color:#fff!important;
    border: 1px solid var(--colorpink);
}

 
.more::before {
    content: '';
    position: absolute;
    background: var(--colorpink);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}

.more:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}




/*****关于***********/

.about-container{
    padding:50px 0;  

}
.aboutT1{
   font-size: 48px;
    color: #e2e2e2;
    height: 50px;
    line-height: 50px;   
    font-weight: 600;
}

.aboutT2{
  color: #454545;  
    font-size: 30px;
    margin-top:10px;
}

.aboutT3{
      color: #454545;
    font-weight: 400;
    font-size: 19px;
     font-family: 'HONORbold';
    margin-bottom: 10px; 
}

.gd-numlist{
   margin: 20px 0;
}

.num-list .fs-sm-48{
    font-size: 48px;
     font-family: 'enbold'
}

.about-bg{
     background:#fff url(/static/img/bg.jpg) top right; 
     background-size: cover;
}

.about-box{
   background: var(--colorpink);
   height: 100%;
   width: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 200px  0 200px 0;
   padding:50px 30px;
   position: relative;
   box-shadow: 2px 2px 10px #ddd;
}

.about-box .ico{
    position: absolute;
    left:30px;
    bottom:30px;
    font-size: 60px;
    font-weight: 700;
    z-index: 9;
    color:#fff;
}



.deng{
   position: relative;
}

.deng img{
    position: absolute;
    top:-100px;
    right:150px;
    z-index: 99;
    width:200px;

  /* 添加动画 */
  animation: swing 3s ease-in-out infinite;
  transform-origin: top center; /* 以顶部为旋转轴心 */
}

@keyframes swing {
  0%   { transform: rotate(3deg); }
  50%  { transform: rotate(-3deg); }
  100% { transform: rotate(3deg); }
}
 
.serverlist li{
    font-size: 20px;  
    background: #fff; 
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
} 
.serverlist .serverlist-box{
     height: 300px;
     width:60%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin:0 auto;
     overflow: hidden;
     border-radius: 0 80px;
}

.serverlist .serverlist-box .name{
     font-size: 40px;
     font-weight: bold;
     color:#fff;
     position: absolute;
     left:22%;
     top:0;
     z-index: 3;
     width: 56%;
     height: 100%;
     padding:30px;
     display: flex;
     justify-content: center;
     align-items: center;
     background: rgba(0,0,0,0.3);
        border-radius: 0 80px;
        overflow: hidden;
}
.serverlist .serverlist-box .name:hover{
     background: rgba(4,182,186,0.3);
}


.about-box .desc .sine{
    font-size: 80px;
    font-weight: 700;
    text-align: center;
    color:#fff;
   
}
.about-box .desc .sine .year{
    text-shadow: 2px 2px 5px #333;
}


.about-honor-box{
   padding:100px 0;
}
.about-honor{
   background: #fff;
   padding:30px 15px;
   text-align: center;
   height: 100%; 

}
.about-honor img{
   width: 50px;
   margin-bottom: 10px;
}

.iso{
    width:200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;   
    text-align: center;
    margin:0 auto;
    cursor: pointer;
    transition: all 0.6s;
    transform: scale(0.8);
    position: relative;
    z-index: 2;
  }
.iso:hover{
   transform: scale(1);
}

.iso img{
   width:80px;
   margin-bottom:5px;
}
 
.iso .title{
   font-size: 18px;
   font-weight: 500;
   color:var(--colorpink);
}




.gd-num{
   text-align: center;
   font-size: 18px;
}

.timenum{
   font-size: 60px;
}

.num-pic{
   border-radius: 150px  0  150px 0
}



.about-002{
   background: url(/static/img/7.jpg) no-repeat center center; 
   background-size: cover; 
   height: 600px;
}


.about-003{
   background: url(/static/img/8.jpg) no-repeat bottom center; 
   background-size: cover; 
   height: 700px;
}

.about04{
   padding:100px 0;
}


.border-15{
   border-radius: 15px;
}


/*******关于我们结束***********************/



/*****企业文化*********************/


.clutre-list{
    padding:30px;
    box-shadow: 2px 2px 10px #ddd;
    background: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color:#333;
     transition:all 0.6s ease-in-out;
}
.clutre-list::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #0C8E8E;
    transition: all 0.6s ease-in-out;
}
.clutre-list:hover::before {
  width:500px;
  height:500px;
  transform:scale(5);
}

.clutre-list .content-box{
   position: relative;
    z-index: 5;
   width:100%;
   height: 100%;
   z-index: 30;
}

.clutre-list .content-box .ico{
    width: 100%;
}
.clutre-list  .content-box .ico img{
   max-width: 100px;
   
     transition:all 0.6s ease-in-out;
}



.clutre-list:hover{
    color:#fff; 
}
.clutre-list:hover .content-box .ico img{
      filter: grayscale(100%) brightness(1000%);
}

 

/*******企业文化结束 **********************/

 
/*******荣誉***************/

.honor-list{
   width:20%; 
   padding:0 15px;  
}

.honor-list .honor-box{
    display: block;
    border:10px solid #ddd;    
   height: 400px;
   overflow: hidden; 
}


/******风采***************/
.fengcai-list{
  padding:0 10px;
}


.fengcai-list .fengcai-box{
     display: flex;  
     width:100%; 
    height: 300px;
    overflow: hidden; 
}
.fengcai-list .fengcai-box .pic{
    width:100%;
    height: 100%;
    display: flex;
}

.fengcai-list .fengcai-box .pic .text-box{
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color:#fff;
    background:rgba(0,0,0,0);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.fengcai-list .fengcai-box:hover .pic .text-box{    
    background:rgba(0,0,0,0.5);
    opacity: 1;
}







/********联系我们**************/
.contact-box{
   padding:0 0 40px 0;  
   color:#333;  
   height: 100%;
    transition: all 0.6s ease-in-out; 
    cursor: pointer;
}
.contact-box .txt{ 
   transition: all 0.6s ease-in-out;
}
 
 
.contact-left-box .name{   
    font-size: 48px;
    color:#ddd;
}
.contact-left-box img{
   margin-right: 10px;
}

.contact-left-box .content{   
    font-size: 16px;
    line-height: 32px;
}


.contact-ico{
   display:block;
   text-align: center;
}

.contact-ico .ico1{
     width: 50px;
     display: inline-block;
     margin-bottom:20px;
}

.contact-ico .ico2{
     width: 140px;
     display: inline-block; 
}


.map-btn{ 
   width:80px; 
   height: 80px;  
   display: flex;
   justify-content: center;
   align-items: center;
}
.map-btn i{
    color: #EF0020;
}
 
.map-btn:hover i{
    color:#333;
}
 .up-down3{
    -webkit-animation: chuxian 3s linear infinite;
    animation: chuxian 3s linear infinite;
 }

 

@-webkit-keyframes chuxian {
    0% {
        transform: translateY(0);
    }   
    
    50% {
        transform: translateY(-20px); 
    }

    100% {
        transform: translateY(0);
    }
}



.message{
   display: flex;
   flex-wrap: wrap;
   margin: 50px 0 20px 0
}

.form-group{
   width:32%;
   margin-right: 2%;  
   margin-bottom:30px;
}
 
.form-control{
   border-radius: 0;
   height: 50px; 
  

}

.form-control-text{
    min-height: 120px;
}

.form-group2{
   width:100%;
   margin-right: 0
}

 .send{
    padding:10px 60px;
    color:#333;
    border-radius: 30px;
    overflow: hidden;
    border:none;
    outline: none;
    font-size: 20px;
    background:#fdd100 ; 
}

.form-group .send:hover{
   background:var(--colorpink);
  color:#fff;
}




/******产品***********/

.left-box{
   width:300px;
   margin-right: 15px;
   background: #fff;
}

.right-box{
   width: calc(100% - 315px);
   background: #fff;
}

.right-box .pro-body{
    padding:30px;
}



 .pro-btn{
    padding:15px 40px;
    color:#fff;
    border-radius: 30px;
    overflow: hidden;
    border:none;
    outline: none;
    background: var(--colorpink); 
    font-family: "HONORbold"
}

.pro-btn:hover{
   background: #007AB1;
   color:#fff;
  
}


.pro-title{
   height: 48px;
   line-height: 24px;
   overflow: hidden;
} 







.pro-desc{
   background: rgba(22,97,158,0.1);
   border-radius: 50px;
   padding:30px;
   border:1px solid #ddd;
   box-shadow: 5px 5px 5px #f3f5f9;
}

.pro-desc .num{
   font-size: 60px;
   font-weight: 700;
    font-family: 'enbold'; 
    color:#A0B3C4;
}


.pro-desc .descc{
    padding-top: 15px;
}


/*******案例************/

.caselist{
      display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
    background_radio: 2;
    display-radio: flex;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    box-shadow: 0px 4px 39px 1px rgba(120, 148, 217, 0.1600);
    border-radius: 30px;
}

.caselist .caselist-box{
   flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.caselist .caselist-box .pics{
    overflow: hidden; 
    position: relative;
    padding-bottom: 65%;
    border-radius:30px 30px 0 0;
    overflow: hidden;

}

.caselist .caselist-box .pics img{
   width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all 0.5s;
    left:0;
    top:0;
    border-radius: 30px; 
}

.caselist .caselist-box .pics:hover img{
   transform: scale(1.1);
}
.caselist .caselist-box .desc{
    padding:15px;
}
.caselist .caselist-box .desc .title{
   font-size: 18px;
}


.case-info img{
   margin: 10px 0;
}






/********asklist**********/

.ask-desc{
   padding: 20px;
    background: #FDFCFA;
    border-radius: 5px;
    border: 1px solid #F2EEE6;
    margin: 20px 0 0px;
    position: relative;
}

.accordion{
   padding:30px 15px;
   border: 1px solid #F2EEE6;
   background: #fff;
}

.card-header{
  background:#fff;
  border: none;
}

 .card{
  border:none;
  padding-bottom: 10px;
  margin-bottom: 10px;
 }

.ask{     
  color:#333;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%; 
}
.ask i{
    color:var(--colorpink);
}
.ask:hover{
   color:var(--colorpink);
}
.ask-end{
      padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #F2EEE6;
    margin: 20px 0 0px;
    position: relative;
}
 
 
.ask-end:after, .ask-end:before {
  bottom: 100%;
  left: 50px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ask-end:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #f8f8f8;
  border-width: 15px;
  margin-left: -15px;
}

.ask-end:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}


/********下载*********/



.downlist{
  background: #fff;
  display: flex;
}
.downlist:nth-child(2n){
  background: #fff
}
.downlist:hover{
  background: #f8f8f8;
} 

.downlist:hover a,
.downlist:hover{
  color:#0055A8;
}
.down-box-list{
      display: flex;
    }



/******底部********/




.footer{
   background:#191919;
   color:#fff; 
}

.foot-tel{
    padding:50px 0;
    border-bottom: 1px solid #383838
}
.foot-tel .icons{
    padding-top: 10px;
    text-align: right;

}
.foot-tel .icons a{
   color:#666;
}
.foot-tel .icons a:hover{
    color:#fff;
}
.foot-contact{
    padding:50px 0;
}
.foot-logo{
    max-height:50px; 
}

.foot-contact  .name{

    margin-bottom:10px;
}
.footmenulist{
    color:#888;

}
.footmenulist:hover{
    color:#fff;
}
.foot-contact .desc{  
    margin-bottom:15px;
}

 

.pd0{
   padding-left:0;
   padding-right: 0;
}


.online{
   right:0;
   width:40px;
}
.online .scroll-top{
   background: var(--colorpink);
   padding: 10px 5px;
    margin-bottom: 1px;
    position: relative;
     right:0px;
}
.online .scroll-top .dd{
       color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}








.productlist .card .card-img-250{
   overflow: hidden;
   height: 280px;
   width:100%;
   background: #fff;
   text-align: center;
}
.productlist:hover .card{
   background: var(--colorpink);
   color:#fff;
}
.productlist .card .card-img-250 img{
   transition: all 0.6s;
   height: 100%;
   max-width: 100%
}
.productlist:hover .card .card-img-250 img{
   transform: scale(1.1);
}



.wap-navtop{
   display: none;
}





/*********首页产品********************/

#nav-tabContent{
   margin-top: 20px;
}

.nav-tabs-box{
    margin-top:30px;
}
.nav-tabs .nav-link{
  margin-right: 2px;
}

.index-productlist{
  background-color:#fff;
  width:100%;
  position:relative;
  display:inline-block; 
  overflow:hidden;  

}



.index-product-img-box{
  margin-top:120%;
}

 .index-pro-box{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:auto; 
  overflow: hidden;
  z-index: 99;
}
.index-pro-box img{
   transition: all 0.6s;
}
.index-pro-box:hover img{
   transform: scale(1.1);
}



.index-pro-box-content{
  position:relative;
  width:100%;
  height:100%;
}

.index-pro-box-content img {
  width:100%;
  height:100%;
}
 

.index-pro-title-box{
   background: #fff;
   border-radius: 0 0 15px 15px;
   padding:10px 15px;
   margin-top: -5px;   
}   

.index-pro-title-box .title{ 
  line-height: 24px;
  overflow-y: hidden; 
 
}

.index-productlist2{
    border-radius: 15px;
}
.index-pro-title-box2{
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    padding:10px 15px;
    background: #fff;
}
.index-pro-title-box2 .title{
    color:#333;
    line-height: 24px;
}
.index-productlist2:hover .index-pro-title-box2{
    background:#fff!important;
}
.index-productlist2:hover .index-pro-title-box2 .title{
    color:#333;
}



.index-productlist:hover .index-pro-title-box2{
    background: rgba(255,255,255,1);
}




        
.nav-tabs{
  border:none;
  display: block;
  text-align: center;

}
.nav-tabs .nav-item.show .nav-link-tab, 
.nav-tabs .nav-link-tab.active{
  border:none!important;
  background: none;
  color:var(--colorpink);
  border-bottom: 2px solid var(--colorpink)!important;
 
}
.nav-tabs .nav-link-tab{
  display: inline-block!important;
  cursor: pointer;
    line-height: 28px;
    margin: 0 10px;
    padding:0;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    background: none;

}

.nav-tabs .nav-link-tab:hover{
  border:none;
}






.index-leibei{
    width: 150px;
    margin: 0 auto;
}


.index-leibei .ico img{
    width:100px;
    height: 100px;
}







.index-plist{
   width: 100%; 
   padding-bottom: 50px;
}



 .index-plist .index-plist-box {
       width: 100%;
       height: 100%;
       text-align: center;
        background: #fff;
}
 .index-plist .index-plist-box .title{
      padding:15px;
 }

.pagination-indexplist{
   bottom:0;
}

.pagination-indexplist .swiper-pagination-bullet{
   width: 10px;
   height: 10px;
}


/*****首页why********/


.why{
   display: block;
   position: relative;
    background-color:var(--colorpink);
    height: auto;
    background: linear-gradient(83deg, rgb(157, 230, 41) 0%, rgb(0, 98, 142) 50%); 
    color:#fff;     
    background: url(../images/why.webp) center center;
    background-size: cover;
    padding:150px 0 130px 0;
}


.why-list-box{
    position: absolute;
    bottom:-100px;
    height: 200px;
    width:100%;
    z-index: 99;
}

.why-list{
    background: #fff;
    box-shadow: 5px 5px 10px 10px #E5E7EA;
    height: 200px;
    width:94%;
    border-radius: 15px; 
    text-align: center;
    color:#333;
    overflow: hidden;
}
 
.why-list img{
    width:100px;
    height:100px;
}
.why-bg{
    background: rgba(0,0,0,0); 
    transition: all 0.3s ease-in-out;      
}
.why-list:hover .why-bg{
     background: rgba(4,182,186,0.5);
     
}

.why-bg .title{
    text-shadow: 2px 2px 2px #000;
}

/*****首页关于*********/

.about-title{
   font-size: 40px; 
}

.about-right-box{
    padding:0 50px;
    margin-top: 50px;
}

.gd-numlist-index{
    width:100%;
    padding:10px;
   
}

.gd-numlist img{
   width:80px; 
}

.gd-box{
    background: rgba(255,255,255,0.5);
    padding:30px 5px;
    height: 100%;
}






/*****首页案例*********/
.index-case{
   background: url(../images/casebg.jpg);
   background-size: cover;
}
.index-case-swiper{
   margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.index-case-swiper .case-wrapper{
       position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.index-case-swiper .case-wrapper .case-slide{
       transform: translateZ(0);
        position: relative;
    backface-visibility: hidden;
}

.index-case-swiper .case-wrapper .case-slide .row{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%; 
}

.index-case-swiper .case-wrapper .case-slide .row  .col-left{
    align-self: center;
    flex: 0 0 40%;
    margin-right: 10%;
    color:#fff;
}

.index-case-swiper .case-wrapper .case-slide .row  .col-right{
   align-self: center;
     flex: 1;
    max-width: 100%;
    max-height: 100%;    
    padding: 5px;
    padding-right: 30px;
}

.index-case-swiper .case-wrapper .case-slide .row  .col-right .hotel{  
 
    width:100%; 
    position:relative;
    display: inline-block;
}
.img-box{margin-top: 56%;}

.out-box{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom: 0;   
  width: 100%; 
  height: 100%; 
  border-radius:30px; 
  overflow: hidden;
  transition: all 0.6s ease-in-out; 
}   

.out-box-content{
  position: relative; 
  width: 100%; 
  height: 100%;
}    

.out-box-content img{ width: 100%; height: 100%; }    

.index-case-swiper .case-wrapper .case-slide .row  .col-right .hotel:before{
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.5;
    transition: all 0.5s;
    pointer-events: none;
}
.index-case-swiper .case-wrapper .case-slide .row  .col-right .hotel:after{
    content: " ";
    display: block;
    width: 100px;
    height: 100px;
    max-width: 40%;
    max-height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    background-size: cover;
    z-index: 2;
    opacity: 0;
     transition: all 0.5s ease-in-out; 
    pointer-events: none;
}


.index-case-swiper .case-wrapper .case-slide .row .col-right .hotel:hover  .out-box{
    border-radius: 10px;
}
 

.index-case-prev{
       top:auto;
       bottom:0;
       background-image:none;
        border:1px solid #fff;
        width:44px;
             height:44px;
         border-radius: 50%;
         text-align: center;
          display: flex;
        align-items:center;
        justify-content: center;
} 

.index-case-next{
       top: auto;
       bottom:0;
       right:auto;
       left:100px;
        background-image:none;
        border:1px solid #fff;
        width:44px;
        height:44px;
        border-radius: 50%;
        text-align: center;
        display: flex;
        align-items:center;
        justify-content: center;
}

.index-case-prev svg,.index-case-next svg{
    width: auto;
    height: 30px;
    fill: #666;
} 

.index-case-prev:hover,
.index-case-next:hover{
   background:var(--colorpink);
   border-color: var(--colorpink);
}

 




/*******首页新闻********/



.index-news-list{
   background: #fff;
   width:100%;
   border-radius: 20px;
   overflow: hidden;  
   border:1px solid #ddd; 
}

.index-news-list .title{
   line-height: 24px;
   text-align: center;
   overflow: hidden;
   text-overflow: ellipsis;
 }

.index-news-list .pics{
   width:100%;
   height: 300px;
   overflow: hidden; 
   background: #f8f8f8;
}

.index-news-list .pics img{
   width:100%;
    transition: all 0.6s ease-in-out; 
}

.index-news-list .desc{
   padding:10px 20px 10px 20px;
   overflow: hidden;
}

.index-news-list:hover,
.index-news-list:hover a{
   background:#E2ECF6
  
}

.index-news-list:hover .pics img{
   transform: scale(1.1);
}






.cluter-box{
   display: flex; 
   align-items: center;
   padding:0 50px;
   height: 100%;
}

.cluter .row{
       margin-right:0px;
    margin-left: 0px;
}

.cluter .row .col-lg-6{
   padding:0;
}





 .my-btn{
    overflow: hidden;
    position: relative;
    z-index:0;
    width:160px;
    text-align: center;
    display:flex;
    height: 40px;
    line-height: 40px;
    border:1px solid #ddd;
    font-size: 16px;   
     background: #fff;
     justify-content: center;
     align-items: center;
     border-radius: 20px;   

}
 .my-btn .title{
      color:#333;
    z-index: 2;
    position: absolute;
 }
.my-btn::before {
    content: '';
    position: absolute;
    background:var(--colorpink);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;

}

.my-btn:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.my-btn:hover .title{
    color:#FFF; 
}









.top-yuding{      
     width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 999999999999999;
    text-align: left;
    display: none;
    overflow-y: scroll;
}
.yuding-box{
    width: 640px;
    height: auto;    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -300px;
    background: #FFF;
    overflow-y: visible;
    padding:30px 30px 10px 30px; 
    border-radius: 30px;
}

.yuding-box .title{
   display: block;
   font-size: 34px;
   font-weight: bold 
}
.yuding-box .subtitle{
   display: block;
   font-size:16px;
}

#yudingclose{
   position: absolute;
   right:15px;
   top:15px;
   z-index: 999;
   cursor: pointer;
   color:#00a2e9;
}
 

.input-tc{
  line-height: 50px;
  border-radius:0px;
  padding:0 15px;
  width:100%;
  margin-bottom: 15px;
  border:1px solid #ddd;
  display: block;
}

.input-tc-box{
  line-height:24px;
  border-radius: 0px;
  padding:0 15px;
  width:100%;
  margin-bottom: 15px;
  border:1px solid #ddd;
  display: block;
  color:#888;
}

.input-tc-btn{
  line-height:50px;
  border-radius: 25px;
  padding:0 15px;
  width:50%; 
  display: block;
  background: #fdd100; 
  border:none;
  color:#fff;

}



.top-yuding .form-group{
   width:100%;
   margin-bottom: 15px;
   margin-right: 0
}  

.top-yuding .message{
   margin:0;
}
 





/********社会责任**********/

.shui-bg{
   background: url(../images/shui.jpg) center center; 
   background-size: cover;
   height: 800px;
   overflow: hidden;
}


.zhe-ren{
   background: rgba(255,255,255,0.4);     
   height: 700px;
    transition: all 0.6s ease-in-out; 
   cursor: pointer;
   position: relative;
    backdrop-filter: blur(10px);  
  -webkit-backdrop-filter: blur(10px);  
  
}

.zhe-ren .txt{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding:100px 30px;
     transition: all 0.6s ease-in-out; 
}

.zhe-ren .txt .ico img{
   max-width: 100px;
   transition: all 0.6s;
}

.zhe-ren:after{
  content: '';
   background: rgba(5,65,127,0.8);
   position: absolute;
   bottom:-800px;
   left:0;
   width:100%;
   height: 700px;
    transition: all 0.6s ease-in-out; 
   z-index: 1;
}

.zhe-ren:hover:after{ 
   bottom:0px; 
}

.zhe-ren:hover .txt{
   color:#fff;
} 

.zhe-ren:hover .txt .ico img{
     filter: invert(100%) brightness(1000%);
}




.picture-list{
   width:100%;
   background: #fff;
   text-align: center;
   border: 2px solid #F8F8F8;
   display: block;     
  padding:15px 0;
}
.picture{
  width: 100%;
  max-width: 150px;
  height:auto;
  background: #fff;    
  transition: all 0.4s ease-in-out; 
 

}

.picture img{
  width:100%;
}






 /*********************荣耀***************************************/ 
  
    
.honorpic {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.honorpic .swiper-container {
  padding-bottom: 60px;
}

.honorpic  .swiper-slide {
    width: 520px;
  height: 800px; 
  background: none; 
}
.honorpic  .swiper-slide img{
  display:block;
}
.honorpic  .swiper-slide p {
  line-height:60px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

.honorpic .swiper-pagination {
  width: 100%;
  bottom: 0px;
}

.honorpic .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; 
  background-color: #ddd;
  width: 30px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
}

.honorpic .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: var(--colorpink);
}

.honorpic .arrow-left-index {
  background:url(../images/banner_arrow3.png) no-repeat left top;
  position:absolute;
  left:0px;
  top:50%;
  margin-top:-38px;
  width:52px;
  height:52px;
  z-index:999;
  cursor: pointer;
  opacity: 0.4;
}

.honorpic .arrow-left-index:hover {
    opacity: 1;
}

.honorpic .arrow-right-index{
  background:url(../images/banner_arrow3.png) no-repeat left bottom;
  position:absolute;
  right:0px;
  top:50%;
  margin-top:-38px;
  width:52px;
  height:52px;
  z-index:999;
  outline:none;
  cursor: pointer;
  opacity: 0.4;
}

.honorpic .arrow-right-index:hover {
    opacity: 1;
}


.honorpic2 .swiper-slide {
  width: 550px;
  height:600px;
  padding:15px 15px 40px 15px;
  background:rgba(0,0,0,0);
  text-align: center;
}

.honorpic2 .swiper-slide img{
   width:auto;
   margin:0 auto;
   height: 100%;
   padding:15px;
   background: #fff;
   border:2px solid #ddd;
}
.honorpic2 .swiper-slide .download a:hover{
   color:var(--colorblue);
}


 /*********************荣耀***************************************/ 









/*****产品列表********/

.piclist{
    background: #f8f8f8;
    margin:5px;
}

.piclist:hover{
   box-shadow: 2px 2px 20px #C7C7C7;
   cursor: pointer;
}


.piclist .ico{
    width:100%;
}
.piclist .desc{
   padding:10px;
}

.piclist .desc .t1{
   font-size: 14px;
   margin-bottom: 10px;
}
.piclist .desc .t1 strong{
   margin-right: 10px;
     font-size: 15px;
}





.table-row {
  margin:0;
  padding:0;
  list-style:none;
  text-align:center;
  color:#000;
}
.table {
  display:table;
  border-collapse:collapse;
  border:1px dashed #ccc;
  width:100%;
}
.table-caption {
  display:table-caption;
  margin:0;
  padding:0;
  font-size:16px;
}
.table-column-group {
  display:table-column-group;
}
.table-column {
  display:table-column;
  width:200px;
}
.table-row-group {
  display:table-row-group;
}
.table-row {
  display:table-row;
}
.table-row-group .table-row:hover,.table-footer-group .table-row:hover {
  background:#f6f6f6;
}
.table-cell {
  display:table-cell;
  padding:15px 5px;
  border:1px dashed #ccc;
  font-size: 16px;
}
.table-header-group {
  display:table-header-group;
  background:#2667a9;
  font-weight:bold;
  color:#fff!important;
  font-size:18px;
}
.table-header-group li {
  padding:15px 0;
  color:#fff!important;
  font-size: 18px;
  font-family: cnfont;
}
.table-footer-group {
  display:table-footer-group;
}
.table-cell img {
  width:100px;
   
}
.table-row li:hover {
  cursor:pointer;
}

 


 .swiper-pagination-bullet{
     width: 12px;
     height: 12px;
 }



 .text-over{
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}



  
   .wap-menu{ }
  .wrapper03 {position:relative; height:50px;  width: 100%;overflow: hidden; color:#333;}
  .wrapper03 .scroller {position:relative; text-align: center; display: flex; width: 100%;}
   .wrapper03 .scroller ul{}
  .wrapper03 .scroller li {height: 50px;color:#fff;float: left;line-height: 50px; font-size: 16px;text-align: center; width: 25%; display: inline-block;}
  .wrapper03 .scroller li a{color:#333;display:block; padding:0}
  .wrapper03 .scroller .active a{color:#05417f; font-weight: bold; border-bottom: 2px solid #FFF;}  
  
  
  
  
  .ttt{
      position: relative;
      display: inline-block;
  }
  
  .jiao{ 
       content:'';
       position: absolute;
       right:-30px;
       top:-10px;
       z-index: 99;
  }
  
  
  
  
/*****产品列表********/



/*****弹窗*******/

.top-yuding{      
     width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 999999999999999;
    text-align: left;
    display: none;
    overflow-y: scroll;
}
.yuding-box{
    width: 640px;
    height: auto;    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -300px;
    background: #FFF;
    overflow-y: visible;
    padding:30px 30px 10px 30px; 
    border-radius: 30px;
}

.yuding-box .title{
   display: block; 
}
.yuding-box .subtitle{
   display: block;
   font-size:16px;
}

#yudingclose{
   position: absolute;
   right:15px;
   top:15px;
   z-index: 999;
   cursor: pointer;
   color:#00a2e9;
}
 

.input-tc{
  line-height: 50px;
  border-radius:0px;
  padding:0 15px;
  width:100%;
  margin-bottom: 15px;
  border:1px solid #ddd;
  display: block;
}

.input-tc-box{
  line-height:24px;
  border-radius: 0px;
  padding:0 15px;
  width:100%;
  margin-bottom: 15px;
  border:1px solid #ddd;
  display: block;
  color:#888;
}

.input-tc-btn{
  line-height:50px;
  border-radius: 25px;
  padding:0 15px;
  width:50%; 
  display: block;
  background: var(--colorpink); 
  border:none;
  color:#fff;
  font-size: 18px;

}

.input-tc-btn:hover{
   background: var(--coloryellow); 
   color:#fff;
}

/*****弹窗*******/





/***********二级导航*****************/

.sonsort{
 
    border-bottom: none;
}
.sonsort .son-list{
       display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.sonsort .son-list a{
    padding:25px 0px;
    font-size: 16px;
    margin:0  30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.sonsort .son-list a:after{
    content: " ";    
    transition: all 0.5s;
    width: 0px;
    height: 3px;
    background-color: var(--colorpink);
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.sonsort .son-list a:hover:after{
   width:100%;
}
.sonsort .son-list a:hover{
    color:var(--colorpink);
}

.sonsort .son-list a.on{
    color:var(--colorpink);
}
.sonsort .son-list a.on:after{
   width:100%;
}





.menu-2{
   padding:15px 30px;
   display: inline-block;

}
 
 
.menu-2-box-fiexd{
   position: fixed;
   z-index: 900;
   top:80px;
   width: 100%;
}


   .dropdown-menu{
         background: rgba(243,243,243,1)
    }
    .bg-2{
      background: var(--colorpink);
      margin-top: -1px;
    }
    .menu-2-on{
      background: var(--colorpink);
      color:#fff;
      font-weight: 500;
      font-size: 16px;
    }
    .menu-2-on:hover{
       color:#ddd;
    }

.menu-3{
   padding:15px 30px;
   display: inline-block;
   color:#fff;

}
 
.menu-3-on{
       color:#05417F; 
      font-size: 15px;
    }

/***********二级导航*****************/



/*********产品样式一*****************/

.product-one{
    display: block; 
    padding:20px 10px;
    height: 100%
}

.product-one .ico{     
    text-align: center;
    overflow: hidden;
}
.product-one .ico img{   
    transition: all 0.6s ease-in-out;
    height: 60px;
}

.product-one:hover{
    color:var(--colorpink)!important;
   
}
 

  .jiao{ 
       content:'';
       position: absolute;
       right:-30px;
       top:-10px;
       z-index: 99;
  }
  
  .title-line{
   position: relative;
   padding-bottom:10px;
   display: inline-block;
}

.title-line:after{
   content: '';
   position: absolute;
   left:0;
   bottom: 0;
   width: 80px;
   height: 4px;
   background: #D61526;
}

/*********产品样式一结束*****************/


/******社会责任************/
   .swiper-box {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding:0px 0 30px 0;
        } 
        .swiper-box .swiper-slide{
             width: auto;
        }
        .swiper-box .swiper-slide img {
            width: auto;
            height: 100%;
        }
        .shuiji{
             height: 340px;
             padding-bottom: 40px;
        } 
.zheren-txt{
   padding:50px 0;
   transition: all 0.6s ease-in-out;
}
.zheren-txt-top{
   position: fixed;
   left:0;
   top:90px;
   z-index: 999;
   padding:20px 0;
}



.contact-map{
   height: 500px;
}



.zr-page{
   bottom:0px!important;
}

/******社会责任************/







/******招聘************/


 .xiayuan-01{
      padding:100px 0;
  }
  .xy01-box{    
     height: auto;
     padding:30px 0 50px 0;
  }

 

  .xy01-right{
     position: relative;
  }
   
  .xy01-right-box{
      position: absolute;
      right:0;
      top:-70px;
      z-index: 9;
      width: 400px;
      height:140%;
      background: var(--colorpink);
      border:5px solid #ddd;
      box-shadow: 2px 2px 30px #000;
  } 



  .xy01-left-box{ 
      position: absolute;
      left:0;
      top:-80px;
      z-index: 9;
      width: 400px;
      height:130%;
      background: var(--colorpink);
  } 

.mt-wap-5{
   margin-top: -5rem;
}



.modal{
   z-index: 999999999999999999999;
}


.modal-dialog{
   max-width: 1300px;
   height: 90vh;
   overflow: hidden;
   display: flex;
   align-items: center;

}









/*****首页*社会责任************/


.index-ZR{    
     border-radius: 15px;
     background: var(--colorpink);    
     box-shadow: 2px 2px 5px #ddd;
     padding:30px 20px;
   }
    .index-ZR-list .bg1{
      background: linear-gradient(to bottom, #E2F0FE, #EAF2FD);
   }
   .index-ZR-list .bg2{
     background: linear-gradient(to bottom, #E5E5FE, #F6F5FE);
   }
   .index-ZR-list .bg3{
     background: linear-gradient(to bottom, #F6EEE0, #E7E3E0);
   }
   .index-ZR-list .bg4{
     background: linear-gradient(to bottom, #E1EEB9, #F1F6E5);
   }

    .index-ZR .title{
         height:80px;
    }
     .index-ZR .pic-box{
        height: 100px; 
        width: 100%;
     }

     .index-ZR .pic-box .swiper-slide{
       width:auto;
     }
     .index-ZR .pic-box .swiper-slide img{   
        height: 100%;
     }

.zr-txt{
    padding-right:100px;
}


.zhuanli{
   text-align: center;
}


.teidians{
    position: absolute;
    top:0;
    left:50%;
    margin-left: -100px;
    z-index: 1;
    width:200px;
    height:200px;
}


  .teidian{
   position: relative;
    width: 100%;
    display: block;
    height: 200px;  
  }
  .zhongxin{
     position: absolute;
     top:50%;
     left:50%;
     width: 150px;
     height: 150px;
     z-index: 99;
     margin-left: -75px;
     margin-top: -50px;
  }
  .zhongxin img{
         width:150px;
        animation: pulse 2s infinite ease-in-out;
  }

  .yuan {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: rgba(55, 69, 112, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: ripple 3s infinite;
    opacity: 0;
  }

 
  .yuan:nth-child(1) {
      animation-delay: -1s; 
  }

  .yuan:nth-child(2) {
      animation-delay: 0s;
  }

  .yuan:nth-child(3) {
      animation-delay: 1s;
  }

  @keyframes ripple {
      0% {
          transform: translate(-50%, -50%) scale(1);
          opacity: 0;
      }
      10% {
          opacity: 0.6;
      }
      100% {
          transform: translate(-50%, -50%) scale(3);
          opacity: 0;
      }
  }

.d-releative{
     position: relative;
}
.index-tiedian{
    position: absolute;
    left:10%;
    top:200px;
     z-index: 99;
     width:400px;
}










/**********首页产品**************/


.index-product-list{ 
    box-shadow: 2px 2px 10px #ddd;
    background: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color:#333;
     transition:all 0.6s ease-in-out;
}
.index-product-list::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;   
    border-radius: 50%;
    background-color: #0C8E8E;
    opacity: 0.4;
    transition: all 0.6s ease-in-out;
    width:500px;
    height:500px;
  transform:scale(3);
}
.index-product-list:hover::before {
   width: 0;
    height: 0;
}

.index-product-list .content-box{
   position: relative;
    z-index: 5;
   width:100%;
   height: 100%;
   z-index: 30;
}

.index-product-list .content-box .ico{
    width: 100%;
}
.index-product-list  .content-box .ico img{
   max-width: 100px;
     transition:all 0.6s ease-in-out;
}

 
.content-box-index {
    height: 300px !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%);
}

.content-box-index .title{
    padding:30px;
    color:#fff;
    text-shadow:1px 1px 1px #000;
    font-size: 36px;
    font-weight: 600;
      transition:all 0.6s ease-in-out;
}

.content-box-index:hover .title{
   color:#000;
     text-shadow:none;
}




/*********责任*************/
  .zhren-list{
         width:100%;
         background: #f3f5f9;
    }
    
    .zhren-list .ico{
         height: 380px;
         overflow: hidden;
    }
    .zhren-list .ico img{
         min-height: 100%;
          transition: all 0.6s
    }
    .zhren-list:hover .ico img{
        transform: scale(1.1);
    }
   
   .zhren-list .title{
        padding-left:15px;
        padding-right: 15px;
   }





.job-nav{
     width: 150px;
     height: 130px;
    background: var(--colorpink);
    color:#fff;  
    margin:0 50px;
    display: inline-block;
    text-align: center;
       clip-path: polygon(
    25% 0%,
    75% 0%,
    100% 50%,
    75% 100%,
    25% 100%,
    0% 50%
  );
       display: flex;
       justify-content: center;
       align-items: center;
       font-size: 18px;
}

.job-nav:hover{
   background: #ddd
}





.Art-video{
   width:auto; 
   height:600px;
   background-color:#FFF; 
   margin:0 auto;
}


.Art-Content{
   padding-right: 10%
}

.p-content-down{
   background: #f8f8f8;
   padding:0 15px;
   border-radius: 15px;
}

.p-content-down:hover{
    background: #ddd;
}
.glass-background {
  background: rgba(255, 255, 255, 0.2); /* 白色透明背景 */
  backdrop-filter: blur(10px);          /* 模糊效果 */
  -webkit-backdrop-filter: blur(10px);  /* Safari 支持 */
  border-radius: 10px;                  /* 可选：圆角 */
  border: 1px solid rgba(255, 255, 255, 0.3); /* 可选：边框增强玻璃感 */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* 可选：柔和阴影 */
}


.why-box{
    height: 250px; 
    padding:30px;
      background: rgba(255, 255, 255, 0.2); /* 白色透明背景 */
  backdrop-filter: blur(10px);          /* 模糊效果 */
  -webkit-backdrop-filter: blur(10px);  /* Safari 支持 */
  border-radius: 10px;                  /* 可选：圆角 */
  border: 1px solid rgba(255, 255, 255, 0.3); /* 可选：边框增强玻璃感 */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* 可选：柔和阴影 */
  transition: all 0.6s ease-in-out;

}

.why-box:hover{
    background: rgba(255, 255, 255, 0.4); /* 白色透明背景 */
}


/*********产品详情********/


.product-title{
    position: relative;
    border-bottom: 3px solid var(--colorpink);

}

.product-title span{
    position: absolute;
    left:0;
    bottom:0;
    z-index: 99;
    display: inline-block;
    padding:5px 30px 2px 30px;
    background:var(--colorpink);
    border-radius: 15px 15px 0 0;
     
}



.pro-info{
   display:inline-block;
   float: left;
   width: 100%;
}


  
.product-info{
  background: #fff;
  padding:30px 0;
}

.product-info-bigtitle{
  display: block; 
 
}

.product-info-bigtitle .t1{
  display: inline-block;
  padding:15px 20px; 
  color:#333;
  font-size: 16px; 
  border:none;
  background: #f1f1f1;
}
.product-info-bigtitle .active{
  background:var(--colorpink);
  color:#fff;
}




/*********搜索页顶部********/

.search-top{
    height: 400px;
    background: #f3f5f9;
    padding-top: 230px;
} 

.form-inline{
   position: relative;
   width:600px;
   margin:0 auto;
}
.form-inline .form-control{
   width:100%;
   border-radius: 30px;
   padding-left: 15px;
} 

.form-inline .search-btn{

  position: absolute;
  right: 15px;
  top:5px;
  z-index: 99;
}

.form-inline .search-btn button{
  border:none;
  outline: none;
  background: none;
}







/*********首页关于我们***********/

.index-about {
    position: relative;
    z-index: 1;
    padding: 100px 0 50px 0;
}

.video-background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-background video {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}









 .what-box{
     width:100%;
     padding:20px;
     margin-top: 50px; 
     height:500px;
     border-radius: 15px;

   }

   .what-box .ico{
     display: block;
     text-align: center;
   }
   .what-box .ico img{
     width:80px;
     border-radius: 50%;
   } 

    .what-box .desc{
      padding:0 20px 10px 20px;
      line-height: 24px;      
   }




/***-----What They Say-----****/

 
.testimonial-section {
  padding: 60px 20px;
  background-color: #fff;
  overflow-x: hidden;
}

.testimonial-text {
  position: relative;
  max-width:100%;
  margin: 0 auto;  
  color: #333;
}

 
.testimonial-name {
  font-weight: bold;
  margin-top: 10px;
}

.avatar {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-swiper-thumb .swiper-slide-thumb-active .avatar {
  border-color: #70c6f3;
}
 
.say-nav {
  display: block;
  cursor: pointer;
  width: 14.28%;
  text-align: center
}

.say-box {
  transition: all ease .5s;
  display: inline-block;
  padding: 30px;
  border-radius: 50%;
  border: 1px dashed transparent
}

.say-img {
  transition: all ease .5s;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid transparent
}

.say-img img {
  width: 100px;
  height: 100px;
  object-fit: cover
}

.say-nav.swiper-slide-active .say-box {
  border: dashed 1px var(--colorpink);
}

.say-nav.swiper-slide-active .say-img {
  border: solid 2px var(--colorpink);
}









/****-----HOME首页FAQ-------------**/

 .askimg{
    height: 500px;
    width:auto;
 }

.ask-index{width:100%; }

.ask-list-index-title{
  cursor:pointer; 
  color:#333;
  line-height:24px;
  padding-left:10px;
  padding:15px 20px;
 padding-right: 50px; 
  
 }

.ask-list-index-title:hover{    
  background:#f3f5f9 url(../images/right-w.png)  no-repeat;background-position:99% 50%;
  border-radius:15px 15px  0 0; 
}

.ask-list-ADD{color:#333}

.ask-list-ICO{
  background:#f3f5f9 url(../images/down.png)  no-repeat;background-position:99% 50%; 
   border-radius:15px 15px  0 0; 

}
.ask-list-ICO:hover{
  background:#f3f5f9 url(../images/down.png)  no-repeat;background-position:99% 50%; 
}
.ask-index-content{ 
  display: none;  
  padding:20px;  
  line-height: 24px; 
  font-size: 14px;
  background: var(--colorpink);
    border-radius:0 0 15px 15px;
    color:#fff;

}



/****-----HOME首页FAQ---end----------**/




/****----热点 ---------**/
.rd-main{
   position: relative;  
}
.redian-box{
    position: absolute;
    left:0;
    top:0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.2);
} 

.rd-box{
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
} 


.rd-box-list{
    position: absolute;
    top:50%;
     left:50%; 
    z-index: 1;
    width:50px;
    height:50px; 
}


.rd-box-list  .rd-box-list-one{
   position: relative;
    width: 100%;
    display: inline-block;   
  }


.rd-box-list  .zhongxing-box{
     position: absolute;
     top:50%;
     left:50%;
     width: 20px;
     height:20px;
     border-radius: 50%;
     z-index: 99;
     margin-left: -10px;
     margin-top: -10px;
     background: rgba(249,137,28,0.8);
     transition: all 0.6s ease-in-out; 
  }

.rd-box-list:hover   .zhongxing-box{
    background: rgba(249,137,28,1);
}
 
.rd-box-list  .rd-box-list-one  .yuan {
    position: absolute;
    top: 10px;
    left: 25px;
    width: 50px;
    height: 50px; 
    background: rgba(255,255,255, 0.8);
    border-radius: 50%;
    animation: ripple2  2s infinite; 
    opacity: 0;
  }

 
.rd-box-list  .rd-box-list-one  .yuan:nth-child(1) {
    animation-delay: -0.66s;
}

.rd-box-list  .rd-box-list-one  .yuan:nth-child(2) {
    animation-delay: 0s;
}

.rd-box-list  .rd-box-list-one  .yuan:nth-child(3) {
    animation-delay: 0.66s;
}


@keyframes ripple2 {
    0% {
        transform: translate(-50%, -50%) scale(0.5);
        opacity: 0;
    }
    10% {
        opacity: 0.6;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5); /* ← 修改这里 */
        opacity: 0;
    }
}

#rd-box-list-1{
    top: 23%;
    left: 11.5%;
}

#rd-box-list-2{
    top: 70%;
    left: 13%;
}

#rd-box-list-3{
    top: 35%;
    left: 15%;
}

#rd-box-list-4{
    top: 22%;
    left: 20%;
}

#rd-box-list-5{
    top: 6%;
    left: 22%;
}

#rd-box-list-6{
    top: 46%;
    left: 32.5%;
}


#rd-box-list-7{
    top: 17%;
    left: 34%;
}
#rd-box-list-8{
    top: 20%;
    left: 49%;
}

#rd-box-list-9{
    top: 59%;
    left: 53%;
}

#rd-box-list-10{
    top: 18%;
    left: 63.5%;
}

#rd-box-list-11{
    top: 24%;
    left: 83%;
}





.category-list{
    padding:30px 5px;
    background: #fff;
    transition: all 0.6s ease-in-out;
    border-radius: 15px;
}

.category-list img{
   width:50%;
}

.category-on{ 
   border:2px solid #333;
}

.category-list:hover{
    background: #f3f5f9;
}



.down-list:hover{
   background: #f3f5f9;
}

.mianbao {
   text-align: center;
}
.mianbao a{
   margin-right:5px;
   margin-left: 5px;
   color:#fff;
}





.index-services{
    background: #fff;   
    overflow:hidden;
}
.index-services .index-services-box{
    width:100%;
    height: 100%;
    overflow: hidden;
     padding:50px 30px;
    position: relative;
  }

.index-services .index-services-box::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--colorblue);
    transition: all 1s;
    z-index: 1;
}
.index-services .index-services-box:hover::before {
  width:500px;
  height:500px;
  transform:scale(5);
  z-index: 1;
}
.index-services .index-services-box .index-services-box-content{
    position: relative;
}
 
.index-services .index-services-box:hover .index-services-box-content{
    z-index: 10;
    color:#fff!important;
    cursor: pointer;
}  

.index-services .index-services-box:hover .index-services-box-content .title{
    color:#fff!important;
}

.index-services .index-services-box .index-services-box-content .ico img{
    width:100px!important;
    height: 100px!important;
}
.index-services .index-services-box .index-services-box-content .ico .title{
   margin-bottom: 1.5rem;
}


.hover-container {
            display: flex;
            width: 100%;
            height: 400px;
            transition: all 0.3s ease;
        }

        .hover-item {
            flex: 1;
            background-color: #ddd;
            margin: 5px;
            transition: all 0.4s ease;
            overflow: hidden;
            position: relative;
        }

        .hover-item .inner-content {
            padding: 20px;
            text-align: center;
        }
        .hover-item .inner-content h3{
           color:#fff;
        }
        .hover-container:hover .hover-item {
            flex: 0.2;
        }

        .hover-item:hover {
            flex: 0.7!important;
            background-color: #0d6efd;
            color: white;
        }

        .hover-item:hover .inner-content {
            transform: scale(1.05);
        }








.item-infos {     
    margin:5rem 0;
}


.item-title {
    font-size: 3rem;
    font-weight: bold;
    color: #23272a;
    
}

.item-desc {
    font-size: 14px;
    color: #333;   
    line-height: 24px; 
    margin-top: 1rem;
}

.item-num { 
  font-size: 30px;
  color:var(--colorblue); 
  font-family: "enbold"
}
 

.pl-10{
  padding-left: 10rem!important;
}

.border-raidus-30{
  border-radius: 30px;
}

.foot-message{
   display: flex;
   width: 100%;
   flex-wrap: wrap;
}
.foot-message .form-group{
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
}
.foot-message .form-group:nth-child(2n){
   margin-right: 0;
}

.foot-message .form-group2{
   width:100%;
    margin-right: 0;
}
.foot-message .form-group .form-control{
    height: 30px;
    background: #444444;
    border-color: #444444;
    color:#FFF;
}

.foot-message .form-group2 .send-foot{
    border:none;
    outline: none;
    width: 100%;
    height: 40px;
    width: 100%;
    color:#fff;
    background: var(--colorblue);
}




.product-left-img{
    height: 700px;
    padding:0;
}


.product-left-txt{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    transition: all 0.3s ease-in-out;
}
.product-left-txt .maintitle{
   color:var(--colorblue); 
}
.product-left-txt .subtitle{
   padding:30px 20px;
   color:#000;
   position: relative;
}
.product-left-txt .subtitle .names{
     position: relative;
     z-index: 5;
}
.product-left-txt .subtitle::before{
    content: "";
    position: absolute;
   background:rgba(255,255,255,0.6); 
   width:0%;
   height: 100%;
   z-index:2;
   right:0;
   top:0;
   transition: all 0.6s ease-in-out;
}
.product-left-txt:hover .subtitle::before{
     width:100%;
}
.product-left-txt:hover{
    background: rgba(0,0,0,0.3);
    cursor: pointer;
}
 
.product-left-txt .box{
    max-width:500px; 
}

.product-right-txt{
   width: 600px;
   padding-left: 30px;
}
.p-list-ico{
   max-height: 300px;
   max-width:300px;
}

 


.features-box{
    display: flex;
    padding:3rem 10px;
    background: #f3f5f9;
    border:1px solid #f3f5f9;
}
.features-box:hover{ 
  border:1px solid #ddd;
   box-shadow: 1px 1px 10px 4px #EBEAEA;
   cursor: pointer;
}

.features-box .ico{
    width:100px;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.features-box .ico img{
    width:60px;
    transition: all 0.4s ease-in-out;
}
.features-box:hover .ico img{
   transform: scale(1.3);
}
.features-box .desc{
    width: calc(100% - 100px);
    display: flex; 
    align-items: center;
}




.artlist{
   overflow: hidden;
   position: relative;
   border:1px solid #f8f8f8;
}
.artlist img{
  transition: all 0.6s;
}
.artlist .onover{
  background: rgba(0,0,0,0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items:center;
  justify-content: center;
  color:#fff;
  left:0;
  top:0;
  z-index: 99;
  font-size: 24px;
  display:flex;
  transform: rotate(-90deg);
  transition: 0.2s;
  transform-origin: left bottom;
}
.artlist:hover .onover{
  display: flex; 
  transform: rotate(0deg);
}
.artlist:hover img{
  transform: scale(1.2);
}







#index_news{
        width: 100%;
        height: auto;
        padding-bottom:0px;
        margin: 20px auto; 
    }
.index_news_box{
  background: var(--colorblue);
  border:1px solid #ddd;
  cursor: pointer;
  border-radius: 15px;
  overflow:hidden;
  color:#fff;
}
 
.index_news_box .ico{
  height: auto;
  overflow:hidden;
    background: #fff;
}

.index_news_box .ico img{
  transition: all 0.6s
}
.index_news_box:hover .ico img{
  transform: scale(1.1);
}

.index_news_box .title{
   padding:10px 20px; 
}

.index_news_box .subtitle{
 padding:0 20px 20px 20px;
 overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
}
.index_news_box .subtitle i{
  transition: all 0.6s;
  margin-top: 3px;
  width:20px;
  height: 12px;
  text-align: right;
  background: url(../images/r.png) no-repeat center center;
  background-size: 100% 100%;
}
.index_news_box .subtitle span{
  width:calc(100% - 40px);
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  display: inline-block;
}
.index_news_box:hover .subtitle i{
  margin-right: -5px
}


.index_news_btn{
  display: inline-block;
  width: 200px;
  position: relative;
}
 

#index_news .arrow-left_news {
  background:url(../images/banner_arrow4.png) no-repeat left top;
  position:relative;
  display: inline-block;
  width:52px;
  height:52px;
  z-index:999;
  cursor: pointer;
}
#index_news .arrow-right_news {
  background:url(../images/banner_arrow4.png) no-repeat left bottom;
  position:relative;
  display: inline-block;
  width:52px;
  height:52px;
  z-index:999;
  outline:none;
  cursor: pointer;
}
 


.Applist{
   position: relative;
   height: calc(100vh - 80px);
} 

.Applist .app-box{
   position: absolute;
   width: 100%;
   height: 100%;
   display: flex;
   align-items: center;
   z-index: 9;
   left:0;
   top:0;
}

.Applist .app-box .app-box-content{
   width:50%;
   padding:50px 30px;
   position: relative; 
   cursor:pointer;
   border-radius: 35px;
   overflow: hidden;
}
.Applist .app-box .app-box-content .title{
     font-size: 2.857rem;
}
.Applist .app-box .app-box-content-right{
      margin-left: 50%;
}
.Applist:nth-child(2n) .app-box .app-box-content{
   margin-left: 50%;
}

.Applist .app-box .app-box-content::before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: rgba(255, 255, 255, 0.5); /* 半透明背景 */
          backdrop-filter: blur(3px); /* 应用毛玻璃效果 */
          z-index: -1; /* 将半透明层放在背景图片下 */
          transition:all 0.6s ease-in-out;
}

.Applist .app-box .app-box-content:hover::before{
    background: rgba(255, 255, 255,0.8);

}


 



.index-ys{   
   padding:30px 20px;
   border:1px solid #ddd;
   background: #f3f5f9;
   height: 100%;
}
.index-ys .ico{
   margin-bottom: 1.5rem;
}
 
.index-ys .ico img{
    width:60px;
}
.index-ys .desc{
    height: auto;  
    line-height: 28px;
}
.index-ys:hover{
   background: url(../images/bgon.jpg);
   background-size: cover;
   color:#fff;
}

.index-ys:hover .ico img{
      filter: invert(100%) brightness(1000%);
}




 
.clutre .title{ 
   margin-bottom: 10px;  
   font-weight: bolder;
}



.futurer-box{
    padding:30px;
    overflow: hidden;
    position: relative;
    z-index: 1; 
    cursor: pointer;
    color:#333;
    transition: transform .6s ease-out;
}

.futurer-box .ico img{
    width: 60px;
}

.futurer-box::before {
    content: '';
    position: absolute;
    background: var(--colorpink);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .6s ease-out;
}

.futurer-box:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);

}

.futurer-box:hover .title,
.futurer-box:hover .desc{
   color:#fff;
}

.futurer-box:hover .ico img{
   filter: invert(100%) brightness(1000%);
}

.product-list { 
    border: 1px solid #ddd;
    height: 100%;
    display: inline-table;  
}


.productlist-box{  
  height:100%;
  border:1px solid #ddd; 
  background: #fff;
  position: relative;
  padding-bottom: 40px;
}

.productlist-box .redmore{
   position: absolute;
   bottom:10px;
   left:0;
   width: 100%;
   height: 30px;
   z-index: 9;
   
}
.productlist-box .redmore .More{
  color:var(--colorblue)
}
.productlist-box .redmore .More:hover{
   color:var(--coloryellow);
}
.productlist-box .ico{
    overflow: hidden;
}

.productlist-box .ico img{
   transition:all 0.3s ease-in-out;
}
.productlist-box:hover .ico img{
   transform: scale(1.1);
} 
.productlist-box .txt{   
    line-height:26px;
    color:#333;
    padding:0px 15px 15px 15px;
  }

.productlist-box .txt .title{
     border-top: 1px solid #ddd;
     padding-top: 20px;
     margin-bottom:15px;
}
.productlist-box .txt .subtitle{
    line-height: 24px;
}

 



.productlist-box:hover{
   box-shadow: 0px 0px 10px 3px #ddd;
}

#pics-top .pics-left{
  background:url(../images/banner_arrow4.png) no-repeat left top;
  width: 52px;
    height: 52px;
}
#pics-top .pics-right{
  background:url(../images/banner_arrow4.png) no-repeat left bottom;
  width: 52px;
    height: 52px;
}


.index-prodcut-bg .desc{
    width: 80%;
    margin:0 auto;
    text-align: center;
}

 .left-nav {
      position: sticky;
      top: 100px;  
      height: fit-content;
    }

.toc-link.active {
    color:var(--colorblue); 
}


.tags-list{
   padding:5px 15px;
   display: inline-block;
   background: #fff;
   margin-bottom: 15px;
   border-radius: 5px;
   margin-right: 10px;
}

.nav-left-menu .toc-link{
   display: flex;
   margin-bottom: 15px;
    font-size: 16px;
}

.nav-left-menu .toc-link .i{
  width:20px;
}

.nav-left-menu .toc-link .i i{
   transform: scale(1.5);
}

.nav-left-menu .toc-link .name{
   width:calc(100% - 20px);
}


.anchor-offset {
  display: block;
  position: relative;
  top: -80px; /* 控制偏移距离 */
  height: 0;
  visibility: hidden;
}





.about-teambg{
   background:rgba(0,0,0,0.3);
  
}

.time-line-box {
  margin-top: 40px;
}
.time-line-box ul:after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 52px;
  width: 1000%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.time-line-box ul li {
  float: left;
  width: 500px;
  position: relative;
  padding-top: 176px;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2;
}
.time-line-box ul li:after {
  content: '';
  height: 124px;
  border-left: #d3d3d2 2px solid;
  position: absolute;
  top: 52px;
  left: 0;
}
.time-line-box ul li dl {
  padding-left: 25px;
}
.time-line-box ul li dl dt {
  font-size: 24px;
  color: var(--colorblue);
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.time-line-box ul li dl dt:after {
  content: '';
  width:16px;
  height:16px;
  border-radius: 100%;
  background: var(--colorblue);
  position: absolute;
  left: -32px;
  top: 0;
  border: #a1d4cc 4px solid;
}
.time-line-box ul li dl dd {
    min-height: 100px;
}
.time-line-box ul li dl dd p{
   color: #fff;
  font-size: 14px;
  line-height: 1.8; 
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.time-line-box ul li dl dd p:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--colorgreen);
  position: absolute;
  left: 0;
  top: 0%;
  margin-top:8px;
}
.time-line-box ul li:first-child {
  margin-left: 95px;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}
.time-line-box ul li:nth-child(2n) dt:after {
  left: -34px;
}
.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  bottom: 10px;
  border-left: #d3d3d2 2px solid;
}
.time-line-box ul .item-this:after {
  border-left: #2DA891 2px solid;
}
.time-line-box ul .item-this .layui-text {
  border-left: #2DA891 2px solid !important;
}


.story-next{
    background: url(../images/banner_arrow.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 45%;
    left: auto;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    outline: none;
    cursor: pointer;
}

.story-pre{
    background: url(../images/banner_arrow.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 45%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 999;
    cursor: pointer;
}








    .card-list-down{
        width:180px;
        height:auto; 
        margin:0 auto;
     }   
    .download-card {
      position: relative;
      border-radius: 15px;
      border: 1px solid #eee;
      width:180px;
      height: 180px;
      display: flex;
      justify-content: center;
      align-items: center;      
      text-align: center;
      transition: 0.3s;
      background-color: #fff;
    }

    .download-card:hover {
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }
   
    .qr-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 123, 255, 0.9); /* Bootstrap主色调 */
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      opacity: 0;
      border-radius: 15px;
      transition: 0.3s ease;
      z-index: 1;
    }

    .download-card:hover .qr-overlay {
      opacity: 1;
    }

    .qr-overlay img {
      width: 130px;
      height: 130px;
      margin-bottom: 10px;
    }

    .qr-corner-icon {
      position: absolute;
      top:0px;
      right:0px;
      width: 50px;
      height: 50px;
    }

    .version-label {
      margin-top: 10px;
      font-size:16px;
      color: #666;
    }




.ask-index{width:100%; }

.ask-list-index-title{
  cursor:pointer; 
  color:#333;
  line-height:24px;
  padding-left:10px;
  padding:15px 20px;
 padding-right: 50px; 
  background:#fff;
  border-radius: 10px;
 }

.ask-list-index-title:hover{    
  background:#fff url(../images/right-w.png)  no-repeat;background-position:99% 50%;
   
}

.ask-list-ADD{color:#333}

.ask-list-ICO{
  background:#fff url(../images/down.png)  no-repeat;background-position:99% 50%; 
   border-radius:15px 15px  0 0; 

}
.ask-list-ICO:hover{
  background:#fff url(../images/down.png)  no-repeat;background-position:99% 50%; 
}
.ask-index-content{ 
  display: none;  
  padding:20px;  
  line-height: 24px; 
  font-size: 14px;
  background: var(--colorpink);
    border-radius:0 0 15px 15px;
    color:#fff;

}


.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}



.customer-msg,
    .customer-msg2{
       display: flex;
       flex-wrap: wrap;
    }
  .customer-msg .form-group{
    width:calc(50% - 20px);
    margin-right: 40px;
  }
  .customer-msg .form-group label,
  .customer-msg2 .form-group label{
     font-weight: 600;
     font-size: 16px;
  }
  .customer-msg .form-group:nth-child(2n){  
     margin-right: 0
  }
  .customer-msg2 .form-group{
    width:calc(33.33% - 30px);
    margin-right: 45px;
  }
  .customer-msg2 .form-group:nth-child(3n){ 
     margin-right: 0
  }
  .textarea-msg{
     width:100%;
     min-height: 300px;
  }
  .customer-msg-btn{
     padding:10px 100px;
     border:none;
     background:var(--colorblue);
     border-radius: 25px;
     color:#333;
     font-size: 18px;
     font-weight: bold;
     border:1px solid #ddd;
  }