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


@keyframes transformX {
    0% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes transformY {
    0% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}



.header{
	border-bottom:1px solid #efefef;
	box-shadow: 0 2px 4px 0 rgba(133, 138, 180, .2);
}


.navbar-brand{
	display:block;
	width:160px;
}
.navbar-brand img{
	object-fit: contain;
	width:100%;
	height:100%;
	max-height:80px;
}



.navbar-nav{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	min-height:78px;
}

.navbar-nav .nav-item{
	position:relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
	border-bottom:2px solid #fff;
	min-width: 110px;
}

.navbar-nav .nav-item .nav-link{
	display:block;
	padding:0 1rem;
	height:100%;
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: center;
	font-size:18px;
	color:#333;
}



.navbar-nav .nav-item:hover{
	border-bottom: 2px solid #1890FF;
}
.navbar-nav .nav-item:hover .nav-link{
	color:#1890FF;
}
.navbar-nav .nav-item:hover .nav-link-dropdown-menu{
	display:block;
}


.navbar-nav .nav-item .nav-link-dropdown-menu{
	display:none;

	border: 1px solid #ddd;
  
	background-color:#fff;
	
	box-shadow: 0 4px 36px 0 rgba(0, 0, 0, .26);
    border-radius: 10px;
	
	position: absolute;
    left: 0;
    top: 100%;
	width:240px;
	padding:15px;
	
	z-index:9;
	
	line-height:2;
}

.navbar-nav .nav-item .nav-link-dropdown-menu .nav-link-dropdown-item{
	display:block;
}
.navbar-nav .nav-item .nav-link-dropdown-menu .nav-link-dropdown-item:hover{
	color: #1890FF;
}















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






.link-default {
	display:inline-block;
	padding:1rem 3rem;
    font-weight: 400;
    color: #fff;
	background: linear-gradient(90deg, #77A0F2, #0068FF);
    border-radius: 10px;
}

.link-default:hover{
	color: #fff;
    background: linear-gradient(90deg, #f27777, #c000ff);
}



.bg-lightblue{
	background-color: #F4F9FF;
}

.bg-lightgray{
	background-color: #f8f8f8;
}



.section {
	padding:4rem 0;
}

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


.section-heading h2 {
	color: #000;
	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-banner{
    min-height: 400px;
	background-size: cover;
    background-position: center;
}


.part-banner .big-text{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.part-banner .big-text h2{
	font-size:50px;
    font-weight: 500;
	color: #fff;
	margin-top:60px;
}
.part-banner .big-text h6{
	font-size: 30px;
    font-weight: 500;
    color: #d3dfff;
	margin-top:30px;
}

.part-banner .big-text .btn{
	margin-top:50px;
	
	width: 180px;
	font-size:24px;
}



.main-body{
	background-color:#f5f5f5;
	height:100%;
}


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


.article-list{
	list-style:none;
	padding:0;
	background-color:#fff;
}
.article-list .item{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 1rem;
	margin-bottom:1rem;
}

.article-list .item-info{
    display: flex;
    flex-direction: column;
    height: 100%;
}

.article-list .item-info-title{
	display:block;
}
.article-list .item-info-title h5{
    font-size: 20px;
	color:#333;
    line-height: 1.4em;
    font-weight: 500;
}
.article-list .item-info-desc{
    font-size: 14px;
	color:#666;
    line-height: 1.8em;
    font-weight: 200;
}


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

.article-list .item-info-more span {
	font-size: 12px;
    color: #999;
    font-weight: 200;
	margin-right:1rem;
	font-style:normal;
}

.article{
	background-color:#fff;
}
.article-title{
	font-size: 26px;
}

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


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

.article-content{
	margin:1rem 0;
	padding:1rem 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.article-content img{
	max-width:100%;
}






.aside{
	
}

.card-list-img{
	border:none;
	background-color:#fff;
}
.card-list-img .card-header{
	background:none;
	border:none;
}
.card-list-img .card-header h5{
	position: relative;
	padding-left: 10px;
	font-size:16px;
}

.card-list-img .card-header h5:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    content: "";
    background-color: #1abc9c;
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius: 6px;
	
}

.card-list-img .item{
	display: flex;
	border-bottom: 1px solid rgba(239, 239, 239, .8);
	padding-bottom:10px;
	margin-bottom:10px;
}
.card-list-img .item:last-child{
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
}
.card-list-img .item .image{
	width:30%;
	display:block;
	flex-shrink: 0;
}
.card-list-img .item h6{
	color:#333;
	font-size:14px;
}

.card-list-img .item span{
    font-size: 12px;
    color: #999;
}
