html,
body {
	position: relative;
	font-family:  Helvetica, Verdana, Georgia, Arial,  'Times New Roman', 'Comic Sans MS', sans-serif;
	height:100%;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}


a{
	color: #333;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}


a:hover,a:active {
    text-decoration: none;
    color: #4caf50;
}

h1,h2,h3,h4,h5,h6{

}


.fs-7{
	font-size:15px;
}
.fs-8{
	font-size:14px;
}
.fs-9{
	font-size:13px;
}
.fs-10{
	font-size:12px;
}
.lh-md{
	line-height:1.8;
}


/* 文本溢出 */
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.truncate-clip { text-overflow: clip; }
.truncate-ellipsis { text-overflow: ellipsis; }
.truncate-line-1 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 1; }
.truncate-line-2 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.truncate-line-3 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.truncate-line-4 { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }



.header{
	position: absolute;
	left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
	animation: all 1s;
}

.sticky-header {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #ffffff;
	-webkit-animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1s ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}

.header .navbar-brand img{
	filter: brightness(0) invert(1);
	/* 可选：消除抗锯齿模糊（如需） */
	image-rendering: crisp-edges;
}
.sticky-header .navbar-brand img{
	filter: none; /* 清除滤镜 */
	transition: filter 0.3s; /* 过渡动画 */
}

.navbar{
	--bs-navbar-nav-link-padding-x: 1.5rem
}

.header .nav-link {
	color:#fff;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color:#fff;
}

.header .offcanvas.show .nav-link {
	color:#333;
}

.sticky-header .nav-link {
	color:#333;
}
.sticky-header .nav-link.active, .sticky-header .nav-link.show{
	color:#333;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.dropdown-menu[data-bs-popper]{
    border: none;
    border-radius: 0;
    margin-top: 0;
	padding:0;
}

.dropdown-menu[data-bs-popper] .dropdown-item{
	color:#04366c;
	padding-top:0.5rem;padding-bottom:0.5rem;
}
.dropdown-menu[data-bs-popper] .dropdown-item:hover{
	background-color: #ccc;
}





.footer{
	background-color:#4caf50;
	padding:30px 0;
	
}
.footer p{
	color:#ccc;
	line-height:2;
}

.footer-title{
	color:#fff;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}
.footer-title:after{
	content:'';
	display: block;
	margin-top:10px;
	width:20px;
	border-bottom:5px solid #fff;
}
.footer-logo img{
	max-width:240px;
	
	filter: brightness(0) invert(1);
	/* 可选：消除抗锯齿模糊（如需） */
	image-rendering: crisp-edges;
}
.copyright{
	background-color:#fff;
	padding:6px 0;
}

.header-banner{
	width:100%;
	height:500px;
	position: relative;
}
.header-banner-image{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
	aspect-ratio: 1;
}
.header-banner-box{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.header-banner-box h2{
	
	color:#fff;
	font-size: 2rem;
	line-height: 1.4;
}
.header-banner-mask {
	background-color: #4caf50;
	/**
    mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none" style="height: 100%; width: 100%;"><path d="M0,64L34.3,101.3C68.6,139,137,213,206,218.7C274.3,224,343,160,411,149.3C480,139,549,181,617,181.3C685.7,181,754,139,823,133.3C891.4,128,960,160,1029,160C1097.1,160,1166,128,1234,112C1302.9,96,1371,96,1406,96L1440,96L1440,320L1405.7,320C1371.4,320,1303,320,1234,320C1165.7,320,1097,320,1029,320C960,320,891,320,823,320C754.3,320,686,320,617,320C548.6,320,480,320,411,320C342.9,320,274,320,206,320C137.1,320,69,320,34,320L0,320Z" style="fill:currentColor;"></path></svg>');
	**/
	mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none" style="height: 100%; width: 100%;"><path d="M0,256L10.9,213.3C21.8,171,44,85,65,96C87.3,107,109,213,131,256C152.7,299,175,277,196,277.3C218.2,277,240,299,262,293.3C283.6,288,305,256,327,213.3C349.1,171,371,117,393,96C414.5,75,436,85,458,101.3C480,117,502,139,524,154.7C545.5,171,567,181,589,192C610.9,203,633,213,655,197.3C676.4,181,698,139,720,128C741.8,117,764,139,785,165.3C807.3,192,829,224,851,229.3C872.7,235,895,213,916,218.7C938.2,224,960,256,982,240C1003.6,224,1025,160,1047,154.7C1069.1,149,1091,203,1113,234.7C1134.5,267,1156,277,1178,277.3C1200,277,1222,267,1244,266.7C1265.5,267,1287,277,1309,288C1330.9,299,1353,309,1375,261.3C1396.4,213,1418,107,1429,53.3L1440,0L1440,320L1429.1,320C1418.2,320,1396,320,1375,320C1352.7,320,1331,320,1309,320C1287.3,320,1265,320,1244,320C1221.8,320,1200,320,1178,320C1156.4,320,1135,320,1113,320C1090.9,320,1069,320,1047,320C1025.5,320,1004,320,982,320C960,320,938,320,916,320C894.5,320,873,320,851,320C829.1,320,807,320,785,320C763.6,320,742,320,720,320C698.2,320,676,320,655,320C632.7,320,611,320,589,320C567.3,320,545,320,524,320C501.8,320,480,320,458,320C436.4,320,415,320,393,320C370.9,320,349,320,327,320C305.5,320,284,320,262,320C240,320,218,320,196,320C174.5,320,153,320,131,320C109.1,320,87,320,65,320C43.6,320,22,320,11,320L0,320Z" style="fill:currentColor;"></path></svg>');

    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
}


@media (min-width: 1200px) { 
	.header-banner{
		height:500px;
	}
	
	.header-banner-box h2{
		font-size: 2.6rem;
	}
}
@media (min-width: 1600px) { 
	.header-banner{
		height:600px;
	}
	.header-banner-box h2{
		font-size: 3rem;
	}
}

@media (min-width: 1800px) { 
	.header-banner{
		height:660px;
	}
}



.section {
	padding:4rem 0;
}

.section-heading{
	position: relative;
	text-align: center;
	margin-bottom: 3rem;
}


.section-heading h2 {
	color: #034193;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
}


.section-heading h6 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5em;
	color:#999;
}

.section-heading p {
	line-height: 1.5em;
	letter-spacing: 1px;
	color:#666;
	font-size:14px;
}


.part-topnews{
	background-color:#4caf50;
}


.part-topnews .item{
	display: flex;
    flex-direction: column;
	height:100%;
	border-left:1px solid #fff;
	padding-left:1rem;
	padding-top:1rem;
	padding-bottom:1rem;
}

.part-whatwedo{
	position: relative;
}

.part-whatwedo .text-desc{
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.part-whatwedo .text-desc h2{
	font-size:3.6rem;
}

.part-advantage{
	position: relative;
	background-color: #ecffed;
}



























.article-list-date{
	background-color:#f9f9f9;
	border:1px solid #eee;
	padding:10px;
	
}
.article-list-date .item{
	display: flex;
	margin: 15px;
}
.article-list-date .item-date{
	background-color:#00549d;
	padding:10px;
	text-align:center;
	color:#fff;

	width:80px;
	height:90px;
	
	margin-right:10px;
	
	flex-shrink: 0;
}
.article-list-date .item-date big{
	font-size:28px;
	font-weight:bold;
}
.article-list-date .item-date time{
	font-size:12px;
}
.article-list-date .item-link{
	display:block;
}
.article-list-date .item-link h5{
	font-size:16px;
	font-weight: bold;
}
.article-list-date .item-link p{
	font-size:14px;
	line-height:1.8;
	color:#555;
	margin-bottom:0;
}


.part-banner{
	width:100%;
	padding:6rem 0 2rem;
	min-height:300px;
	background-color:#4caf50;
}


.part-breadcrumb{
	padding:0.5rem 0;
	border-bottom:1px dashed #ccc;
	color:#fff;
	margin-bottom:2rem;
}
.part-breadcrumb ol{
	margin-bottom:0;
}
.part-breadcrumb .breadcrumb-item{
	color:#fff;
}
.part-breadcrumb .breadcrumb-item a{
	color:#fff;
}
.part-breadcrumb .breadcrumb-item::before{
	color:#fff;
}


.part-banner h1{
	max-width:860px;
    font-size: 3.6rem;
    font-weight: 600;
	color:#fff;
	margin-bottom:2rem;
	
}

.part-banner time{
	color:#fff;
	font-size:18px;
}

.part-banner p{
	color:#fff;
	font-size:18px;
}


.article{
	background-color:#fff;
	padding:0.5rem 1rem;
}



.article-info  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.article-info cite {
	font-size: 12px;
    color: #666;
    font-weight: 200;
	margin-right:1rem;
	font-style:normal;
}
.article-info-name em{
	font-size: 12px;
	font-style:normal;
    color: #333;	
}

.article-content{

	padding:1rem 0;
	color:#333;

}
.article-content img{
	max-width:100%;
	height:auto;
}

.article-content h1{
	margin:40px 0 30px
}
.article-content h2{
	margin:35px 0 25px
}
.article-content h3{
	margin:30px 0 20px
}
.article-content h4{
	margin:25px 0 15px
}





.side-nav{

	background-color:#013f93;
	color:#fff;
	border-radius:10px;
}

.side-nav .title{
	padding:20px;
}

.side-nav .title h5{
	font-size:18px;
	font-weight:bold;
}
.side-nav .title h6{
	font-size:14px;
}




.article-list{
	list-style:none;
	padding:0;
}
.article-list .item{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 1rem;
	margin-bottom:1rem;
}
.article-list-image{
	position:relative;
}
.article-list-cateurl {
	display:block;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 0.2rem 1rem;
    color: #eee;
    font-size: 12px;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
}



.article-list-thumb{
	display:block;
}
.article-list-thumb img:hover {
	opacity: 0.8;
}

.article-list-title{
	display:block;
}
.article-list-title h5{
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
}
.article-list-title p{
    font-size: 13px;
    line-height: 1.8em;
    font-weight: 200;
}


.article-list-info  {
	display: flex!important;
	align-items: center!important;
	line-height:28px;
}


.article-list-info img {
    height: 28px;
    width: 28px;
    border-radius: 14px;
    margin-right: 8px;
}
.article-list-info cite {
	font-size: 12px;
    color: #999;
    font-weight: 200;
	margin-right:1rem;
	font-style:normal;
}
.article-list-info-name em{
	font-size: 12px;
	font-style:normal;
    color: #444;	
}
