/** alipuhui 2.0 **/
@font-face {
    font-family: "AlibabaPuHuiTi";
    src: local("AlibabaPuHuiTi-Regular"),
         url("../AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff2") format("woff2"),
         url("../AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff") format("woff"),
         url("../AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}
/**speed**/
body {
  font-family: 'AlibabaPuHuiTi', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #000;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #0e66a7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:focus {
    color: #0e66a7;
    text-decoration: none !important; }
  a:hover {
    color: #0e66a7;
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: #0e66a7; }

h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-weight: normal;
  color: #001935;
  margin-top: 0px;
   }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h1 {
  font-size: 46px;
  
  leading-trim: NONE;
  line-height: 60px;
  letter-spacing: 2px;

  font-style: normal; }

h2 {
  font-size: 28px;
  line-height: 38px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  font-weight: normal;
  line-height: 1.8; }
.twoline{
	overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;   -webkit-box-orient: vertical;
	word-break: break-all;   line-height: 2.0; 
}


small {
  font-size: 80%; }
.linehsmall {
  font-weight: normal;
  line-height: 1.6; }

.linehbig {
  font-weight: normal;
  line-height: 2; }

.fa-lg {
    font-size: 1.83333em;
    line-height: .75em;
    vertical-align: -.0667em;
}
.fa-lgbig {
    font-size: 2.93333em;
    line-height: .75em;
    vertical-align: -.0667em;
	

	opacity: 0.7;
}
.nobig {
  font-weight: normal;
  font-size: 80px;
   }
.w-240 {
  width: 240px; }

*::-moz-selection {
  background: #0e66a7;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #0e66a7;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #0e66a7;
  color: #ffffff;
  text-shadow: none; }

.container-fluid {
  padding: 0 100px; }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container {
    max-width: 1360px; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1440px; } }

/* Loading */
#pre-loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999; }

#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto; }

/* divider */
hr {
  border-top-color: #eeeeee; }

/* form-control */
.form-control {
  border: 1px solid #eeeeee;
  color: rgba(170, 176, 183, 0.8);
  border-radius: 0px;
  height: 50px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  border-radius: 3px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #0e66a7; }

textarea.form-control {
  height: auto; }


/* border */
.border {
  border-color: #eeeeee !important; }

.border-top {
  border-top-color: #eeeeee !important; }

.border-left {
  border-left-color: #eeeeee !important; }

.border-right {
  border-right: 1px solid rgba(217, 217, 217, 1)   !important; }

.border-bottom {
  border-bottom-color: #eeeeee !important; }

   .border-wuyou {
     border: #EE592F 1px solid !important;
   }

.border-8 {
  border: 8px solid rgba(255, 255, 255, 1)!important; }

/* badge */
.badge {
  border-radius: 3px; }
  .badge + .badge {
    margin-left: 6px; }

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal; }

/* back to to */
.back-to-top {
  background: #D9D9D9;
  color: #0e66a7;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  overflow: hidden;
  cursor: pointer;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .back-to-top:hover {
    background-color: #001935;
    color: #ffffff; }
  .back-to-top:focus {
    color: #ffffff; }

 /* 右侧悬浮容器 */
    .float-side {
      position: fixed;
      right: 0px;
      top: 260px; 
      z-index: 999; 
      display: flex;
      flex-direction: column;
      gap: 12px; 
    }
    /* 二维码盒子样式 */
    .qrcode-box {
      width: 90px;
      
      box-shadow: 0px 4px 20px 0px rgba(181, 209, 228, 0.5) inset;

      padding: 10px;
      border-radius: 8px;
	  background: rgba(14, 102, 167, 1);

      
      text-align: center;
    }
    .qrcode-box img {
      width: 100%;
      display: block;
    }
    .qrcode-text {
      font-size: 16px;
	  font-weight: bold;
      margin-top:6px;
      color:#fff;
    }

	.tel-btn img {
	  width: 100%;
	  display: block;
	}
    .tel-btn:hover {
		
      width: 90px;
      
      box-shadow: 0px 4px 20px 0px rgba(181, 209, 228, 0.5) inset;
      
      padding: 10px;
      border-radius: 8px;
     
      
      
      text-align: center;
    }
	.tel-wrap{
	  position: relative;
	}
	/* 外层容器：必须相对定位，让弹窗以它为基准定位 */
	.tel-wrap {
	  position: relative;
	  display: inline-block;
	}
	
	/* 电话按钮原有样式 */
	.tel-btn {
	  width: 90px;
	  box-shadow: 0px 4px 20px 0px rgba(181, 209, 228, 0.5) inset;
	  padding: 10px;
	  border-radius: 8px;
	  background: rgba(14, 102, 167, 1);
	  text-align: center;
	  cursor: pointer;
	}
	
	/* 弹窗默认隐藏 */
.tel-pop{
  position: absolute;
  top:0;
  left:0;
  width:240px;
  height:100%;
  transform: translateX(-50%);
  color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(181, 209, 228, 0.5) inset;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px;
  background: rgba(14, 102, 167, 1);
  white-space:nowrap;
  display:none;
  font-size:22px;
  z-index:99;
}
	/* 鼠标悬浮外层盒子，弹窗显示 */
	.tel-wrap:hover .tel-pop {
	  display: block;
	}
	/* hover显示弹窗 */
	.tel-wrap:hover .tel-pop{
	  display:block;
	}
    /* 适配：移动端缩小尺寸 */
    @media(max-width:768px){
      .qrcode-box{width:90px}
      .tel-btn{width:90px;}
      .float-side{right:8px;top:150px;}
    }

/* pagination */
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 3px;
  border: 2px solid #eeeeee;
  padding: 5px 22px; }

.pagination .page-item {
  margin: 0 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.pagination .page-item .page-link {
  color: #969696;
  padding: 8px 16px;
  border-radius: 3px;
  font-weight: 500;
  border: none; }

.page-item.active .page-link,
.pagination .page-item .page-link:hover {
  background: #0e66a7;
  border-color: #0e66a7;
  color: #ffffff; }

.pagination .page-item .page-link:focus {
  background: #0e66a7;
  border-color: #0e66a7;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none; }

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 4px solid #eeeeee;
  padding-left: 20px;
  font-style: italic;
  display: block; }

/* table */
.table-bordered td {
  border-color: #eeeeee; }

.table-bordered th {
  border-color: #eeeeee; }

.table thead th {
  border-bottom-color: #eeeeee; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f6f6; }

/* color */
.text-primary {
	font-weight: 600 !important;
  color: #0e66a7 !important; }
.text-primarynobold {
  color: #0e66a7 !important; }
.text-primarybold {
	font-weight: 600 !important;
  color: #0e66a7 !important; }

.text-white {
  color: #ffffff; }
  
.text-whitebanner {
  color: #ffffff; 
  line-height: 180%;}

.text-whitecontact {
  color: #ffffff; 
  line-height: 150%;
  font-weight: 600;}
 
 .text-white500 {
 font-weight: 600;
   color: #ffffff; }
  
.text-whitetop {
font-weight: 700;
  color: #ffffff; }

.text-whitebottom {
font-weight: 700;
letter-spacing: 0px;
  color: #ffffff; }


.text-yellow {
	font-weight: 600;
	color: rgba(249, 150, 70, 1) !important; 

  }

.text-dark {
  color: #000 !important; }
.text-dark02 {
  color: rgba(226, 226, 226, 1) !important; }

.text-darkbold {
	font-weight: 600 !important;
  color: #000 !important; }

.text-light {
  color: rgba(133, 138, 143, 1) !important; }

.text-light-02 {

  color: rgba(217, 217, 217, 1) !important; }
.text-light-03 {
color: rgba(99, 99, 99, 1)  !important; }

.text-info {
	font-weight: 600 !important;
  color: #186fc9 !important; }
.text-lxcg {
	font-weight: 600 !important;
  color: #1DAEEF !important; }

.text-success {
	font-weight: 600 !important;
  color: #53b427 !important; }


.text-quote {
  color: rgba(6, 101, 164, 0.08) !important;
   font-size: 70px;
   }

.text-ensmall {
  color: rgba(99, 99, 99, 1); font-size: 14px;
   }



.text-warning {
	font-weight: 600 !important;
  color: #ffc107 !important; }

.text-red {
	font-weight: 600 !important;
  color: #ff4b4b !important; }
  
.text-red-02 {
	font-weight: 600 !important;
  color: #dd2914 !important; }
.text-yellow-02 {
	font-weight: 600 !important;
  color: #e5890d !important; }
.text-yellow-03 {
	font-weight: 600 !important;
  color: #f2a317 !important; }
  
 .text-yellow-04 {
	 font-weight: 600 !important;
  color: rgba(255, 229, 187, 1) !important; }
   
.text-green-01 {
	font-weight: 600 !important;
  color: #44af38 !important; }
.text-green-02 {
	font-weight: 600 !important;
  color: #91c54f !important; }
.text-green-03 {
	font-weight: 600 !important;
  color: #c5cb2b !important; }


.text-vip-01 {
	font-weight: 600 !important;
  color: rgba(140, 178, 101, 1) !important;
  }
.text-vip-02 {
	font-weight: 600 !important;
  color: rgba(105, 205, 181, 1) !important; 
  }
.text-vip-03 {
	font-weight: 600 !important;
  color: rgba(224, 140, 173, 1) !important; 
  }
.text-vip-04 {
	font-weight: 600 !important;
  color: rgba(125, 165, 212, 1) !important; 
  }
.text-vip-05 {
	font-weight: 600 !important;
  color: rgba(157, 148, 199, 1) !important; 
  }
.text-vip-06 {
	font-weight: 600 !important;
  color: rgba(177, 133, 215, 1) !important;
}
.text-vip-07 {
	font-weight: 600 !important;
  color: rgba(69, 131, 182, 1) !important; 
  }
.text-vip-08 {
	font-weight: 600 !important;
  color: rgba(237, 197, 94, 1) !important; 
  }





.freelance {
  color: #53b427; }

.temporary {
  color: #e74c3c; }

.full-time {
  color: #186fc9; }

.part-time {
  color: #ffc107; }
.img-eight {
    max-width: 80px !important;
    height: 80px !important;
}
.img-100 {
    max-width: 100px !important;
    height: 100px !important;
	object-fit: contain;
}
.img-200 {
    max-width: 200px !important;
    height: 200px !important;
	object-fit: contain;
}
.img-210 {
    max-width: 200px !important;
    height: 200px !important;
	object-fit: contain;
}
.img-240 {
    max-width: 240px !important;
    height: 240px !important;
	object-fit: contain;
}
.text-big-product {
    font-weight: 700;
    font-size: 100px;
    line-height: 100px;
    letter-spacing: 0px;
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 77%, 0 77%);
    display: inline-block; 
}
/* background */
.bg-primary {
  background: #0e66a7 !important; }
.bg-primary-02 {
	background: rgba(60, 146, 209, 1) !important; }
.bg-primary-index {
	background: rgba(14, 102, 167, 0.96)!important;
  }

.bg-dark {
  background: #001935 !important; }
  


.bg-light {
	background: #D9D9D9 !important;
   }
 .bg-light-02 {
	 background: rgba(248, 249, 249, 1);
   }  
   
 .bg-light-03 {
	 background: rgba(246, 247, 248, 1);
   }  
    
 .bg-light-04 {
	 background: rgba(244, 247, 251, 1);
   }       
   
.bg-dark-02 {
	background: rgba(217, 217, 217, 1) !important;
   }   
 .bg-dark-03 {
	background: rgba(241, 241, 241, 1) !important;
   }    
 .bg-dark-05 {
	 box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
}
   .bg-dark-06 {
   	background: rgba(241, 241, 241, 0.5) !important;
     } 
	 
	 
  .bg-dark-news {
   	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) !important;
     } 
	 
.bg-dark-business {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.06)  !important;
     } 	 
	 
	  .bg-dark-system {
   	box-shadow: 0px -15px 26px 0px rgba(0, 0, 0, 0.08)!important;
     }  
   
 .bg-blue-02 {
	background: rgba(181, 209, 228, 0.2) !important;
   }    
      
 .bg-blue-03 {
	 border: 1px solid rgba(255, 255, 255, 1);
	 background: rgba(241, 249, 255, 1);

	 box-shadow: 0px 19px 43px 0px rgba(5, 88, 154, 0.1);
   }    	  
	 .bg-blue-04 {
	border-radius: 8px;
	border: 1px solid rgba(181, 209, 228, 0.5);
	 background: rgba(241, 249, 255, 1);

	 box-shadow: 0px 19px 43px 0px rgba(5, 88, 154, 0.1);
   }     
	  
.bg-blue-05 {
    background: rgba(181, 209, 228, 0.2) !important;
    background-image: url('../img/clock.png') !important;
    background-repeat: no-repeat !important;
    background-position: left bottom !important;
    background-size: auto !important;
    
}

.bg-blue-06 {
	background: linear-gradient(90deg, #F5F9FE 0%, #E9F1F9 100%) !important;
	border: 1px solid rgba(255, 255, 255, 1) !important;
    box-shadow: 0px 2px 3px 0px rgba(168, 168, 168, 0.04) !important;
}

.bg-blue-honour {
background: linear-gradient(180deg, rgba(14, 102, 167, 0) 64.98%, rgba(14, 102, 167, 0.7) 83.28%, #0E66A7 95.18%)!important;	
}



.bg-blue-right {
	background: linear-gradient(90deg, #1E89C6 0%, #0E66A7 100%);
}

.bg-blue-business {
	background: linear-gradient(180deg, rgba(168, 200, 223, 0) 0%, rgba(14, 102, 167, 0.04) 68.27%);
border-bottom: 1px solid rgba(217, 217, 217, 1);
}


  
	 .bg-blue-solution {
		 background: rgba(14, 102, 167, 0.9);
   }  
		 
	 .bg-blue-services {
		 background: rgba(27, 136, 217, 0.9);
   }  
				 
	 .bg-blue-lxcg {
		 background: rgba(27, 136, 217, 0.6);
   }  
		  
	 .bg-about-banner {
		 background: linear-gradient(90deg, rgba(242, 163, 23, 0.08) 0%, rgba(242, 163, 23, 0.48) 20%, rgba(242, 163, 23, 0.48) 80%, rgba(242, 163, 23, 0.08) 100%);
   }  		 
	 
	 .bg-about-data {
	 		box-shadow: 0px 10px 30px 0px rgba(5, 88, 154, 0.1);
	 }  
	 
	 
	 .bg-about-data02 {
		 border-radius: 500px !important;
		 border: 1px solid rgba(14, 102, 167, 0.2) !important;
		 box-shadow: 0px 11px 23px 0px rgba(13, 102, 167, 0.1) !important;
	 }  
	  .bg-about-data03 {
		 border-radius: 500px !important;
		 border: 1px solid rgba(255, 255, 255, 1) !important;
		 box-shadow: 0px 11px 23px 0px rgba(13, 102, 167, 0.1) !important;
	 }  
	 
	 .bg-about-office {
			 border: 1px solid rgba(229, 228, 231, 1) !important;
			 box-shadow: 0px 13px 28px 0px rgba(14, 102, 167, 0.1) !important;
	 }  
	 
	 
	 
 	 .bg-dark-04 {
		 background: rgba(248, 248, 248, 0.8);

	border-radius: 8px;
	box-shadow: 0px 9px 19px 0px rgba(13, 102, 167, 0.04);

	border: 1px solid rgba(255, 255, 255, 1)
   }   
	  
	  
  .bg-yellow {
  	background: rgba(249, 150, 70, 1);
     }   
   .bg-yellow-02 {
   	border: 1px solid rgba(255, 255, 255, 1);
   	background: rgba(255, 248, 243, 1);   
   box-shadow: 0px 19px 43px 0px rgba(213, 95, 0, 0.1);

     }   
.bg-countbg {
	background: rgba(241, 241, 241, 1);
   }   
.bg-vip {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08) !important;
background: linear-gradient(180deg, #F8AB1B 9.38%, #F16F2A 115.62%) !important;
   }   
	  
.bg-vip2 {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08) !important;
border-bottom: 8px solid rgba(140, 178, 101, 1) !important;
	
   }  	  
.bg-vip3 {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08) !important;
border-bottom: 8px solid rgba(69, 131, 182, 1) !important;
	
   }  
   .bg-vip4 {
   	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08) !important;
	border-bottom: 8px solid rgba(239, 119, 68, 1)!important;
   	
      }  

.bg-mingqi {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(239, 245, 249, 0.2) 58.65%, rgba(150, 188, 217, 0.2) 99.99%, rgba(14, 102, 167, 0.2) 100%);

   }   
      
   
.bg-data {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(14, 102, 167, 0.05) 100%);

   }   
   
   
.bg-white {
  background: #ffffff !important; }
  
     
.bg-white-02 {
	background: rgba(255, 255, 255, 0.95)!important; 
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08);
}

  
 .bg-hwjh {
	 background: linear-gradient(360deg, #FFFFFF 67.31%, #FFF2E7 100%)!important;
border-bottom: 4px solid rgba(249, 150, 70, 1)!important;
box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.08)!important;

   }
   
   .bg-lxcg {
	   background: linear-gradient(0deg, rgba(241, 241, 241, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%) !important;
	   border-bottom: 1px solid rgba(217, 217, 217, 1)!important;   
      }
   
  
 .bg-ceo {
  background: #eceded !important; } 
  
 .bg-job {
	 border: 1px solid rgba(217, 217, 217, 1) !important;
	 background: rgba(255, 255, 255, 1)!important;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06)!important;
} 
    
 .bg-job-title {
	 background: linear-gradient(90deg, rgba(14, 102, 167, 0.12) 38.46%, rgba(255, 255, 255, 0) 100%);
} 	
  
  
  
.bg-ad {
  background: linear-gradient(135deg,
    rgba(14, 102, 167, 1) 0%, 
    rgba(14, 102, 167, 1) 55%, 
    rgba(51, 51, 51, 1) 45%, 
    rgba(51, 51, 51, 1) 100%
  ); }  
  
.bg-about-banner-bottom {
	

  background: linear-gradient(60deg,
    rgba(0, 89, 158, 1) 0%, 
    rgba(0, 89, 158, 1) 30%, 
    rgba(14, 102, 167, 1) 30%, 
    rgba(14, 102, 167, 1) 100%
  ); }  

/* Page section margin padding */
.space-ptbsmall {
  padding: 100px 0; }
.space-pbsmall {
  padding:0 0 100px; }
.space-ptsmall {
  padding:100px 0 0; }
.space-ptbsmall {
  padding: 100px 0; }
  
.space-ptb {
  padding: 150px 0; }
  
.space-ptbtop {
  padding: 150px 0 100px 0px; }
  
  .space-ptbtopbrand {
    padding: 150px 0 100px 0px; }

.space-ptbtopabout {
  padding: 100px 0 100px 0px; }
.space-ptbtopfzlc {
  padding: 230px 0 0px 0px; }

.space-ptbschool {
  padding: 150px 0 100px 0px; }
  


.space-pt {
  padding: 150px 0 0; }

.space-pb {
  padding: 0 0 150px; }

.h-100vh {
  height: 100vh !important; }

.right-full-bg-card {
  position: relative;
  padding: 2rem 2.5rem;
  background: #0E66A7;
  border-top-left-radius: 12px;
 border-bottom-left-radius: 12px;
  
  z-index: 1;
}
.right-full-bg-card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  background: #0E66A7;
  z-index: -1;
}
/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }
  
  .bg-holderservice {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
     }
	 .bg-holderservice::after {
	   content: "";
	   position: absolute;
	   top: 0;
	   right: 0;
	   width: 21%;   
	   height: 100%;
	   background-color: rgba(60, 146, 209, 1); 
	   transform: skewX(-13deg) translateX(30%); 
	   z-index: 1;
	 }

.bg-holdertop {
 /* background-size: contain; */
  background-position: center top;
  background-repeat: no-repeat;
   }
.bg-holdersmall {
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
   }
.bg-holderbottom {
  
  background-position: center bottom;
  background-repeat: no-repeat;
  
   }
/* bg-holder-pattern */
.bg-holder-pattern {
  background-repeat: no-repeat;
  background-position: 100% 15%; }

/* Background overlay */
.bg-overlay-black-index {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-index:before {
	background: rgba(0, 0, 0, 0.1);

    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
	
.bg-overlay-black-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-10:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
	
.bg-overlay-product {
  position: relative;
  z-index: 1; }
  .bg-overlay-product:before {
	background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, #0E66A7 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
	
.bg-overlay-productbottom {
  position: relative;
  z-index: 1; }
  .bg-overlay-productbottom:before {
	  background: linear-gradient(0deg, rgba(14, 102, 167, 0.6), rgba(14, 102, 167, 0.6)),
	  linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(14, 102, 167, 0.9) 100%);

	 

	
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }	
	
	
.bg-overlay-wuyou {
  position: relative;
  z-index: 1; }
  
  .bg-overlay-wuyou:before {
	  background: linear-gradient(0deg, rgba(14, 102, 167, 0.4), rgba(14, 102, 167, 0.4)),
	  linear-gradient(0deg, rgba(14, 102, 167, 0.8) 0%, rgba(0, 0, 0, 0) 100%);

    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }	
	
.bg-overlay-wuyou-dark {
  position: relative;
  z-index: 1; }
  .bg-overlay-wuyou-dark:before {
	  background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, #AAB0B7 62.02%);
    content: "";
    height: 100%;
	border-radius: 8px;
	
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }	
	
.bg-overlay-wuyou-blue {
  position: relative;
  z-index: 1; }
  .bg-overlay-wuyou-blue:before {
	  background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, #0E66A7 62.02%);
    content: "";
    height: 100%;
	border-radius: 8px;
	
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }		
	
.bg-overlay-zufang-blue {
  position: relative;
  z-index: 1; }
  .bg-overlay-zufang-blue:before {
	  background: linear-gradient(180deg, rgba(27, 136, 217, 0) 7.69%, #1B88D9 52.13%);
    content: "";
    height: 100%;
	border-radius: 8px;
	
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }	
	
	.bg-overlay-hwjh-blue {
	  position: relative;
	  z-index: 1; }
	  .bg-overlay-hwjh-blue:before {
		  background: linear-gradient(180deg, rgba(27, 136, 217, 0.6) 7.69%, #1B88D9 52.13%);
	    content: "";
	    height: 100%;
		border-radius: 8px;
		
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 0; }	
	
	.bg-overlay-hwjh-yello {
	  position: relative;
	  z-index: 1; }
	  .bg-overlay-hwjh-yello:before {
		  background: linear-gradient(360deg, rgba(248, 171, 27, 0.9) -66.82%, rgba(238, 89, 47, 0.9) 100%);
		  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 1);

	    content: "";
	    height: 100%;
		border-radius: 8px;
		
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 0; }	
		
	.bg-overlay-hwjh-blue2 {
	  position: relative;
	  z-index: 1; }
	  .bg-overlay-hwjh-blue2:before {
		  
		  background: rgba(60, 146, 209, 0.9);

		  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 1);
	
	    content: "";
	    height: 100%;
		border-radius: 8px;
		
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 0; }	
		

.bg-overlay-news {
  position: relative;
  z-index: 1; }
  .bg-overlay-news:before {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-utsg {
  position: relative;
  z-index: 1; }
  .bg-overlay-utsg:before {
	background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(14, 102, 167, 0.9) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-utm {
  position: relative;
  z-index: 1; }
  .bg-overlay-utm:before {
    background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(60, 64, 147, 0.9) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
	
.bg-overlay-utsc {
  position: relative;
  z-index: 1; }
  .bg-overlay-utsc:before {
   background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(153, 57, 143, 0.9) 78.85%);
   

    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }	
	

.bg-overlay-ubc {
  position: relative;
  z-index: 1; }
  .bg-overlay-ubc:before {
    background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(3, 130, 221, 0.9) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-sfu {
  position: relative;
  z-index: 1; }
  .bg-overlay-sfu:before {
    background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(152, 37, 39, 0.9) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-york {
  position: relative;
  z-index: 1; }
  .bg-overlay-york:before {
	background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(112, 73, 230, 0.9) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-mu {
  position: relative;
  z-index: 1; }
  .bg-overlay-mu:before {
    background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(60, 64, 147, 0.9) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-uw {
  position: relative;
  z-index: 1; }
  .bg-overlay-uw:before {
    background: linear-gradient(180deg, rgba(14, 102, 167, 0) 0%, rgba(221, 138, 3, 0.9) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
	
.bg-overlay-tanchu {
  position: relative;
  z-index: 1; }
  .bg-overlay-tanchu:before {
    background: linear-gradient(180deg, rgba(14, 102, 167, 0.3) 0%, rgba(14, 102, 167, 0.3) 78.85%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }	
	
	

.bg-overlay-black-midbanner {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-midbanner:before {
	  background: rgba(0, 0, 0, 0.6);
	  box-shadow: 0px 0px 43px 0px rgba(217, 217, 217, 0.36);

    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
	
.bg-overlay-bluebottom {
  position: relative;
  z-index: 1; }
	
	.bg-overlay-bluebottom::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  /* 你要的渐变 */
	  background: linear-gradient(180deg, rgba(14, 102, 167, 0) 30.44%, #0E66A7 100%);
	  z-index: 1; /* 遮罩在图片上方、文字下方 */
	  pointer-events: none;
	  border-radius: 8px 8px 0 0;
	}
	 .position-absolute {
	  z-index: 2; 
	}
	
.bg-overlay-blue-midbanner {
  position: relative;
  z-index: 1; }
  .bg-overlay-blue-midbanner:before {
	  background: rgba(14, 102, 167, 0.7);
	  box-shadow: 0px 0px 43px 0px rgba(217, 217, 217, 0.36);

    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-mingqi-midbanner {
  position: relative;
  z-index: 1; }
  .bg-overlay-mingqi-midbanner:before {
	  background: linear-gradient(90deg, rgba(14, 102, 167, 0.9) 13.94%, rgba(14, 102, 167, 0.2) 48.08%, rgba(14, 102, 167, 0.1) 77.4%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }
	
	
.bg-overlay-white-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-10:before {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-20:before {
    background: rgba(255, 255, 255, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-30:before {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-40:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-50:before {
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-60:before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-70:before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-80:before {
    background: rgba(255, 255, 255, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-white-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-white-90:before {
    background: rgba(255, 255, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-20:before {
    background: rgba(255, 138, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-50:before {
    background: rgba(255, 138, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-70:before {
    background: rgba(255, 138, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-theme-90:before {
    background: rgba(255, 138, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-gradient {
  position: relative; }
  .bg-overlay-gradient:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
    top: auto;
    height: 75%;
    -webkit-transition: all .35s;
    transition: all .35s; }



/* font size */
.font-sm {
  font-size: 13px; }

.font-md {
  font-size: 15px; }

.font-lg {
  font-size: 17px; }

.font-xl {
  font-size: 21px; }

.font-xll {
  font-size: 30px;
  line-height: 30px; }

.font-xlll {
  font-size: 40px;
  line-height: 40px; }
.font500{
	font-weight: 500;
}
/* border-radius */
.b-radius-none {
  border-radius: 0 !important; }

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important; }

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important; }

.border-radius {
  border-radius: 3px !important; }

.border-radiusbig {
  border-radius: 8px !important; }

.border-radius50 {
  border-radius: 50% !important; }
.border-radius-right-big {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; }

.border-radius-left-big {
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important; }

.border-radius-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important; }

.border-radius-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important; }

.border-radius-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }

.border-radius-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important; }



.feature-infodxfdmid {
  padding: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 8px; }
  
   

.feature-infodxfdmid .feature-infodxfdmid-icon {
 
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #0e66a7; }
  .feature-infodxfdmid .feature-infodxfdmid-icon .ico{
  	border-radius: 50%;
  	padding: 2px;
  	border: 2px solid rgba(255, 255, 255, 1);
    width: 50px; }
  
.feature-infodxfdmid .feature-infodxfdmid-icon img{
	
	padding: 2px;
	
  width: 120px; }
  
  
.feature-info {
  padding: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  height: 100%;
    flex-direction: column;
  border-radius: 8px; }
  .feature-info-content {
	  
	  	 flex: 1;
	  	 display: flex;
	  	   flex-direction: column;
	   
    }
	
  .feature-info a {
    }	
	
    .feature-info a i {
      padding-left: 10px; }
 

.feature-info .feature-info-icon {
 
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #0e66a7; }
  .feature-info .feature-info-icon .ico{
  	border-radius: 50%;
  	padding: 2px;
  	
    width: 60px; }
  
.feature-info .feature-info-icon img{
	background: rgba(217, 217, 217, 1);
	padding: 2px;
	
  width: 120px; }
  
  .feature-info .feature-info-content .title {
  	
  	font-weight: 700;
  	
  	font-size: 55px;
  	
  	letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
  
  
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.feature-info .feature-info-content h1 {
	
	font-weight: 700;
	
	font-size: 50px;
	
	letter-spacing: 0px;
color: rgba(255, 255, 255, 1);


  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
.feature-info .feature-info-content h5 {
	
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.feature-info .feature-info-content p {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }



.feature-info.bg-primary a {
  color: #001935; }
  .feature-info.bg-primary a:hover {
    color: #ffffff; }

.feature-info.bg-dark a {
  color: #0e66a7; }
  .feature-info.bg-dark a:hover {
    color: #ffffff; }

.feature-info-border {
  border: 1px solid #f6f6f6; }
  .feature-info-border .feature-info-icon {
    border: 1px solid #f6f6f6;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px; }
  .feature-info-border:hover .feature-info-icon {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #0e66a7; }

.feature-info-02,
.feature-info-04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.feature-info-03 .feature-info-image {
  padding: 100px 0; }

.bg-overlay-gradient-03 {
  position: relative; }
  .bg-overlay-gradient-03:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s; }

.feature-step {
  padding: 0; }
  
  .feature-step::after {
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
	background: rgba(14, 102, 167, 1);
    border-radius: 50%;
    z-index: 2;
  }
  .bg-feature {
    position: relative;
  }
  .bg-feature::before {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
   
    height: 3px;
	bottom: -8px;
	background: linear-gradient(90deg, #FFFFFF 0%, #D9D9D9 50%, #FFFFFF 100%);
    z-index: 1;
  }
  .feature-step:hover {
    background: none; }

.feature-step .feature-info-icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  font-size: 40px;
  display: inline-block;
  margin-bottom: 15px;
  background: rgba(14, 102, 167, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000; }
  .feature-step .feature-info-icon:before {
    content: inherit; }

.feature-step:hover .feature-info-icon {
  color: #0e66a7; }

.feature-step .feature-info-content {
  padding: 0px 20px; 
  margin-bottom: 30px;}

.feature-step .feature-info-content h5 {
  color: #000000; 
  font-weight: 500;}

.feature-step:hover .feature-info-content p {
  color: #969696; }

.step-number {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #0e66a7;
  position: relative; }
  
.step-number .number{
	height: 28px !important;
	background: rgba(188, 223, 248, 1);
	border-radius: 50%;
	color: #0e66a7;
	display: -webkit-inline-box;
	text-align: center !important;
	border: 2px solid rgba(255, 255, 255, 1);
  width: 28px!important;}
  
  .step-number span:after {
    content: "";
    border-top: 1px solid rgba(188, 223, 248, 0.7);
    width: 92%;
    position: absolute;
    height: 20px;
    top: 12px;
    left: 59%; }

.row > [class*='col-']:last-child .step-number span:after {
  content: none; }

.feature-step-01 .feature-info-icon {
  background: none;
  border-radius: 0;
  position: relative;
  line-height: inherit; }
  .feature-step-01 .feature-info-icon img {
    border-radius: 50%; }
  .feature-step-01 .feature-info-icon:before {
    content: "";
    background: #001935;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%; }
  .feature-step-01 .feature-info-icon:after {
    font-family: Flaticon;
    font-size: 40px;
    font-weight: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    padding-left: 1px;
    color: #ffffff;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.feature-step-01 .feature-info-icon.step-01:after {
  content: "\f134"; }

.feature-step-01 .feature-info-icon.step-02:after {
  content: "\f154"; }

.feature-step-01 .feature-info-icon.step-03:after {
  content: "\f12f"; }

.feature-step:hover .feature-info-icon:after {
  opacity: 1; }

.feature-info-section {
  position: relative;
  z-index: 9; }

.feature-info-content label {
  font-size: 13px; }

.feature-content {
  padding: 70px 50px; }

.info-box-1 a:hover {
  color: #e07900; }

.feature-info-rounded {
  padding: 0; }
  .feature-info-rounded:hover {
    background: inherit; }

.feature-info-rounded .feature-info-icon {
  border: none;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #ffa133;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px; }
  .feature-info-rounded .feature-info-icon i {
    font-size: 36px;
    line-height: inherit; }

.feature-info-rounded .feature-info-content .title {
  color: #ffa133; }

.feature-info-rounded.text-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .feature-info-rounded.text-start .feature-info-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    margin-bottom: 0; }

.bg-light .feature-info {
  background: #ffffff; }
  .bg-light .feature-info:hover {
    background: #0e66a7; }
/*****/
.bg-indexhistory {
  position: relative;
  overflow: visible !important;
}
.bg-indexhistory::before {
  content: "";
  position: absolute;
  left: 15px;
  right: -100vw;
  top: 5px;
  border: 3px solid rgba(181, 209, 228, 1);
  z-index: 1;
  overflow: hidden;
}
.row.bg-indexhistory {
  overflow: hidden;
}

.bg-indexhistorybottom {
  position: relative;
  overflow: visible !important;
}
.bg-indexhistorybottom::before {
  content: "";
  position: absolute;
  right: 15px;
  left: -100vw;
  top: 5px;
  border: 3px solid rgba(181, 209, 228, 1);
  z-index: 1;
  overflow: hidden;
}
.row.bg-indexhistorybottom {
  overflow: hidden;
}


.indexhistory-step {
  padding: 0; }
  
  .indexhistory-step::before {
    content: "";
    position: absolute;
   
    width: 15px;
    height: 15px;
	
	background: rgba(14, 102, 167, 1);
    border-radius: 50%;
    z-index: 2;
  }
.indexhistory-step .indexhistory-info-icon {
  
  display: inline-block;
  margin-bottom: 15px;
  background: rgba(14, 102, 167, 0.12);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000; }
  .indexhistory-step .indexhistory-info-icon:before {
    content: inherit; }

.indexhistory-step:hover .indexhistory-info-icon {
  color: #0e66a7; }

.indexhistory-step .indexhistory-info-content {
   
  margin-bottom: 20px;}

.indexhistory-step .indexhistory-info-content h6 {
  color: #000000; 
  font-weight: 500;}

.indexhistory-step:hover .indexhistory-info-content p {
  color: #969696; }

/*****************************
	Counter 
*****************************/
.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  
  display: flex; }

.counter .counter-icon i {
  font-size: 42px;
  color: #0e66a7;
  padding-right: 20px;
  line-height: 42px; }

.counter .counter-content {
  vertical-align: top;
  
  color: #001935; }
  .counter .counter-content .timer {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
	 color: #0e66a7;
    font-weight: 600;
    line-height: 38px;
   }
   .counter .counter-content .jia {
     font-size: 28px;
     font-weight: 600;
     margin-bottom: 20px;
   	 color: #0e66a7;
     font-weight: 600;
     line-height: 38px;
    }
  .counter .counter-content label {
	  margin-top: 20px;
	  text-align: center;
	  color: rgba(0, 0, 0, 1);
    display: block; }

.bg-light .counter .counter-content label {
	color: rgba(0, 0, 0, 1);
 }


/*****************************
	 Nav Tab
*****************************/
.nav-tabs {
  border: none; }
  .nav-tabs .nav-item {
    margin-bottom: 0; }
    .nav-tabs .nav-item .nav-link {
      background: transparent;
      border: none;
	  font-size: 16px;
      color: #0e66a7;
	  text-align: center;
	 /* width: 180px; */
      padding: 15px 30px;
      border-radius: 0px;
      margin-right: 20px; }
    .nav-tabs .nav-item .nav-link.active {
      
      border: none;
	  background: rgba(6, 101, 164, 0.04);
 border-bottom: 3px solid #0e66a7;
      color: #0e66a7; }

.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px; }

/* nav-tabs-02 */
.nav-tabs.nav-tabs-02 .nav-item .nav-link {
  background: transparent;
  color: #969696;
  border-radius: 0px;
  padding: 12px 14px 18px;
  border-bottom: 3px solid transparent;
  margin: 0px 30px; }

.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  background: transparent;
  color: #0e66a7;
  border-radius: 0px;
  border-bottom: 3px solid #0e66a7; }

.nav-tabs .nav-item .nav-link {
  background: rgba(6, 101, 164, 0.04);
  color: #0e66a7;
  font-weight: 600; }

/* nav-tabs-03 */
.nav-tabs.nav-tabs-03 li {
  position: relative; }
  .nav-tabs.nav-tabs-03 li i {
    border: none; }
  .nav-tabs.nav-tabs-03 li:last-child:after {
    border: none; }
  .nav-tabs.nav-tabs-03 li:after {
    position: absolute;
    content: "";
    border: 1px dashed #eeeeee;
    left: 50%;
    top: 32%;
    width: 100%; }

.nav-tabs.nav-tabs-03 .feature-info-icon {
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 30px;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 99; }

.nav-tabs.nav-tabs-03 .feature-info-icon.active {
  background: #0e66a7;
  border-radius: 50%;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  margin: 0 auto;
  border: 1px solid #0e66a7; }

.nav-tabs.nav-tabs-03 .nav-item span {
  font-weight: 600;
  color: #969696; }

.nav-tabs.nav-tabs-03 .nav-item.active span {
  color: #0e66a7; }

.nav-tabs.nav-tabs-03 .nav-item.active .feature-info-icon {
  background: #0e66a7;
  color: #ffffff;
  border-color: #0e66a7; }

/* nav tabs border */
.nav-tabs.nav-tabs-border .nav-item {
  margin-bottom: 10px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.nav-tabs.nav-tabs-border .nav-item .nav-link {
  background: transparent;
  padding: 20px 16px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  border-color: #000000;
  margin-right: 20px; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link:last-child {
    margin-right: 0px; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link p {
    font-size: 13px; }

.nav-tabs.nav-tabs-border .nav-item .nav-link.active {
  border-color: #0e66a7;
  color: #0e66a7;
  -webkit-transition: all 0.01s ease-in-out;
  transition: all 0.01s ease-in-out; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link.active .tab-icon {
    color: #0e66a7; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link.active h6 {
    color: #0e66a7; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link.active p {
    color: #0e66a7; }

.nav-tabs.nav-tabs-border .tab-icon {
  font-size: 35px;
  line-height: 35px;
  font-weight: normal; }

/*****************************
	Button 
*****************************/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }

button {
  outline: medium none !important;
  color: #0e66a7; }
.btnbusiness {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 8px 20px;
  border-radius: 26px; }
.btn {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 30px;
  border-radius: 26px; }
  .btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
	
.btnjob {
  font-size: 18px;
  color: #fff;
  background: rgba(14, 102, 167, 1);
  font-weight: 500;
  box-shadow: 0px 4px 20px 0px rgba(14, 102, 167, 0.3);
  display: inline-block;
  line-height: 90px;
width: 90px;
height: 90px;
  border-radius: 50%; }
.btnjob:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btnjob:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btnjob:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btnjob:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btnjob:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #0e66a7;
  border-color: #0e66a7; }

.btn-primary {
  background: #0e66a7;
  border-color: #0e66a7; }
  .btn-primary:hover {
    background: #45a1e4;
    border-color: #45a1e4; }
  .btn-primary:focus {
    background: #45a1e4;
    border-color: #45a1e4; }
  .btn-primary:active {
    background: #45a1e4;
    border-color: #45a1e4; }
  .btn-primary:not(:disabled):not(.disabled).active {
    background: #0e66a7;
    border-color: #0e66a7; }
  .btn-primary:not(:disabled):not(.disabled):active {
    background: #0e66a7;
    border-color: #0e66a7; }
	
.btn-newindex {
  background: #fff;
  color: rgba(14, 102, 167, 1);
  padding: 6px 30px;
  border: 1px solid rgba(14, 102, 167, 1);
   }
  .btn-newindex:hover {
    background: #fff;
	color: #000;
    border: 1px solid #000; }
  .btn-newindex:focus {
    background: #45a1e4;
    border-color: #45a1e4; }
  .btn-newindex:active {
    background: #45a1e4;
    border-color: #45a1e4; }
  .btn-newindex:not(:disabled):not(.disabled).active {
    background: #0e66a7;
    border-color: #0e66a7; }
  .btn-newindex:not(:disabled):not(.disabled):active {
    background: #0e66a7;
    border-color: #0e66a7; }

.btn-dark {
  background: #001935;
  border-color: #001935; }
  .btn-dark:hover {
    background: #00254f;
    border-color: #00254f; }

.btn-dark:not(:disabled):not(.disabled):active:focus {
  color: #0e66a7; }

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff; }

.btn i {
  padding-right: 10px; }

.btn + .btn {
  margin-left: 3px; }

.btn-linkempty {
	border: 0.5px solid rgba(255, 255, 255, 1);
	width: 100%;
	font-size: 16px;
  color: #fff;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }


.btn-link {
	border: 0.5px solid rgba(255, 255, 255, 1);
	background: rgba(14, 102, 167, 1);
	font-size: 14px;
  color: #fff;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
		
	
  .btn-link:hover {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn-link:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #001935; }
  
  .btn-linkschool {
  	color: rgba(130, 136, 152, 1);
  	font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
    background: rgba(241, 241, 241, 1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.btn-linkwuyou {
	background: linear-gradient(360deg, #F8AB1B 0%, #EE592F 100%);
	font-size: 24px;
  color: #fff;
  
  padding: 2px 10px;
  border-radius: 8px;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.btn-linkshiting {
	background: rgba(14, 102, 167, 1);
	font-size: 14px;
  color: #fff;
  padding: 2px 10px;
  border-radius: 6px;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-linkshiting:hover {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn-linkshiting:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
	
.btn-linkcase {
	background: rgba(14, 102, 167, 0.1);
	font-size: 18px;
  color: rgba(14, 102, 167, 1);
  padding: 4px 10px;
  border-radius: 6px;
  width: 100%;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-linkcase:hover {
    color: #fff;
	background: rgba(14, 102, 167, 1);
    text-decoration: none;
    outline: none; }
  .btn-linkcase:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn-linkcase .active {
    color: #fff;
	background: rgba(14, 102, 167, 1);
    text-decoration: none;
    outline: none; }

.btn-linkservices {
	background: rgba(255, 255, 255, 1);
	font-size: 18px;
	border: 1px solid rgba(60, 146, 209, 0.2);
	box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.08);
  color: rgba(14, 102, 167, 1);
  padding: 4px 10px;
  border-radius: 6px;
  width: 100%;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-linkservices:hover {
    color: #fff;
	background: rgba(60, 146, 209, 1);
    text-decoration: none;
    outline: none; }
  .btn-linkservices:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn-linkservices .active {
   color: #ffffff;
	background: rgba(60, 146, 209, 1);
    text-decoration: none;
    outline: none; }

.btn-linkbusiness {
	background: rgba(255, 255, 255, 1);
	font-size: 18px;
	border: 1px solid rgba(60, 146, 209, 0.2);
	box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.08);
  color: rgba(14, 102, 167, 1);
  padding: 4px 10px;
  border-radius: 6px;
  width: 100%;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-linkbusiness:hover {
    color: #fff;
	background: rgba(14, 102, 167, 1);
    text-decoration: none;
    outline: none; }
  .btn-linkbusiness:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }
  .btn-linkbusiness .active {
   color: #ffffff;
	background: rgba(14, 102, 167, 1);
    text-decoration: none;
    outline: none; }

.btn-whitehwdx {
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px; 
	padding: 0px 30px 8px 30px;
  background: #ffffff;
  white-space: nowrap;
  box-shadow: 0px 2px 5px 0px rgba(163, 163, 163, 0.1);

  border-color: #ffffff;
  font-size: 18px;
  color: #0e66a7; }
  .btn-whitehwdx:hover {
    background: #ffffff;
    border-color: #ffffff;
    font-size: 18px;
    color: #0e66a7; }

.btn-white {
  background: #ffffff;
  border-color: #ffffff;
  font-size: 14px;
  color: #0e66a7; }
  .btn-white:hover {
    background: #ffffff;
    border-color: #ffffff;
    font-size: 14px;
    color: #0e66a7; }
	
.btn-wuyou {
  box-shadow: 0px 16px 36px 0px rgba(18, 104, 168, 0.1);
  border: 1px solid rgba(229, 228, 231, 1);
  font-size: 16px;
  border-radius: 8px;
  color: #0e66a7; }
  .btn-wuyou i{
    width: 60px;
	margin-right: 15px;
	height: 60px;
	background: rgba(27, 136, 217, 1);
	line-height: 60px;
    border-radius: 50%;
    color: #0e66a7; }
.btn-wuyou i img{
    width: 60px !important;
	height: 60px !important;
    color: #0e66a7; }
	.btn-wuyou .btn-text .btn-text-small{		
	    color: rgba(0, 0, 0, 1);
 }
  .btn-wuyou:hover {
    box-shadow: 0px 16px 36px 0px rgba(18, 104, 168, 0.1);
background: rgba(27, 136, 217, 1);
    font-size: 16px;
    color: #fff; }
.btn-wuyou:hover .btn-text-small {
  color: #fff !important;
}
  .btn-wuyou:active {
    box-shadow: 0px 16px 36px 0px rgba(18, 104, 168, 0.1);
background: rgba(27, 136, 217, 1);
    font-size: 16px;
    color: #fff; }
.btn-wuyou:active .btn-text-small {
  color: #fff !important;
}
.btn-wuyou {
  position: relative;
}

/* 鼠标悬浮 + 选中时的小三角 */
.btn-wuyou:hover::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid rgba(27, 136, 217, 1); /* 与你hover背景色一致 */
  z-index: 1;
}

.btn.btn-sm {
  padding: 4px 22px; }

.btn.btn-md {
  padding: 4px 30px; }

.btn.btn-lg {
  padding: 14px 30px; }

.btn.btn-xl {
  padding: 16px 40px; }

.btn-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }


.btn.btn-app {
  margin-left: 0px; }

.btn-outline {
  border: 1px solid #eeeeee; }
  .btn-outline:hover {
    background: #0e66a7;
    border-color: #0e66a7;
    color: #ffffff; }
  .btn-outline:focus {
    background: #0e66a7;
    border-color: #0e66a7;
    color: #ffffff;
    text-decoration: none;
    outline: none; }

.btn-light {
  background: #f6f6f6;
  -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.04);
          box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.04); }

.btn-light:hover {
  background: #dfdfdf;
  -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.19);
          box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.19);
  border: 1px solid transparent; }

.btn-outline-primary {
  background: #ffffff;
  color: #0e66a7;
  border: 2px solid #0e66a7; }
  .btn-outline-primary:not(:disabled):not(.disabled).active {
    background: #0e66a7;
    border-color: #0e66a7;
    color: #ffffff; }
  .btn-outline-primary:not(:disabled):not(.disabled):active {
    background: #0e66a7;
    border-color: #0e66a7;
    color: #ffffff; }
  .btn-outline-primary:hover {
    background: #0e66a7;
    color: #ffffff;
    border-color: #0e66a7; }
  .btn-outline-primary:focus {
    background: #0e66a7;
    border-color: #0e66a7;
    color: #ffffff;
    text-decoration: none;
    outline: none; }



/*****************************
	Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: inherit;
  height: 3px;
  margin: 40px 0px 15px;
  width: 100%;
  display: inline-block; }
  .progress .progress-bar {
    height: 3px;
    background: #0e66a7; }
  .progress .progress-bar-title {
    position: absolute;
    left: 0;
    top: -30px;
    color: #001935;
    font-size: 14px;
    font-weight: 600; }
  .progress .progress-bar-number {
    position: absolute;
    right: 0;
    color: #969696;
    top: -30px; }


/*****************************
  Header 
*****************************/
.header {
  background: #ffffff; }
  .header .container-fluid {
    padding: 0 60px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }



/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px; }
  .topbar .dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 500;
    border-radius: 3px; }
    .topbar .dropdown .dropdown-menu a:hover {
      background: rgba(255, 138, 0, 0.1);
      color: #0e66a7; }

/* navbar */
.navbar {
  padding: 0; }

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 16px;
  padding: 25px;
  color: #ffffff;
  text-transform: capitalize; }
  .navbar .navbar-nav .nav-link i {
    font-weight: bold; }
  .navbar .navbar-nav .nav-link:hover {
    color: #0e66a7; }

.navbar-collapse {
  position: relative; }

.navbar-light .navbar-brand {
  color: #ffffff;
  -webkit-box-flex: 0;
     /* -ms-flex: 0 0 220px;
          flex: 0 0 220px; */}

.navbar-light .navbar-nav > li > a {
  color: #ffffff; }

.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.navbar-brand {
  padding: 10px 0px;
  margin-right: 0;
  -webkit-box-flex: 0;
 /*     -ms-flex: 0 0 220px;
          flex: 0 0 220px; */ }
  .navbar-brand img {
    height: 70px; }

.header .navbar-nav > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header .navbar-nav li > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 0px;
  color: #001935;
  text-transform: capitalize;
  font-size: 14px; }
  .header .navbar-nav li > a:hover {
    color: #0e66a7; }
  .header .navbar-nav li > a i {
    margin-left: 5px;
    font-size: 10px; }

.header .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  text-align: right; }

.megamenu {
  padding: 20px 20px;
  width: 100%; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #001935;
        white-space: normal; }
        .megamenu > div > li > ul > li > a:hover {
          text-decoration: none;
          color: #001935;
          background-color: #f6f6f6; }
        .megamenu > div > li > ul > li > a:focus {
          text-decoration: none;
          color: #001935;
          background-color: #f6f6f6; }

.megamenu .card {
  outline: none; }
  .megamenu .card:hover {
    outline: 1px solid #000000; }
  .megamenu .card:focus {
    outline: 1px solid #000000; }

.megamenu.disabled > a {
  color: #626262; }
  .megamenu.disabled > a:hover {
    color: #626262;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }
  .megamenu.disabled > a:focus {
    color: #626262;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }

.megamenu.dropdown-header {
  color: #0e66a7;
  font-size: 18px; }

.header li > .dropdown-item:focus {
  color: #0e66a7;
  background: none; }

.header li > .dropdown-item:hover {
  color: #0e66a7;
  background: none; }

.header .dropdown-item.active {
  background: none; }

.header .dropdown-item:active {
  background: none; }

.header .dropdown-item:focus {
  background: none; }

.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit;
  margin-left: 40px; }

.header .megamenu .dropdown-item {
  padding: 0px; }

.header .navbar .dropdown-menu {
  padding: 20px 5px;
  z-index: 1021; }
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 160px; }
  .header .navbar .dropdown-menu li {
    padding-left: 15px;
    padding-right: 15px; }
    .header .navbar .dropdown-menu li a i {
      margin-left: auto; }

.header .navbar .dropdown-menu.megamenu {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px; }
  .header .navbar .dropdown-menu.megamenu li {
    padding: 0; }

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  
  padding: 7px 20px 7px 20px;
  border-radius: 3px;
  position: relative; }
  .navbar .dropdown > .dropdown-menu li > a:hover {
    color: #0e66a7;
	border-radius: 50px;
	background: rgba(241, 241, 241, 0.5);

    }
	.navbar .dropdown > .dropdown-menu li > a::before {
  display: none !important;
  content: none !important;
}

/* header-transparent */
.header-transparent {
  position: absolute;
  background: linear-gradient(180deg, rgba(14, 102, 167, 0.4) 0%, rgba(14, 102, 167, 0) 100%);
  width: 100%;
  z-index: 9999; }

.header-transparent.style-2 .navbar .navbar-nav .nav-link {
  color: #000000; }

.header-transparent.style-2 .is-sticky {
  background: #ffffff; }

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff; }
  .header-transparent .navbar .navbar-nav .nav-link:hover {
    color: #45a1e4; }

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #45a1e4; }

.navbar .navbar-nav .dropdown-menu li.active > a {
  color: #45a1e4;
  padding-left: 10px; }

.header-transparent .add-listing {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-align: right; }

.header-transparent .login a {
  color: #ffffff; }
  .header-transparent .login a:hover {
    color: #0e66a7; }

/* add-listing */
.header .add-listing .login a {
  color: #ffffff; }
  .header .add-listing .login a:hover {
    color: #0e66a7; }
  .header .add-listing .login a i {
    color: #0e66a7; }

.header .add-listing .btn-white i {
  color: #0e66a7; }

.header .add-listing .btn-white:hover {
  border-color: #0e66a7; }
  .header .add-listing .btn-white:hover i {
    color: #ffffff; }

.header .add-listing .btn-white:focus {
  border-color: #0e66a7; }
  .header .add-listing .btn-white:focus i {
    color: #ffffff; }

.header.style-2 .add-listing .login a {
  color: #000000; }

/* add-listing */
.add-listing .login a {
  color: #ffffff; }
  .add-listing .login a:hover {
    color: #0e66a7; }
  .add-listing .login a i {
    color: #0e66a7; }

.add-listing .btn-white:hover {
  border-color: #0e66a7; }
  .add-listing .btn-white:hover i {
    color: #ffffff; }

.add-listing .btn-white i {
  color: #0e66a7; }

.add-listing .btn-white:focus i {
  color: #ffffff; }

.dropdown-menu > li {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .dropdown-menu > li > a:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .dropdown-menu > li > a:hover:before {
    position: absolute;
    left: -2px;
    top: 50%;
    background: #0e66a7;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px; }

.dropdown-menu > li.active > a:before {
  position: absolute;
  left: -2px;
  top: 50%;
  background: #0e66a7;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px; }

.megamenu li ul li {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .megamenu li ul li > a:before {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .megamenu li ul li > a:hover:before {
    position: absolute;
    left: -2px;
    top: 50%;
    background: #0e66a7;
    width: 4px;
    height: 4px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50px; }

.megamenu li ul li.active > a:before {
  position: absolute;
  left: -2px;
  top: 50%;
  background: #0e66a7;
  width: 4px;
  height: 4px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50px; }

.megamenu.dropdown-menu > li {
  border: none; }
  .megamenu.dropdown-menu > li:hover:before {
    position: inherit; }

.dropdown-menu.megamenu li .agency-logo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .dropdown-menu.megamenu li .agency-logo ul li {
    display: inline-block;
    border-left: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .dropdown-menu.megamenu li .agency-logo ul li .job-list {
      border-bottom: 0;
      display: inline-block; }
    .dropdown-menu.megamenu li .agency-logo ul li:first-child {
      padding-left: 0; }
    .dropdown-menu.megamenu li .agency-logo ul li:before {
      position: inherit; }

.agency-logo .job-list {
  padding: 0; }

.agency-logo .job-list .job-list-logo {
  margin-right: 0; }

/* sticky header */
@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.header .is-sticky {
  position: fixed !important;
  width: 100%;
  background: linear-gradient(180deg, rgba(14, 102, 167, 0.4) 0%, rgba(14, 102, 167, 0.4) 100%);
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 9999;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .header .is-sticky .header-contact-info {
    display: none !important; }
  .header .is-sticky .navbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0;
    border-top: none !important;
    width: 100%; }

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    left: 50%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    pointer-events: hidden;
    pointer-events: none;
    top: 100%; }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%;
    max-width: 700px; }
  .header .navbar .dropdown-menu.megamenu.dropdown-menu-lg {
    left: 100%;
    min-width: 610px; }
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    -webkit-transform: translate3d(0px, 10px, 0);
            transform: translate3d(0px, 10px, 0);
    top: 0; }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset; }
  .dropdown-submenu {
    position: relative; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 99%;
      margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); } }

@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px; } }

@media (max-width: 1199px) {
  .header .container-fluid {
    padding: 0 30px; }
  .navbar-brand {
    -webkit-box-flex: 0;
     /*   -ms-flex: 0 0 120px;
            flex: 0 0 120px; */}
  .header .navbar-collapse {
    margin-left: 10px; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px; } }

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

@media (max-width: 991px) {
  .header .container-fluid {
    padding: 0 20px; }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 10px; }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .navbar .navbar-nav {
    padding: 10px 0; }
    .navbar .navbar-nav .nav-link {
      color: #001935;
      padding: 10px 20px; }
      .navbar .navbar-nav .nav-link i {
        margin-left: auto; }
  .header .navbar-nav > li {
    display: block; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll; }
  .header .add-listing {
    margin-right: 40px; }
  .header .navbar .dropdown-menu li {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 575px) {
  .header .add-listing {
    margin-right: 50px;
   /*  padding-bottom: 20px;
   display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; */}
    .header .add-listing a.btn {
      margin-left: auto; }
  .si-float-wrapper {
    left: 0 !important; } }

@media (max-width: 991px) {
  /* sticky header */
  .header .is-sticky .navbar {
    top: 0;
    right: 0; } }

/*****************************
	Banner
*****************************/
.header.header-transparent + .banner {
  padding: 240px 0 0px 0; }
  
  .header.header-transparent + .bannernews {
    padding: 300px 0 0px 0; }

.banner {
  padding: 240px 0 0px 0;
  position: relative; }
  
.header.header-transparent + .bannercontact {
  padding: 180px 0 60px 0; }
  
.header.header-transparent + .bannerindex {
    padding: 200px 0 150px 0; }
  

/**banner top **/
.bannertop{
		top: 60px;
		opacity: 1;
		gap: 10px;
		border-radius: 8px;
		padding: 68px;
		background: rgba(14, 102, 167, 0.9);
	}
/**banner end **/




/*Banner Map */
.banner-map {
  padding: 0; }
  .banner-map .map-canvas {
    height: 500px; }

/*Banner Slider */
#slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms; }

#slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms; }

#slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }
  #slider .slider-content h1 {
    font-size: 60px;
    margin-bottom: 20px; }
  #slider .slider-content h2 {
    letter-spacing: 3px;
    font-weight: 500; }
  #slider .slider-content h6 {
    line-height: 26px; }
  #slider .slider-content a.btn-link:hover {
    color: #ffffff; }

.carousel .carousel-item.active .animated-01 {
  -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
          animation: lightSpeedIn 1s ease-in 200ms both; }

.carousel .carousel-item.active .animated-02 {
  -webkit-animation: bounceInRight 1s ease-in-out 500ms both;
          animation: bounceInRight 1s ease-in-out 500ms both; }

.carousel .carousel-item.active .animated-03 {
  -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
          animation: bounceInLeft 1s ease-in-out 500ms both; }

.carousel .carousel-item.active .animated-04 {
  -webkit-animation: flipInX 1s ease-in 500ms both;
          animation: flipInX 1s ease-in 500ms both; }

.carousel .carousel-item.active .animated-05 {
  -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
          animation: bounceInLeft 1s ease-in-out 100ms both; }

.carousel .carousel-item.active .animated-06 {
  -webkit-animation: bounceIn 1s ease-in 500ms both;
          animation: bounceIn 1s ease-in 500ms both; }

.carousel .carousel-item.active .animated-07 {
  -webkit-animation: fadeInDown 0.7s ease-in 300ms both;
          animation: fadeInDown 0.7s ease-in 300ms both; }

.carousel .carousel-item.active .animated-08 {
  -webkit-animation: fadeInUp 0.7s ease-in 300ms both;
          animation: fadeInUp 0.7s ease-in 300ms both; }

/* Banner Bg Slider */
.banner-bg-slider {
  position: relative; }

.banner-bg-slider-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%; }

.kenburnsy {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .kenburnsy img {
    display: none; }
  .kenburnsy .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform-origin: center;
            transform-origin: center; }

.kenburnsy.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
  z-index: -1; }

.banner-bg-slider-content .job-search-item .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner-bg-slider-content .job-search-item input {
  padding-left: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  margin-right: 30px; }

/*banner-slider */
.search {
  position: relative; }
  .search a {
    position: absolute;
    right: 0;
    top: 0;
    margin: 6px;
    padding: 18px 20px 17px;
    background: #0e66a7;
    color: #ffffff;
    border-radius: 3px; }
  .search input {
    padding-left: 30px;
    padding-right: 130px;
    height: 70px; }

.banner .nav-tabs .nav-item .nav-link {
  margin-right: 0px; }

/*index bg video */
.job-search-form:before {
  border-radius: 3px; }

/*control-prev */
.carousel-control-prev, .carousel-control-next {
  opacity: 1; }

/*****************************
	Layout
*****************************/
.header-inner {
  padding: 40px 0; }

.header-inner.header-inner-big {
  padding: 100px 0; }

/* Section Title */
.section-title {
  margin-bottom: 70px; }
  .section-title h2 {
	  font-weight: 500;
    margin-bottom: 0px; }
  .section-title .title {
    margin-bottom: 0;
    position: relative;
	font-weight: 500;
    text-transform: capitalize;
     }
  .section-title p {
    margin-top: 5px;
	font-weight: 400;
	color: #868686;
	font-size: 16px;
	 text-transform: uppercase;
    margin-bottom: 0px; }

.section-title.center {
  text-align: center; }
  .section-title.center .title:before {
    left: 50%;
    margin-left: -20px; }

.section-title-02 {
  margin-bottom: 40px; }
  .section-title-02 h2 {
    margin-bottom: 0px; }
  .section-title-02 .title {
    margin-bottom: 0px; }
  .section-title-02 p {
    margin-top: 20px;
    margin-bottom: 0px; }

.list-style li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .list-style li i {
    margin-top: 3px; }

.list-style-2 li {
  margin-bottom: 5px; }

/* 校区专业 style */
.category-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.category-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
  max-width: 14.28571%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  padding: 30px;
  color: #969696; }
 


.category-icon {
	background: rgba(237, 242, 249, 1);
border-radius: 20px;
padding: 17px;
  width: 100px;
  height: 100px;
  display: inline-block; }
  .category-icon i img{
    font-size: 50px;
	width: 50px;
	height: 50px;
    line-height: 50px;
    color: #0e66a7; }

/* category-style-03 */
.category-style-03 .category-item {
  padding: 40px 20px; }
  .category-style-03 .category-item .category-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #ffffff;
    line-height: 100px;
    border-radius: 100%;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .category-style-03 .category-item .category-icon i {
      font-size: 40px;
      line-height: inherit;
      color: #0e66a7;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .category-style-03 .category-item:hover .category-icon {
    -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1) !important;
            box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1) !important;
    border: 1px solid #0e66a7;
    background: #0e66a7; }
    .category-style-03 .category-item:hover .category-icon i {
      color: #ffffff; }

/* index-slider */
.owl-carousel .item .category-item {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }

.slider-category {
  margin-top: -80px;
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04); }

/* browse-jobs */
.browse-job {
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

/* category home 02 */
.category-style-02 ul li {
  margin-bottom: 35px; }
  .category-style-02 ul li:last-child {
    margin-bottom: 0px; }
  .category-style-02 ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.category-style-02 ul li .category-title {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(99, 99, 99, 1);
;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.category-style-02 ul li:hover .category-title {
  color: #0e66a7; }

.category-style-02 ul li .category-count {
  background: #f6f6f6;
  padding: 4px 0px;
  border-radius: 3px;
  color: #969696;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 65px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 65px;
          flex: 0 65px; }

.category-style-02 ul li:hover a .category-count {
  background: #0e66a7;
  color: #ffffff; }

/* job-found */
.job-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .job-found span {
    background: #0e66a7;
    padding: 5px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px; }

/* popup-icon */
.popup-icon {
  position: relative;
  display: block; }
  .popup-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-left: 1px; }
    .popup-icon i:hover {
      color: #ffffff; }

.forgot-pass p {
  margin-top: 7px;
  margin-bottom: 5px; }

/* index slider */
.video-img .popup-icon {
  position: initial; }

/* iframe */
iframe {
  width: 100%;
  border: 0; }

/* newsletter */
.newsletter {
  position: relative; }

/* job-grid-map */
.si-content-wrapper {
  padding: 0; }

.custom-window.open .si-frame {
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: visible; }

.map-canvas {
  width: 100%;
  height: 100%; }

.custom-window {
  top: 30px;
  width: 280px;
  -webkit-transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden; }
  .custom-window .si-content {
    overflow: visible;
    background-color: #ffffff;
    position: relative; }

.custom-window.active {
  top: 0;
  opacity: 1;
  visibility: visible; }

.job-grid-map {
  position: relative;
  max-height: inherit;
  padding: 100px 12px 12px 12px;
  overflow: auto;
  z-index: 2; }

.si-pointer-bg-top {
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); }

.job-grid-map-img {
  position: absolute;
  top: 15px;
  right: 0;
  left: 10px;
  width: 76px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1; }

.job-grid-map-title {
  margin-top: 12px; }

.job-grid-map-price span {
  font-size: 13px; }

.job-grid-map-content p {
  margin: 0; }

.job-grid-map-content * + p {
  margin-top: 1em; }

.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 24px;
  padding: 0 6px;
  height: 24px;
  -webkit-transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  background-color: #001935;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .custom-close:hover {
    background-color: #0e66a7; }
  .custom-close:focus {
    background-color: #0e66a7; }
  .custom-close:active {
    background-color: #0e66a7; }



/* Table */
.table-striped tbody tr:nth-of-type(odd) {
  background: #ffffff; }

.table-striped tbody tr:nth-of-type(even) {
  background: #fafcfc; }

/* mfp-close */
.mfp-image-holder .mfp-close {
  color: #ffffff;
  right: -15px;
  text-align: right;
  padding-right: 6px;
  background-color: #0e66a7;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  top: 25px;
  position: absolute; }

.modal {
  z-index: 99999; }

/*****************************
	Listing
*****************************/
/* suchengnews */
.suchengnews {
  overflow: hidden; }
  .suchengnews .owl-carousel .owl-stage {
    display: flex !important;
  }
  .suchengnews .owl-carousel .owl-item {
    height: auto !important;
    display: flex !important;
  }
  .suchengnews .owl-carousel .item {
    width: 100%;
    display: flex !important;
  }
.suchengnews .suchengnews-post {
	border: 1px solid rgba(241, 241, 241, 0.5);
	box-shadow: 0px 10px 10px 0px rgba(199, 199, 199, 0.1);
 display: flex;
  flex-wrap: wrap;
	background: rgba(255, 255, 255, 1);
border-radius: 8px;

  
 }
.suchengnews .suchengnews-post .suchengnews-post-image img{
 	border-radius: 8px;
  }
.suchengnews .suchengnews-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.suchengnews .suchengnews-post .suchengnews-post-content .suchengnews-post-details {
	 flex: 1; 
  padding: 20px; }
 .suchengnews .suchengnews-post .suchengnews-post-content .suchengnews-post-details .suchengnews-post-time {
	 border: 1px solid rgba(217, 217, 217, 1);
	 border-radius: 4px;
	     width: max-content;
	 color: rgba(99, 99, 99, 1);
	 font-size: 16px;
	 font-weight: 500;
	 padding:2px 8px;
	 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);

    margin-bottom: 10px; }

 .suchengnews .suchengnews-post .suchengnews-post-content .suchengnews-post-details .suchengnews-post-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	font-size: 14px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
          
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.suchengnews .suchengnews-post .suchengnews-post-content .suchengnews-post-details .suchengnews-post-title .title{
    
	font-size: 14px;
	font-weight: 500;
	color:#0e66a7;
	line-height: 180%;
     }

/* suchengnews List */
.scnews-list {
  
  background: rgba(255, 255, 255, 1);
border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  border: 1px solid rgba(241, 241, 241, 0.5);
  -webkit-box-shadow: 0px 4px 4px 4px rgba(199, 199, 199, 0.1);
          box-shadow: 0px 4px 4px 4px rgba(199, 199, 199, 0.1);
  box-shadow: 0px 4px 4px 4px rgba(199, 199, 199, 0.1);

  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }
  

.scnews-list .scnews-list-logo {
  margin-right: 30px;
  border-radius: 0 0 8px 8px;
  
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 380px;
  
  
  width: 380px;
  text-align: center;
  }
  .scnews-list .scnews-list-logo img {
	  border-radius: 8px 0 0px 8px;
     }

.scnews-list-title {
  margin-bottom: 5px;
   }
.scnews-list .scnews-list-details {
	width: calc(100% - 420px) !important;
	white-space: normal !important; 
  overflow: hidden; }
.scnews-list .scnews-list-details .scnews-list-info{
	width: 100%;
	white-space: normal !important; 
  overflow: hidden; }
 .scnews-list .scnews-list-details .scnews-list-info .scnews-list-time {
  	 border: 1px solid rgba(217, 217, 217, 1);
  	 border-radius: 4px;
  	     width: max-content;
  	 color: rgba(99, 99, 99, 1);
  	 font-size: 16px;
  	 font-weight: 500;
  	 padding:2px 8px;
  	 box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  
     margin-bottom: 10px; }
  .scnews-list .scnews-list-details p {
	   line-height: 180% !important;
	       white-space: normal !important;
	       word-break: break-all !important;
	       overflow: visible !important;
	       display: block !important;
	       width: 100% !important;
	       flex: none !important;
	       min-width: auto !important;
    }
  .scnews-list .scnews-list-details h6{
    white-space: nowrap;
	color: #0e66a7;
	
	font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis; }



.scnews-list .scnews-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px; }

.scnews-list-favourite-time .scnews-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #969696; }
  .scnews-list-favourite-time .scnews-list-favourite:hover {
    background: #ffffff;
    color: #e74c3c; }

.scnews-list-favourite-time span {
  display: block;
  margin: 0 auto; }
  
  
  
  /*owl*/


  .owl-carousel .owl-item img {
    width: auto;
    display: inherit; }
  
  .owl-carousel .owl-nav button {
    background-color: #ffffff !important;
    padding: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
            box-shadow: 0px 2px 5px 0px rgba(9, 28, 58, 0.1);
    border-radius: 10px;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1; }
    .owl-carousel .owl-nav button:before {
      content: '';
      background-color: #3dd1d5 !important;
      width: 100%;
      height: 100%;
      border-radius: 10px;
      -webkit-transition: all 490ms ease;
      transition: all 490ms ease;
      -webkit-transform: scale(0, 0);
              transform: scale(0, 0);
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: -1; }
    .owl-carousel .owl-nav button:hover {
      background-color: #3dd1d5 !important; }
      .owl-carousel .owl-nav button:hover:before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
  
  .suchengnews .owl-nav {
    position: absolute;
    top: -63px;
    left: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .owl-carousel .owl-dots {
    margin-top: 30px; }
    .owl-carousel .owl-dots button.owl-dot span {
      background-color: #102636;
      width: 60px;
      height: 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 4px;
      margin-right: 15px; }
    .owl-carousel .owl-dots button.owl-dot.active span {
      background-color: #3dd1d5; }
  
  .bg-secondary .owl-carousel .owl-dots button.owl-dot span {
    background-color: #ffffff; }
  
  .bg-secondary .owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #3dd1d5; }
  
  .owl-carousel.owl-dots-bottom-center .owl-dots {
    text-align: center; }
  
  .owl-carousel.owl-nav-center .owl-nav {
    width: 100%; }
    .owl-carousel.owl-nav-center .owl-nav .owl-next {
      top: 50%;
      right: -30px;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .owl-carousel.owl-nav-center .owl-nav .owl-prev {
      top: 50%;
      left: -30px;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  
  .owl-carousel .owl-nav .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(14, 102, 167, 0.4);
	width: 40px;
	-webkit-box-pack: center;
	background: rgba(181, 209, 228, 0.12);
	
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 0; }
    .owl-carousel .owl-nav .owl-next:hover i {
      background-image: url(../img/right.png); }
  
  .owl-carousel .owl-nav .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	margin-right: 20px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(14, 102, 167, 0.4);
	width: 40px;
    -webkit-box-pack: center;
	background: rgba(181, 209, 228, 0.12);

        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 0; }
    .owl-carousel .owl-nav .owl-prev:hover i {
      background-image: url(../img/right.png); }
    .owl-carousel .owl-nav .owl-prev i {
      -webkit-transform: rotate3d(0, 1, 0, 180deg);
              transform: rotate3d(0, 1, 0, 180deg); }
  
  .owl-carousel .owl-nav i {
    background-image: url(../img/right.png);
    background-size: cover;
    height: 30px;
    width: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .owl-carousel .owl-nav i:before {
      content: none; }
  
  .owl-carousel.feature-categories-2 .owl-nav .owl-next {
    right: 0; }
  
  .owl-carousel.feature-categories-2 .owl-nav .owl-prev {
    left: 0; }
  
  .owl-carousel.feature-categories-2 .owl-nav button {
    opacity: 0; }
  
  .owl-carousel.feature-categories-2:hover .owl-nav button {
    opacity: 1; }
  
  .owl-carousel.feature-categories-2:hover .owl-nav .owl-next {
    right: -30px; }
  
  .owl-carousel.feature-categories-2:hover .owl-nav .owl-prev {
    left: -30px; }
  
  @media (max-width: 991px) {
    .owl-carousel .owl-dots {
      margin-top: 30px; }
    .perfect-tour .owl-nav {
      display: none; } }
  
  @media (max-width: 767px) {
    .owl-carousel .owl-dots {
      margin-top: 20px; }
    .owl-carousel.owl-nav-center .owl-nav .owl-prev {
      display: none; }
    .owl-carousel.owl-nav-center .owl-nav .owl-next {
      display: none; } }

/* Job List */
.job-list {
  padding: 25px 35px;
  background: rgba(255, 255, 255, 0.8);
border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  
  border: 1px solid rgba(217, 217, 217, 0.86);
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
  
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%; }
  .job-list:hover {
    -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
            box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 9; }
    .job-list:hover a.job-list-favourite {
      color: #e74c3c;
      -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
              box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1); }

.job-list .job-list-logo {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border: 1px solid #eeeeee;
  height: 80px;
  width: 80px;
  text-align: center;
  padding: 10px; }
  .job-list .job-list-logo img {
    height: 100%; }

.job-list-title {
  margin-bottom: 5px;
   }

.job-list .job-list-details {
  overflow: hidden; }
  .job-list .job-list-details h5 {
    white-space: nowrap;
	color: #0e66a7;
	font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis; }

.job-list-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px; }
  .job-list-details ul li {
    margin: 5px 10px 5px 0px;
	padding-right: 10px;
	border-right: 1px double;
    font-size: 13px; }
	.job-list-details ul li:last-child {
	    border-right: none;
	    padding-right: 0;
	}
  .job-list-details ul li.freelance a {
    color: #53b427; }
  .job-list-details ul li.temporary a {
    color: #e74c3c; }
  .job-list-details ul li.full-time a {
    color: #186fc9; }
  .job-list-details ul li.part-time a {
    color: #ffc107; }

.job-list .job-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px; }

.job-list-favourite-time .job-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #969696; }
  .job-list-favourite-time .job-list-favourite:hover {
    background: #ffffff;
    color: #e74c3c; }

.job-list-favourite-time span {
  display: block;
  margin: 0 auto; }

/* job-list hovering */
.job-list.hovering {
  -webkit-box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
          box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
  position: relative;
  z-index: 9; }
  .job-list.hovering .job-list-favourite-time .job-list-favourite {
    background: #ffffff;
    color: #e74c3c;
    -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
            box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1); }

/* job Grid */
.job-list.job-grid {
  padding-top: 40px;
  padding-bottom: 0px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  display: block;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto; }

.job-list.job-grid .job-list-logo {
  text-align: center;
  margin: 0 auto 30px;
  border: 0;
  width: 80px;
  height: 80px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px; }

.job-list.job-grid .job-list-details {
  text-align: center; }

.job-list.job-grid ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.job-list.job-grid .job-list-details ul li {
  margin-bottom: 10px; }

.job-list.job-grid .job-list-favourite-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 10px 0; }
  .job-list.job-grid .job-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .job-list.job-grid .job-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }

.job-shortby .form-inline label {
  font-weight: 500;
  color: #001935; }

.job-shortby .select2-container--default .select2-selection--single {
  border-width: 2px; }

/* Employer */
.employers-list {
  padding: 30px 20px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease-in-out; }
  .employers-list:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
            box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 99; }

.employers-list .employers-list-logo {
  margin-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border: 1px solid #eeeeee;
  width: 80px;
  height: 80px;
  padding: 10px;
  text-align: center; }
  .employers-list .employers-list-logo img {
    height: 100%; }

.employers-list-title {
  margin-bottom: 15px; }

.employers-list-details {
  -ms-flex-item-align: center;
      align-self: center; }
  .employers-list-details ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0px; }
    .employers-list-details ul li {
      margin: 5px 10px 5px 0px;
      font-size: 13px; }
      .employers-list-details ul li:last-child {
        margin-right: 0; }

.employers-list .employers-list-position {
  margin-left: auto;
  -ms-flex-item-align: center;
      align-self: center; }

.employers-list-position .btn-dark:hover {
  background: #0e66a7;
  border-color: #0e66a7; }

/* zhiyepeixun Grid */
.employers-grid {
  padding: 30px 20px 10px 20px;
  border-radius: 0px;
  display: flex;
    flex-direction: column;
	height: 100%;;
  display: block;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 43px 0px rgba(217, 217, 217, 0.36);

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }



.bg-light .employers-grid {
  background: #ffffff; }

.employers-grid .employers-list-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  padding-top: 15px;
  
  margin: 0;
  text-align: center; }
  .employers-grid .employers-list-position a {
    margin: 0 auto; }

.employers-grid .employers-list-logo {
  text-align: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(217, 217, 217, 1);
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  position: relative;
}
.employers-grid .employers-list-logo img{
  width: 100px;
  height: 100px;
  object-fit: cover; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.employers-grid .employers-list-details {
	flex: 1;
  text-align: center; }
  .employers-grid .employers-list-details ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .employers-grid .employers-list-details ul li {
      margin-bottom: 10px; }
	  
/* shehuizeren */	  
.study-abroad-card {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  border-bottom: 2px #fff double;
  display: flex;
  flex-direction: column;
  height: 100%; /* 关键：让卡片填满列高度 */
  width: 100%; /* 关键：适配栅格宽度 */
}
    .card-header {
      text-align: center;
	  
    }
    .card-body {
		flex: 1;
    display: flex;
    flex-direction: column;
	align-items: center; 
      line-height: 1.8;
	   height: 100%;
    }
	.card-body img{
	width: 80px;

	margin-bottom:20px; 
	
	}
	
	.study-abroad-chayi {
	  overflow: hidden;
	  display: flex;
	  flex-direction: column;
	  height: 100%; /* 关键：让卡片填满列高度 */
	  width: 100%; /* 关键：适配栅格宽度 */
	}
	    .chayi-header {
	      text-align: center;
		  width: 100%; 
		  padding: 6px;
		  border-radius: 20px;
	    }
	    .chayi-body {
			flex: 1;
	    display: flex;
	    flex-direction: column;
		align-items: center; 
	      line-height: 1.8;
		   height: 100%;
	    }
		.chayi-body img{
		width: 360px;
		
		margin-bottom:20px; 
		
		}
/*service card*/

 .service-card {
            position: relative;
            border-radius: 8px;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            overflow: visible; /* 允许图标背景超出卡片 */
        }
	 .icon-wrapper {
	            position: relative;
	            width: 120px;
	            height: 120px;
	            border-radius: 50%;
	            display: flex;
	            align-items: center;
	            justify-content: center;
	            /* 让圆形背景超出卡片 */
	            
				 overflow: hidden;
	        }
/*progress */
 .progress-container {
	 margin: 40px auto 0px;
            position: relative;
            width: 160px;
            height: 160px;
			angle: 0 deg;
			opacity: 1;
        }
		
.progress-ring {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: rgba(233, 233, 233, 1);

            display: flex;
            justify-content: center;
            align-items: center;
           box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 1);
           
           box-shadow: 0px 2px 8px 0px rgba(255, 255, 255, 1) inset;
        }
		.progress-mask {
		            width: 75%;
		            height: 75%;
		            border-radius: 50%;
		            background-color: #ffffff;
		            display: flex;
		            justify-content: center;
		            align-items: center;
		        }
		        
		        .progress-text {
		            font-size: 28px;
		            font-weight: 600;
					color: rgba(0, 0, 0, 0.9);		           
		        }
.ring-30 {
            background: conic-gradient(
			 from 0deg, 
                #ff4b4b 90deg, 
                #ff4b4b 120deg, 
                #d9d9d9 120deg, 
                #d9d9d9 450deg
            );
        }
.ring-36 {
            background: conic-gradient(
			 from 0deg, 
                #ff4b4b 90deg, 
                #ff4b4b 126deg, 
                #d9d9d9 126deg, 
                #d9d9d9 456deg
            );
        }
.ring-17 {
            background: conic-gradient(
			 from 0deg, 
                #F8AB1B 0deg, 
                #F8AB1B 37deg, 
                #d9d9d9 37deg, 
                #d9d9d9 360deg
            );
        }

.ring-70 {
            background: conic-gradient(
			 from 0deg, 
                #F8AB1B 0deg, 
                #F8AB1B 260deg, 
                #d9d9d9 260deg, 
                #d9d9d9 360deg
            );
        }
.ring-45 {
            background: conic-gradient(
			 from 0deg, 
                #F8AB1B 0deg, 
                #F8AB1B 220deg, 
                #d9d9d9 220deg, 
                #d9d9d9 360deg
            );
        }
.ring-20 {
            background: conic-gradient(
                #f99646 0deg, 
                #f99646 72deg, 
                #d9d9d9 72deg, 
                #d9d9d9 360deg
            );
        }
.ring-18 {
            background: conic-gradient(
                #f99646 0deg, 
                #f99646 64.8deg, 
                #d9d9d9 64.8deg, 
                #d9d9d9 360deg
            );
        }
	.ring-5 {
		            background: conic-gradient(
		                #f99646 0deg, 
		                #f99646 18deg, 
		                #d9d9d9 18deg, 
		                #d9d9d9 360deg
		            );
		        }
.ring-68 {
            background: conic-gradient(
                #f99646 0deg, 
                #f99646 244deg, 
                #d9d9d9 244deg, 
                #d9d9d9 360deg
            );
        }
		
	.progresslxcg {
		 margin: 0 auto;
		
	            position: relative;
				border: 2px solid rgba(181, 209, 228, 1);
	            width: 185px;
	            height: 185px;
				padding: 10px;
				border-radius: 50%;
				angle: 0 deg;
				opacity: 1;
	        }	
		
	.progresslxcg-container {
		 margin: 0 auto;
		
	            position: relative;
			
	            width: 160px;
	            height: 160px;
				border-radius: 50%;
				angle: 0 deg;
				opacity: 1;
	        }
			
	.progresslxcg-ring {
	            width: 100%;
	            height: 100%;
	            border-radius: 50%;
	            
	            display: flex;
	            justify-content: center;
	            align-items: center;
				
	box-shadow: 0px 4px 10px 0px rgba(14, 102, 167, 0.1);
	
	box-shadow: 0px 18px 18px 0px rgba(14, 102, 167, 0.09);
	
	box-shadow: 0px 40px 24px 0px rgba(14, 102, 167, 0.05);
	
	box-shadow: 0px 71px 28px 0px rgba(14, 102, 167, 0.01);
	
	box-shadow: 0px 111px 31px 0px rgba(14, 102, 167, 0);
	          
	        }
			.progresslxcg-mask {
			            width: 75%;
			            height: 75%;
			            border-radius: 50%;
			          
			            display: flex;
			            justify-content: center;
			            align-items: center;
			        }
			        
			        .progresslxcg-text {
			            font-size: 28px;
			            font-weight: 600;
							           
			        }	
.ring-lxcg96 {
	background: conic-gradient(
	                #1DAEEF 0%, 
	                #ffffff 96.0%, 
	                transparent 86.0%
	            );
				
				 transform: rotate(-270deg);
	           mask: radial-gradient(circle at center, transparent 50%, black 50%);
	           -webkit-mask: radial-gradient(circle at center, transparent 50%, black 50%);
        }	
	.ring-lxcg83 {
		background: conic-gradient(
		                #1DAEEF 0%, 
		                #ffffff 83.4%, 
		                transparent 83.4%
		            );
					
					 transform: rotate(-270deg);
		           mask: radial-gradient(circle at center, transparent 50%, black 50%);
		           -webkit-mask: radial-gradient(circle at center, transparent 50%, black 50%);
	        }	
	.ring-lxcg996 {
		background: conic-gradient(
		                #1DAEEF 0%, 
		                #ffffff 99.6%, 
		                transparent 99.6%
		            );
					
					 transform: rotate(-270deg);
		           mask: radial-gradient(circle at center, transparent 50%, black 50%);
		           -webkit-mask: radial-gradient(circle at center, transparent 50%, black 50%);
	        }
	.ring-lxcg998 {
		background: conic-gradient(
		                #1DAEEF 0%, 
		                #ffffff 99.8%, 
		                transparent 99.8%
		            );
					
					 transform: rotate(-270deg);
		           mask: radial-gradient(circle at center, transparent 50%, black 50%);
		           -webkit-mask: radial-gradient(circle at center, transparent 50%, black 50%);
	        }
 .progresstwo-container {
	 margin: 0 auto;
	
            position: relative;
            width: 160px;
            height: 160px;
			angle: 0 deg;
			opacity: 1;
        }
		
.progresstwo-ring {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            
            display: flex;
            justify-content: center;
            align-items: center;
			
box-shadow: 0px 4px 10px 0px rgba(14, 102, 167, 0.1);

box-shadow: 0px 18px 18px 0px rgba(14, 102, 167, 0.09);

box-shadow: 0px 40px 24px 0px rgba(14, 102, 167, 0.05);

box-shadow: 0px 71px 28px 0px rgba(14, 102, 167, 0.01);

box-shadow: 0px 111px 31px 0px rgba(14, 102, 167, 0);
          
        }
		.progresstwo-mask {
		            width: 75%;
		            height: 75%;
		            border-radius: 50%;
		            background-color: #ffffff;
		            display: flex;
					 position: relative;
					    z-index:2!important;
		            justify-content: center;
		            align-items: center;
		        }
		        
		        .progresstwo-text {
		            font-size: 28px;
		            font-weight: 600;
					color: rgba(0, 0, 0, 0.9);		           
		        }
				
.ring-89 {
            background: conic-gradient(
                #0e66a7 0deg, 
                #0e66a7 288deg, 
                #e5e4e7 288deg, 
                #e5e4e7 360deg
            );
        }
		
	
.ring-100 {
            background: conic-gradient(
                #e5e4e7 0deg, 
                #e5e4e7 0deg, 
                #0e66a7 0deg, 
               #0e66a7 360deg
            );
        }
	.ring-96 {
		            background: conic-gradient(
		                #0e66a7 0deg, 
		                #0e66a7 342deg, 
		                #e5e4e7 342deg, 
		                #e5e4e7 360deg
		            );
		        }


.progresslxcg2 {
	margin: 0 auto;
			
	       position: relative;
					border: 2px Dashed rgba(248, 171, 27, 0.8);
					

	       width: 185px;
	       height: 185px;
					padding: 10px;
					border-radius: 50%;
					angle: 0 deg;
					opacity: 1;
        }

.progresslxcg2-container {
	 margin: 0 auto;
	border: 4px solid #F8AB1B;
	border-radius: 50%;
            position: relative;
            width: 160px;
            height: 160px;
			angle: 0 deg;
			opacity: 1;
        }
		
.progresslxcg2-ring {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            
            display: flex;
            justify-content: center;
            align-items: center;
			
box-shadow: 0px 4px 10px 0px rgba(14, 102, 167, 0.1);

box-shadow: 0px 18px 18px 0px rgba(14, 102, 167, 0.09);

box-shadow: 0px 40px 24px 0px rgba(14, 102, 167, 0.05);

box-shadow: 0px 71px 28px 0px rgba(14, 102, 167, 0.01);

box-shadow: 0px 111px 31px 0px rgba(14, 102, 167, 0);
          
        }
		.progresslxcg2-mask {
		            width: 75%;
		            height: 75%;
		            border-radius: 50%;
		          
		            display: flex;
					 position: relative;
					    z-index:2!important;
		            justify-content: center;
		            align-items: center;
		        }
		        
		        .progresslxcg2-text {
		            font-size: 28px;
		            font-weight: 600;
					color: rgba(0, 0, 0, 0.9);		           
		        }
.progresslxcg3 {
	margin: 0 auto;
			
	       position: relative;
					border: 2px Dashed rgba(241, 113, 42, 0.8);
					

	       width: 185px;
	       height: 185px;
					padding: 10px;
					border-radius: 50%;
					angle: 0 deg;
					opacity: 1;
        }

.progresslxcg3-container {
	 margin: 0 auto;
	border: 4px solid #f1712a;
	border-radius: 50%;
            position: relative;
            width: 160px;
            height: 160px;
			angle: 0 deg;
			opacity: 1;
        }
		
.progresslxcg3-ring {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            
            display: flex;
            justify-content: center;
            align-items: center;
			
box-shadow: 0px 4px 10px 0px rgba(14, 102, 167, 0.1);

box-shadow: 0px 18px 18px 0px rgba(14, 102, 167, 0.09);

box-shadow: 0px 40px 24px 0px rgba(14, 102, 167, 0.05);

box-shadow: 0px 71px 28px 0px rgba(14, 102, 167, 0.01);

box-shadow: 0px 111px 31px 0px rgba(14, 102, 167, 0);
          
        }
		.progresslxcg3-mask {
		            width: 75%;
		            height: 75%;
		            border-radius: 50%;
		          
		            display: flex;
					 position: relative;
					    z-index:2!important;
		            justify-content: center;
		            align-items: center;
		        }
.progresslxcg4 {
	margin: 0 auto;
			
	       position: relative;
					border: 2px Dashed rgba(255, 75, 75, 0.8);
					

	       width: 185px;
	       height: 185px;
					padding: 10px;
					border-radius: 50%;
					angle: 0 deg;
					opacity: 1;
        }

.progresslxcg4-container {
	 margin: 0 auto;
	border: 4px solid #ff4b4b;
	border-radius: 50%;
            position: relative;
            width: 160px;
            height: 160px;
			angle: 0 deg;
			opacity: 1;
        }
		
.progresslxcg4-ring {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            
            display: flex;
            justify-content: center;
            align-items: center;
			
box-shadow: 0px 4px 10px 0px rgba(14, 102, 167, 0.1);

box-shadow: 0px 18px 18px 0px rgba(14, 102, 167, 0.09);

box-shadow: 0px 40px 24px 0px rgba(14, 102, 167, 0.05);

box-shadow: 0px 71px 28px 0px rgba(14, 102, 167, 0.01);

box-shadow: 0px 111px 31px 0px rgba(14, 102, 167, 0);
          
        }
		.progresslxcg4-mask {
		            width: 75%;
		            height: 75%;
		            border-radius: 50%;
		          
		            display: flex;
					 position: relative;
					    z-index:2!important;
		            justify-content: center;
		            align-items: center;
		        }

.ring-lxcg30 {
            background: conic-gradient(
			    from 0deg,
                #f1712a 0deg, 
                #f1712a 90deg, 
                #fff 90deg, 
                #fff 360deg
            );
        }
		
.ring-lxcg80 {
            background: conic-gradient(
			    from 0deg,
                #ff4b4b 0deg, 
                #ff4b4b 290deg, 
                #fff 290deg, 
                #fff 360deg
            );
        }		
	.ring-lxcg627 {
	            background: conic-gradient(
				    from 0deg,
	                #ff4b4b 0deg, 
	                #ff4b4b 210deg, 
	                #fff 210deg, 
	                #fff 360deg
	            );
	        }	
.ring-lxcg189 {
            background: conic-gradient(
			    from 0deg,
                #f1712a 0deg, 
                #f1712a 54deg, 
                #fff 54deg, 
                #fff 360deg
            );
        }
.ring-lxcg36 {
            background: conic-gradient(
			    from 0deg,
                #F8AB1B 0deg, 
                #F8AB1B 94deg, 
                #fff 94deg, 
                #fff 360deg
            );
        }
.ring-lxcg70 {
            background: conic-gradient(
			    from 0deg,
                #F8AB1B 0deg, 
                #F8AB1B 270deg, 
                #fff 270deg, 
                #fff 360deg
            );
        }
 .progressthree-container {
	 margin: 0 auto;
	
            position: relative;
            width: 140px;
            height: 140px;
			angle: 0 deg;
			opacity: 1;
        }
		
.progressthree-ring {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            
            display: flex;
            justify-content: center;
            align-items: center;
			
box-shadow: 0px 4px 10px 0px rgba(14, 102, 167, 0.1);

box-shadow: 0px 18px 18px 0px rgba(14, 102, 167, 0.09);

box-shadow: 0px 40px 24px 0px rgba(14, 102, 167, 0.05);

          
        }
		
		


		
		.progressthree-mask {
		            width: 75%;
		            height: 75%;
		            border-radius: 50%;
					background: rgba(248, 247, 248, 1);

		            display: flex;
		            justify-content: center;
		            align-items: center;
		        }
		        
		        .progressthree-text {
		            font-size: 28px;
		            font-weight: 600;
					color: rgba(0, 0, 0, 0.9);		           
		        }
				
.ring-83 {
            background: conic-gradient(
			    from 0deg,
                #0e66a7 0deg, 
                #0e66a7 285deg, 
                #e5e4e7 285deg, 
                #e5e4e7 360deg
            );
        }
.ring-834 {
            background: conic-gradient(
			    from 0deg,
                #0e66a7 0deg, 
                #0e66a7 282deg, 
                #e5e4e7 282deg, 
                #e5e4e7 360deg
            );
        }
		
.ring-905 {
            background: conic-gradient(
			    from 0deg,
                #0e66a7 0deg, 
                #0e66a7 325deg, 
                #e5e4e7 325deg, 
                #e5e4e7 360deg
            );
        }
.ring-960 {
            background: conic-gradient(
			    from 0deg,
                #0e66a7 0deg, 
                #0e66a7 335deg, 
                #e5e4e7 335deg, 
                #e5e4e7 360deg
            );
        }
		
.ring-99 {
            background: conic-gradient(
			    from 0deg,
                #e5e4e7 0deg, 
                #e5e4e7 2deg, 
                #0e66a7 2deg, 
                #0e66a7 360deg
            );
        }
	.ring-90 {
	            background: conic-gradient(
				    from 0deg,
	                #0e66a7 0deg, 
	                #0e66a7 330deg, 
	                #e5e4e7 330deg, 
	                #e5e4e7 360deg
	            );
	        }



	   .progress-stage-row {
	       position: relative;
	       display: flex;
	       align-items: center;
	       margin: 40px 0;
	   }
	   .progress-stage-bar {
	       position: absolute;
	       bottom: 0%;
	       left: 0;
	       right: 0;
	       height: 18px;
	       display: flex;
	       transform: translateY(-50%);
	       z-index: 1;
	   }
	   .progress-stage-bar .bar-segment {
	       height: 100%;
	   }
	   .progress-stage-bar .bar-segment-1 {
	       width: 16.66666666%;
	      background: rgba(248, 171, 27, 1);
	   }
	   .progress-stage-bar .bar-segment-2 {
	       width: 33.33333333%;
	      background: rgba(236, 104, 23, 1);

	   }
	   .progress-stage-bar .bar-segment-3 {
	       width: 50%;
	       background: rgba(14, 102, 167, 1);

	   }
	   .progress-stage-col {
	       position: relative;
	       z-index: 2; 
	       display: flex;
	       justify-content: center;
	   }
	   .progress-stage-tag {
	       padding: 10px 30px;
		   margin-bottom: 70px;
	       color: #fff;
	       text-align: center;
	       border-radius: 12px;
	       position: relative;
	   }
	   .progress-stage-tag .percent {
	       font-size: 32px;
	       font-weight: 400;
	       display: block;
	       line-height: 1.2;
	   }
	   .progress-stage-tag .text {
	       font-size: 16px;
	       display: block;
	   }
	   .progress-stage-tag::after {
	       content: "";
	       position: absolute;
	       bottom: -12px;
	       left: 50%;
	       transform: translateX(-50%);
	       border-left: 12px solid transparent;
	       border-right: 12px solid transparent;
	   }
	   .tag-1 {
	       background-color: rgba(248, 171, 27, 1);
	   }
	   .tag-1::after {
	       border-top: 12px solid rgba(248, 171, 27, 1);
	   }
	   .tag-2 {
	       background-color: rgba(236, 104, 23, 1);
	   }
	   .tag-2::after {
	       border-top: 12px solid rgba(236, 104, 23, 1);
	   }
	   .tag-3 {
	       background-color: rgba(14, 102, 167, 1);;
	   }
	   .tag-3::after {
	       border-top: 12px solid rgba(14, 102, 167, 1);;
	   }
/*index one*/
.indexone-grid {
  padding: 30px 20px 10px 20px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 1) !important;
  background: rgba(241, 246, 249, 1) !important;
  box-shadow: 0px 10px 30px 0px rgba(6, 101, 164, 0.1) !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.indexone-grid:hover {
  background: #0e66a7 !important;
}

.indexone-grid .indexone-list-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  padding-top: 15px;
  margin: 0;
  text-align: center;
}
.indexone-grid .indexone-list-logo {
  text-align: center;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #0e66a7;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.indexone-grid:hover .indexone-list-logo {
  background: #ffffff !important;
}

.indexone-grid .indexone-list-logo img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.indexone-grid .indexone-list-logo .img-default {
  display: block;
}

.indexone-grid .indexone-list-logo .img-hover {
  display: none;
 
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.indexone-grid:hover .img-default {
  display: none;
}
.indexone-grid:hover .img-hover {
  display: block;
}

.indexone-grid .indexone-list-details {
  flex: 1;
  text-align: center;
}
.indexone-grid .indexone-list-details p {
  color: #0e66a7 !important;
  transition: all 0.3s ease-in-out;
}
.indexone-grid:hover .indexone-list-details p {
  color: #ffffff !important;
}

/*qiuzhifudao*/
.qiuzhifudao-grid {
  padding: 30px 20px 10px 20px;
  border-radius: 0px;
  display: flex;
    flex-direction: column;
	height: 100%;;
  display: block;
  

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }



.bg-light .qiuzhifudao-grid {
  background: #ffffff; }

.qiuzhifudao-grid .qiuzhifudao-list-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  padding-top: 15px;
  
  margin: 0;
  text-align: center; }
  .qiuzhifudao-grid .qiuzhifudao-list-position a {
    margin: 0 auto; }

.qiuzhifudao-grid .qiuzhifudao-list-logo {
  text-align: center;
  margin: 0 auto 15px;
  border-radius: 50%;
 background: rgba(14, 102, 167, 0.09);

  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  position: relative;
}
.qiuzhifudao-grid .qiuzhifudao-list-logo img{
  width: 80px;
  height: 80px;
  object-fit: cover; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.qiuzhifudao-grid .qiuzhifudao-list-details {
	flex: 1;
  text-align: center; }
/*hangaixueke*/
.hgxk-grid {
  padding: 20px;
  border-radius: 0px;
  display: flex;
    flex-direction: column;
	height: 100%;;
  display: block;
  

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }



.bg-light .hgxk-grid {
  background: #ffffff; }

.hgxk-grid .hgxk-list-position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 0;
  padding-top: 15px;
  
  margin: 0;
  text-align: center; }
  

.hgxk-grid .hgxk-list-logo {
  text-align: center;
 
  border-radius: 50%;
 

  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  position: relative;
}
.hgxk-grid .hgxk-list-logo img{
  width: 80px;
  height: 80px;
  object-fit: cover; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hgxk-grid .hgxk-list-details {
	flex: 1;
  text-align: center; }



/* teacher List */
.candidate-list {
  padding: 30px 20px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
/*  .candidate-list:hover {
    -webkit-box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
            box-shadow: 0px 0px 34px 4px rgba(0, 25, 53, 0.04);
    position: relative;
    z-index: 99; } */
    .candidate-list:hover a.candidate-list-favourite {
      color: #e74c3c;
      -webkit-box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
              box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1); }

.candidate-list .candidate-list-image {
  margin-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 100%;
  border: none; }
  .candidate-list .candidate-list-image img {
    border-radius: 100%;
	background: rgba(236, 236, 236, 1);

    margin: 0 auto;
    width: auto; }

.candidate-list-title {
  margin-bottom: 5px; }
.candidate-list-title p{
	font-size: 12px;
	line-height: 190%;
   }
  
.candidate-list-details ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px; }
  .candidate-list-details ul li {
    margin: 5px 10px 5px 0px;
    font-size: 13px; }

.candidate-list .candidate-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px; }
  .candidate-list .candidate-list-favourite-time span {
    display: block;
    margin: 0 auto; }
  .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
    display: inline-block;
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    font-size: 16px;
    color: #969696; }
    .candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
      background: #ffffff;
      color: #e74c3c; }

.candidate-banner .candidate-list:hover {
  position: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  z-index: inherit; }

/* teacher Grid */
.candidate-list.candidate-grid {
  padding-top: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(188, 223, 248, 0.1) 75%, rgba(255, 255, 255, 0.1) 100%);
  padding-bottom: 0px;
  display: block; }

.candidate-grid .candidate-list-image {
  margin-bottom: 30px;
  text-align: center;
  margin-right: 0px; }

.candidate-grid .candidate-list-details {
  text-align: center; }
  .candidate-grid .candidate-list-details ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .candidate-grid .candidate-list-details ul li {
      margin-bottom: 10px; }

.candidate-grid .candidate-list-favourite-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 10px 0; }
  .candidate-grid .candidate-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .candidate-grid .candidate-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }

.candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
  margin-bottom: 0px; }
/* mingqi beijing*/
.mingqi-list {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.mingqi-list .mingqi-list-image {
  margin-right: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  border-radius: 100%;
  border: none; }
  .mingqi-list .mingqi-list-image img {
    border-radius: 100%;
	border: 1px solid rgba(14, 102, 167, 1);
	background: rgba(255, 255, 255, 1);
height: 100px;
    margin: 0 auto;
    width: 100px; }

.mingqi-list-title {
  margin-bottom: 5px; }
.mingqi-list-title p{
	font-size: 14px;
	line-height: 190%;
   }
  
.mingqi-banner .mingqi-list:hover {
  position: inherit;
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  z-index: inherit; }

.mingqi-list.mingqi-grid {
  padding-top: 40px;
  padding-bottom: 0px;
  display: block; }

.mingqi-grid .mingqi-list-image {
  text-align: right;
  margin-right: 0px; }
  .mingqi-grid .mingqi-list-details {
    margin-top: -30px; /* 关键：把名字向上拉到图片中线位置 */
  }
  /* mingqineitui */
  .enterprise-stat {
    position: relative;
    width: 100%; 
    display: flex;
    align-items: center;
    padding: 8% 0%; /* 控制整体左右内边距 */
  }
  .stat-number {
    color: #ffffff;
    font-size: 100px; 
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-right: 40px; 
  }
  
  
  .stat-text {
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase; 
    line-height: 1.2;
  }
  .stat-text .line1 {
    font-size: 30px;
    font-weight: 600;
    display: block;
  }
  .stat-text .line2 {
    font-size: 30px;
    font-weight: 600;
    display: block;
  }
  
  
  .mingqineitui-circle {
        width: 110px;
        height: 110px;
        background: rgba(14, 102, 167, 0.8);
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
      }
  
      /* 文字样式 */
      .mingqineitui-text {
        color: #ffffff;
        font-size: 28px; /* 可根据圆大小调整 */
        font-weight: bold;
        line-height: 1.6;
        text-align: center;
      }
/* Jobber Candidate */
.jobber-candidate-timeline {
  position: relative; }
  .jobber-candidate-timeline:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 2px;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #eeeeee; }

.jobber-candidate-timeline .jobber-timeline-item {
  display: table;
  position: relative;
  margin-bottom: 20px;
  width: 100%; }

.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
  border-radius: 50%;
  border: 12px solid white;
  z-index: 1;
  top: 5px;
  left: 9px;
  position: absolute; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 20px;
    top: -1px;
    bottom: 5px;
    height: 2px;
    background-color: #eeeeee; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
    font-size: 15px;
    top: -8px;
    left: -7px;
    position: absolute;
    color: #0e66a7; }

.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0 0 70px; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
    color: #0e66a7;
    margin: 5px 0 0px; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
    color: #001935;
    font-size: 13px;
    font-weight: 500; }

.jobber-candidate-timeline span.jobber-timeline-time {
  color: #969696 !important; }

.jobber-candidate-timeline .jobber-timeline-icon {
  border: 2px solid #eeeeee;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #ffffff;
  position: relative;
  margin-bottom: 20px; }
  .jobber-candidate-timeline .jobber-timeline-icon i {
    font-size: 16px;
    color: #001935; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px; }

/* secondary menu */
.secondary-menu {
  padding: 10px;
  padding-bottom: 0px;
  border: 2px solid #eeeeee;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 48px;
  margin-top: -25px; }

.secondary-menu ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  .secondary-menu ul li {
    list-style: none;
    padding-right: 9px;
    padding-bottom: 10px; }
    .secondary-menu ul li a {
      display: block;
      color: #969696;
      font-weight: 600;
      text-transform: capitalize;
      padding: 8px 15px;
      border-radius: 3px; }
      .secondary-menu ul li a:hover {
        color: #ffffff;
        background: #0e66a7; }
    .secondary-menu ul li a.active {
      color: #ffffff;
      background: #0e66a7; }

/* Job Search Field */
.job-search-field .form-group-search {
  width: 100%; }

.job-search-field.job-search-field-01 input {
  border: none;
  border-bottom: 1px solid #eeeeee;
  /*padding-left: 20px;*/
  border-radius: 0px;
  padding: 0; }

.job-search-field.job-search-field-01 .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding-left: 0;
  padding-right: 0; }

.job-search-field.job-search-field-02 input {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.job-search-field.job-search-field-02 .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.job-search-field.search-under-banner .job-search-item label {
  color: #ffffff; }

.job-search-field.job-search-field-top-03 input {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.job-search-field.job-search-field-top-03 .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  padding-left: 20px; }

.advanced-search {
  width: 100%; }
  .advanced-search .card {
    border: 0;
    padding: 0;
    background: none; }

.job-search-field-top-03 .job-search-item {
  background: #f6f6f6;
  padding: 30px; }

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 13px 20px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px; }

.job-search-field .select2-container--default .select2-selection--single {
  height: 60px;
  padding: 20px 20px; }

.job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 22px; }

.hp-search-more {
  width: 100%; }
  .hp-search-more a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 14px !important; }
  .hp-search-more span {
    font-size: 14px !important; }

.job-search-item .hp-search-more i {
  position: absolute;
  right: -25px;
  left: auto; }

/* Job Filter */
.job-filter-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .job-filter-tag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .job-filter-tag ul li a {
      margin-left: 3px;
      background: rgba(255, 138, 0, 0.1);
      color: #0e66a7;
      font-weight: 500;
      padding: 2px 8px;
      font-size: 13px;
      border-radius: 3px; }
      .job-filter-tag ul li a i {
        padding-left: 4px;
        font-size: 12px; }
      .job-filter-tag ul li a:hover {
        background: #0e66a7;
        color: #ffffff; }
    .job-filter-tag ul li .filter-clear {
      background: rgba(0, 25, 53, 0.1);
      color: #001935; }
      .job-filter-tag ul li .filter-clear:hover {
        background: #001935;
        color: #ffffff; }

/* companies-info box */
.companies-info {
  padding-right: 25px; }
  .companies-info .companies-details {
    padding: 20px 10px; }
    .companies-info .companies-details .companies-logo {
      width: 80px;
      height: 80px;
      padding: 10px;
      background: #ffffff; }

.employers-box .employers-grid {
  padding: 5px;
  border: none; }
  .employers-box .employers-grid:hover {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }

.employers-box .employers-list-info {
  text-align: center; }

.companies-counter {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  text-align: right; }
  .companies-counter .counter {
    display: inline-block; }

.companies-details .employers-list-option ul li i {
  font-size: 12px;
  color: #0e66a7; }

.companies-counter .counter .counter-content .timer {
  font-size: 20px; }

.companies-info-2 .companies-counter {
  text-align: left; }

.companies-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px; }

.companies-info-2 .companies-details {
  padding: 0; }

/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  padding-bottom: 30px; }
  .sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0; }

.sidebar hr {
  margin-bottom: 30px;
  margin-top: 0; }

.sidebar .search {
  position: relative; }
  .sidebar .search i {
    position: absolute;
    color: #0e66a7;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sidebar .search .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px; }

.sidebar .locations {
  position: relative; }
  .sidebar .locations i {
    position: absolute;
    color: #0e66a7;
    cursor: pointer;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .sidebar .locations .form-control {
    font-weight: 400;
    padding-right: 40px;
    height: 50px;
    padding-left: 15px; }

/* Widget */
.widget .widget-title {
  margin-bottom: 20px; }
  .widget .widget-title h6 {
    margin-bottom: 0; }
  .widget .widget-title a {
    color: #001935; }

.widget .widget-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }

/* similar-jobs-item */
.similar-jobs-item .job-list {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px; }
  .similar-jobs-item .job-list:last-child {
    margin-bottom: 0; }
  .similar-jobs-item .job-list:hover {
    -webkit-box-shadow: none;
            box-shadow: none; }

/* checkbox */
.widget .widget-content {
  margin-top: 10px; }
  .widget .widget-content .form-check {
    margin-bottom: 8px; }
    .widget .widget-content .form-check:last-child {
      margin-bottom: 0px; }

.widget .form-check.fulltime-job .form-check-input {
  background-color: #186fc9;
  border-color: #186fc9; }

.widget .form-check.parttime-job .form-check-input {
  background-color: #ffc107;
  border-color: #ffc107; }

.widget .form-check.freelance-job .form-check-input {
  background-color: #53b427;
  border-color: #53b427; }

.widget .form-check.temporary-job .form-check-input {
  background-color: #e74c3c;
  border-color: #e74c3c; }

.widget ul {
  margin: 0; }
  .widget ul li a:hover {
    color: #0e66a7; }

.widget .company-detail-meta ul {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .widget .company-detail-meta ul li {
    margin-right: 15px;
    display: inline-block; }
    .widget .company-detail-meta ul li a {
      color: #969696;
      font-weight: 600;
      font-size: 12px; }

.widget .company-detail-meta .share-box li {
  margin-right: 0;
  display: inline-block;
  float: left; }

.widget .company-detail-meta ul li.linkedin a {
  padding: 15px 20px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  display: inline-block; }
  .widget .company-detail-meta ul li.linkedin a i {
    color: #06cdff; }

.widget .company-address ul li {
  margin-bottom: 10px; }
  .widget .company-address ul li:last-child {
    margin-bottom: 0; }
  .widget .company-address ul li a {
    color: #969696; }

.widget .widget-box {
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 20px 15px; }

.widget .similar-jobs-item .job-list.jobber-list {
  padding: 15px 10px;
  border: 0;
  margin-bottom: 10px; }

.widget .similar-jobs-item .job-list-details {
  -ms-flex-item-align: center;
      align-self: center; }

.widget .similar-jobs-item .job-list.jobber-list .job-list-company-name {
  color: #0e66a7; }

.widget .docs-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #eeeeee;
  padding: 30px;
  border-radius: 3px; }
  .widget .docs-content .docs-text {
    -ms-flex-item-align: center;
        align-self: center;
    color: #969696; }
  .widget .docs-content span {
    font-weight: 600; }
  .widget .docs-content .docs-icon {
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38px;
            flex: 0 0 38px; }

.widget .jobber-company-view ul li {
  margin-bottom: 20px; }
  .widget .jobber-company-view ul li:last-child {
    margin-bottom: 0; }
  .widget .jobber-company-view ul li span {
    color: #001935;
    -ms-flex-item-align: center;
        align-self: center;
    font-weight: 600; }

/*****************************
  Dashboard
*****************************/
.user-dashboard-sidebar .jobber-user-info {
  border: 2px solid #eeeeee;
  padding: 20px;
  text-align: center; }

.jobber-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .jobber-user-info .profile-avatar {
    position: relative;
    height: 115px;
    width: 115px;
    border-radius: 100%; }
    .jobber-user-info .profile-avatar img {
      border-radius: 100%; }
    .jobber-user-info .profile-avatar i {
      font-size: 16px;
      color: #0e66a7;
      position: absolute;
      background: #ffffff;
      border-radius: 100%;
      cursor: pointer;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      bottom: 20px;
      right: -5px; }

.upload-file .custom-file {
  width: 160px;
  height: 35px;
  margin-bottom: 20px;
  margin-top: 10px; }
  .upload-file .custom-file .custom-file-label {
    background: #0e66a7;
    padding: 0;
    color: #ffffff;
    height: 35px;
    font-weight: 400;
    line-height: 35px;
    text-align: center; }
    .upload-file .custom-file .custom-file-label:after {
      display: none; }

.custom-file .custom-file-input {
  height: 35px; }





/*****************************
	Blog
*****************************/
.blog-posthwdxtd {
	background: rgba(255, 255, 255, 1);
	
border-radius: 8px;
padding: 15px 0 8px 0;
display: flex;
height: 100%;
  flex-direction: column;
  border: 1px solid rgba(229, 228, 231, 1);
  box-shadow: 0px 16px 36px 0px rgba(18, 104, 168, 0.1);
 }
 .blog-posthwdxtd-image {
     position: relative;
     display: inline-block;
     cursor: pointer;
 }
 .blog-posthwdxtd-content {
 	 flex: 1;
	 display: flex;
	   flex-direction: column;
  }
  
.blog-postdxfd {
	background: rgba(255, 255, 255, 1);
	
border-radius: 8px;
padding: 15px 0 8px 0;
display: flex;
height: 100%;
  flex-direction: column;
 }
 .blog-postdxfd-image {
     position: relative;
     display: inline-block;
     cursor: pointer;
 }
 .blog-postdxfd-content {
 	 flex: 1;
	 display: flex;
	   flex-direction: column;
  }



.blog-post {
	background: rgba(255, 255, 255, 1);
border-radius: 8px;
padding: 15px 0 8px 0;
display: flex;
height: 100%;
  flex-direction: column;
  box-shadow: 0px 0px 43px 0px rgba(217, 217, 217, 0.36);
 }
 
 .blog-post-content {
 	 flex: 1;
	 display: flex;
	   flex-direction: column;
  }
 



.blog-post .blog-post-details {
  padding: 25px; }
  .blog-post .blog-post-details .blog-post-time {
    margin-bottom: 10px; }
    .blog-post .blog-post-details .blog-post-time a {
      color: #969696;
      font-size: 13px;
      font-weight: 500; }
  .blog-post .blog-post-details .blog-post-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

/* blog-post 02 */
.blog-post .blog-post-category a,
.blog-detail .blog-post .blog-post-category a {
  color: #0e66a7;
  font-weight: 600; }

.blog-post .blog-post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  
   }
  .blog-post .blog-post-footer a {
    font-size: 12px;
    color: #969696; }
    .blog-post .blog-post-footer a:hover {
      color: #0e66a7; }
      .blog-post .blog-post-footer a:hover i {
        color: #0e66a7; }
  .blog-post .blog-post-footer i {
    padding-right: 5px;
    color: #0e66a7; }

.blog-post .blog-post-footer .blog-post-author img {
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
  width: auto;
  display: inline-block; }

.blog-post .blog-post-footer .blog-post-time,
.blog-post-author,
.blog-post-time,
.blog-detail .blog-post-comment,
.blog-post-share {
  margin: 0 8px; }

.blog-post .blog-post-details .blog-post-description {
  margin: 15px 0px; }

.blog-post .blog-post-details .btn-link i {
  padding-right: 0; }

/* blog-post-quote */
.blog-post-quote .blog-post-details .blog-post-category a {
  color: #ffffff; }

.blog-post-quote .blog-post-details .blog-post-link .btn-link {
  color: #ffffff; }
  .blog-post-quote .blog-post-details .blog-post-link .btn-link:hover {
    color: #001935; }

.blog-post-quote .blog-post-details .blog-post-title h5 a {
  color: #ffffff; }
  .blog-post-quote .blog-post-details .blog-post-title h5 a:hover {
    color: #001935; }

.blog-post-quote .blog-post-content .blog-post-footer {
  border-top: 2px solid rgba(0, 25, 53, 0.1); }
  .blog-post-quote .blog-post-content .blog-post-footer a {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .blog-post-quote .blog-post-content .blog-post-footer a:hover {
      color: #001935; }
      .blog-post-quote .blog-post-content .blog-post-footer a:hover i {
        color: #001935; }
      .blog-post-quote .blog-post-content .blog-post-footer a:hover span {
        color: #001935 !important;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .blog-post-quote .blog-post-content .blog-post-footer i {
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-post-quote .blog-post-content .blog-post-footer span {
    color: #ffffff; }

.blog-post-quote .blockquote {
  padding: 40px 40px 0px 40px;
  margin-bottom: 0;
  border-left: 0; }
  .blog-post-quote .blockquote i {
    font-size: 30px;
    margin-bottom: 20px;
    color: rgba(0, 25, 53, 0.5); }

/* blog-post-you-tube // */
.blog-post.blog-post-you-tube iframe {
  width: 100%;
  height: 385px; }

/* post-without-image */
.post-without-image {
  border: 2px solid #eeeeee; }

/* sidebar */
.blog-sidebar .widget {
  margin-bottom: 50px; }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0px; }

.blog-sidebar .widget .widget-title {
  margin-bottom: 20px; }

.blog-sidebar .widget .search {
  position: relative; }
  .blog-sidebar .widget .search i {
    position: absolute;
    right: 0;
    top: 0;
    background: #0e66a7;
    color: #ffffff;
    padding: 18px 20px;
    cursor: pointer;
    border-radius: 0 3px 3px 0px; }
  .blog-sidebar .widget .search input {
    padding-right: 65px;
    border-radius: 3px;
    height: 50px; }

.blog-sidebar .widget ul.list-style li {
  margin-bottom: 20px; }
  .blog-sidebar .widget ul.list-style li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #626262;
    width: 100%; }
    .blog-sidebar .widget ul.list-style li a:hover {
      color: #0e66a7; }

.widget .search input {
  padding-left: 15px; }

/* recent-posts */
.blog-sidebar .widget .recent-posts a b {
  color: #001935;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.blog-sidebar .widget .recent-posts a:hover b {
  color: #0e66a7; }

.blog-sidebar .widget .newsletter i {
  color: #0e66a7;
  background: inherit; }

.blog-sidebar .widget .newsletter .newsletter-bg-icon i {
  font-size: 160px;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: -20px;
  bottom: -35px; }

.blog-sidebar .widget .newsletter .form-check {
  cursor: pointer; }

.blog-sidebar .widget .newsletter label {
  cursor: pointer; }

.row .custom-control.custom-checkbox label {
  cursor: pointer; }

/* Subscribe & Follow */
.blog-sidebar .widget .social ul li {
  padding: 10px;
  border: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog-sidebar .widget .social ul li .follow {
    background: #f6f6f6;
    padding: 3px 18px;
    font-size: 12px; }
  .blog-sidebar .widget .social ul li a {
    font-size: 12px;
    font-weight: 600; }
    .blog-sidebar .widget .social ul li a i {
      width: 15px; }



/* popular-tag */
.blog-sidebar .widget .popular-tag ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .blog-sidebar .widget .popular-tag ul li a {
    padding: 6px 20px;
    display: block;
    border: 1px solid #eeeeee;
    color: #969696; }
    .blog-sidebar .widget .popular-tag ul li a:hover {
      color: #0e66a7;
      border-color: #0e66a7; }

/* blog-detail */
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .navigation .nav-links .nav-title {
    padding: 12px 20px; }
  .navigation .nav-links .pagi-text {
    display: inline-block;
    padding: 12px 25px;
    color: #969696;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.navigation .nav-links .nav-previous {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navigation .nav-links .nav-previous a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #969696; }
  .navigation .nav-links .nav-previous:hover {
    background: #f6f6f6; }
    .navigation .nav-links .nav-previous:hover .pagi-text {
      background: #0e66a7;
      color: #ffffff; }
  .navigation .nav-links .nav-previous .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  .navigation .nav-links .nav-previous .pagi-text {
    border-right: 1px solid #eeeeee;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }

.navigation .nav-links .nav-next {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  margin-right: 0;
  text-align: right;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .navigation .nav-links .nav-next a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #969696;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .navigation .nav-links .nav-next .pagi-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #eeeeee; }
  .navigation .nav-links .nav-next:hover {
    background: #f6f6f6; }
    .navigation .nav-links .nav-next:hover .pagi-text {
      background: #0e66a7;
      color: #ffffff; }
  .navigation .nav-links .nav-next .nav-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.blog-detail .blog-post .blog-post-category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* blockquote */
.blog-detail .blog-post .blog-post-content .blockquote {
  font-size: 16px;
  border-left: 10px solid #0e66a7;
  padding-left: 30px;
  font-style: italic;
  display: block; }

/* Popular-Tags */
.blog-detail .blog-post-tags li {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 3px; }
  .blog-detail .blog-post-tags li a {
    color: #969696; }
  .blog-detail .blog-post-tags li:hover {
    background: #0e66a7;
    border: 1px solid #0e66a7; }
    .blog-detail .blog-post-tags li:hover a {
      color: #ffffff; }





/*****************************
    Not found 
*****************************/
.notfound-404 {
  height: 230px;
  position: relative;
  z-index: -1; }
  .notfound-404 h1 {
    font-size: 160px;
    margin: 0px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/bg/opps-404-bg-img.jpg") no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center; }

/*****************************
	Footer star
*****************************/
.footer {
  padding-top: 80px;
  background: rgba(6, 101, 164, 1);
  
  color: #626262; }
  .footer ul {
    margin: 0; }

.footer .footer-link ul li {
  margin-bottom: 18px; }
  .footer .footer-link ul li:last-child {
    margin-bottom: 0px; }
  .footer .footer-link ul li a {
    color: #fff; }
    .footer .footer-link ul li a:hover {
      color: #fff; }

.footer .footer-contact-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }
  .footer .footer-contact-info ul li i {
    line-height: 24px; }
  .footer .footer-contact-info ul li span {
    padding-left: 15px;
    -ms-flex-item-align: top;
        align-self: top; }

.footer-bottom {
  padding: 40px 0px;
  color: #969696; }
  .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; }
    .footer-bottom ul li {
      margin-right: 30px; }
      .footer-bottom ul li a {
		   text-align: center;
        color: #fff;
		font-size: 12px;
        font-weight: 300; }
        .footer-bottom ul li a:hover {
          color: #fff; }

.social ul li a {
  font-weight: 300;
  text-align: center;
   color: #fff;
   font-size: 10px;
   }

.social ul li a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
	padding: 13px 10px;
    font-size: 30px;
    display: inline-block;
	margin-bottom: 5px;
    background: #45A1E4;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
}
/*****************************
	footer end
*****************************/


/*****************************
	Responsive
*****************************/
@media (max-width: 1340px) {

  #slider .slider-content h1 {
    font-size: 60px; }
  .slider-category {
    margin-top: -60px; }
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 150px; }
  .job-search-item input.location-input {
    padding-right: 105px; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 8px; }
  .navbar-light .navbar-brand {
    -webkit-box-flex: 0;
      /*  -ms-flex: 0 0 220px;
            flex: 0 0 220px; */} }

@media (max-width: 1199px) {
  .header.header-transparent + .banner {
    padding: 240px 0 155px 0; }
  .footer .btn.btn-app {
    padding: 12px 20px; }
  /* nav-tabs */
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 10px;
    padding: 12px 14px 18px; }
  .nav-tabs .nav-item .nav-link {
    margin-right: 10px;
    padding: 10px 25px; }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%; }
  /* countdown */
  .countdown span {
    font-size: 60px;
    line-height: 60px; }
  .countdown-small.countdown span {
    font-size: 40px;
    line-height: 40px; }
  #slider .slider-content h1 {
    font-size: 48px; }
  /* index slider */
  .slider-category {
    margin-top: -40px; }
  /* job-search-item */
  .job-search-item .btn {
    padding: 18px 15px; }
  /* secondary-menu */
  .secondary-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (max-width: 991px) {
  h1 {
    font-size: 34px; }
  .space-ptb {
    padding: 60px 0; }
	
	.space-ptbtop {
	  padding: 60px 0 40px 0px; }
	  
	.space-ptbschool {
	  padding: 60px 0 40px 0px; }
	    
	  
	  
	  .space-ptbtopbrand {
	    padding: 60px 0 40px 0px; }
	  
	.space-ptbtopfzlc {
	  padding: 60px 0 0px 0px; }
	
  .space-pt {
    padding-top: 60px; }
  .space-pb {
    padding-bottom: 60px; }
  .container-fluid {
    padding: 0 25px; }
  /* Header */
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #001935; }
  .header-transparent {
    position: relative;
    background: #0e66a7; }
  .header-transparent.style-2 {
    background: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .header .is-sticky .add-listing {
   /* display: none; */}
  /* Toggle Menu */
  #nav-icon4 {
    width: 28px;
    height: 40px;
    /* margin-top: 14px; */
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 20px; }
  #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #nav-icon4 span:nth-child(1) {
    top: 11px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4 span:nth-child(2) {
    top: 21px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4 span:nth-child(3) {
    top: 31px;
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  #nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
    left: 0px; }
  #nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0; }
  #nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 0px; }
  /* banner */
  .header.header-transparent + .banner {
    padding: 100px 0 100px 0; }
	.header.header-transparent + .bannercontact {
	  padding: 50px  20px ; }
	  
	  .header.header-transparent + .bannerindex {
	      padding: 40px 0 70px 0; }
.space-ptbtopabout {
    padding: 20px 12px;
}
	  
  .banner {
    padding: 100px 0; }
 

  .navbar-brand img {
    height: 50px; }
	 /* contact */
	.feature-info .feature-info-content h1 {
	    font-weight: 700;
		line-height: 100%;
	    font-size: 28px;
	    letter-spacing: 0px;
	    color: rgba(255, 255, 255, 1);
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
  /* blog */
  .blog-post-title{
	  margin-left: 5px;
  }
  .blog-post .blog-post-details {
    padding: 25px 20px 20px; }
	.blog-post .blog-post-content p{
	  margin-bottom: 10px;
	   margin-left: 5px;}
  .blog-post .blog-post-footer {
    padding: 25px 10px; }
  .blog-detail .blog-post .blog-post-footer {
    padding: 15px 0px; }
  .blog-detail .blog-post .blog-post-footer .blog-post-time {
    margin: 0 0px; }
  .secondary-menu ul li a {
    padding: 1px 10px; }
  /* share-box */
  .share-box .share-box-social {
    width: 165px; }
  .share-box .share-box-social li a {
    padding: 0 7px; }
  .widget .company-detail-meta .share-box .share-box-social {
    width: 145px; }
  /* footer */
  .footer {
    padding-top: 50px; }
  .footer-shape {
    display: none; }
  .footer-bottom {
    padding: 24px 0px; }
  .footer-top-logo img {
    height: 30px; }
  /* owl-nav */
  .owl-nav-top-center .owl-nav .owl-prev {
    left: 35%; }
  .owl-nav-top-center .owl-nav .owl-next {
    right: 35%; }
  .owl-nav-bottom-center .owl-nav .owl-prev {
    right: 60%; }
  .owl-nav-bottom-center .owl-nav .owl-next {
    left: 60%; }
  #slider .slider-content h1 {
    font-size: 34px; }
  #slider .slider-content h2 {
    font-size: 22px;
    line-height: 30px; }
  #slider .slider-content a.btn-link {
    padding: 0; }
  /* sidebar */
  .sidebar {
    margin-bottom: 40px; }
  .widget .company-detail-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
		
/**job**/
.bg-ad {
    background: linear-gradient(180deg, rgba(14, 102, 167, 1) 0%, rgba(14, 102, 167, 1) 50%, rgba(51, 51, 51, 1) 50%, rgba(51, 51, 51, 1) 100%);
}
 .feature-step::after {
	 display: none;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
	background: rgba(14, 102, 167, 1);
    border-radius: 50%;
    z-index: 2;
  }
  
  .bg-feature::before {
	   display: none;
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
   
    height: 3px;
	bottom: -8px;
	background: linear-gradient(90deg, #FFFFFF 0%, #D9D9D9 50%, #FFFFFF 100%);
    z-index: 1;
  }
  /**job end**/
  .btn-linkshiting {
  	background: rgba(14, 102, 167, 1);
  	font-size: 12px;
    color: #fff;
    padding: 2px 6px;
	/* margin-right: 5px; */
    border-radius: 6px;
   
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* 404 */
  .notfound-404 {
    height: 160px; }
  .notfound-404 h1 {
    font-size: 110px; }
  /* mfp-close */
  .mfp-image-holder .mfp-close {
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 10px;
    padding-right: 5px; }
  img.mfp-img {
    padding: 0; }
  /* secondary-menu */
  .sticky-top.secondary-menu-sticky-top {
    position: inherit;
    z-index: 9; }
  /* Popup */
  .social-login ul li a {
    padding: 15px; }
  .job-filter-tag {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start; } }

@media (max-width: 767px) {
  h1 {
    font-size: 32px; }
  h2 {
    font-size: 22px;
    line-height: 30px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 16px; }
	.nobig {
	    font-weight: normal;
	    font-size: 36px;
	}
	.img-210 {
		margin-top: 20px;
	    max-width: 140px !important;
	    height: 140px !important;
		object-fit: contain;
	}
	.img-240 {
		padding-bottom: 70px;
	    max-width: 170px !important;
	    height: 170px !important;
		object-fit: contain;
	}
	.img-200 {
	    max-width: 100px !important;
	    height: 100px !important;
		object-fit: contain;
	}
	
	.btn-linkwuyou {
		background: linear-gradient(360deg, #F8AB1B 0%, #EE592F 100%);
		font-size: 14px;
	  color: #fff;
	  
	  padding: 2px 10px;
	  border-radius: 8px;
	  
	  -webkit-box-align: center;
	      -ms-flex-align: center;
	          align-items: center; }
	
	.btn-linkcase {
	    background: rgba(14, 102, 167, 0.1);
	    font-size: 16px;
	    color: rgba(14, 102, 167, 1);
	    padding: 4px 8px;
	    border-radius: 6px;
	    width: 100%;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	}
	
  .space-ptb {
    padding: 50px 0; }
	.space-ptbtop {
	  padding: 50px 0 30px 0px; }
	.space-ptbschool {
	  padding: 50px 0 30px 0px; }
	
	.space-ptbsmall {
	    padding: 50px 0;
	}
	
  .space-pt {
    padding-top: 50px; }
  .space-pb {
    padding-bottom: 50px; }
  .container {
    max-width: 100%; }
  .container-fluid {
    padding: 0 30px; }
  .section-title {
    margin-bottom: 30px; }
  
  .section-title-02 {
    margin-bottom: 30px; }
  .bg-holder-pattern {
    background-image: inherit !important; }
  .step-number {
    margin-bottom: 10px; }
  .step-number span:after {
    content: none; }
  .lead {
    font-size: 16px; }
  /* header-inner */
  .header-inner {
    padding: 50px 0; }
  .header-inner.header-inner-big {
    padding: 50px 0; }
	
	.bannertop{
			top: 60px;
			opacity: 1;
			width: 90%;
			gap: 10px;
			border-radius: 8px;
			padding: 38px;
			background: rgba(14, 102, 167, 0.9);
		}

.header.header-transparent + .bannernews {
    padding: 70px 0 20px 0; }
/*index*/
.indexhistory-step::before {
	display: none;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: rgba(14, 102, 167, 1);
    border-radius: 50%;
    z-index: 2;
}

.counter .counter-content .timer {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0e66a7;
    font-weight: 600;
    line-height: 38px;
}
.counter .counter-content .jia {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0e66a7;
    font-weight: 600;
    line-height: 38px;
}
/* lxcg */
	.progresslxcg {
		 margin: 0 auto;
		
	            position: relative;
				border: 2px solid rgba(181, 209, 228, 1);
	            width: 165px;
	            height: 165px;
				padding: 10px;
				border-radius: 50%;
				angle: 0 deg;
				opacity: 1;
	        }	
		
	.progresslxcg-container {
		 margin: 0 auto;
		
	            position: relative;
			
	            width: 140px;
	            height: 140px;
				border-radius: 50%;
				angle: 0 deg;
				opacity: 1;
	        }
.progresslxcg2 {
	margin: 0 auto;
			
	       position: relative;
					border: 2px Dashed rgba(248, 171, 27, 0.8);
					

	       width: 165px;
	       height: 165px;
					padding: 10px;
					border-radius: 50%;
					angle: 0 deg;
					opacity: 1;
        }

.progresslxcg2-container {
	 margin: 0 auto;
	border: 4px solid #F8AB1B;
	border-radius: 50%;
            position: relative;
            width: 140px;
            height: 140px;
			angle: 0 deg;
			opacity: 1;
        }
.progresslxcg3 {
	margin: 0 auto;
			
	       position: relative;
					border: 2px Dashed rgba(241, 113, 42, 0.8);
					

	       width: 165px;
	       height: 165px;
					padding: 10px;
					border-radius: 50%;
					angle: 0 deg;
					opacity: 1;
        }

.progresslxcg3-container {
	 margin: 0 auto;
	border: 4px solid #f1712a;
	border-radius: 50%;
            position: relative;
            width: 140px;
            height: 140px;
			angle: 0 deg;
			opacity: 1;
        }
.progresslxcg4 {
	margin: 0 auto;
			
	       position: relative;
					border: 2px Dashed rgba(255, 75, 75, 0.8);
					

	       width: 165px;
	       height: 165px;
					padding: 10px;
					border-radius: 50%;
					angle: 0 deg;
					opacity: 1;
        }

.progresslxcg4-container {
	 margin: 0 auto;
	border: 4px solid #ff4b4b;
	border-radius: 50%;
            position: relative;
            width: 140px;
            height: 140px;
			angle: 0 deg;
			opacity: 1;
        }

/* cate 21 */
  .progress-stage-tag {
	       padding: 4px 10px;
		   margin-bottom: 50px;
	       color: #fff;
	       text-align: center;
	       border-radius: 8px;
	       position: relative;
	   }
	   .progress-stage-tag .percent {
	       font-size: 22px;
	       font-weight: 400;
	       display: block;
	       line-height: 1.2;
	   }
	   .progress-stage-tag .text {
	       font-size: 14px;
	       display: block;
	   }
  /* blog */
  .blog-post-quote .blockquote {
    padding: 20px 20px 0px 20px; }
  .progress {
    position: relative;
    overflow: inherit;
    height: 3px;
    margin: 40px 0px 20px; }
  .secondary-menu {
    padding: 10px 10px 0px 10px; }
  .secondary-menu ul li a {
    padding: 1px 8px; }
  .secondary-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .blog-sidebar .widget {
    margin-bottom: 30px; }
  .banner-bg-slider-content .job-search-item .form-group {
    display: inline-block;
    text-align: center;
    width: 100%; }
  .banner-bg-slider-content .job-search-item input {
    padding-left: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    margin-right: 0px;
    margin-bottom: 16px; }
	/*mingqineitui*/
	.stat-number {
	  color: #ffffff;
	  font-size: 60px; 
	  font-weight: 700;
	  font-family: Arial, Helvetica, sans-serif;
	  line-height: 1;
	  margin-right: 20px; 
	}

	.stat-text .line1 {
	  font-size: 22px;
	  font-weight: 600;
	  display: block;
	}
	.stat-text .line2 {
	  font-size: 22px;
	  font-weight: 600;
	  display: block;
	}
  /* category */
  .category-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .category-item:nth-child(1n+3) {
    border-top: 1px solid #f6f6f6; }
  .category-item:nth-child(2n+0) {
    border-right: 0; }
  .social-login ul li {
    min-width: 100%; }
  .login-register .form-control {
    height: 40px; }
  .pagination {
    margin-bottom: 0; }
  .pagination .page-item {
    margin: 0px; }
  /* job-list */
  .job-list {
    padding: 24px 20px; }
  /* employers-list */
  .employers-list {
    display: inline-block;
    text-align: center;
    width: 100%; }
  .employers-list .employers-list-logo {
    margin: 0 0 25px 0;
    display: inline-block; }
  .employers-list .employers-list-details {
    text-align: center;
    margin-bottom: 15px; }
  .employers-list .employers-list-title {
    margin-bottom: 10px; }
  .employers-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .testimonial-content p {
    font-size: 16px; }
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 0px;
    padding: 12px 13px 10px; }
  .tab-pane .border-right {
    border: none !important; }
  .browse-job {
    display: block !important;
    text-align: center; }
  .style-01 ul {
    margin: 20px 0px; }
  .job-found {
    margin-bottom: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #slider .slider-content h1 {
    font-size: 18px;
    margin-bottom: 10px; }
  #slider .slider-content h2 {
    font-size: 16px; }
  #slider .slider-content h6 {
    line-height: 18px;
    font-size: 14px; }
  /* feature-content */
  .feature-content {
    padding: 40px 20px; }
  .feature-info-03 {
    margin-bottom: 30px; }
  /* Banner */
  .search input {
    height: 60px; }
  .search a {
    padding: 14px 12px; }
  /* pricing */
  .pricing-plan {
    margin-bottom: 30px;
    margin-top: 30px; }
  /* index slider */
  .slider-category {
    margin-top: 60px; }
  .companies-counter {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px; }
  .slider-banner .carousel-control-next,
  .slider-banner .carousel-control-prev {
    display: none; }
  /* nav-tabs */
  .nav-tabs .nav-item .nav-link {
    margin-bottom: 10px; }
  .blog-sidebar .widget .newsletter .newsletter-bg-icon i {
    right: 0; }
  .job-tag li {
    margin-left: 0;
    margin-right: 10px; } 
	
	.feature-info .feature-info-content .title {
	    font-weight: 700;
	    font-size: 45px;
	    letter-spacing: 0px;
	    color: rgba(255, 255, 255, 0.6);
	    -webkit-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}
	
	 .marquee-box .marquee-track .item img {
	      width: auto;
	      max-width: 200px;
	      user-select: none;
	    }
		.marquee-boxvip .marquee-track .item img {
		     width: auto;
		     max-width: 500px;
		     user-select: none;
		   }
		.marquee-boxydy .marquee-track .item img {
		     width: auto;
		     max-width: 200px;
		     user-select: none;
		   }
		   
	}

@media (max-width: 575px) {
	
  h1 {
    font-size: 24px; 
	letter-spacing: 0px;
	}
  .space-ptb {
    padding: 60px 0; }
	.space-ptbtop {
	  padding: 0px; }
	.space-ptbschool {
	  padding: 35px 15px; }
	
	
	.space-ptbtopbrand {
	  padding: 20px 0 0px 0px; }
	
  .space-pt {
    padding-top: 60px; }
  .space-pb {
    padding-bottom: 60px; }
  .lead {
    font-size: 14px; }
  .banner {
    padding: 60px 0; }
  .job-search-item input.location-input {
    padding-right: 40px; }
  .job-search-item .left-icon .detect:after {
    left: -27px;
    top: -20px; }
  .header.header-transparent + .banner {
    padding: 20px 0px 0px 0px; }
	
	
  .header .add-listing {
  /*  display: none;*/ }
  .agency-logo {
    display: none; }
  .container-fluid {
    padding: 0 15px; }
  .job-search-item .btn {
    padding: 14px 15px; }
  .job-search-item input {
    height: 50px; }
  .search input {
    height: 50px; }
  .search a {
    padding: 8px 12px; }
  .job-search-field .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 15px 20px; }
  .job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px; }
  /* feature-info */
  .feature-info-02,
  .feature-info-04 {
	  padding: 25px 25px 40px 25px;
    /*display: block;*/ }
  .job-img-01 {
    padding-right: 0px; }
  .job-img-02 {
    margin-top: 20px; }
  .popup-icon i {
    left: 50%; }
  .feature-info-rounded.text-start {
    display: block; }
  .feature-info-rounded.text-start .feature-info-icon {
    margin-bottom: 20px; }
  .job-found h6 {
    font-size: 14px; }
  /* blog */
  .blog-post-footer .blog-post-time,
  .blog-post-footer .blog-post-author,
  .blog-post-footer .blog-post-comment,
  .blog-post-footer .blog-post-share {
    display: inline-block; }
  .blog-post .blog-post-details .blog-post-description {
    margin: 15px 0px; }
  .blog-detail .blog-post .blog-post-content .blockquote {
    font-size: 14px;
    padding-left: 20px; }
  .blog-post .blog-post-footer .blog-post-time,
  .blog-post-author,
  .blog-post-time,
  .blog-detail .blog-post-comment,
  .blog-post-share {
    margin: 0 5px; }
  .navigation .nav-links {
    display: block; }
  .navigation .nav-links .nav-previous {
    width: 100%; }
  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 5px; }
  .megamenu .agency-logo .job-list {
    margin-bottom: 10px; }
  .megamenu .agency-logo .job-list .job-list-logo {
    margin-bottom: 0; }
  .blog-detail .blog-post-tags {
    display: block !important; }
  .candidate-banner .candidate-list .candidate-list-details {
    border-bottom: none; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
    padding: 5px 0 0 50px; }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    display: none; }
  /* countdown */
  .countdown {
    margin: 0px 10px; }
  .countdown span {
    font-size: 24px;
    line-height: 24px; }
  .countdown p {
    font-size: 14px; }
  .countdown-small.countdown span {
    font-size: 20px;
    line-height: 20px; }
  /* companies-counter */
  .companies-counter {
    text-align: center;
    border: none !important; }
  .companies-info {
    padding-right: 0px; }
  .companies-counter .counter {
    width: 48%;
    padding: 15px !important; }
  /* footer */
  .footer {
    padding-top: 40px;
    margin-top: -80px; }
  .footer .btn-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .btn-app {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  /* category */
  .category-icon {
  	background: rgba(237, 242, 249, 1);
  border-radius: 20px;
  padding: 12px;
    width: 80px;
    height: 80px;
    display: inline-block; }
    .category-icon i img{
      font-size: 50px;
  	width: 40px;
  	height: 40px;
      line-height: 40px;
      color: #0e66a7; }
  .category-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 8px;
            max-width: 25%; }
  .category-item {
    border-top: 1px solid #f6f6f6; }
  .category-item:nth-child(1n+0) {
    border-right: 0; }
  /* nav-tabs */
  .nav-tabs {
   /* flex-direction: column !important; */
    border: none;
  }
  .nav-tabs .nav-item {
    margin-bottom: 5px; 
    width: 100%;
  }
  .nav-tabs .nav-item .nav-link {
    background: rgba(6, 101, 164, 0.04);
        color: #0e66a7;
        font-weight: 600;
    border: none;
    font-size: 16px;
    text-align: center;
    padding: 10px 30px;
    border-radius: 0px;
    margin-right: 0; 
  }
  
	.w-240 {
	    width: 100%;
	}
  .job-shortby {
    margin-top: 20px; }
  .job-shortby .filter-btn {
    margin-top: 30px; }
  .nav-tabs.nav-tabs-border .nav-item {
    margin-right: 0 !important;
    width: 100%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit; }
  .nav-tabs.nav-tabs-border .nav-item .nav-link {
    padding: 20px 15px !important; }
  .nav-tabs.nav-tabs-border .tab-icon {
    font-size: 24px;
    line-height: 24px; }
  .pagination {
    padding: 5px 8px; }
  .pagination .page-item .page-link {
    padding: 8px 10px; }
  .filter-btn .btn {
    padding: 12px 25px; }
  .social-login ul li a {
    padding: 10px; }
	
.scnews-list {
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(241, 241, 241, 0.5);
  box-shadow: 0px 4px 4px 4px rgba(199, 199, 199, 0.1);
  /* 让内容垂直排列 */
  display: flex;
  flex-direction: column;
  height: 100%;
}

.scnews-list .scnews-list-logo {
  border-radius: 8px 8px 0 0;
  width: 100%;
  text-align: center;
  /* 图片占满宽度 */
  flex: 0 0 auto;
}
.scnews-list .scnews-list-logo img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: auto;
  display: block;
}

/* 核心：文字区域放在图片下方，自动撑开 */
.scnews-list-details {
  margin-bottom: 5px;
  padding: 15px; /* 增加内边距，更美观 */
  flex: 1;
}

.scnews-list .scnews-list-details {
  width: 100% !important;
  white-space: normal !important;
  overflow: hidden;
}
.scnews-list .scnews-list-details .scnews-list-info {
  width: 100%;
  white-space: normal !important;
  overflow: hidden;
}
.scnews-list .scnews-list-details .scnews-list-info .scnews-list-time {
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 4px;
  width: max-content;
  color: rgba(99, 99, 99, 1);
  font-size: 16px;
  font-weight: 500;
  padding: 2px 8px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.scnews-list .scnews-list-details p {
  line-height: 180% !important;
  white-space: normal !important;
  word-break: break-all !important;
  overflow: visible !important;
  display: block !important;
  width: 100% !important;
  flex: none !important;
  min-width: auto !important;
  margin: 0;
}
.scnews-list .scnews-list-details h6 {
  white-space: normal; /* 取消单行省略，正常换行 */
  color: #0e66a7;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.scnews-list .scnews-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  flex: 0 0 90px;
}

.scnews-list-favourite-time .scnews-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #969696;
}
.scnews-list-favourite-time .scnews-list-favourite:hover {
  background: #ffffff;
  color: #e74c3c;
}

.scnews-list-favourite-time span {
  display: block;
  margin: 0 auto;
}

	
	
  .job-list {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px; }
  .job-list .job-list-logo {
    margin: 0 0 25px 0;
    display: inline-block; }
  .job-list .job-list-details {
    text-align: center;
     }
  .similar-jobs-item.widget-box {
    padding-top: 30px; }
  .similar-jobs-item .job-list .job-list-details {
    border-bottom: 0;
    padding-bottom: 0; }
  .job-list.job-grid .job-list-details {
    border-bottom: 0; }
  .job-list .job-list-details .job-list-title {
    margin-bottom: 10px; }
  .job-list ul,
  .job-list.job-list-company ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .job-list .job-list-favourite-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .job-list .job-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }
  .job-list .job-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .job-list.job-list-company .job-list-favourite-time a {
    margin: 0 auto; }
  .employers-grid .employers-list-details {
    padding-bottom: 0px;
    margin-bottom: 0px; }
  /* candidate-list */
  .candidate-list {
    display: inline-block;
    text-align: center;
    border-bottom: 0;
    width: 100%;
    padding: 20px 20px; }
  .candidate-list .candidate-list-image {
    margin: 0 0 25px 0;
    display: inline-block; }
  .candidate-list.candidate-grid .candidate-list-image {
    margin-bottom: 30px;
    margin-right: 0px; }
  .candidate-list .candidate-list-details {
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px; }
  .candidate-list.candidate-grid .candidate-list-details {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .candidate-list .candidate-list-details .candidate-list-title {
    margin-bottom: 10px; }
  .candidate-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .candidate-list .candidate-list-favourite-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .candidate-list .candidate-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto; }
  .candidate-list .candidate-list-favourite-time span {
    display: inline-block;
    margin: 0;
    -ms-flex-item-align: center;
        align-self: center; }
  .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
    margin-bottom: 0; }
  /* candidate-detail */
  .candidate-banner {
    padding: 60px 0; }
  .candidate-banner .candidate-list {
    padding: 0;
    border-bottom: inherit; }
  .candidate-banner .candidate-list:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: inherit; }
  /*secondary-menu */
  .secondary-menu {
    margin-bottom: 48px; }
  .secondary-menu ul {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0; }
  .secondary-menu ul li {
    list-style: none;
    padding-right: 10px; }
  .secondary-menu ul li a {
    display: block;
    color: #969696;
    font-weight: 600;
    text-transform: capitalize;
    padding: 1px 15px;
    border-radius: 3px; }
  .secondary-menu ul li a:hover,
  .secondary-menu ul li a.active {
    color: #ffffff;
    background: #0e66a7; }
  /*jobber timeline */
  .jobber-candidate-detail .jobber-candidate-timeline {
    position: relative; }
  .jobber-candidate-detail .jobber-candidate-timeline:before {
    content: '';
    position: absolute;
    left: 20px;
    width: 2px;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #eeeeee; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item {
    display: table;
    position: relative;
    margin-bottom: 20px; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 20px;
    top: -1px;
    bottom: 5px;
    height: 2px;
    background-color: #eeeeee; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
    border-radius: 50%;
    border: 12px solid white;
    z-index: 1;
    top: 5px;
    left: 9px;
    position: absolute; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
    font-size: 15px;
    top: -8px;
    left: -7px;
    position: absolute;
    color: #0e66a7; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
    display: table-cell;
    vertical-align: top;
    padding: 5px 0 0 70px; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
    color: #0e66a7;
    margin: 5px 0 0px; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
    color: #001935;
    font-size: 13px;
    font-weight: 500; }
  .jobber-candidate-detail .jobber-candidate-timeline span.jobber-timeline-time {
    color: #969696 !important; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon i {
    font-size: 16px;
    color: #001935; }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon {
    border: 2px solid #eeeeee;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    background: #ffffff;
    position: relative;
    margin-bottom: 20px; }
  /* sidebar */
  .sidebar .widget {
    padding-bottom: 20px; }
  .sidebar hr {
    margin-bottom: 20px; }
  .widget .company-detail-meta ul li {
    margin-right: 8px; }
  .widget .company-detail-meta ul li.linkedin a {
    padding: 10px 10px; }
  /* nav-tabs */
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 0px;
    padding: 12px 12px 18px !important; }
  .nav-tabs.nav-tabs-03 li {
    margin-bottom: 20px; }
  .nav-tabs.nav-tabs-03 li:after {
    border: none; }
  .owl-nav-top-center .owl-nav .owl-prev {
    left: 30%;
    top: 30px; }
  .owl-nav-top-center .owl-nav .owl-next {
    right: 30%;
    top: 30px; }
  .testimonial-content p {
    font-size: 14px; }
  .testimonial-item-02 .quotes {
    top: 35px;
    left: 30px; }
  .testimonial-center .testimonial-item-02 .testimonial-content {
    padding: 20px 30px 20px; }
  .owl-nav-top-center .owl-nav .owl-prev,
  .owl-nav-top-center .owl-nav .owl-next {
    display: block; }
  
  .blog-post .blog-post-footer {
    display: block; }
  .property-item-map-price span {
    display: block;
    margin-top: 2px; }
  /* dashboard */
  .dashboard-resume-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block !important; }
  #slider .slider-content a.btn-link {
    display: none; }
  .candidates-skills {
    display: inline-block; }
  .slider-category {
    margin-top: 30px; }
	
	/*all change*/
	.marquee-boxhonour::before {
		display: none;
	  left: 0;
	  background: linear-gradient(to right, #ffffff, transparent);
	}
	.marquee-boxhonour::after {
		display: none;
	  right: 0;
	  background: linear-gradient(to left, #ffffff, transparent);
	}
	
	
	
  /* 404 */
  .notfound-404 {
    height: 130px; }
  .notfound-404 h1 {
    font-size: 90px; } }

@media (max-width: 479px) {
  .slider-banner .carousel-item {
    height: 170px; }
  .slider-banner .carousel-item img {
    height: 100%; } }

@media (max-width: 370px) {
  .bootstrap-datetimepicker-widget {
    width: 250px !important; } }

@media (min-width: 1200px) {
  .border-xl-top-0 {
    border-top: 0 !important; }
  .border-xl-right-0 {
    border-right: 0 !important; }
  .border-xl-bottom-0 {
    border-bottom: 0 !important; }
  .border-xl-left-0 {
    border-left: 0 !important; }
  .border-xl-top {
    border-top: 1px solid #eeeeee !important; }
  .border-xl-right {
    border-right: 1px solid #eeeeee !important; }
  .border-xl-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-xl-left {
    border-left: 1px solid #eeeeee !important; } }

@media (min-width: 992px) {
  .border-lg-top-0 {
    border-top: 0 !important; }
  .border-lg-right-0 {
    border-right: 0 !important; }
  .border-lg-bottom-0 {
    border-bottom: 0 !important; }
  .border-lg-left-0 {
    border-left: 0 !important; }
  .border-lg-top {
    border-top: 1px solid #eeeeee !important; }
  .border-lg-right {
    border-right: 1px solid #eeeeee !important; }
  .border-lg-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-lg-left {
    border-left: 1px solid #eeeeee !important; } }

@media (min-width: 768px) {
  .border-md-top-0 {
    border-top: 0 !important; }
  .border-md-right-0 {
    border-right: 0 !important; }
  .border-md-bottom-0 {
    border-bottom: 0 !important; }
  .border-md-left-0 {
    border-left: 0 !important; }
  .border-md-top {
    border-top: 1px solid #eeeeee !important; }
  .border-md-right {
    border-right: 1px solid #eeeeee !important; }
  .border-md-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-md-left {
    border-left: 1px solid #eeeeee !important; }
  /* pricing */
  .pricing-plan {
    display: block;
    max-width: 100%; }
	 }

@media (min-width: 576px) {
  .border-sm-top-0 {
    border-top: 0 !important; }
  .border-sm-right-0 {
    border-right: 0 !important; }
  .border-sm-bottom-0 {
    border-bottom: 0 !important; }
  .border-sm-left-0 {
    border-left: 0 !important; }
  .border-sm-top {
    border-top: 1px solid #eeeeee !important; }
  .border-sm-right {
    border-right: 1px solid #eeeeee !important; }
  .border-sm-bottom {
    border-bottom: 1px solid #eeeeee !important; }
  .border-sm-left {
    border-left: 1px solid #eeeeee !important; } }

/**video play**/

 .blog-post-image {
		     position: relative;
		     display: inline-block;
		     cursor: pointer;
		   }
		   .video-play-btn {
		     position: absolute;
		     top: 50%;
		     left: 50%;
		     transform: translate(-50%, -50%);
		     width: 30px;
		     height: 30px;
			 background: rgba(0, 0, 0, 1);
		     border-radius: 50%;
		     display: flex;
		     align-items: center;
		     justify-content: center;
		     transition: all 0.3s ease;
		     z-index: 10;
		     text-decoration: none;
		   }
		   .video-play-btn i{
		    color:rgba(255, 255, 255, 1);
		   }
		   .video-play-btn:hover {
		     background: rgba(14, 102, 167, 1);
		   }
		   .video-play-btn:hover .play-icon {
		     border-left-color: #fff;
		   }
/**video play end**/
/* 跑马灯容器 */
		.marquee-box {
		  width: 100%;
		  overflow: hidden;
		  padding: 10px 0;
		  touch-action: pan-y; 
		  -webkit-overflow-scrolling: touch;
		  position: relative;
		}
		.marquee-box::before,
		.marquee-box::after {
		  content: '';
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  width: 120px; 
		  z-index: 10;
		  pointer-events: none; 
		}
		.marquee-box::before {
		  left: 0;
		  background: linear-gradient(to right, #ffffff, transparent);
		}
		.marquee-box::after {
		  right: 0;
		  background: linear-gradient(to left, #ffffff, transparent);
		}
		
		.marquee-track {
		  display: flex;
		  width: max-content;
		  gap: 20px; 
		  animation: marquee 35s linear infinite;
		  will-change: transform; 
		}
		
		@keyframes marquee {
		  0% {
		    transform: translateX(0);
		  }
		  100% {
		    transform: translateX(-50%);
		  }
		}
		
		.marquee-box:hover .marquee-track,
		.marquee-box:active .marquee-track {
		  animation-play-state: paused !important;
		}
		
		/*index bottom 跑马灯*/
				.marquee-boxindex {
				  width: 100%;
				  overflow: hidden;
				  padding: 30px 0;
				  touch-action: pan-y; 
				  -webkit-overflow-scrolling: touch;
				  position: relative;
				}		
				.marquee-trackindex {
				  display: flex;
				  width: max-content;
				  
				  animation: marquee 35s linear infinite;
				  will-change: transform; 
				}
				.marquee-boxindex .marquee-track .item {
				     width: auto;
				     max-width: 380px;
				     user-select: none;
				   }
				.marquee-track .item img{
				border-radius: 0px;
				}
				@keyframes marquee {
				  0% {
				    transform: translateX(0);
				  }
				  100% {
				    transform: translateX(-50%);
				  }
				}
				
				.marquee-boxindex:hover .marquee-track,
				.marquee-boxindex:active .marquee-track {
				  animation-play-state: paused !important;
				}
/*vip 跑马灯*/
		.marquee-boxvip {
		  width: 100%;
		  overflow: hidden;
		  padding: 30px 0;
		  touch-action: pan-y; 
		  -webkit-overflow-scrolling: touch;
		  position: relative;
		}		
		.marquee-trackvip {
		  display: flex;
		  width: max-content;
		  
		  animation: marquee 35s linear infinite;
		  will-change: transform; 
		}
		.marquee-track .item img{
		border-radius: 0px;
		}
		@keyframes marquee {
		  0% {
		    transform: translateX(0);
		  }
		  100% {
		    transform: translateX(-50%);
		  }
		}
		
		.marquee-boxvip:hover .marquee-track,
		.marquee-boxvip:active .marquee-track {
		  animation-play-state: paused !important;
		}
	/*vip ydy跑马灯*/
			.marquee-boxydy {
			  width: 100%;
			  overflow: hidden;
			  padding: 30px 0;
			  touch-action: pan-y; 
			  -webkit-overflow-scrolling: touch;
			  position: relative;
			}		
			.marquee-track {
			  display: flex;
			  width: max-content;
			  
			  animation: marquee 35s linear infinite;
			  will-change: transform; 
			}
			.marquee-track .item {
				box-shadow: 0px 0px 20px 0px rgba(226, 226, 226, 0.8);
background: rgba(240, 240, 240, 1);
border-radius: 8px;
			}
			.marquee-track .item img{
border-radius: 8px;
			}
			@keyframes marquee {
			  0% {
			    transform: translateX(0);
			  }
			  100% {
			    transform: translateX(-50%);
			  }
			}
			
			.marquee-boxydy:hover .marquee-track,
			.marquee-boxydy:active .marquee-track {
			  animation-play-state: paused !important;
			}
/**跑马灯结束**/


	.marquee-boxindex {
		  width: 100%;
		  overflow: hidden;
		  padding: 10px 0;
		  touch-action: pan-y; 
		  -webkit-overflow-scrolling: touch;
		  position: relative;
		}
		.marquee-boxindex::before,
		.marquee-boxindex::after {
		  content: '';
		  position: absolute;
		  top: 0;
		  bottom: 0;
		  width: 120px; 
		  z-index: 10;
		  pointer-events: none; 
		}
		.marquee-boxindex::before {
		  left: 0;
		  background: linear-gradient(to right, #ffffff, transparent);
		}
		.marquee-boxindex::after {
		  right: 0;
		  background: linear-gradient(to left, #ffffff, transparent);
		}
		
		.marquee-trackindex {
		  display: flex;
		  width: max-content;
		  gap: 20px; 
		  animation: marquee 35s linear infinite;
		  will-change: transform; 
		}
		.marquee-trackindex .item {
						box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.8);
		background: rgba(240, 240, 240, 1);
		border-radius: 8px;
					}
	
					.marquee-trackindex .item img{
						width: 217px;
		border-radius: 8px;
					}
		
		@keyframes marquee {
		  0% {
		    transform: translateX(0);
		  }
		  100% {
		    transform: translateX(-50%);
		  }
		}
		
		.marquee-boxindex:hover .marquee-trackindex,
		.marquee-boxindex:active .marquee-trackindex {
		  animation-play-state: paused !important;
		}
		
		
		
		.marquee-boxhonour {
			  width: 100%;
			  overflow: hidden;
			  padding: 10px 0;
			  touch-action: pan-y; 
			  -webkit-overflow-scrolling: touch;
			  position: relative;
			}
			.marquee-boxhonour::before,
			.marquee-boxhonour::after {
			  content: '';
			  position: absolute;
			  top: 0;
			  bottom: 0;
			  width: 120px; 
			  z-index: 10;
			  pointer-events: none; 
			}
			.marquee-boxhonour::before {
			  left: 0;
			  background: linear-gradient(to right, #ffffff, transparent);
			}
			.marquee-boxhonour::after {
			  right: 0;
			  background: linear-gradient(to left, #ffffff, transparent);
			}
			
			.marquee-trackhonour {
			  display: flex;
			  width: max-content;
			  gap: 20px; 
			  animation: marquee 35s linear infinite;
			  will-change: transform; 
			}
			.marquee-trackhonour .item {
							box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.8);
			background: rgba(240, 240, 240, 1);
			border-radius: 8px;
						}
						.marquee-trackhonour .item img{
							width: 380px;
			border-radius: 8px;
						}
			.marquee-trackhonour .item::before{
			    content:'';
			    position:absolute;
			    left:0;
			    top:0;
			    width:100%;
			    height:100%;
			    background: linear-gradient(180deg, rgba(14, 102, 167, 0) 64.98%, rgba(14, 102, 167, 0.7) 83.28%, #0E66A7 95.18%);

			    border-radius:8px;
			}
			@keyframes marquee {
			  0% {
			    transform: translateX(0);
			  }
			  100% {
			    transform: translateX(-50%);
			  }
			}
			
			.marquee-boxhonour:hover .marquee-trackhonour,
			.marquee-boxhonour:active .marquee-trackhonour {
			  animation-play-state: paused !important;
			}

@media (max-width: 575px) {
	
	.marquee-boxindex::before {
		display: none;
	  left: 0;
	  background: linear-gradient(to right, #ffffff, transparent);
	}
	.marquee-boxindex::after {
		display: none;
	  right: 0;
	  background: linear-gradient(to left, #ffffff, transparent);
	}
	
	.marquee-boxindex .marquee-track .item {
	    width: auto;
	    max-width: 280px;
	    user-select: none;
	}
	
	.marquee-trackhonour .item img{
					width: 280px;
	border-radius: 8px;
				}
	
}			
			
			
/*map*/

        .timeline-wrapper {
            position: relative;
            padding: 0;
        }

        /* 大图片区域 */
        .hero-image-section {
            margin-bottom: 50px;
          
            overflow: hidden;
            
        }

        .hero-image {
            width: 100%;
            height: auto;
            object-fit: cover;
            transition: all 0.6s ease;
        }

        /* 新增：全屏宽度介绍模块（和container同宽） */
        .timeline-desc-full {
            width: 100%;
            margin: 35px 0 0px;
            padding: 24px 30px;
            background: #fff;
            border-radius: 8px;
            color: #000;
            font-size: 16px;
            line-height: 1.8;
            display: none;
			box-shadow: 0px 10px 20px 4px rgba(0, 0, 0, 0.1);
			
			box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.1);

        }
        .timeline-desc-full.show {
            display: block;
        }

        /* 时间轴区域 */
        .timeline-section {
            position: relative;
            margin-bottom: 30px;
        }

        /* 时间轴容器 */
        .timeline-axis-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* 查看更多按钮 - 小尺寸 */
        .view-more-btn {
            background: rgba(14, 102, 167, 1);
            color: #fff;
            border: none;
            padding: 4px 16px;
            border-radius: 20px;
			z-index: 10;
            cursor: pointer;
            font-size: 13px;
            font-weight: 500;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 6px;
            flex-shrink: 0;
           box-shadow: 0 4px 15px rgba(0,0,0,0.2);
            
           

        }

        .view-more-btn:hover {
            background: rgba(14, 102, 167, 0.9);
            transform: translateY(-1px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.2);
        }

        .view-more-btn .arrow {
            font-size: 16px;
            transition: transform 0.3s ease;
        }

        .view-more-btn:hover .arrow-left {
            transform: translateX(-3px);
        }

        .view-more-btn:hover .arrow-right {
            transform: translateX(3px);
        }

        /* 隐藏按钮 */
        .view-more-btn.hidden {
            visibility: hidden;
            opacity: 0;
            pointer-events: none;
        }

        /* 时间轴容器 */
        .timeline-axis-container {
            flex: 1;
            max-width: 100%;
            position: relative;
            
        }

        /* 时间线 */
        .timeline-line {
            position: absolute;
            top: 50%;
            left: -20px;
            right: -20px;
            height: 2px;
            background: rgba(0,0,0,1);
            transform: translateY(-50%);
            z-index: 0;
        }

        .timeline-axis {
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
           
            z-index: 1;
        }

        /* 时间节点 */
        .timeline-node {
            position: relative;
            z-index: 1;
			margin-top: 22px;
            display: flex;
            flex-direction: column;
            align-items: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        /* 圆点 */
        .node-dot {
            width: 12px;
            height: 12px;
            background: #000;
            
            border-radius: 50%;
            transition: all 0.3s ease;
            margin-bottom: 0px;
        }

        /* 激活状态的圆点 */
        .timeline-node.active .node-dot {
            width: 13px;
			height: 13px;
			background: rgba(14, 102, 167, 1);
            transform: scale(1.1);
        }

        /* 年份标签 */
        .node-year {
            font-size: 16px;
            color: rgba(0,0,0,1);
            transition: all 0.3s ease;
        }

        .timeline-node.active .node-year {
            color: rgba(14, 102, 167, 1);
            font-size: 16px;
            text-shadow: 0 0 10px rgba(255,255,255,0.5);
        }

        .swiper {
            width: 100%;
            padding: 20px 0;
        }

        .swiper-slide {
            width: 14.28571%; /* 固定每页7个 */
            height: auto;
            transition: all 0.4s ease;
        }

        .timeline-card {
            background: #fff;
			transform-origin: center top;
            border-radius: 6px;
            overflow: hidden;
            position: relative;
            transition: all 0.4s ease;
            cursor: pointer;
            margin: 0 35px;
            /* 取消默认缩放 */
            transform: scale(1);
        }

        /* 图片容器 */
        .timeline-image {
            width: 100%;
            overflow: hidden;
            position: relative;
            transition: all 0.4s ease;
        }

        .timeline-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
			border-radius: 6px;
            transition: all 0.4s ease;
            filter: brightness(0.85);
        }

        /* ========== 核心修改：取消选中卡片放大、阴影、边距、图片提亮效果 ========== */
        .timeline-card.active {
            transform: scale(1);
            opacity: 1;
			margin: 0 35px;
        }
        .timeline-card.active .timeline-image {
            box-shadow: none;
        }
        .timeline-card.active .timeline-image img {
            filter: brightness(0.85);
        }

        /* 移除卡片内描述文字样式，卡片底部内容全部隐藏 */
        .card-content {
            display: none !important;
        }

        .timeline-title {
            font-size: 18px;
            font-weight: 700;
            color: #333;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .timeline-desc {
			display: none;
            font-size: 14px;
            color: #fff;
            line-height: 1.7;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* 响应式 */
        @media (max-width: 1200px) {
            .swiper-slide {
                width: 33.33%;
            }

            .hero-image {
               
            }

            .timeline-axis-container {
                max-width: 800px;
            }
        }

        @media (max-width: 768px) {
            .page-title {
                font-size: 28px;
                margin-bottom: 30px;
            }

            .swiper-slide {
                width: 50%;
            }
.swiper {
            width: 100%;
            padding: 0px 0;
        }
            .timeline-image {
               
            }

            .timeline-card.active .timeline-image {
              
            }

            .card-content {
                padding: 15px;
            }

            .timeline-title {
                font-size: 16px;
            }

            .timeline-desc {
                font-size: 12px;
                -webkit-line-clamp: 2;
            }

            .node-year {
                font-size: 14px;
            }

            .timeline-node.active .node-year {
                font-size: 16px;
            }

 .hero-image-section {
            margin-bottom: 0px;
          
            overflow: hidden;
            
        }
            .view-more-btn {
                padding: 6px 12px;
                font-size: 12px;
            }

            .timeline-axis-container {
                width: 100%;
                max-width: none;
                margin: 0;
            }

            .timeline-line {
                left: 0;
                right: 0;
            }

            
        }

        @media (max-width: 480px) {
            .swiper-slide {
                width: 100%;
            }

            .timeline-image {
				display: none;
               
            }

            .timeline-card.active .timeline-image {
                
            }

            .hero-image {
               
            }
			
            .timeline-desc-full {
				
				margin: 0px 0 0px;
                padding: 16px 20px;
                font-size: 14px;
            }
        }
