body {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", "\5B8B\4F53";
}

.wrapper {
	padding-right: 10px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}

.container {
	width: 90%;
	margin: 0 auto
}

.uk-section {
	padding: 70px 0;
	background: #fff;
	overflow: hidden;
}

.uk-section-default {
	background: #eceef6;
}

.title .uk-h1 {
	color: #0062b1;
	font-size: 70px;
	line-height: 70px;
}

.title img {
	height: 50px
}

@media (max-width: 767px) {
	.title img {
		height: 30px;
		width: auto;
	}
}

.uk-text-lead {
	font-size: 36px;
	line-height: 36px;
	color: #333;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	.uk-text-lead {
		font-size: 24px
	}

}

.header {
	/* background: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2; */
}

.nav {
	height: 60px;
	position: fixed;
	width: 100%;
	float: left;
	background-color: rgba(0, 0, 0, .3);
	z-index: 886;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	top: 0;
}

.index-header .nav {
	background-color: rgba(0, 0, 0, 0);
}

.header .nav.fixed {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 1;
}

@media (max-width: 767px) {
	.nav {
		height: 50px;
		background-color: rgba(0, 0, 0, 1);
	}

	.index-header .nav {
		background-color: rgba(0, 0, 0, 1);
	}
}

.uk-navbar-brand {
	float: left;
	height: 100%;
}

@media (max-width: 767px) {
	.uk-navbar-brand {
		padding-top: 5px;
	}
}

.uk-navbar-brand:focus {
	background: transparent;
}


.uk-navbar-brand>img {
	height: 60px;
	width: auto
}

@media (max-width: 767px) {
	.uk-navbar-brand>img {
		height: 40px;
	}
}

.uk-navbar {
	background: transparent;
	padding: 0;
	border: 0;
}

@media (max-width: 767px) {
	.uk-navbar {
		padding-top: 5px;
	}
}

.uk-navbar-nav>li {
	padding-right: 98px;
}

.uk-navbar-nav>li>a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 60px;
	line-height: 60px;
}

.uk-navbar-nav>li.uk-active>a {
	background-color: transparent;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus {
	background: transparent;
	color: #fff;
	border-bottom: 1px solid #fff;
}

.uk-navbar-nav>li>a>i {
	padding-left: 5px;
}

.uk-dropdown,
.uk-dropdown-navbar {
	width: auto;
	padding: 0 15px;
}

.uk-dropdown-navbar li a {
	padding: 15px;
}

.uk-navbar-toggle {
	color: #fff;
}

.section-home-banner {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background: #edf5ff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.section-home-banner::before {
	position: absolute;
	right: 0;
	top: 0;
	width: calc(50% + 200px);
	height: 100vh;
	content: '';
	background: url(../images/home-banner-bg.png) no-repeat left top / cover;
	clip-path: inset(0 0 100% 0);
	transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}

.index.active .section-home-banner::before {
	clip-path: inset(0);
}

@media (max-width: 767px) {
	.section-home-banner:before {
		width: 49%;
		top: 43px;
	}
}

.section-home-banner .container {
	width: 90%;
	max-width: 1650px;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.section-home-banner .img-list {
	max-width: calc(100% - 500px);
	display: flex;
}

@media (max-width: 767px) {
	.section-home-banner .img-list {
		margin: 0 0 50px;
		width: 100%;
		max-width: inherit;
	}
}

.section-home-banner .img-list li {
	list-style: none;
	margin-right: 10px;
}

.index.active .section-home-banner .img-list li {
	transition: transform 0.2s linear;
}

.section-home-banner .text-wrapper {
	margin-left: 10px;
	width: 500px;
	flex: 1;
	text-align: center;
}

@media (max-width: 767px) {
	.section-home-banner .text-wrapper {
		margin: 0;
		width: 100%;
	}
}

.section-home-banner .text-wrapper .text {
	color: #FFF;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.8;
	opacity: 0;
	transform: translateY(-50px);
	transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;

}

.section-home-banner .text-wrapper .text,
.section-home-banner .text-wrapper .img {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 767px) {
	.section-home-banner .text-wrapper .text {
		color: #333;
	}
}


.section-business .uk-grid {
	margin-top: 20px;
}

.section-business .intro {
	margin-bottom: 66px;
	padding: 35px;
	color: #FFF;
	font-size: 18px;
	line-height: 2;
	background-color: #0074CB;
}

@media (max-width: 767px) {
	.section-business .intro {
		font-size: 14px
	}
}


.section-business .list {
	width: 100%;
	height: auto;
	/* margin-top: 1rem; */
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 20px 20px 0 rgb(0 0 0/ 10%);
}


.section-business .list .img {}

.section-business .list .img>img {
	width: 100%;
	height: auto;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.section-business .list .text {}

.section-business .list .text>h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.section-bussiness figure>img {
	max-width: 470px;
}

@media (max-width: 767px) {
	.section-business .uk-width-1-3 .service h3 {
		bottom: 0;
	}

	.section-business .list .text>h3 {
		font-size: 16px
	}
}

.section-business .list .text>.txt {
	margin-right: 25px;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	color: #666;
	display: -webkit-box;
	overflow: hidden;

}

@media (max-width: 767px) {
	.section-business .list .text>.txt {
		margin-right: 15px;
		font-size: 12px;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical
	}

	.section-company {
		padding-top: 0;
	}
}

.section-company {
	background: #F6F6F6;
}

@media (max-width: 767px) {
	.company-wrapper {
		padding: 0;
		margin-top: 0;
		display: block;
	}

	.section-company .text {
		background: #F6F6F6;
	}

	.section-company .intro {
		margin: 20px;
	}

	.section-company p {
		font-size: 14px;
	}

	.high-light img {
		width: 50%;
	}
}

.high-light .high-light-item {
	padding: 30px 10px;
	color: #333;
	font-size: ;
	text-align: center;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.high-light h3 {
	margin: 10px 0 16px;
	color: #0073cb;
	font-weight: bold;
	font-size: ;
}

.high-light .img svg {
	width: 60%;
	height: auto;
}

@media (min-width: 768px) {
	.company-wrapper {
		margin-top: -65px;
		padding: 70px 0 24px;
		position: relative;
		z-index: 10;
	}

	.section-company .image {
		height: 705px;
		width: calc(50% + 100px);
	}

	.section-company .image img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.section-company .image:before {
		width: 242px;
		height: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
		content: '';
		background: #FFF;
		z-index: 10;
		transform: skew(11.8deg);
		transform-origin: right top;
	}

	.swipeLeft:after {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		content: '';
		background: #FFF;
		transform: translateX(0);
		transition: transform 0.8s ease;
	}

	.section-company .text {
		width: calc(50% - 100px);
		position: relative;
		z-index: 100;
	}

	.section-company .text:before {
		width: 3000px;
		height: 100%;
		position: absolute;
		left: -193px;
		top: -71px;
		content: '';
		background: #F6F6F6;
		z-index: 10;
		transform: skew(11.8deg);
		transform-origin: left top;
	}

	.section-company .text .intro {
		margin-left: -80px;
		width: 555px;
		position: relative;
		z-index: 10;
	}

	.high-light {
		margin: 20px auto 20px -300px;
		max-width: 1200px;
		position: relative;
		z-index: 10;
	}

	.section-company .text {
		padding: 20px;
		text-align: justify;
	}

	.section-company p {
		font-size: 16px;
		line-height: 2;
	}
}


.swipeLeft.animate:after {
	transform: translateX(100%);
}


.section-news .list,
.news-list-item {
	padding: 20px 15px;
	border-bottom: 1px solid #ccc;
}

.section-news .list a,
.news-list-item a {
	font-size: 16px;
	color: #666;
}

.section-news .date,
.news-list-item .date {
	padding-right: 30px;
	color: #999;
}

.uk-accordion {
	background: #f6f6f6;
}

.uk-accordion .uk-accordion-title {
	background: #0062b1;
	color: #fff;
	padding: 15px 20px;
	font-weight: bold;
}

.uk-accordion-content li {
	margin: 15px 0;

}

.lBox {
	margin-top: 1px;
	padding: 0 20px 40px;
	box-sizing: border-box;
	background-color: #f6f6f6;
}

.lBox .ttl {
	margin: 0 -20px 28px;
	padding: 12px 0 33px;
	text-align: center;
	color: #fff;
	background: url(../images/ttl_bg01.png) no-repeat center bottom;
	background-size: 100% 100%;
	font-size: 20px;
	font-weight: bold;
}
.lBox .ttl i {
    font-size: 24px;
    padding-right: 5px;
}
.lBox .uk-list {
	counter-reset: list-number;

}

.lBox li {}

.lBox li:not(:last-child) {
	margin-bottom: 20px;
}

.lBox li a {
	padding: 0 0 0 10px;
	display: block;
	position: relative;
	color: #666;
	font-size: 18px;
	line-height: 1.66;
}

.lBox li a:before {
	counter-increment: list-number;
	content: counter(list-number);
	margin-right: 10px;
	margin-bottom: 10px;
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	background-color: #0062b1;
	color: #fff;
}


.uk-breadcrumb i {
	padding-right: 10px;
}

.uk-breadcrumb a {
	color: #666;

}

.project-list-item {
	background: #f6f6f6;
	margin-bottom: 15px;
}

.project-list-item a {
	color: #666;
}

.project-list-item .uk-h3 {
	color: #0062b1;
	font-weight: bold;
}

@media (max-width: 767px) {
	.project-list-item .uk-h3 {
		margin-bottom: 0;
	}
}

.project-list-item img {
	width: 100%;
	height: auto;
}

.project-list-item .fee {
	color: #da314b;
	font-size: 16px
}

.uk-article-title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: bold;
}

.uk-article-detail {
	line-height: 1.8;
	text-align: justify;
	font-size: 16px;
}

/* page */

.fullscreen-video {
	-o-object-fit: fill;
	object-fit: fill;
	width: 100%;
	display: block;
}

.inner-banner {
	width: 100%;
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.inner-banner {
		margin-top: 50px;
	}
}

.inner-banner .text {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.inner-banner .uk-h1 {
	color: #fff;
}

.inner-banner p {
	opacity: .8;
}

.section-why .icon {
	width: 100px;
	height: 100px;
	background: #fff;
	margin: 10px auto;
	border-radius: 50%;
}

.section-why .icon span {
	color: #0078d7;
	font-size: 40px;
	line-height: 100px;
}

.section-why h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}

.section-why li {
	font-size: 16px;
	line-height: 2;
}

@media (max-width: 767px) {
	.section-why li {
		font-size: 12px;
	}
}

.uk-overlay p {
	display: none;
	transition: all ease 10s;
	-moz-transition: all ease 500ms;
	/* Firefox 4 */
	-webkit-transition: all ease 10s;
	/* Safari 和 Chrome */
	-o-transition: all ease 500ms;
	/* Opera */

}

.uk-overlay:hover p {
	display: block;

}

.uk-overlay .uk-overlay-panel {
	transition: all ease 10s;
	-moz-transition: all ease 500ms;
	/* Firefox 4 */
	-webkit-transition: all ease 10s;
	/* Safari 和 Chrome */
	-o-transition: all ease 500ms;
	/* Opera */
}

.section-case figure,
.section-case .uk-thumbnail {
	width: 100%;
	height: auto;
}

/* page-about */
.page-about .uk-text-lead {
	padding-bottom: 10px;
	font-weight: bold;
}

.section-who .text {
	/* text-indent: 2em; */
	line-height: 1.5;
	font-size: 16px;
}

.section-who .sign {
	font-family: KaiTi, STKaiti, HYKaiti;
	font-size: 20px;
}


.tab .uk-button {
	/* color : #fff; */
	background: #AEC9FF;
}

.tab .uk-active {
	color: #fff;
	background: #3366FF;
}

.section-who h3 {
	font-weight: bold;
}

.timeline-content {
	margin-top: 50px;
	text-align: center;
}

section.timeline-outer {
	width: 80%;
	margin: 0 auto;
}


/* Timeline */

.timeline {
	border-left: 8px solid #3366FF;
	border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	color: #333;
	margin: 50px auto;
	letter-spacing: 0.5px;
	position: relative;
	line-height: 1.4em;
	padding: 20px;
	list-style: none;
	text-align: left;
}

.timeline h1,
.timeline h2,
.timeline h3 {
	font-size: 1.4em;
}

.timeline .event {
	border-bottom: 1px solid rgba(160, 160, 160, 0.2);
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}

.timeline .event:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.timeline .event:before,
.timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
}

.timeline .event:before {
	left: -177.5px;
	color: #212121;
	content: attr(data-date);
	text-align: right;
	/*  font-weight: 100;*/

	font-size: 16px;
	min-width: 120px;
}

.timeline .event:after {
	box-shadow: 0 0 0 8px #3366FF;
	left: -30px;
	background: #212121;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	content: "";
	top: 5px;
}

/**/
/*——————————————
Responsive Stuff
———————————————*/

@media (max-width: 945px) {
	.timeline .event::before {
		left: 0.5px;
		top: 20px;
		min-width: 0;
		font-size: 13px;
	}

	.timeline h3 {
		font-size: 16px;
	}

	.timeline p {
		padding-top: 20px;
	}

	section.lab h3.card-title {
		padding: 5px;
		font-size: 16px
	}
}

@media (max-width: 768px) {
	.timeline .event::before {
		left: 0.5px;
		top: 20px;
		min-width: 0;
		font-size: 13px;
	}

	.timeline .event:nth-child(1)::before,
	.timeline .event:nth-child(3)::before,
	.timeline .event:nth-child(5)::before {
		top: 38px;
	}

	.timeline h3 {
		font-size: 16px;
	}

	.timeline p {
		padding-top: 20px;
	}
}

.section-honor img {
	/* width: 100%; */
	height: auto;
}

.section-visa p {
	font-size: 16px;
	line-height: 2;
}

.page-chailv h3 {
	font-weight: bold;
}

.section-case .uk-button-large {
	width: 100%;
	padding: 20px 0;
}

.bili {
	position: relative;
	overflow: hidden;
	margin-top: 0;
	padding-top: 56.25%
}

.bilibili {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}




.text-wrap {
	width: 100%;
	height: 100%;
	background: #f2f2f2
}

/* 底部 */
.section-contact {
	background: center center no-repeat url(../images/banner/bn2.jpg);
}

@media (max-width: 767px) {
	.section-contact {
		padding: 30px 0;
	}
}


.section-contact .contact {
	border: 1px solid #FFF;
	background-color: rgba(0, 115, 203, 0.9);
	box-sizing: border-box;
	box-shadow: 0 0 0 10px rgba(0, 115, 203, 0.9), 15px 15px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	.section-contact .contact {
		padding-bottom: 10px;
	}

	.section-contact .avatar {
		width: 50%;
		margin: 20px auto 0 auto;
	}
}

.section-contact .contact p,
.section-contact .contact p a {
	color: #fff;
	font-size: 18px;
}

@media (max-width: 767px) {

	.section-contact .contact p,
	.section-contact .contact p a {
		font-size: 14px;
	}
}

.section-contact .contact h2 {
	margin: 0 15px;
	background: #fff;
	color: #333;
	font-size: 36px;
	line-height: 1.5;
}

@media (max-width: 767px) {
	.section-contact .contact h2 {
		font-size: 24px;
	}
}

.section-contact .contact h2 .uk-icon {
	padding-right: 10px;
}

.footer {
	background: #20232C;
}

.footer-info .logo {
	width: 70%;
	height: auto;
	margin-top: -20px;
}

.footer-info h2 {
	margin-bottom: 5px;
	color: #fff;
}

.footer-info h3 {
	margin: 0 0 15px 0;
}
@media (max-width: 767px) {
	.footer-info {
		text-align: center;
	}

	.footer-info h2 {
		font-size: 18px;
	}
	
	.footer-info h3 {
		font-size: 15px;
	}
}
.footer-info .tel {
	color: #0078d7;
	font-weight: bold;
}


.footer a,
.footer p,
.footer .uk-h3 {
	color: #606274;
}

.footer a:hover {
	color: #fff;
	text-decoration: none;
}

.footer dt {
	margin-bottom: 20px;
	position: relative;
}

.footer .qrcode {
	width: 150px
}

.footer .copyright {
	border-top: 1px solid #44464e;
	font-size: 12px;

}