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

.text-yellow{
	color:#ffeb3b !important;
}



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




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




.site-navbar{
	width:100%;
	background-color:#009b4c;
}

.site-navbar .nav-item{
    position: relative;
}


.site-navbar .nav-item .nav-link{
	padding:10px 30px;
	color:#000;
}

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

@media (min-width: 992px) {
	.site-navbar .nav-item .nav-link{
		color:#fff;
	}

	.site-navbar .nav-item:hover .nav-link{
		background-color:#8bc34a;
	}
}


.sub-menu{
	display:none;
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.sub-menu-item{
	display:block;width:100%;height:100%;
	padding: 10px;
	text-align: center;
    background: #008943;
	color:#fff;
}
.sub-menu-item:hover{
	color:#fff;
	background-color:#8bc34a;
}
.sub-menu.show{
	display:block;
}


.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 #FF9800;
	background-color:#25282f;
	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 #FF9800;
}


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






.section {
	padding:4rem 0;
}

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


.section-heading h2 {
	position: relative;
	color: #4CAF50;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 1rem;
	margin-bottom:1rem;
}
/**
.section-heading h2:before{
	content: '';
    position: absolute;
	width: 100%;
	top: 100%;
    left: 0;
	border-top:1px solid #ccc;
}
**/
.section-heading h2:after{
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 6px solid #ff9800;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-3px);
}

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

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





.carousel-item{}

.carousel-item .item-link{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    height: 100%;
}
.carousel-item .item-image{
	margin:0 auto;
	max-width:100%;
	object-fit: cover;
}





.part-combo{

	background-image:url(../../images/part-combo-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
	
}
.part-combo .card{
	border:4px solid #eee;
	transition:all 0.5s;
}
.part-combo .card-header{
    font-size: 1.2rem;
    color: #09790d;
    font-weight: bold;
	background-color:#f2fff2;
	border:none;
	padding-top:1rem;
	padding-bottom:1rem;
}

.part-combo .card:hover{
	border:4px solid #09790d;
}






.part-resources{}


.part-advantage{
	background-color:#f8f8f8;
	
	background-image:url(../../images/part-advantage.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
	
}
.part-advantage .item{
	text-align:center;
	background-color:#2196f338;
	padding:1rem;
	border:1px solid #009688;
	border-radius:10px;
	height:100%;
	transition:all 0.5s;
}

.part-advantage .item:hover{
	border:1px solid #ffeb3b;
}


.part-advantage .item h6{
	color:#ffeb3b;
	font-size:36px;
	margin-bottom:1rem;
}
.part-advantage .item h5{
	position: relative;
	font-size:26px;
	color: #fff8bc;
	padding-bottom:1rem;
	margin-bottom:1rem;
}

.part-advantage .item h5:after{
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 2px solid #ffc107;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.part-advantage .item p{
	color:#ddd;
	margin-bottom:0;
	line-height:1.6;
	text-align:left;
	font-size:15px;
}





.part-cases{}




.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%;
	min-height:200px;
	text-align: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:#009b4c;
	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;	
}




.page-yaoyue-part4{
	background-color: #f9f9f9;
}



.page-yaoyue-part4 .bxBox{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.page-yaoyue-part4 .bxBox h6{
	display:block;
	width:145px;
	height:165px;
	background-image:url(../../images/yaoyue/part4-item-title-bg.png);
	padding:1.6rem 0 0;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.page-yaoyue-part4 .bxBox h6 i{
	font-size: 30px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.page-yaoyue-part4 .bxBox p{
    color: #666;
}


.avatar-md{
	width:80px;
	height:80px;
	border-radius:50%;
}