
*{
	padding:0;
	margin:0;		
}
li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#555;

}
.clear{
	clear:both;
}
.head{
	width: 100%;
	height: 175px;
	min-width: 1200px;
	background: url(../images/hbg.jpg) no-repeat;
	background-color:#5ab8f8;
	background-size: cover;
	background-position: center center;
	margin: 0  0 32px;
	display: flex;
    align-items: center;
}
.container ,.nav-center{
  width: 1200px;
  margin: 0 auto;
}
.nav-center{
	display:flex;
	padding:10px 0;
}
.logo{
	flex:1;
}
.logo img{
	width: 550px;
}
.search-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box input {
    width: 260px;
    padding: 13px 20px;
    border: none;
    border-radius: 6px 0 0 6px;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.search-box input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.search-box button {
	height: 44px;
	line-height: 44px;
    padding: 0 25px;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease-in-out;
}

.search-box button:hover {
    background: #0056b3;
}

.nav {
    width: 100%;
    background-color: #1873f1;
    display: flex;
    justify-content: center;
}

.nav > ul {        
    width: 100%;
    height: 56px;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav > ul li {
    position: relative;
    padding: 0;
    white-space: nowrap;  /* 避免内容换行 */
    text-align: center;
}

.nav > ul li a {
    min-width: 140px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 0 8px;  /* 增加可点击区域 */
    transition: background 0.3s ease-in-out;
}

.nav > ul li a:hover {
    background-color: #0056b3;
}

/* 子菜单样式 */
.submenu {
    position: absolute;
    top: 100%;
    left: 50%; /* 子菜单默认居中 */
    transform: translateX(-50%) scaleY(0); /* 初始状态：缩小 */
    background-color: #333;
    list-style: none;
    margin: 0;
    display: block; /* 不使用 display: none; 以便过渡动画生效 */
    min-width: 140px;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform-origin: top center; /* 确保动画从顶部展开 */
}

/* 子菜单项 */
.submenu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}
.submenu li:last-child {
    border-bottom: none;
}
.submenu li a {
    
    display: block;
    padding: 10px 0;
    color: white;
    font-size: 14px;
    white-space: nowrap; /* 避免文字换行 */
    transition: background 0.3s;
}
.submenu li a:hover {
    background-color: #007bff;
    border-radius: 5px;
}

/* 鼠标悬停时，显示子菜单 */
.nav ul li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1); /* 放大显示 */
}




.grid-container {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 30px);
    height: 88px;
	margin: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0187e6;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid #0c83ff;
    background: url(../images/hsblogo.png) no-repeat;
    background-position: 160px 30px;
    background-size: 160px;
    background-color: #fff;
}

.grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* 为每个卡片设置不同的颜色 */
/*
.item1 { background-color: #5fa0eb; }
.item2 { background-color: #50E3C2; }
.item3 { background-color: #fdbb4c; }
.item4 { background-color: #e876ff; }
.item5 { background-color: #FF6F61; }
.item6 { background-color: #9fd168; }
.item7 { background-color: #f35f71; }
.item8 { background-color: #c185f5; }

.icon {
    font-size: 28px;
}
*/
.icon img {
    max-width: 40px;
    margin-right: 10px;
}

.left {
  width:690px;
  height:421px;
  float:left;
  border: 1px solid #efefef;
  padding: 15px;
}
.hotnews{
	text-align: center;
	margin-bottom: 36px;
}
.hotnews h2{
	color: #087cd6;
	font-size: 2rem;
}
.hotnews p{
	color: #555;
    margin-top: 15px;
}
/*
.hot-slide:hover h2{
    color:#f44336;
}*/
.swiper-slide img{
    width:100%;
	height:100%;
}
.swiper-pagination-bullet{
	opacity: 1;
	background: #bdbcbcd4;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.right {
	width:440px;
	float:right;
	border: 1px solid #efefef;
    padding: 15px;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-item {
  margin-bottom: 20px;
}
.top-title{
	color:#555;
	max-width: 440px;
	display: flex;
}
.top-title a{
	width: 400px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.top-title span{
	width: 80px;
	float: right;
	text-align: right;
}
.sec-title{
	color:#555;
	font-size: 16px;
	font-weight: normal;
	max-width: 440px;
	display: flex;
}
.sec-title a{
	width: 380px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.sec-title span{
	width: 48px;
	float: right;
	text-align: right;
}
.news-title {
  font-size: 24px;
  color: #555;
  font-weight: bold;
  margin: 0 0 10px;
}

.news-summary {
  font-size: 16px;
  color: #555;
  margin: 0;
}

.news-link {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.news-col {
	background: #fff;
	padding: 15px;
	width: 368px;
	height: 320px;
	float: left;
	margin-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #cccccc50;
}
.one,.two{
    border-right:none;
}

.news-title {	
	display: flex;
	overflow: hidden;
	padding-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.news-title span{
	font-size: 22px;
	color: #087cd6;
	flex: 1;
}
.news-title span:nth-child(1):before{
	content: "";
	width: 20px;
	height: 10px;
	border-left: 5px solid #087cd6;
	border-radius: 20%;
	margin-right: 10px;
}
.news-title span i{
	font-size: 1.2rem;
	color: #888;
	padding-top: 2px
}
.news-title a {
	float: right;
	display: flex;
	align-items: center;
	color: #888;
	font-size: 15px;
}
.articlelist{
	line-height: 38px;
	max-height: 304px;
	overflow: hidden;
}
.articlelist li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.articlelist li a{
	color:#555;
	font-size: 16px;
}
.imgnews {
	width: 24%;
	float: left;		
	border: 1px #cbcbcb solid;
	margin-right: 10px;
	margin-bottom: 15px;
}
.imgnews:nth-child(4n) {
	margin-right: 0;
}	
.imgnews h2 {
    text-align: center;
    border-bottom: none;
    font-weight: bold;
    color: #555;
    padding: 10px 5px;
    font-size: 20px;
}
.imgnews img {
	width: 100%;
	height: 168px;
}
.linksbox {
	background: #fff;
	margin: 15px auto;
	width: 1200px;
}
.txtlisttit {
	margin: 0 15px;
	border-bottom: 1px solid #087cd6;
}
.txtlisttit a {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 40px;
	color: #333;
	transition: all .3s ease;
	font-size: 14px;
}
.txtlisttit a.current {
	background: #087cd6;
	color: #fff;
}
.friend-title{
	padding: 12px 0 10px 0;
}
.friend-title span{
	font-size: 22px;
	color: #087cd6;
}
.friend-title span:before{
	content: "";
	width: 20px;
	height: 10px;
	border-left: 5px solid #087cd6;
	border-radius: 20%;
	margin-right: 10px;
}
.friend-links{
	padding: 10px 20px;
}
.linksbox .listcon {
	height: 70px;
}
.linksbox .linkslist li {
	margin: 5px 10px;
	line-height: 30px;
	float: left;
	font-size: 14px;
}
.sec{
    /*border: 1px solid #cccccc50;*/
    margin:10px auto 10px;
}
.foot{	
	width: 100%;
	min-width: 1200px;
	height: 109px;
	background-color: #333;
	clear: both;
}
.foot-nav{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
}
.foottext a{
	color:#fff;
}
.foottext span{
	padding:0 10px;
	color:#fff;
}
.banquan{
	margin-top: 10px;
}
.banquan p{
	color:#fff;	
}
.banquan p a{
	color:#fff;	
}