

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

@font-face {
  font-family: 'HONOR300'; 
  src: url(../font/HONORSansCN-Light.ttf) format('truetype'); 
}

@font-face {
  font-family: 'HONORbold'; 
  src: url(../font/HONORSansCN-Bold.ttf) format('truetype'); 
}
 
.HONOR{
	font-family: 'HONOR'; 
}
.fw300{
	 font-family: 'HONOR300';  
}

.fweight{
	font-family: 'HONORbold'; 
}

html,body{ 
	color:#333;
	max-width: 100%;
	overflow-x: hidden;
	font-family:'HONOR','Microsoft YaHei','微软雅黑','Arial'!important; 

}
 
:root {
  --colorred: #CB2733;
  --colorblue2:#1889DF;
  --coloryellow: #FB9614;
  --coloryellow2: #F3E734;
}


/**********重置一些原样式**************/

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}
.container-fluid{
	max-width: 1600px;
}

.container-w{
	 width:100%;
	    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.fixed-top{
    z-index: 999;
}
.pages,.content{
    min-height: 200px; 
    color:#000;
}
input:focus,
textarea:focus,
button:focus{
	outline: none; 
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}
.container {
    padding-right: 10px;
    padding-left: 10px;
}
.clear{
	clear:both;
}
.row{ 
    margin-right: 6px;
    margin-left: 6px;
}
.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: 5px;
    padding-left: 5px;
}

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

.pl-0{
	 padding-left: 0
}
.pl-1{
   padding-left: 1rem;
}
.pr-0{
	padding-right: 0
}
.page-num, .page-link{
	color:#333;
}
.page-num-current{
	background-color: #333;
    border-color: #333;
    color:#fff;
}

.pages{
	min-height: 800px;
}

.content{
	 color:#333;
}
.content img{
   margin-top: 15px!important;
   margin-bottom: 15px!important;
}

.zancss{
   display: inline-block;
   margin:15px;
   background: #CB2733;
   padding:10px 30px;
   color:#fff;
   border-radius: 25px;
}
.zancss:hover{
   color:#F2F42B;
}
.zancss i{
   transition: all 0.6s;
}
.zancss:hover i{
  transform: scale(1.1);
}
.active{
    color: #FAD657;
}
    .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }
/**********重置一些原结束**************/

/*********自定义一些基本设置**************/
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;
}

a:hover{
	color:#000;
}

input:-webkit-autofill {
 box-shadow: 0 0 0 1000px #fff inset;
 -webkit-text-fill-color: #333;
}
.pt-mt-0{
	padding:0!important;
	margin:0!important;
}  

.d-flex-center{
	justify-content:center;    
	align-items:center;
}
.text-center-dflex{
	justify-content:center;   
}


.coloron{
	color:var(--colorred)!important;
}
.colora6{
	color:#A6A6A6!important;
}
.color000{
	color:#000!important;
}
.colorccc{
	color:#fff!important;
}


.colorfff{
	color:#fff!important;
}

.color666{
	color:#6f6f6f!important;
}
.colorddd{
	color:#ddd!important;
}
.colorccc{
	color:#ccc!important;
}

.color888{
	color:#888!important;
}
.color333{
	color:#333!important;
}
.color39{
	color:#393939!important;
}

.color2a{
	color:#2a2a2a!important;
}
 

.colorred{
	 color:#C2000B;
}
.bg000 {
	 background: linear-gradient(to right, #1866ed, #4766f6,  #7066fe)
}
.bg1{
	background: linear-gradient(to right, #fffbf7, #ffefee, #dbe4fe, #94bbff)
}
.bg2{
	background: linear-gradient(to right,#94bbff, #dbe4fe, #ffefee,#fffbf7)
}

.bgf{
    background: linear-gradient(to right,#FFEFEE, #fff, #ffefee,#fff)
}

.bgb{
  background: linear-gradient(to right, #C7D9FF, #DCE4FD, #dbe4fe, #AFC5F3)
}



.bg-color1,.bg-color1 .title{
  background: #D76C6E;
  color:#fff!important;
   
}
.bg-color2,.bg-color2 .title{
  background: #138682;
  color:#fff!important;
    

}
.bg-color3,.bg-color3 .title{
  background: #20ACF7;
  color:#fff!important;
  
}
.bg-color4,.bg-color4 .title{
  background: #7888FC;
  color:#fff!important;
   
}
.bg-color5,.bg-color5 .title{
  background: #B17F0B;
  color:#fff!important;
   
}


.bg-color6,.bg-color6 .title{
  background: #084675;
  color:#fff!important;
   
}
.bg-color7,.bg-color7 .title{
  background: #F17A2A;
  color:#fff!important;
    

}
.bg-color8,.bg-color8 .title{
  background: #6C5BA2;
  color:#fff!important;
  
}
.bg-color9,.bg-color9 .title{
  background:#47696B;
  color:#fff!important;
   
}
.bg-color10,.bg-color10 .title{
  background: #FA8418;
  color:#fff!important;
   
}



.bg333{
	background: #333!important;
}
 
.bgf8{
	background: #f8f8f8;
}
.bgf3{
	background: #f3f5f9!important;;
}
.bg111{
	   background-color: #ffffffb3;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        box-shadow: none;
        transition: background-color .3sease-in-out;
}

.bgblue{
	background: #EDF0FA!important;
} 
.bgblue2{
	background: #F7F8FD!important;
}
.bg-glass {
  background: rgba(255, 255, 255, 0.5);  
  backdrop-filter: blur(10px);           
  -webkit-backdrop-filter: blur(10px);  
  border-radius: 12px;                    
  border: 1px solid rgba(255, 255, 255, 0.3);  
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 

}

.bg0{
	background: #000!important;
}

.bgddd{
	background: #ddd!important;
}

.bgfff{
	background: #fff!important;
}

.float-right{
   float: right;
} 

.fs-13{
	font-size: 13px;
}

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

.title-bg{
	color:var(--colorred);
    display: inline-block; 
}

.leftmenus .onemenu .leftmenus-link{   
    display: block;
    }
.leftmenus .twomenu a{
      font-size: 13px;
      padding-left: 15px;
}


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

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

.fs-50{
	font-size:50px;
}

.fl{
   float: left;
}
.fr{
   float: right;
}

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

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



/*********导航部分**************/
.top{
	height:26px;
	line-height: 26px;
}
.navbar-light .navbar-brand{
   padding:10px 0;
}
.logo-sm-height{
	height: 40px;
}

.head-sm-height{
	height: 100px;
}
.navbar{
	padding:0px 1rem;
}
.navbar-light .navbar-nav .nav-link{
	color:#191919;
	padding:0 30px; 
	height: 75px;
	line-height: 75px;
	font-size: 16px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
	position: fixed;
	top:90%;
	left:0;
	width:100%; 
	background-color:rgba(0,0,0,0);
	z-index: 999;
	padding:0;
	border:none;
}

.dropdown{
   position: relative;
}

.dropdown:hover .dropdown-menu{ 
   display: block;
}

.second-menu-box{
	background-color: #ffffff!important;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: none;
    transition: background-color .3sease -in-out; 	 
	 padding:20px 50px; 

}
.second-menu-box .title-one,
.second-menu-box .title-one i{
	transition: all 0.6s;
	cursor: pointer;
}
.second-menu-box .title-one:hover i{
	margin-left: 5px;
}

.second-link{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding:20px;
    cursor: pointer;
    border-radius: 15px;
}

.second-link:hover{
	background: #fff; 
}

.top-menu3 li a:hover{
   color:var(--colorred);
}



.register0{
  display: inline-block; 
  padding:5px 16px;
  border-radius: 30px; 
  color:#333!important;
}
.register{
	display: inline-block;
	background: #c7000b;
	padding:5px 16px;
	border-radius: 30px;
	color:#fff!important;
}
.register:hover{
	background: #d64a52;
}

.top-weixin{
	position: relative;
}
.top-weixin .weixin{
	position: absolute;
	left:-70px;
	width:140px;
	padding:10px;
	top:40px;
	display: none;
}
.top-weixin:hover .weixin{
	display: block;
}



.topsearch{
     position: relative;
}
.topsearch input{
     border:1px solid #ddd;
     border-radius: 20px;
     width:150px;
     height: 30px;
     padding-left:15px;
     transition: all 0.6s ease-in-out;
}
.topsearch input:hover{
   width: 200px;
}
.topsearch button{
     border:none;
     position: absolute;
     right:15px;
     top:0px;
     z-index: 9;
     background: none;
     
}
.topsearch2 button{
     border:none;
     position: absolute;
     right:10px;
     top:2px;
     z-index: 9;
     background: none;
     
}





.topsearch-tags{   
    width:200px;    
    border-radius: 15px;
    position: relative;   
    overflow: hidden;
    float:left;
}
 
 
.topsearch-tags button{
     border:none;
     line-height: 30px;
     height: 30px;
     width: 40px;
     background: var(--colorred);
     color:#fff;
     border-radius: 0 15px 15px 0;
     
}
.topsearch-tags select{
   border:none;
   width:160px;
    border:1px solid #ddd;
    border-right: none;
   outline: none;
   height:30px;
   border-radius: 15px 0 0 15px;
   line-height:30px;
   padding-left: 15px;
   padding-right: 30px;
   background: rgba(0,0,0,0);  
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* 其他浏览器 */
    padding-right: 30px;      /* 给自定义箭头留空间 */
    background: #fff;
}
 
.topsearch-tags select option{
   font-size: 13px;
}
 



.wap-search{
     position: relative;  
     width:250px;   
     margin:0 auto;
}
.wap-search input{
     border:1px solid #ddd;
     border-radius: 20px;
     width:100%;
     height: 40px;
     padding-left:15px;
     transition: all 0.6s ease-in-out;
}

.wap-search button{
     border:none;
     position: absolute;
     right:15px;
     top:5px;
     z-index: 9;
     background: none;
     
}
.wap-search2 button{
     border:none;
     position: absolute;
     right:10px;
     top:2px;
     z-index: 9;
     background: none;
     
}


 /**********右边悬浮导航***************/    
 
.cd-section {
  padding-right:30px; 
  float:right;
}

.cd-bouncy-nav-trigger{
   padding:1px 16px;
   border-radius: 30px;
   text-align: left;
   background: var(--colorred);
   color:#fff;
   display: inline-block;
   position: relative;
}
.cd-bouncy-nav-trigger:hover{
   background: var(--coloryellow)
}
.cd-bouncy-nav-trigger span{   
   display: inline-block;
   top:7px;
   left:55px;
   position: absolute;
   z-index: 1;
}
.sucaihuo-container{position:fixed; background:none; z-index:999;  text-align: right; width:100%;}
 


.cd-bouncy-nav-modal {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; 
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  top: -150vh;
  pointer-events: auto;
  transition: 0s 1s;

}




.cd-bouncy-nav-modal.fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0s 0s, visibility 0s 0s;
  -moz-transition: opacity 0s 0s, visibility 0s 0s;
  transition: opacity 0s 0s, visibility 0s 0s;
  top: 0;
  transition: 0s 0s;
}
.cd-bouncy-nav-modal .cd-close {
  display: block;
  position: fixed;
  top: 10px;
  right: 60px;
  width: 30px;
  height: 30px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/close.png") no-repeat center center;
  -webkit-transform: scale(0) translateZ(0);
  -moz-transform: scale(0) translateZ(0);
  -ms-transform: scale(0) translateZ(0);
  -o-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s;
  transition: transform 0.3s 0s, visibility 0s 0.3s;
}
.cd-bouncy-nav-modal.fade-in .cd-close {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s 0s, visibility 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s, visibility 0.3s 0s;
  transition: transform 0.3s 0s, visibility 0.3s 0s;
    top: 20px;
}
 
.cd-bouncy-nav {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100vh;
    width: 100%;


}



.cd-bouncy-nav li {
    position: relative;
    top: -150%; 
    width: 16.66666%!important;
    height: 100%;
    text-align: left;
}


.cd-bouncy-nav > li:nth-child(1) {
  background-color: #6e57a3;
  transition: all 0.5s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.cd-bouncy-nav > li:nth-child(2) {
  background-color: #4D8967;
  transition: all 0.5s 0.1s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.cd-bouncy-nav > li:nth-child(3) {
  background-color: #0f6b80;
  transition: all 0.5s 0.2s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.cd-bouncy-nav > li:nth-child(4) {
  background-color: #033e7b;
  transition: all 0.5s 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.cd-bouncy-nav > li:nth-child(5) {
  background-color:#4491c6;
  transition: all 0.5s 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
}
.cd-bouncy-nav > li:nth-child(6) {
  background-color:#BD3C3D;
  transition: all 0.5s 0.4s cubic-bezier(0.17, 0.84, 0.44, 1);
}




.fade-in .cd-bouncy-nav li {
  -webkit-animation: cd-move-in 0.4s;
  -moz-animation: cd-move-in 0.4s;
  animation: cd-move-in 0.4s;
   top: 0%;
}
.fade-out .cd-bouncy-nav li {
  -webkit-animation: cd-move-out 0.4s;
  -moz-animation: cd-move-out 0.4s;
  animation: cd-move-out 0.4s;
   top: -150%;
}

 
 

 
.cd-bouncy-nav .tc-menu{
      padding-top: 20vh;

}

.cd-bouncy-nav .tc-menu .title1{
    font-size: 30px;
    font-weight: bold;
    padding:10px 30px;   
    color:#fff;    
    
}
 

.cd-bouncy-nav .tc-menu .title1:hover{
   background: rgba(0,0,0,0.5);
}


.cd-bouncy-nav .tc-menu .tc-menu2{
    display: block;
    padding-left: 30px;
    margin-top: 50px;
}

.cd-bouncy-nav .tc-menu .tc-menu2 li{
  
    display: block;
    width: 100%!important;
    height: auto;
    margin-bottom: 30px;
}
.cd-bouncy-nav .tc-menu .tc-menu2 li a{   
    color:#fff;

  
}
.cd-bouncy-nav .tc-menu .tc-menu2 li a:hover{
    font-weight: bold;
}

.cd-bouncy-nav .tc-menu .tc-menu2 .tc-menu3 li{
 
 	padding-left: 15px;
 	margin-top: 10px;
 	margin-bottom: 0;
}


 
 
/**********菜单进入动画***************/   
@-webkit-keyframes cd-move-in {
   
}

@-moz-keyframes cd-move-in {
  
}

@keyframes cd-move-in {
  
}

@-webkit-keyframes cd-move-out {
   
}
@-moz-keyframes cd-move-out {
   
}
@keyframes cd-move-out {
   

}  
 /**********菜单进入动画***************/    
 



  

/*******会员中心***************/
.uc-center{
	 position: relative;
	 cursor: pointer;
   color:#333!important;
}

.uc-center ul{
	 display: none;
	 position: absolute;
	 top:100%;
	 left:0;
	 z-index: 10;
	 width:160px;
	 height: auto;
	 padding-top: 20px;   
	 border:none;
	 margin-left: -30px;  
}
.uc-center ul li{
	 background:#E6CF99;
	 padding:10px 25px; 
   color:#000;
}
.uc-center ul li a{
   color:#000!important;
}
.uc-center:hover ul{
	 display: block;
}
.uc-center ul li a:hover{
	 color:var(--colorred)!important;
}
.btn-info{
	color: #fff;
    background-color: var(--colorred);
    border-color: var(--colorred);
}


.member-table{
	  border:1px solid #ddd;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.member-table tbody tr:nth-child(2n){
	   border:1px solid #ddd;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius:0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.list-group-item{
	font-size: 14px;
  border:none;
  background: rgba(0,0,0,0);
}

 
.umodify-box{
	 padding:15px 30px;
	 border:1px solid #ddd;
	 background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.form-control {
    height: 40px;
}

.post-box{
	 padding:0px 30px 0 30px; 
}
.post-box thead,
.post-box thead tr,
.post-box thead tr th{
	 background: #f3f5f9;
	 border:none;
}

.table td, .table th{
	 border-top:none;
	 border-bottom: 1px dashed #dee2e6
}

.pages-body{
	 min-height: 100vh;
}

/*******会员中心 end***************/

/******留言***************/
.book-msg{
	width:1000px;
	padding:50px;
	margin:50px auto;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);  
  backdrop-filter: blur(10px);           
  -webkit-backdrop-filter: blur(10px);  
  border-radius: 12px;                    
  border: 1px solid rgba(255, 255, 255, 0.3);  
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 

}

.book-msg textarea{
	min-height: 200px;
}



/******留言 end***************/


/******公告***************/

.gg-swiper{
	background: #f3f5f9;
	border:1px solid #ddd;
	overflow: hidden;
}
.gg-swiper .swiper-slide {
    display: flex; /* 保证内容布局正常 */
}
.gg-swiper .gg-list{
	 width:100%;
	 height:250px;
	 display: flex;
	  box-sizing: border-box;
	  background: #f3f5f9;

}
.gg-swiper .gg-list:hover{
	background: linear-gradient(to right, #fffbf7, #ffefee, #dbe4fe, #E7B3B7)
}
.gg-swiper .gg-list .ico{
	 width:380px;
	 height: 100%;
	  flex-shrink: 0; /* 防止缩小 */
}
.gg-swiper .gg-list .ico img{
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例，裁剪多余部分 */
    object-position: center; /* 居中对齐 */
    display: block; /* 去掉图片下方空隙 */
}
.gg-swiper .gg-list .content{
	 width:calc(100% - 380px);
	 padding:30px;
}

.gg-swiper .swiper-pagination-bullet{
	 background: #000;
	 width:10px;
	 height: 10px;
	 border-radius: 0;
}
.gg-swiper .swiper-pagination-bullet-active{
	 background: #CB2733;
	 width:10px;
	 height: 10px;
	 border-radius: 0;
}

.notic-ico{
	 width:20px;
	 margin-right: 10px;
}

.bgnum1{
    background-color: #7888fc;
}
.bgnum2{
       background-color: #6bcac2;
}
.bgnum3{
       background-color: #f5af47ea;
}
.bgnum4{
       background-color: #f75d6fd8;
}


.gg-body{
   margin:50px auto;   
   padding:50px; 
   max-width: 1200px;

}
.gg-body img{
   max-width:100%;
}



/******公告 end***************/


/******知识社区 ***************/
.book .list li{
   display: flex;
   align-items: flex-start;
}
.book .list li .num{
   width:50px;
   font-size: 18px;
}
/******知识社区  end***************/

/******新闻 ***************/


/******新闻 end***************/



/******组织架构*************/

.main-body{
   display: flex;
}
.left-body{
   height: 100%;
   min-height:calc(100vh - 71px);
   padding:30px;
   width: 350px;
   background: #f3f5f9;
   background: url(../images/leftbg.jpg) no-repeat;
   background-size: cover;
   position: sticky;
   top: 70px;
}


.right-body{
   height: 100%;
   min-height:calc(100vh - 81px);
   padding:30px;
   width:calc(100% - 350px);
}


.people-header{
   background:#F78C37;
}


.bumen{
   display: flex;
   background: #EAF5FE;
   padding:2px;
}

.bumen .touxiang{
    width:300px;   
}

.bumen .desc{
    padding:30px;
    font-size: 16px;
   
}
.bumen .desc .title{
   display: flex;
}
 .copy-tip {
      position: fixed;
      top:50%;
      right: 50%;
      background: #4caf50;
      color: white;
      padding: 6px 12px;
      border-radius: 4px;
      display: none;
      z-index: 9999;
    }


.copy{
  cursor: pointer;
}    

.people-list {
    position: relative;
    overflow: hidden;
}
 
.people-list:hover{
  background: #f3f5f9;
} 



.main-pic{
    max-width: 1200px;
    margin:0 auto;
}

/******组织架构 end***************/




.page-header .navbar .navbar-brand{
   background: none;
   width: 120px
}
.page-header .navbar .navbar-brand img{
   width:100%
}


.page-sidebar .accordion-menu>li>a{
   padding:0 15px 0 0;
   
}
.page-sidebar .accordion-menu>li>.left-two{
   padding-left: 15px;
}

.page-sidebar .accordion-menu li.sidebar-title{
   padding-left: 0;
}
.left-one{
   font-size: 16px;
   color:#000!important;
}

.index-news-img{
   width:100px;
   height: 100px;
   margin-right: 20px;   
   overflow: hidden;
}
.index-news-img img{
   width:100px;
   height: 100px;
   border-radius: 50%;
}

.index-title{
   padding:10px 30px;
   background: 
} 

 

.page-sidebar .accordion-menu li ul li a i{
   padding-right: 10px;
   font-size: 14px;
}



.notics{
   display: flex;
}

.notics img{
   width:25px;
   height: 25px;
   margin-top: 5px;
   margin-right: 15px;
}


.list-group{     
   overflow: hidden;
}

.btn-primary:hover{
   background: #CB2733;
   color:#fff!important;
}

.wh-list{
   border-radius: 15px;
   overflow: hidden;
   border:1px solid #ddd;
   background: #EBECDC;
   height: 100%;
}
.wh-list .list-group-item{
   background: rgba(0,0,0,0);
}

.list-group-broder15{
   border-radius: 15px;
   overflow: hidden;
   border:1px solid #ddd;
}

.list-group .ico{
   height: 250px;
   overflow: hidden;
}

.list-group .ico img{
   width:100%;
   height: 100%;
   object-fit: cover;
}


.transactions-list{
   margin-bottom: 0px;
   padding-top: 10px;
   padding-bottom: 10px;
   position: relative;
}
.transactions-list:after{
  display: block;
   content: '';
   width:0;
   height: 2px;
   background:  linear-gradient(to right, #CB2733, #ffefee, #dbe4fe, #94bbff);
   left:0;
   bottom:0;
   z-index: 2;
   transition: all 0.6s ease-in-out;

}
.transactions-list:hover:after{
  width:100%;
}


 



.newslist3{
   display: flex;
          overflow: hidden; 
    position: relative;
}
.newslist3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color:#E6CF99;
    transition: all 1s;
}
.newslist3:hover::before {
  width:1000px;
  height:1000px;
  transform:scale(5);
}
.newslist3 .ico{
   width:250px;
   height: 200px;
    z-index:5;
   position: relative;
   overflow: hidden;
}

.newslist3 .ico img{
   width:100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.6s;
}

.newslist3 .desc{
   width:calc(100% - 250px);
   padding:15px 30px;
    z-index:5;
   position: relative;
}
 
.newslist3:hover .ico img{
   transform: scale(1.1);
}


.newslist4{
   height: 100%;
   background:#E9E6C5;
   position: relative;
}

.newslist4 .ico{
   height: 250px;
   overflow: hidden;
    position: relative;
}
.newslist4 .ico i{
   position: absolute;
}
.newslist4 .ico img{
   width:100%;
   height: 100%;
   object-fit: cover;
   transition: all 0.6s;
}

.newslist4:hover .ico img{
    transform: scale(1.1);
}
.newslist4:hover{
   background: #E6CF99;
}


.newslist5 .ico{
   height:460px;
   overflow:hidden;
}
.newslist5 .ico img{
   transition:all 0.6s;
}
.newslist5:hover .ico img{
   transform: scale3d(2, 1.5, 1);
}


.shouce-list{
   background: #E6CF99;
   padding:20px;
   border-radius: 20px;
   transition: all 0.6s ease-in-out;
   box-shadow: 1px 1px 10px #ddd;
}

.shouce-list .title{
   display: block;
   line-height: 24px;
   color:#333;
   margin-bottom: 15px;
}

.shouce-list .desc{
   display: block;
   line-height: 24px;
   color: #333;
    margin-bottom: 15px;
}

.shouce-list .more{
   display: inline-block;   
   border-radius: 30px;   
   padding:10px 30px;
   color: #CB2733;
   border:1px solid #CB2733;
   transition: all 0.6s ease-in-out;
}
.shouce-list:hover{
   background: #fff;
}
 .shouce-list:hover .more{
   background: #CB2733;
   color:#fff;
}

.page-header .navbar #navbarNav #leftNav>li>a{
   font-size: 16px;
   color:#191919;
}


.card{
   overflow: hidden;
}


.newslist-1:hover{
   background:#FFF9EA;
   box-shadow: 1px 1px 10px #ddd;
   cursor: pointer;
 }

.newslist-2{
   overflow: hidden; 
    position: relative;
    display: flex;
    height: 100%;
    padding:15px;
    background: #fff;
    border-radius: 20px;
     box-shadow: 1px 1px 10px #ddd;
}

.newslist-2 h5,
.newslist-2 div,
.newslist-2 a{
   z-index:5;
   position: relative;
}
.newslist-2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color:var(--coloryellow);
    transition: all 1s;
}
.newslist-2:hover::before {
  width:500px;
  height:500px;
  transform:scale(5);
}
.newslist-2:hover .title a,
.newslist-2:hover .date,
.newslist-2:hover .card-description a{
   color:#fff;
}

.newslist-2 .ico{
   width:200px;   
}
.newslist-2 .ico img{
   width:100%;
   height: 100%;
}
.newslist-2 .desc{
   width:calc(100% - 200px);
   padding:15px;
}


.p-bg1{
   background: linear-gradient(to bottom, #E2F0FE, #FFFFFF);
}

.p-bg2{
   background: linear-gradient(to bottom, #ECD3E7, #FFFFFF)
}

.p-bg3{
   background: linear-gradient(to bottom, #F6EEE0, #FFFFFF)
}

.p-bg4{
   background: linear-gradient(to bottom, #E2F0FE, #FFFFFF);
}

.p-bg5{
    background: linear-gradient(to bottom, #E2F0FE, #FFFFFF);
}

.p-bg6{
   background: linear-gradient(to bottom,  #E3BAEF, #FFFFFF)
}


.bgx1{
     background: linear-gradient(to right, #FFFAF6, #FFFFFF);
}

.bgx2{
     background: linear-gradient(to right, #FFFFFF, #F9E6E8);
}



.wh-list  .ico{
   overflow: hidden;
   height: 350px;
}

.wh-list .ico img{
   transition: all 0.6s;
   width:100%;
   height: 100%;
   object-fit: cover;
}

.wh-list:hover .ico img{
   transform: scale(1.1);
}




.case-list{
   height: 450px;
   overflow: hidden;
   position: relative;
   border:1px solid #ddd;
}
 
.case-list .ico{
   overflow: hidden;
   width: 100%;
   height: 100%;
}

.case-list .ico img{
   transition: all 0.6s;
   width:100%;
   height: 100%;
   object-fit: cover;
}

.case-list:hover .ico img{
   transform: scale(1.1);
}

.case-list:hover .list-group-item{
   background:#FCF9F4
}
.case-list .title{
   position:absolute;
   bottom:-80px;
   width:100%;   
   line-height: 24px;   
   overflow:hidden;
   padding:15px;
   left:0;
   z-index: 9; 
   background: rgba(68,145,199,0.8);
   color:#fff;
   transition: all 0.6s;
}

.case-list .title a{
    color:#fff;
}
.case-list:hover .title{
   bottom:0;
}





.case-list2 .title{
   position:absolute;
   top:-80px;
   width:100%;  
   height:80px; 
   line-height: 24px;   
   overflow:hidden;
   padding:15px;
   left:0;
   z-index: 9; 
   background: linear-gradient(181deg,#00A0E9 26%,rgba(255,168,0,0) 91%); 
   color:#fff;
   transition: all 0.6s;
}
.case-list2:hover .title{
  top:0;
  height: 100%;
}






.card-img-250{
    height: 250px;
    overflow: hidden;
}

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



.swiper-auto{
   height:400px;
   padding-bottom:80px;
 }

.swiper-auto .swiper-wrapper .swiper-slide{
     width:auto;
 }
.swiper-auto .swiper-wrapper .swiper-slide .ico{
     width:100%;
     height: 250px;
 }  
.swiper-auto .swiper-wrapper .swiper-slide .ico img{
      width:100%;
      height: 100%;
      object-fit: cover;
}



 #index-video-news{
     height: 770px;
     background:#E6CF99;
     border-radius: 20px;
     overflow: hidden;     
  }
  #index-video-news .swiper-slide{
       background:#E6CF99;
  }
  #index-video-news .video-height{
     height: 720px
  }
  #index-video-news .video-height .index-news-video{
     height: 100%;
  }
 #index-video-news .title{
   height: 50px; 
   padding-top: 5px;
 }
 video{
   width: 100%;
   object-fit: fill;
 }

 

.tr-company-name .ico{
   width:100px;
   height:80px;
   margin-right: 15px;
}

.tr-company-name .ico img{
   width:100%;
   height: 100%;
   object-fit: cover;
}

.tr-company-name .title{
   width:calc(100% - 115px);
}


.active-left{
  color: var(--colorred)!important; 
}




.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background: url(../images/banner_arrow2.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 45%;
    width: 50px;
    height: 50px;
    z-index: 999;
    outline: none; 

}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background: url(../images/banner_arrow2.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 45%;
    width: 50px;
    height: 50px;
    z-index: 999; 
}
.swiper-pagination{
   bottom: 0!important
}
.swiper-pagination-bullet{
   width:10px;
   height: 10px;
}
.swiper-pagination-bullet-active{
   background:var(--colorred);
}

.banner{
   border-radius: 20px;
   overflow: hidden;
   border:1px solid #ddd;
} 



.index-menu-box{
    position: relative;
    height: 380px;
    border-radius: 15px;
    overflow:hidden;   
}

.index-menu-box img{
    width:100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}
.index-menu-box .title{
   position: absolute;
   bottom: 15px;
   width:100%;
   height: 40px;
   line-height: 40px;
   left:0;
   padding-left: 30px;
   font-size: 30px;
   font-weight: bold;
   color:#fff;
   z-index: 9;
}
.index-menu-box .title a{
   color:#fff;
}
.index-menu-box:hover img{
   transform:scale(1.2);
}

/*********评论***************/
.comment-msg-box{
   border-radius: 15px;
   overflow: hidden;
}
.comment-msg{
     width:100%;
     border:1px solid #ddd;
  }
 .comment-check{
    width: 150px; 
    height:44px; 
    float: left; 
    border-radius:0;
 } 
  .comment-box { width: 400px; margin-bottom: 10px; }

  #emoji-btn{
     border:1px solid #ddd;     
     padding:10px 30px;    
  }
  #emoji-panel {
    display: none;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    width: 360px;
    position: absolute;
    z-index: 100;
    max-height: 200px;
    overflow-y: auto; /* 面板支持滚动 */
  }
  #emoji-panel img {
    width: 24px; height: 24px;
    margin: 2px;
    cursor: pointer;
  }
  .comment-list { margin-top: 20px; }
  .comment-item { padding: 5px; border-bottom: 1px solid #eee; }






.page-sidebar{
   background: url(../images/leftbg.jpg) no-repeat;
}  




.toutiao{
   display: flex;
   flex-wrap: nowrap;
   height: 100%;
}

.toutiao .txt-box{
    width:100px;
    height: calc(100% - 20px);
    background: var(--colorred);
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toutiao .txt-box .ttt{
    font-size: 30px;
    padding:10px;
    font-weight: bold;
    text-align: center;
}
.toutiao .swiper-box{
   width:calc(100% - 100px);
}


.notice{
   padding-bottom:20px;
   width:100%; 
}
.notice .notice-box{
   padding:20px;
   overflow:hidden;
   border-radius: 0px;
}
 
.notice .title{
   height: 48px;
   line-height: 24px;
   overflow: hidden;
}

.notice .card-title{
   margin-bottom: 15px;
}


.toutiao .every-day{
    width:calc(100% - 100px);
    padding:15px 20px;
    background: #fff;
    box-shadow: 1px 1px 10px #ddd;
    height: calc(100% - 20px)
}

.toutiao .every-day #scrollBox{
   width:100%; 
   height:40px;
   line-height:40px; 
   background:#FA8418;
   border-radius: 20px; 
   overflow:hidden;
   position:relative;
   margin-top: 30px;
   color:#fff;
} 







.case-example-item{ 
  width:100%;
  height: 300px;
  overflow: hidden;
  margin: 0 18px 18px 0;
  text-align: center;
  background: #E6CF99;
  position: relative;
  transition: all .2s;
}
.case-example-item a .case-pad {
  width: 100%;
  height: 300px;
}
.case-item-info {
  height:70px;
  line-height: 25px;
  padding:15px 15px 5px 15px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E6CF99;
  transition: all 0.6s;
}
 
.case-info-title { 
  color: #333;
  font-size: 14px;
  text-align: left;
  margin-bottom: 35px;
}
.case-info-text { 
  color: #333;
  font-size: 12px;
  text-align: left; 
}
.case-example-item:hover .case-item-info {
  height: 300px;
  background: rgba(0,0,0,0.6);

}

.case-example-item:hover .case-item-info .case-info-title,
.case-example-item:hover .case-item-info .case-info-text{
    color:#fff;
}