<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*µ÷ÕûBootstrapµÄÑùÊ½*/
a {
	text-decoration: none !important;
}
.navbar-brand:hover, .nav-link.px-3:hover, .text-dark.title:hover {
	color: #2f55d4 !important;
}
.btn-primary {
	background: #2f55d4 !important;/*#1F89CB*/
}
.text-primary {
	color: #2f55d4 !important;/*#1F89CB*/
}
/*Î¢ÐÅ¶þÎ¬Âë*/
.weixin {
	position: relative;
}
/*¿É¸ù¾ÝÐèÒªµ÷ÕûÍâ±ß¿ò´óÐ¡£¬±³¾°É«£¬¶¨Î»·½Ê½£¬°Ú·ÅÎ»ÖÃµÈ*/
.weixin .weixin_nr {
	width: 120px;
	height: 120px;
	padding: 10px;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
/*¿Éµ÷Õû¶þÎ¬ÂëÍ¼Æ¬´óÐ¡£¬×¢ÒâºÍÍâ±ß¿ò´óÐ¡ÏàÆ¥Åä*/       
.weixin .weixin_nr img {
	margin-bottom: 5px;
}
.weixin.on .weixin_nr {
	display: block;
	z-index: 1;
}
/*·µ»ØÒ³Ê×°´Å¥*/
.btn.btn-icon {
	height: 36px;
	width: 36px;
	line-height: 34px;
	padding: 0;
	background: #EA8C24 !important;
	color: #fff !important;
}
.back-to-top {
	z-index: 99;
	position: fixed;
	bottom: 250px;
	right: 30px;
	display: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.back-to-top .icons {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.back-to-top:hover {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back-to-top:hover .icons {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*logo»ÃµÆÆ¬ÑùÊ½*/
.avatar.avatar-md-sm {
	height: 30px;
	width: 30px;
}
.customer-testi {
	cursor: e-resize;
}
.shadow {
	-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15) !important;
}
.rounded {
	border-radius: 6px !important;
}
.owl-theme .owl-dots .owl-dot span {
	border-radius: 3px;
	background: rgba(47, 85, 212, 0.5) !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots.clickable .owl-dot:hover span {
	background: #2f55d4 !important;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-carousel .owl-item img {
	display: block;
	width: auto;
}
/*sectionÑùÊ½*/
.section-padding {
	padding-top: 120px;
	padding-bottom: 120px
}
.badge-mark {
	background: #EA8C24 !important;
	color: #fff !important;
}
.abstract-wrapper {
	background: rgba(130,139,178,0.1);
	padding: 15px;
	line-height: 1.733;
	color: #888888;
	font-style: italic;
	margin-top: 25px;
	margin-bottom: 25px
}
.abstract {
	background: #fff;
	padding: 15px 15px 15px 20px;
	border-left: 2px solid
}
.notes-top {
	padding-top: 15px;
	border-top: 1px solid #f0e9ff
}
.header-vimeo {
	background: url(../images/title-vimeo.png) repeat-x center center;
	margin-bottom: 20px;
}
.section-title {
	margin-bottom: 15px;
	padding: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	border: 1px solid #dee2e6;
	border-left: 5px solid #EA8C24/*#FFCC00*/;
}
.footer-bg {
	color: rgb(255, 255, 255);
	clip-path: polygon(0px 30%, 100% 0px, 100% 100%, 0% 100%);/*background: rgb(34, 34, 34);*/
}
/*¼ÓÔØ¸ü¶àÑùÊ½*/
.load-more-btn {
	position: relative;
}
.load-more-btn::after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: #eaeaea;
	height: 1px;
	content: '';
	margin: auto;
}
.load-more-btn .btn {
	padding: 10px 55px;
	background: #fff;
	border: 1px solid #eaeaea;
	cursor: pointer;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 1;
	color: #000;
}

</pre></body></html>