html,
body {
	position: relative;
	font-family:  "Microsoft YaHei", "Microsoft JhengHei", "Georgia", "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback","STHeiti",  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: #ff695f;
}



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


.top-headline{
	background-color:#f9f9f9;
	border-bottom:1px solid #ddd;
	padding: 5px 0;
	color:#666;
	font-size:14px;
}
.top-brand{
	padding: 5px 0;
}

.top-brand-advtext{
	border-left:1px dotted #aaa;
	padding-left:20px;
}
.top-brand-advtext h5{
    font-size: 20px;
    color: #ffc107;
	font-weight:bold;
	white-space:nowrap;
}
.top-brand-advtext h6{
    font-size: 14px;
    color: #607d8b;
	font-weight:bold;
	white-space:nowrap;
}
.navbar-brand{
	display:block;
	width:100%;
	max-width:283px;
}
.navbar-brand img{
	object-fit: contain;
	width:100%;
	height:100%;
}



.nav-item{
	margin: 0 10px;
}




.nav-link-blank{
    position: relative;
}

.nav-link-blank:after{
	position: absolute;
	display:block;
	content:'';
	width:60px;
	border-bottom:1px dashed #3F51B5;
	
	left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.footer{
	background-color:#eee;
	padding:10px 0;
	text-align:center;
}


.ellipsis {
	white-space: nowrap; /* 强制文本在一行内显示，不换行 */
	overflow: hidden; /* 超出容器部分隐藏 */
	text-overflow: ellipsis; /* 将隐藏的文本替换为省略号 */
}


.section {
	padding:4rem 0;
}

.section-heading{
	position: relative;
	text-align: center;
	margin-bottom: 3rem;
	padding-bottom:1rem;
}
.section-heading:after{
	content:'';
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
	width:160px;
	border-bottom:2px solid #666;
}


.section-heading h2 {
	color: #333;
	font-size: 38px;
	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-about{}

.part-about .desc{
	font-size:18px;
	line-height:1.8;
	text-indent:2em;
}


.part-advantage{
	background-image:url(../../images/bg-advantage.jpg);
}
.part-advantage .item{
	text-align:center;
}

.part-advantage .item big{
	font-size:40px;
	color: #FFC107;
}
.part-advantage .item span{
	margin-left:5px;
	color:#777;
}
.part-advantage .item p{
	color:#333;
	margin-bottom:0;
}


.part-services{
	position: relative;
	background-color:#f6f6f6;
	background-image:url(../../images/banner.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.part-services .item{
	display:block;
	background-color:#fff;
	padding:20px;
	border-radius:10px;
	text-align:center;
}

.part-services .item img{
	border-radius:5px 5px 0 0;
}


.part-services .item h5{
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
}

.part-services .item p{
	font-size:14px;
	color:#666;
}


.part-faqs{
	background-color: #424242;
	
}


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



.article-list-simple{

}

.article-list-simple .item{
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.article-list-simple .item .item-time{
	padding: 5px 10px;
	min-width: 120px;
	background-color: #eee;
	border-radius: 5px;
	margin-right: 10px;
	color:#3F51B5;
}
.article-list-simple .item .item-cate{
	display: flex;
    align-items: center;
    padding: 5px 10px;
    background-color: #3F51B5;
    color: #fff;
    min-width: 120px;
    text-align: center;
    justify-content: center;
    border-radius: 5px;
	
    margin-right: 10px;
}
.article-list-simple .item .item-title{
	display:block;
    position: relative;
	flex-grow: 1;
	padding-right:20px;
}

.article-list-simple .item .item-title::after{
	font-family: bootstrap-icons !important;
	content:'\F285';
	position: absolute;
    right: 0;
    top: auto;
}




.part-banner{
	width:100%;
	padding:50px 0;
	min-height:200px;
	background-image:url(../../images/banner.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	
	
}


.part-breadcrumb{
	padding:0.5rem 0;
	border-bottom:1px dashed #ccc;
}
.part-breadcrumb ol{
	margin-bottom:0;
}
.part-breadcrumb .breadcrumb-item{
	font-size:14px;
}

.article{
	background-color:#fff;
	padding:0.5rem 1rem;
}
.article-title{
	line-height:2;
    font-size: 1.4rem;
    font-weight: 600;
	text-align:center;

}


.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{
	margin:1rem 0;
	padding:1rem 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	
	line-height:2;
	font-weight: 400;

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



.side-nav{

	background-color:#013f93;
	color:#fff;
}

.side-nav .title{
	text-align:right;
	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;	
}


.map-box{
	width:100%;
	height:500px;
	overflow:hidden;
	
	display: flex;
    flex-direction: column;
    align-items: center;
}


.map-box img{
	width:2345px;
	height:755px;
	object-fit:cover;
}
