.container{
	max-width: 1400px !important;
}

body{
	background-color: #fafafa;
}

a{
	text-decoration: none;
}



.my-dropdown-menu{
	margin-top: 0 !important;
}


.top-nav-collapse{
	background: #00000000 !important;
}

.top-nav-collapse .navbar-nav .nav-item .nav-link{
	color: #f0f0f0;
}

.navbar-nav .nav-item .nav-link{
    font-size: 18px;
}



@media screen and (max-width: 768px) {
	.top-nav-collapse{
		background: #fff !important;
	}
	.top-nav-collapse .navbar-nav .nav-item .nav-link{
		color: #666;
	}	
}






.language-switcher > a{
	 color: #0168b7;
	 text-decoration: none;
}


        
/* 二级菜单样式 */
.dropdown-menu {
	border: none;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 0.5rem 0;
}

.dropdown-item {
	padding: 0.5rem 1.5rem;
	transition: background-color 0.2s ease;
	color: #666;
}

.dropdown-item:hover {
	background-color: #f0f0f0;
	color: #234093;
}

.dropdown-item.active, .dropdown-item:active{
	background-color: #f0f0f0;
	color: #234093;
}


/*面包屑*/
.breadcrumb {
	background: none;
    margin-bottom: 0;
    line-height: 5rem;
	font-size: 1rem;
}
.breadcrumb > li + li:before {
	padding: 0 0.5rem;
	font-family: simsun;
    content: '>';
    color: #333
}

.breadcrumb a {
  color: #666;
  text-decoration: none;
}

.breadcrumb .active {
  color: #000
}

/*详情页*/
.page_container .page_title{
  text-align:center;
  color:#000;
  font-weight:400;
  font-size:26px;
}
.page_container{
  background:#fff;
  padding:25px;
  margin-bottom:50px;
}
.page_container .page_content{
    margin-top:25px;
	min-height:50vh;
	line-height: 35px;
}
.page_container .page_content img{
    max-width:100%;
}

/*详情页banner*/
.page_banner{
	position:relative;
}
.page_banner img{
  width:100%; 
}
.page_banner p{
  position:absolute;
  left:0;
  right:0;
  top:50%;
  transform:translateY(-50%);
  text-align:center;
  z-index:999;
  color:#fff;
  font-size:50px;
  line-height:50px;
  letter-spacing:3px;
}


/*底部导航*/


.footer {
	text-align:center;
	background-color: #f5f5f5;
}

.footer-section {
	margin-bottom: 20px;
	position: relative;
}
/* 添加分割线样式 */
.footer-section:not(:last-child):after {
	content: "";
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #ddd;
}	

.footer-title {
	font-size:16px;
	font-weight: 400;
	margin-bottom: 10px;
	color: #333;
}
.footer-links {
	list-style: none;
	padding-left: 0;
}
.footer-links li {
	margin-bottom: 5px;
}
.footer-links a {
	color: #777;
	font-size:14px;
	text-decoration: none;
	transition: color 0.3s;
}
.footer-links a:hover {
	color: #0056b3;
}
.qr-codes {
	display: flex;
	gap: 15px;
	justify-content:center;
}
.qr-code {
	text-align: center;
}
.qr-code img {
	width: 95px;
	height: 95px;
}
.qr-code span {
	font-size: 12px;
	color: #666;
}
.copyright {
	text-align: center;
	margin-top: 30px;
	color: #333;
	font-size: 14px;
	line-height:30px;
	padding: 0 35px;
}
.copyright a{
	color: #333;
}

/*联系我们*/

.arrow-block4 {
	padding: 20px 35px 40px;
	display: block;
	background: #fff;
	overflow: hidden;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
  }
  
  .arrow-block4::before, .arrow-block4::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform .3s;
	transition: transform .3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1)
  }
  
  .arrow-block4::before {
	background: #7986cb
  }
  
  .arrow-block4::after {
	background: #3f51b5
  }
  
  .arrow-block4:hover::before, .arrow-block4:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
  }
  
  .arrow-block4:hover::after {
	-webkit-transition-delay: .175s;
	transition-delay: .175s
  }
  
  .arrow-block4 .employ-title {
	font-size: 18px;
	color: #2d83d6
  }
  
  .arrow-block4 .employ-type {
	font-size: 30px;
	color: #333
  }
  
  .arrow-block4 .employ-inf {
	font-size: 18px;
	color: #333
  }
  
  .arrow-block4 .hk {
	color: #2d83d6
  }
  
  .hover-white:hover .employ-title, .hover-white:hover .employ-type, .hover-white:hover .employ-inf, .hover-white:hover .hk {
	color: #fff
  }


  .introduce-title {
	font-size: 24px;
	color: #333;
	margin-top: 50px
  }
  
  .introduce-txt {
	font-size: 18px;
	color: #333
  }
  
  .introduce-txt.mt-space {
	margin-top: 40px
  }
  


/*新闻列表*/
  .news_list .item{
    overflow: hidden;

	background: #f9f9f9;
  }
  .news_list .item:hover{
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
  }
  .news_list .item  .news-img {
    overflow: hidden
  }
  .news_list .item .news-img img {
    -webkit-transition: .3s linear;
    transition: .3s linear;
    overflow: hidden
  }
    
  .news_list .item:hover .news-img img {
    transform: scale(1.1);
    -webkit-transition: .3s linear;
    transition: .3s linear;
    overflow: hidden
  }

  
  .news_list .item .news-title { 
	font-size: 1.5rem;
	line-height: 2.5rem;
	height: 5rem;
	display: block;
	color: #333;
	font-size: 400;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: -o-ellipsis-lastline;
	text-decoration: none;
  }
  
  .news_list .item  .news-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .news_list .item  .news-info .fas{
		width: 40px;
		height: 40px;
		line-height: 40px;
		border: 1px solid #979797;
		background-color: #fff;
		text-align: center;
		cursor:pointer;
		color: #979797
  }

  .news_list .item:hover .fas {
	border-color: #234093;
	background-color: #234093
  }
  
  .news_list .item:hover .fas {
	color: #fff
  }


  .news_list .item  .news-data {
	color: #666;
	font-size: 1rem;
  }
  

  
  .news_list .item  .news-info .icon-fonts {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #979797;
	background-color: #fff;
	text-align: center;
	margin-bottom: 0;
	cursor:pointer;
  }
  
  .news_list .item  .news-info .icon-fonts .hk {
	color: #979797
  }
  
  .news_list .item:hover .icon-fonts {
	border-color: #234093;
	background-color: #234093
  }
  
  .news_list .item:hover .icon-fonts .hk {
	color: #fff
  }
  


  ul{
	list-style: none;
  }



  @media screen and (max-width: 768px) {
	.page_banner p{
		font-size: 18px;
	}

  }







/* 分页容器样式 */
.pagination {
    text-align: center;
}

/* 分页链接样式 */
.pagination a {
	margin: 0 5px;
    display: inline-block;
    padding: 8px 16px;
    color: #333;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s;
}

/* 当前页样式 */
.pagination .page-num-current {
    background-color: #234093;
    color: white;
    border: 1px solid #234093;
}

/* 悬停效果 */
.pagination a:hover:not(.page-num-current) {
    background-color: #ddd;
}
