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


.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;
}
.navbar-brand img{
	object-fit: contain;
	width:100%;
	height:100%;
	max-height:80px;
}




.navbar-toggler{
    position: absolute;
    top: -50px;
}


.dropdown-menu[data-bs-popper]{
    border: none;
    border-radius: 0;
    margin-top: 0;
    background-color: #013f93;
}
.dropdown-menu[data-bs-popper]:hover{
	background-color: #04366c;
}
.dropdown-menu[data-bs-popper] .dropdown-item{
	color:#fff;
}
.dropdown-menu[data-bs-popper] .dropdown-item:hover{
	background-color: #04366c;
}


.site-navbar{
	width:100%;
	border-top:3px solid #333;
	background-color:#013f93;
}


.site-navbar .nav-item .nav-link{
	padding:20px 40px;
	color:#fff;
}

.site-navbar .nav-item:hover .nav-link{
	background-color:#04366c;
}

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

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

.footer{
	border-top:5px solid #4e79e1;
	background-color:#2d3959;
	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 #4e79e1;
}


.copyright{background-color:#000;padding:5px 0;}





.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-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{
	background-color:#f6f6f6;
}

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


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

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