@charset "utf-8";

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

/*基本样式///////////////////////////////////////////////////////////////////////////////////////*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: pingfang SC, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
	font-size: 16px;
	line-height: 1.42857143;
	color: #fff;
	background-color: #fff;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ul li {
	list-style: none;
	padding: 5px 0;
}

dt,
dd {
	float: left;
}

dl:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

a {
	text-decoration: none;
}

h1,
h2 {
	font-family: "microsoft yahei";
}

abbr,
acronym {
	border: 0;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
	line-height: unset;
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

.header-wrapper,
.menu,
.preloader {
	display: flex;
	flex-wrap: wrap;
}

.banner-shape::after,
.banner-shape::before {
	position: absolute;
	content: '';
}

.header-section {
	position: fixed;
	width: 100%;
	left: 0;
	top: 15px;
	z-index: 99;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s
}

.header-section.active {
	top: 0;
	background: #1C233E;
	border-bottom: 1px solid #535C78;
}

.header-wrapper {
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
}

.header-wrapper .logo {
	width: 200px;
}

.header-wrapper .logo a {
	display: block;
}

.header-wrapper .logo img {
	max-width: 100%;
}

.container {
	width: 1280px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

section .container {
	margin-top: 20px;
}

.show {
	display: block !important;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.navbar-custom {
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
}

.navbar-custom .navbar-nav li a {
	line-height: 28px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 1em;
	text-transform: capitalize;
	transition: all 0.5s;
	margin: 0 20px;
	font-weight: 500;
}

.navbar-collapse {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;

	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse::after {
	display: table;
	content: " ";
}

.navbar-collapse::after {
	clear: both;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.navbar-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-custom .navbar-nav li {
	padding: 0;
	position: relative;
}

.navbar-custom .navbar-nav li span {
	display: block;
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 0;
	height: 4px;
	border-radius: 2px;
	background: none;
	top: 40px;
	margin: 0 10%;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
}

.navbar-custom .navbar-nav li.current a,
.navbar-custom .navbar-nav li a:hover {
	color: #ffffff !important;
	font-weight: bold;
	text-decoration: none;
}

.navbar-custom .navbar-nav li.current span,
.navbar-custom .navbar-nav li:hover span {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #1FAEFF;
	background-image: linear-gradient(to right, #1FAEFF, #00ffe4);
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 80%;
}

.navbar-toggle {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}

.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	font-size: 18px;
	background: 0 0;
	border: 1px solid transparent;
	color: #ffffff;
	outline: 0;
}

.navbar-toggler {
	border: none;
	background: none;
	position: relative;
	display: block;
	width: 34px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
}

.navbar-toggler span {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -2px;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.navbar-toggler[aria-expanded="false"] span,
.navbar-toggler[aria-expanded="false"] span::before,
.navbar-toggler[aria-expanded="false"] span::after,
.navbar-toggler[aria-expanded="true"] span,
.navbar-toggler[aria-expanded="true"] span::before,
.navbar-toggler[aria-expanded="true"] span::after {
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #ffffff;
}

.navbar-toggler[aria-expanded="false"] span::before,
.navbar-toggler[aria-expanded="false"] span::after,
.navbar-toggler[aria-expanded="true"] span::before,
.navbar-toggler[aria-expanded="true"] span::after {
	content: '';
	right: 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.navbar-toggler[aria-expanded="false"] span::before {
	top: -6px;
}

.navbar-toggler[aria-expanded="false"] span::after {
	top: 6px;
}

.navbar-toggler[aria-expanded="true"] span {
	background: rgba(255, 255, 255, 0);
}

.navbar-toggler[aria-expanded="true"] span::before {
	-webkit-transform: translateX(4px) translateY(-9px) rotate(45deg);
	-moz-transform: translateX(4px) translateY(-9px) rotate(45deg);
	-ms-transform: translateX(4px) translateY(-9px) rotate(45deg);
	-o-transform: translateX(4px) translateY(-9px) rotate(45deg);
	transform: translateX(4px) translateY(-9px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] span::after {
	-webkit-transform: translateX(4px) translateY(8px) rotate(-45deg);
	-moz-transform: translateX(4px) translateY(8px) rotate(-45deg);
	-ms-transform: translateX(4px) translateY(8px) rotate(-45deg);
	-o-transform: translateX(4px) translateY(8px) rotate(-45deg);
	transform: translateX(4px) translateY(8px) rotate(-45deg);
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none;
}

.banner-section {
	padding: 270px 0;
	position: relative;
	overflow: hidden;
}

.bg_img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner-shape {
	position: absolute;
	top: 0;
	left: 14%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.102);
}

.banner-shape::after,
.banner-shape::before {
	width: 1px;
	height: 30px;
}

.banner-shape::before {
	background: #00eaab;
}

.banner-shape::after {
	background: #0057FF;
}

.banner-shape.shape-2 {
	left: 30%;
}

.banner-shape.shape-3 {
	left: 42%;
}

.banner-shape.shape-4 {
	left: 56%;
}

.banner-shape.shape-5 {
	left: 70%;
}

.banner-shape.shape-6 {
	left: 85%;
}

.banner-shape:nth-of-type(odd)::before {
	animation: 13s linear nama_utha infinite;
	-webkit-animation: 13s linear nama_utha infinite;
	-moz-animation: 13s linear nama_utha infinite;
}

.banner-shape:nth-of-type(even)::after {
	animation: 15s linear nama_utha infinite;
	-webkit-animation: 15s linear nama_utha infinite;
	-moz-animation: 15s linear nama_utha infinite;
}

.banner-shape:nth-of-type(even)::before {
	animation: 13s linear utha_nama infinite;
	-webkit-animation: 13s linear utha_nama infinite;
	-moz-animation: 13s linear utha_nama infinite;
}

.banner-shape:nth-of-type(odd)::after {
	animation: 15s linear utha_nama infinite;
	-webkit-animation: 15s linear utha_nama infinite;
	-moz-animation: 15s linear utha_nama infinite;
}

@media(max-width:575px) {
	.banner-shape.shape-1 {
		left: 16px;
	}

	.banner-shape.shape-2 {
		left: 50%;
	}

	.banner-shape.shape-3 {
		left: calc(100% - 16px);
	}

	.banner-shape.shape-4,
	.banner-shape.shape-5,
	.banner-shape.shape-6 {
		display: none;
	}
}

@keyframes nama_utha {
	0% {
		bottom: 0;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	100% {
		bottom: 100%;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes utha_nama {
	0% {
		top: 0;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		top: 100%;
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}
}

.banner-content {
	position: relative;
	max-width: 519px;
	float: right;
}


.banner-content h1 {
	font-size: 2.5em;
	margin-bottom: 20px;
}

.banner-content p {
	font-size: 1.2em;
	opacity: .6;
}

.production {
	background-color: #fff;
	padding: 80px 0 50px;
	text-align: center;
	color: #0e1b26;
}

.title {
	font-size: 2.5em;
	margin-bottom: 20px;
}

.text {
	font-size: 1.2em;
	margin-bottom: 20px;
}

.pro-list,
.idea-list,
.contact-list {
	display: flex;
	margin: 80px 0;
}

.pro-list li {
	width: 25%;
	cursor: pointer;
	box-shadow: 0px 0px 50px 0 #fff;
}
.pro-list li:hover {
	box-shadow: 8px 8px 50px 0 rgba(55, 99, 170, .1);
	border-radius: 10px;
}

.pro-list li .img {
	padding: 40px 20px 20px 20px;
	display: flex;
	align-content: center;
	justify-content: center;
}

.pro-list li .img img {
	height: 180px;
	border-radius: 8px;
	border: 2px solid #FFFFFF;
}

.pro-list li p {
	padding: 20px 40px 40px;
	line-height: 30px;
}

.about {
	padding: 80px 0;
	background-image: url(../img/about_bg.png);
	background-color: #242933;
	color: #fff;
	background-size: cover;
}

.about h1,
.idea h1 {
	text-align: center;
	margin-bottom: 50px;
}

.about p {
	font-size: 1em;
	line-height: 30px;
}

.about p {
	margin-bottom: 40px;
}

.idea {
	padding: 80px 0 20px;
	color: #0e1b26;
}

.idea-list li {
	width: 33.3%;
	padding:0 40px;
}


.idea-list li h2 {
	font-size: 26px;
	background: url(../img/V.svg) no-repeat left center;
	height: 105px;
	line-height: 105px;
	margin-bottom: 10px;
}

.idea-list li h2 span {
	color: #0057FF;
	padding-right: 30px;
	text-transform: uppercase;
}

.idea-list li p {
	line-height: 32px;
}

.contact {
	padding: 60px 0;
	background-color: #1C233E;
}

.contact-list li {
	width: 40%;
	border-right: 1px rgba(255, 255, 255, .1) solid;
	display: flex;
	justify-content: center;

}

.contact-list li:first-child {
	width: 25%;
	justify-content: flex-start;
}

.contact-list li:last-child {
	border-right: none;
}

.tell,
.add {
	width: 260px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}

.add {
	margin-bottom: 0;
}

.tell dt,
.add dt {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.tell dd {
	font-size: 32px;
	font-weight: bold;
	font-family: "microsoft yahei";
}

.tell dt i,
.add dt i {
	margin-right: 10px;
}

.QRcode {
	width: 35% !important;
	justify-content: flex-end !important;
}

.QRcode dl {
	margin-right: 80px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.QRcode dl:last-child {
	margin-right: 0;
}

.QRcode dl dt {
	margin-bottom: 20px;
}

.main-footer {
	border-top: 1px solid rgba(255, 255, 255, .2);
	background: #1C233E;
}

.copyright {
	color: rgba(255, 255, 255, .5);
	padding-top: 14px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
}

.copyright a {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, .5);
}

.copyright a img {
	margin-right: 10px;
}

.glyphicon {
	padding-right: 20px;
	color: #4eb7fe;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
	visibility: hidden;
	opacity: 0;
}

.overlay.active {
	opacity: 1;
	visibility: visible;
}

.scrollToTop {
	width: 35px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	z-index: 999;
	bottom: 30px;
	right: 30px;
	position: fixed;
	border-radius: 5px;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	background: #0057FF;
	text-align: center;
}

.scrollToTop:hover {
	color: #fff
}

.scrollToTop.active {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	animation: bounceInDown 2s;
	-webkit-animation: bounceInDown 2s;
	-moz-animation: bounceInDown 2s
}

.scrollToTop img {
	width: auto;
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	background: #1C233E;
	z-index: 999;
}

.loader {
	animation: rotate 1s infinite;
	height: 50px;
	width: 50px;
}

.loader:before,
.loader:after {
	border-radius: 50%;
	content: '';
	display: block;
	height: 20px;
	width: 20px
}

.loader:before {
	animation: ball1 1s infinite;
	background-color: #0057FF;
	box-shadow: 30px 0 0 #0057FF;
	margin-bottom: 10px
}

.loader:after {
	animation: ball2 1s infinite;
	background-color: #00DDBB;
	box-shadow: 30px 0 0 #00DDBB
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(0.8);
		-moz-transform: rotate(0deg) scale(0.8)
	}

	50% {
		-webkit-transform: rotate(360deg) scale(1.2);
		-moz-transform: rotate(360deg) scale(1.2)
	}

	100% {
		-webkit-transform: rotate(720deg) scale(0.8);
		-moz-transform: rotate(720deg) scale(0.8)
	}
}

@keyframes ball1 {
	0% {
		box-shadow: 30px 0 0 #00DDBB
	}

	50% {
		box-shadow: 0 0 0 #00DDBB;
		margin-bottom: 0;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px)
	}

	100% {
		box-shadow: 30px 0 0 #00DDBB;
		margin-bottom: 10px
	}
}

@keyframes ball2 {
	0% {
		box-shadow: 30px 0 0 #0057FF
	}

	50% {
		box-shadow: 0 0 0 #0057FF;
		margin-top: -20px;
		-webkit-transform: translate(15px, 15px);
		-moz-transform: translate(15px, 15px)
	}

	100% {
		box-shadow: 30px 0 0 #0057FF;
		margin-top: 0
	}
}

@media screen and (min-width: 1280px) {
	.container {
		width: 1280px;
	}
}
@media (min-width: 912px) and (max-width: 1280px) {
	.container {
		width: 90%;
	}
	.idea-list li {
		padding-right: 40px;
		padding-left: 0!important;
	}
	.QRcode dl {
		margin-right: 40px;
	}
}
@media screen and (min-width: 912px) {
	.navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		justify-content: flex-end;
		border: none;
		box-shadow: none;
		padding: 0;
		margin-top: -15px;
	}

	.navbar-toggler {
		display: none !important;
	}
}

@media (max-width: 910px) and (min-width: 200px) {
	.header-wrapper .logo {
		width: 150px;
	}

	.header-section .navbar-custom {
		padding: 15px 0px !important;
		color: #ffffff !important;
	}

	.header-section.active {
		box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
	}

	.header-section .navbar-custom .navbar-collapse {
		margin-top: 15px;
		background: rgba(17, 31, 44, 0.9);
	}

	.navbar-custom .navbar-nav {
		margin-top: 20px;
	}

	.navbar-custom .navbar-nav li.active {
		border-color: transparent;
	}

	.navbar-custom .navbar-nav li a {
		transition: all 0.4s;
		margin: 0px;
		padding: 6px 0;
		border-top: none !important;
	}

	.navbar-custom>.container {
		width: 90%;
	}

	.navbar-custom .navbar-nav li {
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
	}

	.navbar-custom .navbar-nav li span {
		margin: 0;
	}

	.navbar-custom .navbar-nav li.current span,
	.navbar-custom .navbar-nav li:hover span {
		width: 60px;
	}

	.container {
		width: 90%;
	}

	.pro-list,
	.idea-list,
	.contact-list {
		flex-direction: column;
	}

	.pro-list li,
	.idea-list li,
	.contact-list li {
		width: 100% !important;
		margin: 20px 0;
		padding-left: 0 !important;
		padding-right: 0 !important;
		border: none;
		border-bottom: 1px #dedede solid;
	}

	.idea-list li,
	.contact-list li {
		margin: 0;
		margin-bottom: 80px;
		padding-bottom: 40px;
	}

	.contact-list li {
		border-color: rgba(255, 255, 255, 0.2);
		padding-bottom: 40px;
		justify-content: center !important;
	}

	.idea-list li:last-child,
	.contact-list li:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}

	.tell,
	.add {
		width: 300px;
		margin-bottom: 40px;
	}

	.copyright {
		flex-direction: column;
		justify-content: center;
	}

	.copyright p {
		margin-bottom: 20px;
		text-align: center;
	}

	.copyright a {
		justify-content: center;
	}

	.collapse:not(.show) {
		display: none !important;
	}
}
