/*

	Style.css

	01. Basics
	02. Top bar
	03. Home
	04. Intro
	05. Work
	06. Call to action
	07. Services
	08. Process
	09. About
	10. Contact
	11. Footer
	12. 404 Page
	13. Responsive settings

*/


/* ==================== 01. Basics ==================== */
body {
	font-family: "Microsoft YaHei", "微软雅黑",'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 25px;
	color: #777777;
	background:rgba(19,19,20,1);
}

p {
	margin-bottom: 25px;
}

/* Minified css in demo only */
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 25px;
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {

	color: #111;
}
.h1,h1 {
	font-size: 36px;
	line-height: 1.5em;
}
.h2,h2 {
	font-size: 30px;
	line-height: 1.5em;
}
.h3,h3 {
	font-size: 24px;
	line-height: 1.5em;
}
.h4,h4 {
	font-size: 20px;
	line-height: 25px;
}
.h5,h5 {
	font-size: 16px;
	line-height: 25px;
}
.h6,h6 {
	font-size: 13px;
	line-height: 25px;
}
.bigtext h1,.bigtext h2,.bigtext h3,.bigtext h4,.bigtext h5,.bigtext h6,h1.bigtext,h2.bigtext,h3.bigtext,h4.bigtext,h5.bigtext,h6.bigtext {
	margin-bottom: 10px;
}
.bigtext h1,h1.bigtext {
	font-size: 90px;
	line-height: 1em;
}
.bigtext h2,h2.bigtext {
	font-size: 52px;
	line-height: 78px;
	color:#fff;
	letter-spacing:3px;
	font-weight:700;
	background:linear-gradient(162.96deg, rgba(97, 171, 255, 1) 1.11%, rgba(125, 201, 255, 1) 11.53%, rgba(255, 255, 255, 1) 65%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;

}
.bigtext h3,h3.bigtext {
	font-size: 60px;
	line-height: 1em;
}
.bigtext h4,h4.bigtext {
	font-size: 48px;
	line-height: 1.25em;
}
.bigtext h5,h5.bigtext {
	font-size: 36px;
	line-height: 1.25em;
}
.bigtext h6,h6.bigtext {
	font-size: 24px;
	line-height: 1.5em;
}
@media only screen and (max-width: 767px) {
	.bigtext h1,h1.bigtext {
		font-size: 60px;
	}
	.bigtext h2,h2.bigtext {
		font-size: 28px;
		line-height:36px;
		letter-spacing:1px;
	}
	.bigtext h3,h3.bigtext {
		font-size: 36px;
	}
	.bigtext h4,h4.bigtext {
		font-size: 30px;
	}
	.bigtext h5,h5.bigtext {
		font-size: 24px;
	}
	.bigtext h6,h6.bigtext {
		font-size: 18px;
	}

}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #111;
}
a,a i,a i:hover,a:hover,button,button:hover,input[type=submit],input[type=submit]:hover {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
i {
	cursor: default;
}
a i {
	cursor: pointer;
}
.ol {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	margin-left: 2em;
	margin-bottom: 25px;
}
.ol ol,.ul ol {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
}
.ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	margin-bottom: 25px;
}
.ol ul,.ul ul {
	list-style-type: disc;
	list-style-position: outside;
}
.ol ol,.ol ul,.ul ol,.ul ul {
	margin-left: 2em;
}
.italic,em {
	font-style: italic;
}
.bold,b,strong {
	font-weight: 600;
}
.thin {
	font-weight: 300;
}
.x-thin {
	font-weight: 100;
}
.serif {
	font-family: Georgia,serif;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.uber {
	font-size:22px;

	letter-spacing: 3px;
	text-transform: uppercase;
}
.text-color {
	color: #ff4800;
}
.text-light {
	color: #bbb;
}
.text-dark {
	color: #111;
}
.text-white {
	color: #fff;
}
.dropcap {
	float: left;
	color: #111;
	font-size: 50px;
	line-height: 50px;
	padding-right: 8px;
	padding-left: 3px;
}
blockquote {
	font-family: Georgia,serif;
	font-style: italic;
	font-weight: 400;
	font-size: 1.25em;
	padding: 25px;
	background: #fafafa;
	border-left: 5px solid #eee;
	margin-bottom: 25px;
}
blockquote small {
	display: block;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-size: .75em;
	font-weight: 400;
	font-style: normal;
}
blockquote small:before{
	content: '\2014 \00A0';
}
q {
	quotes: "\"" "\"" """ """;
}
q:before {
	content: '\201C';
}
q:after {
	content: '\201D';
}
button,input[type=submit]{
	-webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
}
input[type=submit] {
	border: 0;
	width: auto;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn,button,input[type=submit] {
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 25px;
	padding: 11px 50px;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 16px;
}
.btn.small{font-size:16px;}
a .icon:hover,a.btn:hover,button:hover,input[type=submit]:hover {
	color: #fff;
background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 1);
	text-decoration: none;
}
a i:hover,button:hover,input[type=submit]:hover {
	cursor: pointer;
}
.btn>i {
	font-size: 14px;
	margin-right: .5em;
}
.btn.outline {
	color: #111;
	background: 0 0;
	border: 2px solid #111;
	padding: 10px 23px;
}
a.btn.outline:hover,button.outline:hover,input[type=submit].outline:hover {
	color: #fff;
	background: #ff4800;
	border: 2px solid #ff4800;
	border: 2px solid rgba(255,72,0,1);
}
.btn.color {
	background: #ff4800;
}
.btn.outline.color {
	color: #ff4800;
	background: 0 0;
	border: 2px solid #ff4800;
}
.btn.light {
	color: #fff;
	background: #ccc;
	background: rgba(255,255,255,.3);
}
.btn.outline.light {
	color: #fff;
	background: 0 0;
	border: 2px solid #ccc;
	border: 2px solid rgba(255,255,255,.3);
}
.btn.dark {
	color: #111;
	background: #aaa;
	background: rgba(17,17,17,.3);
}
.btn.outline.dark {
	color: #111;
	background: 0 0;
	border: 2px solid #aaa;
	border: 2px solid rgba(17,17,17,.3);
}
.btn.white {
	color: #111;
	background: #fff;
}
.btn.outline.white {
	color: #fff;
	background: 0 0;
	border: 2px solid #fff;
}
.header {
	position: relative;
	display: block;
	width: 100%;
	height: 640px;
}
.header.large {
	height: 100vh;
}
.header.medium {
	height: 480px;
}
.header.small {
	height: 320px;
}
.foot-message-1 {text-align:left;}
.foot-message-2 {text-align:left;}
.foot-message-2 p{line-height:30px;font-size:12px;margin-bottom:0;color: rgba(175, 182, 196, 1);}
.foot-message-2 a:hover{color:#c9d1d9}
.foot-address {background:url(../picture/address.svg) no-repeat 0px 0px;}
.foot-phone {background:url(../picture/phone.svg) no-repeat 0px 0px;}
.foot-email {background:url(../picture/email.svg) no-repeat 0px 0px;}
.foot-logo {margin:0 0 20px -10px}
.foot-list {float:right;margin:8px -20px 0 0;}
.foot-list li{float:left;margin:0 10px;}
.foot-list li a {color: rgba(201, 209, 217, 1);}
.time-line{position:relative;background:rgba(19,19,20,1) url(../picture/bg-time.svg) no-repeat bottom;background-size:cover;padding-bottom:120px;height:500px;}
.time-line .time{color:#fff;font-size:22px;font-weight:500;margin-bottom:30px;}
.time-line .title{color:#fff;font-size:16px;padding-top:20px}
.time-content {position:relative;z-index:3;top:100px;}
.time-line .content{text-align: center;padding:8px;font-size: 14px;}
.time-line .content br{margin-bottom:4px}
.progress-container {position:absolute;top:66px}
  .progress-container {
    width: 100%;
    height: 5px;

    border-radius: 5px;
    overflow: hidden;
  }
.time-point{width:10px;height:10px;border-radius:50%;background:rgba(19,19,20,1);border: 2px solid rgba(255, 255, 255, 1);margin:0 auto;}
  .progress-bar {
    height: 5px;
    background: transparent linear-gradient(270deg,#fefefe,#e9cad8 37%,#415fff 69%,#1637be) 0 0 no-repeat;
    width: 0;
    border-radius: 5px;
    animation: progress 1s linear forwards;
  }
.investor,.aboutus{
	background: rgba(19,19,20,1);
	margin-top:200px;
	margin-bottom:200px;
}

.investor-box{border-radius: 10px;
background: linear-gradient(340deg, rgba(30, 32, 36, 1) 50%,rgba(8, 24, 56, 1) 100%);
height:80px;text-align:center;margin-bottom:20px;
display:flex;
align-items:center;
justify-content:center;}
.about-title{font-size:18px;line-height:30px;color:#fff;margin-bottom:30px;}
.index-title-1{margin-bottom:10px;font-weight:500;font-size:32px;}
.index-title-2{margin-bottom:30px;font-weight:500;font-size:32px;}
.process {
	position: relative;
	margin-top: 200px;
	margin-bottom: 200px;
	background:rgba(19,19,20,1) url(../picture/bg2.png) no-repeat bottom;
    

	background-size:cover;
}

  @keyframes progress {
    0% { width: 0; }
    100% { width: 100%; }
  }
.product {background:rgba(19,19,20,1) url(../picture/product-2.svg) no-repeat;background-size:cover;padding:120px 0}
.product-box h3 {
    position: relative;
	margin:0 0 10px 11px;
	line-height:20px;
	font-size:20px;
}
.product-box h3::before{content: "";position:absolute;border-radius: 2px;background: linear-gradient(104.1deg, rgba(0, 113, 242, 1) 0%, rgba(110, 185, 246, 1) 100%);width:5px;height:19px;left:-11px;}
.product-box p {font-size:14px;}
.product-box p span{font-size:18px;padding-right:6px}
.product-desc {color: rgba(201, 209, 217, 1);font-size:16px;}
.product-desc p span{margin-right:40px}
.product-main{background:rgba(19,19,20,1) url(../picture/product-3.png) no-repeat center center;text-align: center;margin:0 auto; height:900px;}
.product-pic {position:relative;height:600px;}
[class^="pic-img-"] {position:absolute;}
.product-pic .pic-img-0{width:220px;height:auto;top: 0;left: 0;right: 0;margin: auto;}
.product-pic .pic-img-bg{width:800px;height:auto;top: 190px;left: 0;right: 0;margin: auto;}
.product-pic .pic-img-1{top:90px;left:180px;width:160px;height:auto}
.product-pic .pic-img-2 {top:90px;right:180px;width:160px;height:auto}
.product-pic .pic-img-3 {bottom:150px;left:70px;width:160px;height:auto}
.product-pic .pic-img-4 {width:160px;height:auto;left: 0;right: 0;bottom: 40px;margin: auto;}
.product-pic .pic-img-5 {bottom:150px;right:70px;width:160px;height:auto}
.news-list{padding:120px 0;}
.news-box {border-radius: 10px;border: 1px solid rgba(77, 114, 150, 1);background:rgba(28,28,31,1);clip-path: inset(0 round 10px);margin-bottom:80px;}
.news-box h3{font-size:16px;line-height:24px;padding:20px 20px 0 20px;}
.news-box p{font-size:16px;line-height:24px;text-align:right;margin-right:20px;}
.news-box .img-box {overflow:hidden;height:196px;justify-content: center;align-items: center;display:flex;}
.news-box img{height:auto;width:100%;}
.news-index{position:relative;}
.news-index-box{position:absolute;bottom:200px;z-index:2}
.news-index-box h2{font-size:36px;font-weight:700;letter-spacing: 0px;line-height: 54px;}
.product-pic-1{padding:0 60px 60px 0}
.index-video {padding-bottom:120px;}
.bg-video {

  width: 100%;
  object-fit: cover; /* 保持视频比例，裁剪溢出部分 */
}

.header-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1140px;
	min-width: 300px;
	text-align: center;
	z-index: 60;
}


@media only screen and (max-width: 768px) {
	.header-inner {top:40%}
    .header.large {height:90vh;}
	.header.medium {
		height: 320px;
	}
}
.header-inner h3{font-size:26px;}
.bg-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.bg-img.fixed {
	background-attachment: scroll;
}
.no-touch .bg-img.fixed {
	background-attachment: fixed;
}
.title {
	text-align: center;
}
.title h1,.title h2 {
	font-size: 40px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 78px;
	margin-bottom: 30px;
	background:linear-gradient(120deg, rgba(97, 171, 255, 1) 45%, rgba(125, 201, 255, 1) 42%, rgba(255, 255, 255, 1) 50%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.jb{background:linear-gradient(162.96deg, rgba(97, 171, 255, 1) 1.11%, rgba(125, 201, 255, 1) 11.53%, rgba(255, 255, 255, 1) 65%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;}
.jb2{background:linear-gradient(120deg, rgba(97, 171, 255, 1) 40%, rgba(125, 201, 255, 1) 11.53%, rgba(255, 255, 255, 1) 65%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;}

a.underline {
	padding-bottom: 1px;
	border-bottom: 1px dotted #ccc;
}
a.underline:hover {
	border-bottom: 1px dotted #111;
}
a.inverted:hover {
	color: #fff;
}
a.inverted.underline {
	padding-bottom: 1px;
	border-bottom: 1px dotted #555;
}
a.inverted.underline:hover {
	border-bottom: 1px dotted #fff;
}
a.arrow-link {
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #111;
}
a.arrow-link:before {
	font-family: FontAwesome;
	content: '\f054';
	color: #aaa;
	margin-right: 7px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
a.arrow-link:hover,a.arrow-link:hover::before {
	color:#ff4800;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.oc-left,.oc-right {
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index:10
}
.oc-left {
	left: 60px;

}
.oc-right {
	right:60px;
}
@media only screen and (max-width: 1220px) {
	.oc-left,.oc-right {
		top: 100%;
		margin-top: 20px;
	}
	.oc-left {
		left: 50%;
		margin-left: -40px;
	}
	.oc-right {
		right: 50%;
		margin-right: -40px;
	}
}
.oc-left i,.oc-right i {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 42px;
	text-align: center;
	color: #ccc;
}
.oc-left i:hover,.oc-right i:hover {
	color: #aaa;
}
@media only screen and (max-width: 1220px) {
	.oc-left i,.oc-right i {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 28px;
	}
}
.overlay-item {
	position: relative;
	color: #fff;
	line-height: 0;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.overlay-item:hover .overlay{background-color:rgba(0,0,0,0);	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;}
.o-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: rgba(255,255,255,0);
	background: rgba(0,0,0,0);
	visibility: visible;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.overlay-item a:hover>.o-hover,.overlay-item:hover>.o-hover {
	color: rgba(255,255,255,1);
	background: rgba(0,0,0,.5);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.o-hover span {
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.o-hover em {
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(255,255,255,0);
	display: inline-block;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.overlay-item a:hover>.o-hover em,.overlay-item:hover>.o-hover em {
	color: rgba(255,255,255,1);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.o-hover i {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
	color: rgba(255,255,255,0);
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.overlay-item a:hover>.o-hover i,.overlay-item:hover>.o-hover i {
	color: rgba(255,255,255,1);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.overlay-item a:hover>.o-hover i:hover,.overlay-item:hover>.o-hover i:hover {
	color: #111;
	background:#fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.o-hover i.fa-2x {
	font-size: 2em;
}
.overlay-item a:hover>.o-hover i.fa-2x:hover,.overlay-item:hover>.o-hover i.fa-2x:hover {
	color: #fff;
	background: 0 0;
}
.e-info {
	position: relative;
	display: block;
	background: #fff;
	padding: 15px 15px 25px;
	text-align: center;
}
.e-info h3 {
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 0;
}
.e-info p {
	color: #aaa;
	line-height: 20px;
	margin-bottom: 0;
}
.top-bar {
	position: fixed;
	top: 0;
	display: block;
	width: 100%;
	background: #111;
	background: rgba(7,7,7,.9);
	z-index: 999;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.tb-logo {
	margin-left: 20px;
}
.tb-logo h1 {
	float: left;
	text-align: left;
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 25px;
	color: #fff;
	margin-top: 15px;
	margin-bottom: 0;
}
.tb-logo h1 a {
	text-decoration: none;
	color: #fff;
}
.tb-logo h1 a:hover {
	color: #fff;
}
.tb-logo img {
	float: left;
	text-align: left;
	width: auto;
	max-height: 40px;
	margin: 10px 10px 0 0;
}
#toggle,.menu ul ul,.toggle {
	display: none;
}
.menu ul li:hover>ul {
	display: block;
}
.menu {
	float: right;
	text-align: left;
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 25px;
}
.menu ul {
	position: relative;
	display: table-cell;
	list-style: none;
}
.menu ul::after {
	content: "";
	clear: both;
	display: block;
}
.menu ul li {
	float: left;
}
.menu ul li:hover a {
	color: #fff;
}
.menu ul li a {
	display: block;
	padding: 15px 20px;
	color: #777;
	text-decoration: none;
}
.menu .active{font-weight:800 !important;color:#fff !important;}
@media only screen and (max-width: 1024px) {
	.menu ul li a {
		padding: 15px 10px;
	}
}
.menu ul ul {
	position: absolute;
	top: 100%;
	background: #111;
	background: rgba(7,7,7,.9);
	padding: 0 0 10px;
	min-width: 150px;
}
.menu ul ul li {
	float: none;
	position: relative;
}
.menu ul ul li a {
	padding: 10px 20px;
	color: #777 !important;
}
.menu ul ul li a:hover {
	color: #fff !important;
}
.menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
@media only screen and (max-width: 768px) {
	.top-bar {
		padding-top: 0;
	}
	.toggle {
		display: block;
		position: relative;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		user-select: none;
		color: #777;
		float: right;
		font-family: FontAwesome;
		text-align: center;
		font-size: 14px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
		z-index:99;
	}
	.toggle:hover {
		color: #fff;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-ms-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	.toggle::after{
		content: '\f0c9';
	}
	#toggle:checked~.menu {
		display: block;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	#toggle:checked+.toggle::after {
		content: '\f077';
	}
	.menu {
		display: none;
		filter: alpha(opacity=0);
		opacity: 0;
		margin-top: 50px;
		width: 100%;
		position: absolute;
		right: 0;
		height: auto;
		text-align: left;
		background: #111;
		background: rgba(7,7,7,.9);
		padding-bottom: 10px;
		padding-left: 30px;
	}
	.menu ul li {
		display: block;
		width: 100%;
		line-height: 30px;
		margin: 0;
	}
	.menu ul li a {
		display: block;
		width: 100%;
		padding: 0;
	}
	.menu ul ul {
		display: block;
		position: relative;
		top: 0;
		background: 0 0;
		padding: 0;
	}
	.menu ul ul li a {
		padding: 0;
	}
	.menu ul ul ul {
		position: relative;
		top: 0;
		left: 0;
	}
}
@media only screen and (max-width: 480px) {
	.tb-logo {
		margin-left: 5px;
	}
	.toggle {
		margin-right: -10px;
	}
	.menu {
		padding-left: 15px;
	}
}
.tb-large {
	padding-top: 25px;
	padding-bottom: 25px;
}
.tb-small {
	padding-top: 0;
	padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
	.tb-large {
		padding-top: 0;
		padding-bottom: 0;
	}
}
.top-bar.tb-transp {
	background: none;
	background: rgba(7,7,7,0);
}
.tb-transp .menu ul li a {
	color: #c9d1d9;
	color: rgba(201,209,217,1);
	font-size:16px;
	font-weight:400;
}
.tb-transp .menu ul li:hover a {
	color: #fff;
}
.tb-small.tb-transp {

	background: rgba(19,21,23,.7);
}
@media only screen and (max-width: 768px) {
	.top-bar.tb-transp {
		background: #111;
		background: rgba(7,7,7,.9);
	}
}
.home {
	z-index: 1;
}
.topspace {
	padding-top: 105px;
	background: #111;
}
@media only screen and (max-width: 768px) {
	.topspace {
		padding-top: 50px;
	}
}
.intro {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.icon-nav {
	text-align: center;
	margin-bottom: 25px;
}
.icon-nav a {
	display: inline-block;
}
.icon-nav i {
	display: block;
	margin: 0 auto 10px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 36px;
	color: #ccc;
	background: 0 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
@media only screen and (max-width: 768px) {
	.icon-nav i {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 24px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
  }
  .overlay-item{height:110px;margin-bottom:14px}
}
.icon-nav a:hover>i {
	color: #fff;
	background: #ff4800;
}
.icon-nav b {
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 20px;
	color: #111;
	display: block;
}
.icon-nav em {
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #aaa;
	display: block;
}
.work {
	background: #f4f4f4;
	padding-top: 100px;
	padding-bottom: 100px;
}
.work .oc-left,.work .oc-right {
	margin-top: -65px;
}
@media only screen and (max-width: 1220px) {
	.work .oc-left,.work .oc-right {
		margin-top: 20px;
	}
}
.cta {
	padding-top: 100px;
	padding-bottom: 100px;
}
.services {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.service-item {
	position: relative;
	display: block;
	text-align: center;
	height:100vh;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;

}
.service-item h3 {
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 20px;
	color: #111;
	margin-bottom: 0;
}
.service-item .subline {
	font-style: normal;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #aaa;
}
.service-item .serif {
	color: #aaa;
}
.service-item hr {
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #ccc;
	margin-bottom: 20px;
}
.service-item ul {
	margin-bottom: 25px;
}
.service-item i {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 48px;
	color: #ccc;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.service-item:hover>i {
	color: #ff4800;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.service-item:hover>a.arrow-link::before {
	color: #ff4800;
}
.services .oc-left,.services .oc-right {
	top: 70px;
	margin-top: 0;
}
@media only screen and (max-width: 1220px) {
	.services .oc-left,.services .oc-right {
		top: 100%;
		margin-top: 0;
	}
}

.icon-circle {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
.icon-circle img {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.icon-circle:hover>i {
	font-size: 48px;
	color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.icon-circle p {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.icon-circle:hover>p {
	color: #aaa;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.about {
	background: #f4f4f4;
	padding-top: 100px;
	padding-bottom: 100px;
}
.bg-white {
	background: #fff;
}
.bg-padding {
	padding: 75px 20px;
}
.qs-wrap p {
	color: #aaa;
}
.qs-wrap {
	margin-top: 2px;
}
.qs-wrap .bx-wrapper .bx-pager {
	bottom: -25px;
}
.qs-wrap .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #ccc;
	filter: alpha(opacity=100);
	opacity: 1;
}
.qs-wrap .bx-wrapper .bx-pager.bx-default-pager a.active,.qs-wrap .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ccc;
	filter: alpha(opacity=100);
	opacity: 1;
}
.about .oc-left,.about .oc-right {
	margin-top: -50px;
}
@media only screen and (max-width: 1220px) {
	.about .oc-left,.about .oc-right {
		margin-top: 20px;
	}
}
.contact {
	background: #fff;
	padding-top: 100px;
	padding-bottom: 100px;
}
.c-form {
	margin-top: -15px;
	text-align: left;
}
.c-form input:not([type]),.c-form input[type=color],.c-form input[type=date],.c-form input[type=datetime-local],.c-form input[type=datetime],.c-form input[type=email],.c-form input[type=month],.c-form input[type=number],.c-form input[type=password],.c-form input[type=search],.c-form input[type=tel],.c-form input[type=text],.c-form input[type=time],.c-form input[type=url],.c-form input[type=week],.c-form select,.c-form textarea {
	width: 100%;
	min-height: 50px;
	padding: 10px;
	border: 2px solid #f4f4f4;
	background: #f4f4f4;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 10px;
}
.c-form textarea {
	resize: none;
	height: 150px;
	font-size: 100%;
}
.c-message {
	text-align: left;
}
.c-message h6 {
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.error_message {
	text-align: left;
	color: red;
	margin-bottom: 10px;
}
.c-details a {
	color: #777;
	display: inline-block;
}
.c-details a:hover,.c-details a:hover i {
	color: #ff4800;
}
.c-details i {
	float: left;
	width: 15px;
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	color: #111;
}
.c-details span {
	display: block;
	width: auto;
	margin-bottom: 25px;
	margin-left: 30px;
}
.back-top-wrap {
	text-align: center;
	height: 0;
}
.back-top {
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ff4800;
	background: rgba(255,72,0,.9);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	z-index: 2;
}
.back-top:hover {
	background: rgba(255,72,0,1);
}
.social-footer {

	padding-top: 75px;
	padding-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #292929;
}
.sf-icons {
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}
.sf-icons i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	color: #888;
	margin: 10px;
}
.sf-icons i:hover {
	color: #fff;
}
.sf-icons p {
	margin-top: 15px;
	margin-bottom: 0;
}
.footer {
	background: rgba(19, 19, 20, 1);
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.footer-promo {
	display: none;
	background: #111;
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
.promo-control {
	position: relative;
	top: -25px;
	text-align: center;
	height: 0;
}
.promo-control a {
	padding-top: 10px;
	cursor: pointer;
	color: #333;
}
.promo-control a:hover {
	color: #777;
}
.fourofour,.fourofour .header {
	height: 100%;
}
.error-circle {
	display: inline-block;
	margin: 0 auto;
	width: 300px;
	height: 300px;
	border-radius: 150px;
	background: #fff;
	padding: 25px;
}
.error-circle h1 {
	font-size: 90px;
	line-height: 1em;
	margin-top: 30px;
	margin-bottom: 15px;
}
.error-circle h5 {
	margin-bottom: 15px;
}
.error-circle hr {
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #ccc;
	margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
	.title hr {
		margin-bottom: 50px;
	}
	.bg-padding {
		padding: 50px 15px;
	}
	.about,.contact,.cta,.intro,.process,.services,.social-footer,.work {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.process,.social-footer {
		padding-top: 75px;
		padding-bottom: 50px;
	}
	.footer,.footer-promo {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.section-slider {
		padding-top: 75px;
		padding-bottom: 100px;
	}
	.c-form {
		margin-bottom: 25px;
	}
    .investor, .aboutus{padding-bottom:20px}
	.time-line{height:600px}
	.time-line .time{font-size:14px;}
	.time-line .title{font-size:12px;line-height:18px}
	.progress-container{top:51px;}
	.title h1,.title h2{font-size:32px;}
	.product-main{height:530px;background-size: contain;}
	.product-pic{height:330px}
	.product-pic .pic-img-0{width:120px}
	.product-pic .pic-img-1{width:80px;left:60px;top:70px;}
	.product-pic .pic-img-2{width:80px;right:60px;top:70px;}
	.product-pic .pic-img-3{width:80px;left:20px;bottom:40px}
	.product-pic .pic-img-4{width:80px;bottom:0;}
	.product-pic .pic-img-5{width:80px;right:20px;bottom:40px}
	.product-pic .pic-img-bg {top:100px}

	.index-title-1 {font-size:26px;}
    .index-title-2{font-size:26px;}
	.about-title {font-size:14px;}
	.service-item{background-position:33% 100%;}

.news-index-box h2{font-size:24px;line-height:40px;font-weight:500}
.news-index-box{padding:20px}
.btn, button, input[type=submit]{font-size:16px;}
.process{margin-top:60px;margin-bottom:60px;}
}
@media only screen and (max-width: 480px) {
	.title hr {
		margin-bottom: 25px;
	}
	.bg-padding {
		padding: 25px 10px;
	}
	.about,.contact,.cta,.intro,.process,.services,.work {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.social-footer {
		padding-top: 50px;
		padding-bottom: 25px;
	}
	.footer,.footer-promo {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.section-slider {
		padding-top: 50px;
		padding-bottom: 100px;
	}
	.error-circle {
		width: 220px;
		height: 220px;
		border-radius: 110px;
		padding: 15px;
	}
	.error-circle h1 {
		font-size: 60px;
		line-height: 1em;
		margin-top: 25px;
		margin-bottom: 10px;
	}
	.error-circle h5 {
		font-size: 12px;
		margin-bottom: 5px;
	}
	.error-circle hr {
		display: inline-block;
		width: 40px;
		height: 2px;
		background: #ccc;
		margin-bottom: 5px;
	}
}
.background-one {

	background-image: url('../picture/1.jpg');
}
.background-two {
	background-image: url('../picture/bg-about.svg');
}
.background-three {
	background-image: url('../picture/bg-product.svg');
}
.background-four {
	background-image: url('../picture/bg-hr.svg');
}
.background-five {
	background-image: url('../image/bg-5.jpg');
}
.loader {
	margin-left: 10px;
}