@import url("https://cdn-font.hyperos.mi.com/font/css?family=MiSans_VF:VF:Chinese_Simplify,Latin&display=swap");
 

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

html,body{ 
  color:#333;
  max-width: 100%;
  overflow-x: hidden;
  font-family:'MiSans VF','Microsoft YaHei','微软雅黑','Arial'!important; 
  position: relative;
}
 
 
:root {
  --colorpink:#04B6BA;
  --colorblue:#001DDA;
  --coloryellow: #FB9614;
  --coloryellow2: #F3E734;
}

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

/**********重置一些原样式**************/
.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;
}

 

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%
}

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

/*********自定义一些基本设置**************/
pre{ position: relative; padding:40px 20px 20px; background:#222; color:#f8f8f8; padding-top:50px; border-radius:10px;}
pre::before {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    top:10px;
    left: 20px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}

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

    

table{
        width: 100%!important;
        margin: 10px 0;
    }
td{
        border:1px solid #ddd;
        padding:10px 15px;
        font-size: 14px;
        line-height: 24px;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{
         
        cursor: pointer;
}

 

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{
  justify-content:center;    
  align-items:center;
}
.d-flex-center-x{
  justify-content:center;   
}
.d-flex-center-y{
   align-items:center;   
}
.fweight{  
   font-weight: 500;
}
.fw300{
   font-weight: 300;
}

.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,
.coloron2{
   color:var(--colorpink)!important;
}

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



.bgfff{
   background:#fff!important; 
}

.bgf8{
   background:#f8f8f8!important;
}

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

.bgblud{
   background:var(--colorblue)!important;
}

.bgf3{
   background: #f3f5f9!important;
}

.bg49{
    background: #494949!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: 15px;
      padding-left: 5px;
}

.navbar{
  margin-top: 80px;
  transition: all 0.6s;
    padding:0;
}

.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-20{
      -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


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

.top-head{ 
   height: 44px;
   line-height: 44px;
   display: block;
   width: 100%;  
}
.logo-sm-height{
   height: 40px;
   margin: 30px 0px 20px 15px;
}

.top-height{
   height: 110px;
}

.top-ico{ 
   display: inline-block;
}
.top-ico a{
   color:#fff;
}
.top-ico a:hover{
   color:#333;
}


.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: 1.4rem;
  margin-left:1.4rem;    
  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: #E60012; 
}

.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;
}
.earth{
    filter: grayscale(0) brightness(1);
    height: 24px;    
}

 


.top-phone2:hover .lang{
    display: block;
}




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

.bg-nav{
    background: #fff;
    border-radius: 5px;
}

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

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

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


 .pc-banner-height{
    height: 90vh;
 }

.banner-txt .title{
  font-size: 100px;
  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: 80px;
   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;
}

.ny_banner{
    height: 500px;
}

.nybanner{
   position: relative;
}

.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.3);
}

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

.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;
}

/* 控制新闻列表样式 */
.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;
} 

 .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: 170px;
  height: 44px;
  line-height: 44px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  color:#fff;
  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:#FFF;
    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:#333;
}
.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{
     font-size: 14px;
}

.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 #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;
}
 
.serverlist li{
    font-size: 20px;  
    background: #fff; 
    text-align: center;
    display: inline-block;
    cursor: pointer;
    position: relative;
} 
.serverlist .serverlist-box{
     height: 300px;
     width:180px;
     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: 180px;
     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%);
}

 

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



/*******发展历程************************/

 
.story-box{
       background: url(../images/storybg.png) top center repeat-y;
    }

.story-list-box{
        position: relative;
        padding: 50px 30px 50px 30px;
        box-shadow: 0 0 24px rgba(18, 35, 62, 0.1);
        background-color: #ffffff;
        z-index: 2;
        text-align: center;
        border-radius: 30px; 
        width:45%;    
        margin-bottom: -50px;
    }
    .story-list-box .time-line{
         position: absolute;
         right: -96px;
         top:80px;
         width: 80px;
         height: 80px;
         overflow: hidden;
         
    }
    
.story-list-box .time-line::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 10px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 40px solid var(--colorpink);
}


.story-list-box:nth-child(2n) .time-line:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 40px; 
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 40px solid var(--colorpink); 
}

    .story-list-box:nth-child(2n){
        margin-left:55%
    }

    .story-list-box:nth-child(2n) .time-line{
        right:auto;
        left:-104px;
    }

    .story-list-box .num{
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #F4F8FF;
    font-size: 120px;
    line-height: 1;
    z-index: -1;
    font-family: 'enbold';
    opacity: 0.8;
    }

    .story-list-box .year{
      line-height: 38px;
    color: #333333;
    margin-bottom: 20px;
    font-family: 'enbold';
    }

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

.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;
}

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







/********联系我们**************/
.contact-box{
   padding:50px 50px;  
   background: var(--colorpink);
   color:#fff; 
   text-align: center;
   height: 100%;
}
.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; 
   margin-left:-100px;
   margin-top:-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
}

.form-group{
   width:30%;
   margin-right: 3.3%;  
   margin-bottom:15px;
}

.form-control{
   border-radius: 0;
   height: 50px;
   line-height: 50px;

}

.form-group2{
   width:96.666%;
}

.form-group .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;
}

.title-Details{
   font-size: 24px;
  font-family: 'HONORbold';
  position: relative;
   padding-bottom: 15px;
   border-bottom:1px solid #ddd;
}

.title-Details:after{
   position: absolute;
   left:0;
   bottom:0;
   content: '';
   width:100px;
   height:4px;
   bottom:-2px;
   z-index: 33;
   background: var(--colorpink)
 }


 .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;
  margin-bottom: 20px;
 }

.ask{
  font-size: 18px;     
  color:#333;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%; 
}
.ask i{
    color:var(--colorpink);
}
.card-header:hover .ask{
   color:var(--colorpink);
    font-weight: bold;
}
.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: 2%;
  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:20px;
}

.copyright{
   border-top:1px solid #383838
}

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


.online{
   right:0;
   width:40px;
}
.online dl{
   background: var(--colorpink)
}
.online dl dt{
   right:40px;
}








.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: 50px;
}
.nav-tabs .nav-link{
  margin-right: 2px;
}

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

}



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

 .index-pro-box{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%; 
}
.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: 999;
    width: 100%;
    padding:10px 15px;
    background: rgba(255,255,255,0.7);
}
.index-pro-title-box2 .title{
    color:#333;
}
.index-productlist2:hover .index-pro-title-box2{
    background:#fff!important;
}
.index-productlist2:hover .index-pro-title-box2 .title{
    color:#333;
}
        
.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:#0C8E8E;
  border-bottom: 2px solid #0C8E8E!important;
  font-weight: bold;
}
.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%);
    padding:120px 0 50px 0;
    color:#fff;     
    background: url(/static/img/why.jpg) center center;
    background-size: cover;
}


.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;
}   

.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;
    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;
   height: 48px;
   overflow: hidden;
   text-overflow: ellipsis;
 }

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

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

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

.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:200px;
    text-align: center;
    display:flex;
    height: 40px;
    line-height: 40px;
    border:1px solid #ddd;
    font-size: 16px;   
     background: #fdd100;
     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:#333;

}



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

.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;
   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;
}

.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;
   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%);
}

.disabled-btn{
   background: #f8f8f8!important;
   pointer-events: none;
   cursor: not-allowed; 
}



.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;
 

}

.picture img{
  width:100%;
}






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

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

.honorpic  .swiper-slide {
  width: 520px;
  height: 408px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}
.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 .swiper-button-prev {
  left: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/btn.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.honorpic .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%
}

.honorpic .swiper-button-next {
  right: 0px;
  width: 45px;
  height: 45px;
  background: url(../images/btn.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

.honorpic .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%
}


.honorpic2  .swiper-slide {
  width: 520px;
  height: 800px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}



.honorpic3  .swiper-slide {
  width: 520px;
  height: 480px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
}



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









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

.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(--main-coloryellow2); 
  border:none;
  color:#333;
  font-size: 18px;

}

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

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





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

.sonsort{
 
    border-bottom: solid 1px #e2e2e2;
}
.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:90px;
   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: 300px;
         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
}





.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;
     
}




.p-index-btn{
    width:100%; 
    text-align: center; 
    display: inline-block;
    color: #333;
    font-size: 16px; 
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 25px;
    background:#fff;
    padding:20px 0; 
    border:1px solid #ddd; 
    border-radius:35px;
}
.p-index-btn:hover{ 
    color:#fff!important;
    border: 1px solid var(--colorpink);
}

 
.p-index-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;
}

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



.col-md-job{
     width:20%;
     padding-right: 10px;
    padding-left: 10px;
}

.col-md-job img{
    max-width: 200px;
}



