@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	white-space: normal;
	word-wrap: break-word
}
body {
	font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
	min-width: 100%;
}
.dc-icon {
	display: inline-block
}
ul.list-style-none, ul.list-style-none li {
	list-style: none;
	margin: 0;
	padding: 0
}
a {
	text-decoration: none
}
.full-screen {
	height: 100vh;
	min-height: 800px
}
input[type=number], input[type=password], input[type=text], textarea {
	width: 100%;
	padding: .8225em;
	font-size: 14px;
	color: #333;
	border: 1px solid #ddd;
	border-radius: 0;
	background-color: #fff;
	outline: 0;
}
input[type=number]:hover, input[type=password]:hover, input[type=text]:hover, textarea:hover {
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 1px 1px 3px 1px #f8f8f8, inset -1px -1px 3px 1px #f8f8f8;
	box-shadow: inset 1px 1px 3px 1px #f8f8f8, inset -1px -1px 3px 1px #f8f8f8
}
input[type=number]:active, input[type=number]:focus, input[type=password]:active, input[type=password]:focus, input[type=text]:active, input[type=text]:focus, textarea:active, textarea:focus {
	border: 1px solid #65c3fe;
	-webkit-box-shadow: inset 1px 1px 3px 1px #e0f3ff, inset -1px -1px 3px 1px #e0f3ff;
	box-shadow: inset 1px 1px 3px 1px #e0f3ff, inset -1px -1px 3px 1px #e0f3ff
}
input[type=number].warning, input[type=password].warning, input[type=text].warning, textarea.warning {
	border: 1px solid #fea319;
	-webkit-box-shadow: inset 1px 1px 3px 1px #ffedd1, inset -1px -1px 3px 1px #ffedd1;
	box-shadow: inset 1px 1px 3px 1px #ffedd1, inset -1px -1px 3px 1px #ffedd1
}
.warning {
	border: 1px solid #fea319;
	-webkit-box-shadow: inset 1px 1px 3px 1px #ffedd1, inset -1px -1px 3px 1px #ffedd1;
	box-shadow: inset 1px 1px 3px 1px #ffedd1, inset -1px -1px 3px 1px #ffedd1;
	padding: 5px
}
input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#ccc
}
input[type=number]:-moz-placeholder, input[type=password]:-moz-placeholder, input[type=text]:-moz-placeholder, textarea:-moz-placeholder {
color:#ccc
}
input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]::-moz-placeholder, textarea::-moz-placeholder {
color:#ccc
}
input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#ccc
}
.select-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
.input-with-tips {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 0
}
.input-with-tips .tips {
	position: absolute;
	bottom: -4px;
	right: 0;
	font-size: 14px;
	color: #fea319
}
.input-with-tips .short-tips {
	right: 50%
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0
}
.inline {
	display: inline-block;
	vertical-align: middle
}
.inline-top {
	display: inline-block;
	vertical-align: top
}
.black-h1 {
	padding-top: 3.85%;
	font-size: 45px;
	color: #404040;
	text-align: center
}
.btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding: .6em 2.4em;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 3px
}
.btn.disabled, .btn[disabled] {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed
}
a.btn.disabled {
	pointer-events: none
}
.btn-blue {
	background-color: #0098fe;
	color: #fff
}
.btn-blue:hover {
	background-color: #0084eb
}
.btn-blue:active, .btn-blue:focus {
	background-color: #0084eb
}
.btn-blue.disabled, .btn-blue:disabled {
	background-color: #a6dbfe
}
a.tungee-link:active, a.tungee-link:active *, a.tungee-link:focus, a.tungee-link:focus *, a.tungee-link:hover, a.tungee-link:hover * {
	color: #0096ff
}
.toast {
	position: fixed;
	left: 50%;
	top: 40%;
	z-index: 10000;
	display: none;
	width: 320px;
	margin-left: -160px;
	padding: 1.6em;
	font-size: 16px;
	color: #484848;
	background-color: #fff;
	border: 1px solid #0096ff;
	-webkit-box-shadow: 0 0 5px 1px #ddd;
	box-shadow: 0 0 5px 1px #ddd;
	text-align: center
}
.toast.active {
	display: block
}
.hidden {
	display: none!important
}
.invisible {
	visibility: hidden
}
.left {
	text-align: left
}
.right {
	text-align: right
}
.center {
	text-align: center
}
.tungee-head-bar {
	font-size: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	height: 64px;
	width: 100%;
	line-height: 64px
}
.tungee-head-bar .logo {
	width: 20%;
	padding-left: 64px;
	position:relative;
}
.tungee-head-bar .logo-link {
	display: inline-block;
	line-height: 64px
}
.tungee-head-bar .logo-link img {
	vertical-align: middle
}
.tungee-head-bar .right {
	text-align: right;
	padding-right: 64px;
	height: 100%;
	width: 80%;
}
.tungee-head-bar .link {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 48px;
	text-decoration: none;
	font-size: 16px;
	color: #fafafa;
	letter-spacing: .63px
}
.tungee-head-bar .link .text {
	height: 100%;
	cursor: pointer
}

.tungee-head-bar .link a {
	color: #fafafa;
	text-decoration: none
}
.tungee-head-bar .link .triangle {
	display: none;
	position: absolute;
	bottom: 0;
	width: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-color: transparent transparent #fff transparent;
	border-width: 6px;
	border-style: solid
}
.tungee-head-bar .link .product.triangle {
	border-color: transparent transparent #29b5ff transparent
}
.tungee-head-bar .link:hover {
	color: #aaa
}
.tungee-head-bar .link:hover a {
	color: #aaa
}
.tungee-head-bar .head-btn {
	text-align: center;
	font-size: 16px;
	letter-spacing: .63px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	border: 1px solid #fafafa;
	width: 100px;
	height: 34px;
	line-height: 34px;
	color: #fafafa
}
.tungee-head-bar .registor {
	background: #fff;
	font-size: 16px;
	color: #404040;
	letter-spacing: .55px
}
.tungee-head-bar .head-btn:hover {
	color: #aaa
}
.tungee-head-bar .login-btn {
	margin-right: 1.25%
}
.second-header:hover, .tungee-head-bar:hover {
	background: #1d2327
}

.tungee-head-bar .logo span { position:absolute; left:64px; top:63px; width:0px; border-bottom-left-radius:10px;border-bottom-right-radius:10px; opacity:0.95; overflow:hidden;}
.tungee-head-bar .logo span img{ width:100%;}
.tungee-head-bar .logo:hover span{ width:466px;transition:all 0.68s ease;-moz-transition:all 0.68s ease;-ms-transition:all 0.68s ease;-webkit-transition:all 0.68s ease;}
.code-select {
	position: relative;
	width: 88px;
	padding-left: 10px;
	border: 1px solid #d9d9d9;
	border-right: none;
	line-height: 42px;
	background: #fff;
	font-size: 13px;
	color: #000
}
.code-select::after {
	position: absolute;
	top: 50%;
	left: 56px;
	width: 14px;
	height: 14px;
	line-height: initial;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: url(/img/icons/down-arrow-1cbb43e1f1.svg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.code-select-active {
	border: 1px solid #65c3fe;
	-webkit-box-shadow: inset 1px 1px 3px 1px #e0f3ff, inset -1px -1px 3px 1px #e0f3ff;
	box-shadow: inset 1px 1px 3px 1px #e0f3ff, inset -1px -1px 3px 1px #e0f3ff
}
.code-select-active.code-select::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}
.code-list {
	display: none;
	position: absolute;
	top: 48px;
	padding: 0;
	list-style: none;
	max-height: 180px;
	overflow-y: scroll;
	width: 100%;
	border: 1px solid #dfdfdf;
	background: #fff;
	font-size: 13px;
	color: #000;
	z-index: 99
}
.code-list li {
	padding: 8px
}
.code-list li:hover {
	background-color: #e6f7ff
}
.code-list-active {
	display: block
}
.contact {
	background: url(/img/home/contact-d81d464bfe.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 64px;
	text-align: center
}
.contact .title {
	padding-top: 3.85%;
	font-size: 45px;
	color: #fff;
	letter-spacing: 4.5px;
	text-align: center
}
.contact img {
	margin-top: 3%
}
.contact .contact-now {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 150px;
	font-size: 0
}
.contact .contact-now .code-select {
	position: relative;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	text-align: left
}
.contact .contact-now .code-select::after {
	left: 66px
}
.contact .contact-now .code-list {
	margin: 0;
	width: 555px;
	text-align: left
}
.contact .contact-now input {
	vertical-align: top;
	display: inline-block;
	width: 327px;
	height: 46px;
	line-height: 46px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.contact .contact-now input::-webkit-input-placeholder {
font-size:16px;
color:#ccc;
text-align:left
}
.contact .contact-now input::-ms-input-placeholder {
font-size:16px;
color:#ccc;
text-align:left
}
.contact .contact-now input::placeholder {
font-size:16px;
color:#ccc;
text-align:left
}
.contact .contact-now .contact-now-btn {
	vertical-align: top;
	display: inline-block;
	background: #08f;
	width: 140px;
	height: 46px;
	line-height: 46px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 4px
}
.contact .contact-now .contact-now-btn:hover {
	background: #007adc
}
.footer-wrapper {
	padding-bottom: 20px;
	background: #273036;
	padding-top: 2.6%;
	font-size: 0
}
.footer {
	width: 1200px;
	margin-right: auto;
	margin-left: auto
}
.footer .list {
	display: inline-block;
	width: 20%;
	padding: 0;
	text-align: left;
	vertical-align: top
}
.footer .list .phone {
	opacity: .7;
	font-size: 24px;
	color: #fafafa
}
.footer .title {
	opacity: .7;
	font-size: 18px;
	color: #fafafa;
	list-style: none;
	padding-bottom: 21px
}
.footer .text {
	margin-bottom: 8px
}
.footer .text a {
	text-decoration: none;
	font-size: 14px;
	color: rgba(255,255,255,.4);
	list-style: none
}
.footer .text a:hover {
	color: #fefcfc
}
.footer .text span {
	font-size: 14px;
	color: rgba(255,255,255,.4);
	list-style: none
}
.footer .other {
	font-size: 14px;
	color: #aaa;
	margin-top: 54px
}
.footer .other a {
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #aaa
}
.footer .other .line {
	padding-bottom: 19px
}
.footer .other .des {
	position: relative;
	padding-top: 19px;
	border-top: .5px solid rgba(255,255,255,.4)
}
.footer .other .right {
	position: absolute;
	right: 0;
	top: 14px
}
.footer .other .right a {
	margin-left: 12px;
	vertical-align: middle
}
.footer .other .right a img {
	height: 30px
}
.footer .other #footer-copyright {
	display: inline-block
}
.try-button {
	display: block;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 4px;
	width: 200px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background: 0 0;
	text-decoration: none
}
.try-button:hover {
	opacity: .9;
	background: #fff;
	font-size: 18px;
	color: #333;
	letter-spacing: .71px
}
.cards {
	margin-top: 69px
}

.hover-card-wrapper .icon {
	padding-top: 11.2%;
	text-align: center
}
.hover-card-wrapper .icon .img-wrapper {
	width: 10.8%;
	height: 8.66%;
	margin: 0 auto
}
.hover-card-wrapper .icon .img-wrapper img {
	width: 100%;
	height: 100%
}
.hover-card-wrapper h2 {
	font-size: 28px;
	color: #fff;
	letter-spacing: 3.73px;
	margin-top: 5.14%
}
.hover-card-wrapper .sub-title {
	margin-top: 4%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 29px;
	opacity: 0
}
.hover-card-wrapper:nth-child(4), .hover-card-wrapper:nth-child(5), .hover-card-wrapper:nth-child(6) {
	border-bottom: none
}
.hover-card-wrapper:nth-child(3), .hover-card-wrapper:nth-child(6) {
	border-right: none
}
.third-mouse-enter {
	background-image: linear-gradient(-1deg, rgba(6,35,65,.68) 0, rgba(51,51,51,0) 100%);
	cursor: default;
}
.third-mouse-enter .main {
	-webkit-transform: translateY(-18%);
	transform: translateY(-18%);
	-webkit-transition: 1s;
	transition: 1s
}
.third-mouse-enter .sub-title {
	opacity: 1;
	-webkit-transition: .8s;
	transition: .8s
}
.third-mouse-leave .main {
	-webkit-transition: .8s;
	transition: .8s
}
.second-header {
	position: fixed;
	top: 64px;
	height: 64px;
	width: 100%;
	font-size: 0;
	border-bottom: 1px solid rgba(255,255,255,.5);
	border-top: 1px solid rgba(255,255,255,.5);
	padding-left: 64px;
	z-index: 999
}
.second-header .about-list {
	width: 100%;
	padding: 0
}
.second-header .about-list .about-item {
	display: inline-block;
	vertical-align: top;
	list-style: none;
	margin-right: 70px
}
.second-header .about-list .about-item a {
	position: relative;
	display: inline-block;
	line-height: 64px;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	text-align: justify
}
.second-header .about-list .about-item a .under-line {
	display: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3px;
	background: rgba(255,255,255,.7)
}

@media screen and (max-width:768px) {
#nb_icon_wrap {
	width: 200px!important;
	height: 100px!important;
	background-repeat: no-repeat
}
}
.unslider-nav {
	position: relative!important;
	bottom: 38px!important
}
.unslider-nav ol li {
	border-radius: 10px!important;
	width: 10px!important;
	height: 10px!important;
	background: rgba(255,255,255,.6)!important;
	border: none!important;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,.3)!important;
	box-shadow: 2px 2px 4px rgba(0,0,0,.3)!important;
	-webkit-transition: width ease .3s;
	transition: width ease .3s
}
.unslider-nav ol li.unslider-active {
	width: 52px!important;
	background: rgba(255,255,255,1)!important;
	-webkit-transition: width ease .3s;
	transition: width ease .3s
}
.experience-button {
	display: block;
	width: 175px;
	height: 55px;
	background: #08f;
	border-radius: 27px;
	font-size: 19px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 55px;
	letter-spacing: 2px
}
.experience-link {
	font-size: 19px;
	font-weight: 400;
	color: #08f
}
.experience-link img {
	vertical-align: middle;
	width: 19px;
	height: 19px
}


.unslider-nav ol{list-style:none;text-align:center;position:absolute;bottom:1%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}
.unslider-nav ol li{display:inline-block;width:6px;height:6px;margin:0 4px;background:0 0;border-radius:5px;overflow:hidden;text-indent:-999em;border:2px solid #fff;cursor:pointer}
.unslider-nav ol li.unslider-active{background:#fff;cursor:default}
.unslider{overflow:auto;margin:0;padding:0;}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}
.icon-icon-00{background-image:url(../images/download.png);background-position:-630px -310px;width:70px;height:70px}.icon-icon-01{background-image:url(../images/download.png);background-position:-140px -310px;width:70px;height:70px}.icon-icon-02{background-image:url(../images/download.png);background-position:-700px -310px;width:70px;height:70px}.icon-icon-03{background-image:url(../images/download.png);background-position:-770px -310px;width:70px;height:70px}.icon-icon-04{background-image:url(../images/download.png);background-position:-483px -210px;width:70px;height:70px}.icon-icon-05{background-image:url(../images/download.png);background-position:-763px -210px;width:70px;height:70px}.icon-icon-06{background-image:url(../images/download.png);background-position:0 -310px;width:70px;height:70px}.icon-icon-07{background-image:url(../images/download.png);background-position:-70px -310px;width:70px;height:70px}.icon-icon-08{background-image:url(../images/download.png);background-position:-420px -310px;width:70px;height:70px}.icon-icon-09{background-image:url(../images/download.png);background-position:-490px -310px;width:70px;height:70px}.icon-icon-10{background-image:url(../images/download.png);background-position:-560px -310px;width:70px;height:70px}.icon-icon-101{background-image:url(../images/download.png);background-position:-70px -380px;width:57px;height:57px}.icon-icon-102{background-image:url(../images/download.png);background-position:-127px -380px;width:57px;height:57px}.icon-icon-103{background-image:url(../images/download.png);background-position:-184px -380px;width:57px;height:57px}.icon-icon-104{background-image:url(../images/download.png);background-position:-241px -380px;width:57px;height:57px}.icon-icon-11{background-image:url(../images/download.png);background-position:-553px -210px;width:70px;height:70px}.icon-icon-12{background-image:url(../images/download.png);background-position:-623px -210px;width:70px;height:70px}.icon-icon-13{background-image:url(../images/download.png);background-position:-693px -210px;width:70px;height:70px}.icon-icon-14{background-image:url(../images/download.png);background-position:0 -210px;width:100px;height:100px}.icon-icon-15{background-image:url(../images/download.png);background-position:-420px -70px;width:117px;height:92px}.icon-icon-16{background-image:url(../images/download.png);background-position:-100px -210px;width:91px;height:89px}.icon-icon-challenge1{background-image:url(../images/download.png);background-position:0 -380px;width:70px;height:70px}.icon-icon-challenge2{background-image:url(../images/download.png);background-position:-210px -310px;width:70px;height:70px}.icon-icon-challenge3{background-image:url(../images/download.png);background-position:-280px -310px;width:70px;height:70px}.icon-icon-challenge4{background-image:url(../images/download.png);background-position:-350px -310px;width:70px;height:70px}.icon-icon-fourth-screen-1{background-image:url(../images/download.png);background-position:-510px -162px;width:30px;height:30px}.icon-icon-fourth-screen-2{background-image:url(../images/download.png);background-position:-420px -162px;width:30px;height:30px}.icon-icon-fourth-screen-3{background-image:url(../images/download.png);background-position:-450px -162px;width:30px;height:30px}.icon-icon-fourth-screen-4{background-image:url(../images/download.png);background-position:-480px -162px;width:30px;height:30px}.icon-icon-fourth-screen-5{background-image:url(../images/download.png);background-position:-807px -103px;width:30px;height:30px}.icon-icon-fourth-screen-6{background-image:url(../images/download.png);background-position:-807px -70px;width:41px;height:33px}.icon-icon-nineth-screen-1{background-image:url(../images/download.png);background-position:0 -70px;width:140px;height:140px}.icon-icon-nineth-screen-2{background-image:url(../images/download.png);background-position:-140px -70px;width:140px;height:140px}.icon-icon-nineth-screen-3{background-image:url(../images/download.png);background-position:-280px -70px;width:140px;height:140px}.icon-icon-service1{background-image:url(../images/download.png);background-position:-410px -210px;width:73px;height:73px}.icon-icon-service2{background-image:url(../images/download.png);background-position:-337px -210px;width:73px;height:73px}.icon-icon-service3{background-image:url(../images/download.png);background-position:-264px -210px;width:73px;height:73px}.icon-icon-service4{background-image:url(../images/download.png);background-position:-191px -210px;width:73px;height:73px}.icon-icon-step1{background-image:url(../images/download.png);background-position:-627px -70px;width:90px;height:90px}.icon-icon-step2{background-image:url(../images/download.png);background-position:-717px -70px;width:90px;height:90px}.icon-icon-step3{background-image:url(../images/download.png);background-position:-537px -70px;width:90px;height:90px}.icon-icons-contact{background-image:url(../images/download.png);background-position:0 0;width:849px;height:70px}

.tungee-head-bar .link_act{ border-bottom:2px solid #fff; height:64px;}

