@import url("bootstrap.css");
@import url("animate.css");
body {
	font-family: "微软雅黑";
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #555;
	background: #555;
}

.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6,
.wp7,
.wp9,
.wp8 {
	visibility: hidden;
}

.bounceInLeft,
.bounceInRight,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight,
.bounceInUp,
.bounceIn,
.fadeInRight {
	visibility: visible;
}

.delay-03s {
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
}

.delay-05s {
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
}

.delay-07s {
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
}

.delay-09s {
	animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
}

.delay-102s {
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

.delay-1s {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

.delay-105s {
	animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
}

.delay-108s {
	animation-delay: 1.8s;
	-webkit-animation-delay: 1.8s;
}

.delay-2s {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.delay-3s {
	animation-delay: 3s;
	-webkit-animation-delay: 3s;
}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.offcanvas #page:after {
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
}

a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

a:hover,
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}

p {
	margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	color: #000;
	font-family: "微软雅黑";
	font-weight: 400;
	margin: 0 0 20px 0;
}

::-webkit-selection {
	color: #fff;
	background: #02de99;
}

::-moz-selection {
	color: #fff;
	background: #02de99;
}

::selection {
	color: #fff;
	background: #02de99;
}

.gtco-container {
	max-width: 1140px;
	position: relative;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.gtco-nav.top-style {
	background: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gtco-nav {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 1001;
	color: white;
	background-image: -webkit-linear-gradient(90deg, #2f3e51, #132033 70%);
	background-image: -moz-linear-gradient(90deg, #2f3e51 0, #132033 70%);
	background-image: -o-linear-gradient(90deg, #2f3e51 0, #132033 70%);
	background-image: linear-gradient(90deg, #2f3e51, #132033 70%);
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.01);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.gtco-nav {
		padding: 20px 0;
	}
}

.gtco-nav #gtco-logo {
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
}

.gtco-nav #gtco-logo img {
	width: 100%;
}

.gtco-nav #gtco-logo em {
	color: #02de99;
}

@media screen and (max-width: 768px) {
	.gtco-nav .menu-1,
	.gtco-nav .menu-2 {
		display: none;
	}
}

.gtco-nav ul {
	padding: 0;
	margin: 2px 0 0 0;
}

.gtco-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	margin-right: 10px;
}

.gtco-nav ul li a {
	font-size: 13px;
	padding: 10px 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: white;
}

.gtco-nav ul li a:hover,
.gtco-nav ul li a:focus,
.gtco-nav ul li a:active {
	color: white;
}

.gtco-nav ul li.has-dropdown {
	position: relative;
}

.gtco-nav ul li.has-dropdown .dropdown {
	width: 130px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
	bottom: 100%;
	left: 40px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #fff;
	border-width: 8px;
	margin-left: -8px;
}

.gtco-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}

.gtco-nav ul li.has-dropdown .dropdown li:last-child {
	margin-bottom: 0;
}

.gtco-nav ul li.has-dropdown .dropdown li a {
	padding: 2px 0;
	display: block;
	color: #999999;
	line-height: 1.2;
	text-transform: none;
	font-size: 15px;
}

.gtco-nav ul li.has-dropdown .dropdown li a:hover {
	color: #000;
}

.gtco-nav ul li.has-dropdown .dropdown li.active>a {
	color: #000 !important;
}

.gtco-nav ul li.has-dropdown:hover a,
.gtco-nav ul li.has-dropdown:focus a {
	color: #fff;
}

.gtco-nav ul li.btn-cta a {
	color: #fff;
}

.gtco-nav ul li.btn-cta a span {
	border: none !important;
	background: #02de99;
	padding: 4px 20px;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gtco-nav ul li.btn-cta a:hover span {
	background: #ff6540;
	color: #fff;
}

.gtco-nav ul li.active>a {
	position: relative;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.gtco-nav ul li.active>a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #02e59e;
	width: 100%;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#gtco-header .gtco-video-link a {
	color: rgba(255, 255, 255, 0.5);
}

#gtco-header .gtco-video-link a:hover {
	color: white;
}

#gtco-header .gtco-video-link a:hover i {
	border: 1px solid white;
}

@media screen and (max-width: 480px) {
	#gtco-header .text-left {
		text-align: center !important;
	}
}

@media screen and (max-width: 480px) {
	#gtco-header .btn {
		display: block;
		width: 100%;
	}
}

#gtco-header,
#gtco-counter,
.gtco-bg {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
}

#gtco-offcanvas {
	position: absolute;
	position: fixed;
	z-index: 1901;
	width: 270px;
	background: black;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 45px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {
	#gtco-offcanvas {
		display: block;
	}
}

.offcanvas #gtco-offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

#gtco-offcanvas a {
	color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas a:hover {
	color: rgba(255, 255, 255, 0.8);
}

#gtco-offcanvas ul {
	padding: 0;
	margin: 0;
}

#gtco-offcanvas ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 3em;
	margin-bottom: 30px;
}

#gtco-offcanvas ul li>ul {
	padding-left: 20px;
	display: none;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a {
	display: block;
	position: relative;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown>a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.uppercase {
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.gototop.active {
	opacity: 1;
	visibility: visible;
}

.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}

.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
	text-decoration: none;
	outline: none;
}

.gtco-nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
}

.gtco-nav-toggle.active i::before,
.gtco-nav-toggle.active i::after {
	background: white;
}

.gtco-nav-toggle:hover,
.gtco-nav-toggle:focus,
.gtco-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.gtco-nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: white;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: white;
	transition: all .2s ease-out;
}

.gtco-nav-toggle i::before,
.gtco-nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: white;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
}

.gtco-nav-toggle.gtco-nav-white>i {
	color: #fff;
	background: #fff;
}

.gtco-nav-toggle.gtco-nav-white>i::before,
.gtco-nav-toggle.gtco-nav-white>i::after {
	background: #fff;
}

.gtco-nav-toggle i::before {
	top: -7px;
}

.gtco-nav-toggle i::after {
	bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
	top: -10px;
}

.gtco-nav-toggle:hover i::after {
	bottom: -10px;
}

.gtco-nav-toggle.active i {
	background: transparent;
}

.gtco-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
	position: fixed;
	right: 0px;
	top: 10px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
}

@media screen and (max-width: 768px) {
	.gtco-nav-toggle {
		display: block;
	}
}


/*newstyle*/

.banner {
	background: url(../images/bg.png);
	background-size: 100% 100%;
	height: 850px;
	padding-top: 150px;
}

.banner .bannerImg img {
	width: 100%;
}

.banner .text h1 {
	color: #02e59e;
	line-height: 1.2em;
	font-size: 56px;
	font-weight: bold;
	letter-spacing: 10px;
}

.banner .text {
	padding-top: 50px;
}

.banner .text h2 {
	font-size: 28px;
	color: white;
	font-weight: normal;
	letter-spacing: 10px;
}

.banner .text .moreBtn {
	background: #02e59e;
	color: #142132;
	border-radius: 100px;
	display: inline-block;
	padding: 8px 50px;
	font-size: 20px;
	margin-top: 20px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.banner .text .moreBtn:hover{
	padding: 8px 100px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	color: white;
}

#introduce {
	padding: 100px 0;
}

#introduce h1 {
	color: #022c40;
	font-weight: bold;
	font-size: 50px;
}

#introduce small {
	font-size: 15px;
	color: #022c40;
}

#introduce p {
	color: #999999;
	line-height: 2.3em;
	font-size: 13px;
	margin-top: 40px;
}

#introduce img {
	width: 100%;
	margin-top: 80px;
}

#introduce .iconGroup>div {
	text-align: center;
	margin-top: 30px;
}

#introduce .iconGroup>div div {
	font-size: 13px;
	text-align: center;
	color: #022c40;
}

#introduce .iconGroup>div img {
	display: block;
	height: 60px;
	width: auto;
	margin: 10px auto;
}

.itemBg {
	background-color: #f7f9fe;
}

#technology {
	padding: 100px 0;
}

.itemTitle {
	text-align: center;
	position: relative;
}

.itemTitle h1 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
	z-index: 2;
}

.itemTitle h1:after {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 50px;
	height: 3px;
	background: #32da84;
	border-radius: 10px;
	margin-left: -25px;
}

.itemTitle span {
	font-size: 60px;
	position: absolute;
	bottom: -50px;
	z-index: 1;
	display: block;
	text-align: center;
	left: 0;
	width: 100%;
	letter-spacing: 7px;
	text-transform: uppercase;
	opacity: 0.1;
	color: gray;
}

#technology .row {
	margin-top: 100px;
}

#technology .row>div>div {
	text-align: center;
	background: white;
	margin: 0 10px;
	padding: 10px 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.03);
}

#technology .row>div div img {
	display: block;
	margin: 20px auto;
	height: 60px;
}

#technology .row>div div b {
	color: black;
	margin-bottom: 30px;
	display: block;
}

#technology .row>div div p {
	color: #999999;
	font-size: 12px;
	line-height: 2em;
}

#personnel {
	padding: 100px 0;
}

#personnel .row {
	margin-top: 100px;
}

#personnel .row>div {
	text-align: center;
	padding: 0 35px;
}

#personnel .row>div img {
	display: block;
	margin: 0 auto;
	height: 60px;
	margin: 20px auto;
}

#personnel .row>div b {
	color: black;
	display: block;
	margin-bottom: 10px;
}

#personnel .row>div p {
	font-size: 13px;
	color: #999999;
}

#team {
	padding: 100px 0;
}

#team img {
	width: 150px;
	height: 150px;
	display: block;
	margin: 10px auto;
}

#team .row {
	margin-top: 100px;
}

#team .row>div {
	text-align: center;
	margin-bottom: 15px;
}

#team .row>div b {
	color: black;
	display: block;
	margin-bottom: 10px;
}

#team .row>div p {
	color: #999999;
	font-size: 12px;
}
#partner {
	padding: 100px 0;
}

#partner .row {
	margin-top: 100px;
}

#partner .row>div {
	text-align: center;
	padding: 20px;
}

#partner .row>div img {
	width: 90%;
}

#footer {
	background: #131826;
	padding: 100px 0;
}

#footer ul {
	padding: 0;
}

#footer li {
	list-style: none;
}

#footer .row>div .title {
	font-size: 16px;
	color: white;
	margin-bottom: 30px;
}

#footer .row>div:nth-child(1) li img {
	margin-right: 10px;
}

#footer .row>div:nth-child(1) li,
#footer .row>div:nth-child(2) li {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
}

#footer .row>div:nth-child(2) li a {
	color: rgba(255, 255, 255, 0.6);
}

#footer .row>div:nth-child(3) .code {
	display: inline-block;
	text-align: center;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	vertical-align: middle;
	margin-left: 15px;
}

#footer .row>div:nth-child(3) .code img {
	width: 100px;
	display: block;
	margin-bottom: 10px;
}

#footer .row>div:nth-child(3) a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

#footer .row>div:nth-child(3) a img {
	width: 30px;
}

.copyright {
	text-align: center;
	background: #131826;
	padding: 20px;
	font-size: 10px;
}

.bannerAnimation {
  animation: bannerEffect 10s infinite alternate;
  -webkit-animation: bannerEffect 10s infinite alternate;
  transform-origin: bottom;
  animation-timing-function: ease-in-out;
}
@keyframes bannerEffect {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.9);
  }
}