﻿@charset "UTF-8";

body,html {
	height: 0;
	margin: 0;
	padding: 0;
}

ul,p,dl,dd,form,input,textarea,select,footer,header,main,menu,nav,span,Navigation,section {
	margin: 0;
	padding: 0;
	font: 14px/1.5 Tahoma,Helvetica,Arial,'Microsoft YaHei',sans-serif;
	color: #323d48;
	display: block;
}

h2 {
	font-size: 30px;
	font-weight: 400;
	color: #03363d;
}

h3 {
	font-size: 24px;
	color: #03363d;
}

h4 {
	font-size: 18px;
	color: #03363d;
}

li {
	list-style: none;
}

img {
	border: none;
}

a,a:hover,a:active {
	text-decoration: none;
}
/*general-end*/
/*header-start*/
header {
	width: 100%;
	background: #fff;
	box-shadow: rgb(200, 200, 200) 0px 0px 5px;
}
}

.headerStyle {
	background: #fff;
	box-shadow: rgb(200, 200, 200) 0px 0px 5px;
}

header .nav {
	width: 80%;
	height: 80px;
	margin: 0 auto;
}

header .nav .logo {
	float: left;
	width: 180px;
	height: 80px;
	text-align: right;
	line-height: 80px;
	font-size: 24px;
	color: #323d48;
	background: url(../img/logo.png) 10px center no-repeat #fff;
	padding: 0 10px;
}

header .nav nav {
	flex: left;
	width: 100%;
	min-width: 800px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
}

header .nav nav ul.nav-first {
/*    display: table;*/
	width: 900px;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}

header .nav nav ul.nav-first li {
	display: inline-table;
	float: none;
	margin: 0 auto;
	padding: 27px 15px 10px;
}

header .nav nav ul li span {
	font-size: 18px;
	color: #323d48;
}

.icon-down {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-top: 4px solid #666;
	border-left: 4px transparent dashed;
	border-right: 4px transparent dashed;
}

.icon-up {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 5px;
	vertical-align: middle;
	border-bottom: 4px solid #666;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

header .nav .active {
	border-bottom: 1px solid #323d48;
}

header .nav nav ul.nav-btn {
	position: absolute;
	top: 0;
	right: 10%;
	width: 310px;
	margin-right: 50px;
	font-size: 14px;
	color: #323d48;
}

header .nav nav ul.nav-btn li {
	float: left;
	margin: 0 auto;
	padding: 22px 5px;
}

/*header-end*/
/*nav-second-start*/
header .nav .nav-second {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	height: 120px;
	background: #f6f6f6;
	border-top: 1px solid #e7ebed;
	border-bottom: 1px solid #e7ebed;
	transition: max-height .3s ease-in;
	transform-origin: 50% 0;
	animation: slide-down 0.3s ease-in;
	-webkit-animation: slide-down 0.3s ease-in;
}

header .nav .nav-second ul {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	transition: max-height .5s ease-in;
	transform-origin: 50% 0;
	animation: slide-down 0.5s ease-in;
	-webkit-animation: slide-down 0.5s ease-in;
}

@keyframes slide-down {
	0% {
		transform: scale(1,0);
	}

	100% {
		transform: scale(1,1);
	}
}

@-webkit-keyframes slide-down {
	0% {
		-webkit-transform: scale(1,0);
	}

	100% {
		-webkit-transform: scale(1,1);
	}
}

header .nav .nav-second ul li {
	width: 110px;
	height: 90px;
	margin: 0 auto;
	padding: 30px 10px 0 !important;
}

header .nav .nav-second  li:hover {
	background: #ecf0f4;
}

header .nav .nav-second img {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto;
}

header .nav .nav-second .second-tit {
	text-align: center;
	color: #323d48;
	padding: 10px 0;
}

header .second-news {
	width: 100%;
	height: 30px;
	background: #0070c9;
}

header .second-news p {
	width: 100%;
	height: 30px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 0 20px;
}

header .second-news a {
	padding: 0 20px;
	color: #fff;
	background: #0070c9;
}

header.backcolor {
	background: #fff;
	box-shadow: rgb(200, 200, 200) 0px 0px 5px;
}
/*nav-second-end*/
/*main-start*/
main {
	display: block;
	position: absolute;
	top: 0;
	z-index: -2;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

section {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	height: auto;
}

section.main-gray {
	background: #f5f8fc;
}

section.main-white {
	background: #fff;
}

section.set-top {
	padding-top: 50px !important;
}

section.set-bot {
	padding-bottom: 100px !important;
}

section.set-left {
	padding-left: 50px !important;
}

section.set-right {
	padding-right: 50px !important;
}

section .banner {
	position: relative;
	top: 0;
	width: 100%;
	height: 470px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	background: #77a4ff !important;
	background-size: 100% auto;
	overflow: hidden;
}
section .backimg {
	position: relative;
	top: 0;
	width: 100%;
	height: 470px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	background:#77a4ff url(../img/banner.png) center 100%  no-repeat !important;
	background-size: 100% auto;
	overflow: hidden;
}

section .banner-tit {
	position: absolute;
	top: 0;
	width: 100%;
	height: 470px;
	margin: 0 auto;
	overflow: hidden;
}


section .banner-tit h2 {
	position: relative;
	top: 35%;
}

section .banner-tit p {
	display: block;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: 30%;
}

section .banner-tit .Customer {
	position: relative;
	top: 33%;
	left: 0;
	right: 0;
	width: 100px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
}

section .banner-tit img {
	position: relative;
	top: -23%;
	display: block;
	margin: 0 auto;
	z-index: -1;
	width: auto;
}

section .vice-banner {
	position: relative;
	top: 0;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	background: url(../img/service.png) bottom center no-repeat;
	background-size: 100% auto;
	overflow: hidden;
}

section .vice-banner .vice-banner-tit {
	position: absolute;
	top: 0;
	width: 100%;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
}

section .vice-banner-tit h2 {
	position: relative;
	top: 30%;
}

section .vice-banner-tit p {
	font-size: 18px;
	position: relative;
	top: 18%;
}

section .vice-banner-tit img {
	position: relative;
	bottom: 100px;
	display: block;
	margin: 0 auto;
	z-index: -1;
	width: auto;
}

section .log-banner {
	position: relative;
	top: 0;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	text-align: center;
	background: #fafbfc;
	overflow: hidden;
}

section .log-banner .log-banner-tit {
	position: absolute;
	top: 0;
	width: 100%;
	height: 160px;
	margin: 0 auto;
	overflow: hidden;
}

section .log-banner-tit h2 {
	position: relative;
	top: 36%;
}

section .log-banner-tit p {
	font-size: 18px;
	position: relative;
	top: 18%;
}

section .log-banner-tit img {
	position: relative;
	bottom: 300px;
	display: block;
	margin: 0 auto;
	z-index: -1;
	width: 400px;
}

section .main-middle {
	width: auto;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	overflow: hidden;
}

section .main-middle h2 {
	padding-top: 10px;
}

section .main-middle p {
	margin: 5px 0 40px;
	font-size: 18px;
}

section .main-middle img {
	margin: 0 0 -5px 0;
	padding: 0;
	width: 1000px;
	height: auto;
}

section .main-middle form {
	position: relative;
	width: 500px;
	height: 50px;
	margin: 0 auto;
	padding-bottom: 50px;
}

section .main-middle button {
	display: inline-block;
	border: none;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
	background-color: #77a4ff;
	color: #fff;
	float: right;
}

section .main-middle form input {
	-webkit-appearance: none;
	position: absolute;
	left: 0;
	width: 340px;
	height: 20px;
	outline: 0;
	margin: 0;
	padding: 16px 2px 14px 28px;
	display: inline-block;
	border-radius: 4px 0 0 4px;
	border: none;
	box-shadow: inset 0 0 1px 1px #77a4ff;
}

section .main-middle form input:hover {
	box-shadow: inset 0 0 1px 1px #77a4ff;
}

section .main-middle strong {
	font-size: 36px;
	font-weight: 400;
	color: #9aa7bd;
}

section .main-middle.flex {
	display: flex !important;
	align-items: center;
	justify-content: center;
}

section ul.main-list {
	width: auto;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

section .main-middle ul.main-list ul {
	width: auto;
}

section .main-middle ul.main-list li {
	float: left;
	text-align: center;
	margin: 0 10px auto;
	padding: 5px 15px;
}

section .main-middle ul.main-list img {
	width: 110px;
	height: 110px;
	margin: 10px 0;
}

section .main-middle ul.main-list a {
	color: #0087d5;
	text-decoration: underline;
}

section .main-middle .product-list li {
	margin: 10px !important;
	padding: 0 !important;
}

section .main-middle .product-list img {
	width: 80px !important;
	height: 80px !important;
}

section.index-back {
	background: #081120;
}

section .main-middle .main-half {
	width: auto;
	max-width: 60%;
	float: left;
	/* padding-left: 100px;
	padding-right: 100px; */
	overflow: hidden;
}

section .main-middle .main-half h2 {
	text-align: left;
	margin: 0;
}

section .main-middle .main-half p {
	font-size: 18px;
	text-align: left;
	min-width: 400px;
	max-width: 500px;
    margin-bottom: 10px;
}

section .main-middle .main-half a {
	display: table;
}

section .main-middle .main-half .Customer {
	width: 100px;
	height: 40px;
	line-height: 40px;
}

section .main-middle .main-half li {
	font-size: 18px;
	text-align: left;
	color: #495562;
	margin: 5px 0px;
}

section .main-middle .main-half img {
	float: left;
	width: 18px;
	height: 18px;
	margin: 5px 10px 0 0;
}

section .main-middle .main-half .img {
	width: auto;
	height: auto;
	display: table;
	margin: 0 auto;
	text-align: center;
}

section .main-middle .top {
	padding-top: 10% !important;
}

section .main-tab  {
	width: auto;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	overflow: hidden;
}

section .main-tab h2 {
	padding-top: 10px;
}
section .main-tab .tab-big {
	display: block;
	float:left;
	width: 390px;
	height:390px;
	border-radius: 10px;
	background: #fff;
	margin: 5px;
	
}
section .main-tab .tab-big p {
	display: block;
	float: left;
	width: 350px;
	height: 350px;
	margin: 10px 0 5px 10px;
}
section .main-tab .tab-big img {
	width: auto;
    height: 95%;
    margin: 0 auto;
}
section .main-tab .tab-big b {
	position: relative;
    top: -10%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
/* tab-star */
section .main-tab .tab-small {
	display: block;
	float:left;
	width: 400px;
	height:400px;
}

section .main-tab .tab-small p {
	display: block;
	float: left;
	width: 190px;
	height: 190px;	
	border-radius: 10px;
	background: #fff;
	margin: 5px;

}
section .main-tab .tab-small img {
	width: auto;
	height: 90%;
	margin: 0 auto;
}
section .main-tab .tab-small b {
	position: relative;
	top: -15%;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
section .main-tab .tab-hor-line {
	width: auto;
}
section .main-tab .tab-hor-line p {
	display: block;
	float: left;
	border: 1px solid #ecf0f4;
	width: 220px;
	height: 150px;
	border-radius: 10px;
	background: #f4f8fc;
	margin: 5px;
	padding: 50px 25px;
	font-size: 18px;
	text-align: left;
}
/* tab-end */

section .main-column {
	position: relative;
	margin: 0 auto;
	width: 65%;
	min-height: 300px;
	text-align: left;
	overflow: hidden;
}

section .main-column h2 {
	float: left;
	width: 100%;
	font-size: 30px;
	font-weight: 100;
	text-align: left;
	margin: 30px 0 10px;
}

section .main-column h2:hover {
	color: #30aabc;
}

section .main-column strong {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 100;
	color: #03363d;
	text-align: left;
	padding: 10px 0;
}

section .main-column p {
	float: left;
	width: 80%;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	margin: 5px 0 20px;
	overflow: hidden;
}

section .main-column ul {
	display: block;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}

section .main-column li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 3px 40px;
	background: #02b0e9;
	border-radius: 5px 5px 0 5px;
	border: 1px solid #fff;
}

section .main-column img {
	float: left;
	margin-right: 5px;
	width: 18px;
	height: 18px;
}

section .main-column .img {
	float: left;
	width: 800px;
	height: auto;
	padding: 15px 0 40px;
	display: block;
}

section .main-column hr {
	clear: both;
	margin: 30px 0 0;
	border: 0.5px solid #e1e1e1;
}

section .main-table .table-form tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
}

section .main-table .table-form td {
	padding: 6px 3px;
	line-height: 23px;
	border-top: 1px solid #eaecef;
}

section .main-table .table-form td.content {
	max-width: 180px;
}

section .main-table .table-form td.message {
	max-width: 442px;
	text-align: center;
	overflow: hidden;
	color: #6a737d;
}

section .main-table .table-form td.age {
	width: 125px;
	padding-right: 10px;
	color: #6a737d;
	text-align: right;
	white-space: nowrap;
}

section .content-service {
	width: 72%;
	margin: 0 auto;
	background: url(../img/3.png)center center no-repeat;
	overflow: hidden;
}

section .content-service uL {
	display: table;
	width: auto;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

section .content-service li {
	position: relative;
	width: 31%;
	float: left;
	text-align: left;
	margin: 0 10px 0 10px;
	padding-bottom: 100%；
}

section .content-service h4 {
	font-size: 18px;
	width: 200px;
	margin: 50px 10px 0;
}

section .content-service p {
	font-size: 14px;
	width: 200px;
	margin: 20px 10px 0;
}

section .content-service img {
	max-width: 100%;
}
/*main-end*/
/*price-start*/
section .price-border {
	float: left;
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding: 0;
	margin: 40px;
	overflow: hidden;
}

section .price {
	position: relative;
	width: 240px;
	height: 270px;
	padding: 40px 20px 25px;
	border-radius: 5px;
	border-top: 10px solid #30aabc;
	background: #fff;
}

section .price hr {
	width: 90%;
	border: 0.5px solid #f1f1f1;
}

section .pr_price {
	display: table;
	width: auto;
	margin: 0 auto;
	text-align: center;
}

section .pr_price span {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #03363d;
}

section .pr_price span.pr_price_Price {
	position: relative;
	bottom: 22px;
	font-size: 36px;
	color: #30aabc;
	padding: 0 3px;
}

section .pr_feature {
	font-size: 14px;
	text-align: left;
	line-height: 26px;
	margin: 30px 15px;
}

section ul.pr_feature {
	width: auto;
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 20px 15px;
}

section ul.pr_feature li {
	color: #666;
	text-align: left;
}

section ul.pr_feature a {
	margin: 0 30px;
	color: #0087d5;
	text-decoration: underline;
}

section ul.pr_feature a:hover {
	color: #00d2ff;
}

/*price-end*/
/*log-start*/
.t_nav-backcolor {
	width: 100%;
	height: 35px;
	background: #fafbfc;
	border-bottom: 1px solid #e7ebed;
}

Navigation.t_nav {
	width: 64%;
	min-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

Navigation.t_nav ul {
	display: block;
	min-width: 800px;
	margin: 0;
	text-align: center;
}

Navigation.t_nav li {
	float: left;
	border-radius: 5px 5px 0 0;
	text-decoration: none;
	padding: 0px 20px;
	line-height: 30px;
	border: 5px solid #fafbfc;
	border-right: 1px solid #fafbfc;
	border-bottom: 1px solid #e7ebed;
	border-left: 1px solid #fafbfc;
}

Navigation.t_nav .act {
	border-radius: 5px 5px 0 0;
	background: #fff;
	line-height: 30px;
	border-top: 5px solid #ff6600;
	border-right: 1px solid #e7ebed;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #e7ebed;
}

#container {
	width: 100%;
}

#container .tab {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
	padding: 50px 0;
}

#container .tab .win-down {
	width: 64%;
	height: 40px;
	margin: 10px auto;
}

#container .ios-down {
	width: 64%;
	height: 40px;
	margin: 10px auto;
}

#container .androivd-down {
	width: 64%;
	height: 40px;
	margin: 10px auto;
}

#container table.log {
	width: 64%;
	color: #323d48;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #e7ebed;
	border-collapse: collapse;
}

#container table.log tr:hover {
	background: #fafbfc;
}

#container table.log td.tit {
	font-weight: bold;
	text-align: center;
	padding: 10px 30px !important;
	background: #f1f8ff;
}

#container table.log td.text {
	text-align: right;
}

#container table.log td.logVer {
	text-align: left !important;
	color: #0087d5;
	min-width: 100px;
	padding: 10px;
	line-height: 26px;
	border-top: 1px solid #e7ebed;
}

#container table.log td.logVer i.icon-ver {
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	background: url(../img/ver.svg);
	margin: 6px 6px 0 0;
}

#container table.log td.logExp {
	min-width: 420px;
	padding: 10px;
	line-height: 26px;
	border-top: 1px solid #e7ebed;
}

#container table.log td.logdat {
	text-align: right;
	min-width: 100px;
	padding: 10px;
	line-height: 26px;
	border-top: 1px solid #e7ebed;
}
/*log-end*/
/*down-start*/
ul.down-list {
	width: auto;
	min-height: 300px;
	display: table;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

ul.down-list li {
	float: left;
	min-width: 100px;
	max-width: 300px;
	display: block;
	text-align: center;
	margin: 10px;
	padding: 0 40px 40px;
	border-radius: 5px;
	background: #fafafa;
}

ul.down-list img {
	width: 150px;
/*	height: 150px;*/
	margin: 10px 0;
}

ul.down-list .down-href {
	overflow: hidden;
	height: 30px;
	padding-top: 10px;
}

ul.down-list .down-href a {
	display: block;
	color: #0087d5;
	float: right;
}

ul.down-list .down-tit {
	margin-bottom: 20px;
}

ul.down-list .down-tit span {
	color: #9aa7bd;
}

ul.down-list .down-tit h4 {
	margin-bottom: 10px;
}

.win-down span {
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: right;
	background: #0087d5;
	border: 1px solid #0087d5;
	margin: 0 auto;
	padding: 3px 20px;
	line-height: 30px;
}

.win-down span:hover {
	background: #0097ee;
	border: 1px solid #0087d5;
}

.win-down i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/winlogo.svg);
	float: left;
	margin: 4px 15px 0 0;
}

.ios-down,.win-down,.androivd-down {
	display: table;
	position: relative;
}

.ios-down img,.androivd-down img {
	position: absolute;
	top: -9px;
	right: 1px;
	width: 36px !important;
	height: 36px !important;
	margin: 0;
	padding: 0;
}

.tab-ecode {
	top: 1px !important;
	z-index: 1;
}

#down-ecode,#down-ecode1 {
	color: #000;
	text-decoration: none;
}

#div-ecode,#div-ecode1 {
	position: absolute;
	top: 45px;
	right: 0;
	width: 220px;
	height: 220px;
	z-index: 2;
	border-radius: 5px;
	border: 1px solid #e7ebed;
	padding: 10px;
}

#div-ecode2,#div-ecode3 {
	position: absolute;
	bottom: 60px;
	right: -29px;
	width: 230px;
	height: 230px;
	z-index: 2;
	border-radius: 5px;
	border: 0;
	padding: 10px;
}

.and-ecode {
	background: url(../img/androivd-code.png) #fafafa center center no-repeat;
}

.ios-ecode {
	background: url(../img/ios-code.png) #fafafa center center no-repeat;
}

.and-ecode-tab {
	position: relative;
	top: 40px;
}

.ios-ecode-tab {
	position: relative;
	top: 40px;
}

.ios-down span {
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: right;
	background: #000;
	border: 1px solid #000;
	margin: 0 auto;
	padding: 3px 20px;
	line-height: 30px;
}

.ios-down span:hover {
	background: #222;
	border: 1px solid #000;
}

.ios-down i {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/ioslogo.svg);
	float: left;
	margin: 3px 10px 0 0;
}

.androivd-down span {
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: right;
	background: #99cc01;
	border: 1px solid #99cc01;
	margin: 0 auto;
	padding: 3px 20px;
	line-height: 30px;
}

.androivd-down span:hover {
	background: #a5dc00;
	border: 1px solid #99cc01;
}

.androivd-down i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/androivdlogo.svg);
	float: left;
	margin: 2px 10px 0 0;
}

.net-down span {
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: right;
	background: #007db3;
	border: 1px solid #007db3;
	margin: 0 auto;
	padding: 3px 20px;
	line-height: 30px;
}

.net-down span:hover {
	background: #0096d7;
	border: 1px solid #007db3;
}

.net-down i {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/net4logo.svg);
	float: left;
	margin: 0 8px 0 0;
}

.help-down span {
	width: 150px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	float: right;
	background: #30aabc;
	border: 1px solid #30aabc;
	margin: 0 auto;
	padding: 3px 20px;
	line-height: 30px;
}

.help-down span:hover {
	background: #33c1d6;
	border: 1px solid #30aabc;
}

.help-down i {
	display: block;
	width: 22px;
	height: 22px;
	background: url(../img/helplogo.svg);
	float: left;
	margin: 3px 15px 0 0;
}
/*down-end*/
/*contact-start*/
ul.Contact {
	width: auto;
	height: 200px;
	display: table;
	margin: 0 auto;
	text-align: center;
}

ul.Contact li {
	min-width: 500px;
	height: 280px;
	float: left;
	margin: 50px;
}

ul.Contact .Contact-chat {
	width: 20%;
	height: 160px;
	float: left;
}

ul.Contact .Contact-chat img {
	width: 80px;
	height: 80px;
	margin: 10px 0;
}

ul.Contact .Contact-Online {
	width: 400px;
	min-height: 160px;
	background-color: #fff;
	padding-bottom: 20px;
	border-radius: 9px;
	position: relative;
	display: table;
	text-align: center;
	margin: 0;
}

ul.Contact .Contact-Online {
	left: 15px;
}

ul.Contact .Contact-Online::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	top: 40px;
}

ul.Contact .Contact-Online::before {
	border: 10px solid transparent;
	border-right: 18px solid #fff;
	left: -28px;
}

ul.Contact .Contact-Online p {
	font-size: 14px;
	text-align: left;
	text-align: justify;
	margin: 0;
	padding: 20px 25px 0 25px;
}

ul.Contact .Contact-Online a {
	color: #0087d5;
	text-decoration: underline;
	padding: 0 6px;
}

ul.Contact .Contact-btn {
	width: auto;
	height: 60px;
	float: right;
	margin-top: 20px;
	overflow: inherit;
}
/*contact-end*/
/*footer-start*/
.footer {
}

.footer h4 {
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.footer .footer-m {
	width: 75%;
	margin: 0 auto;
	text-align: left;
	padding: 0;
	margin-top: 100px;
	overflow: hidden;
}

.footer .footer-m .footer-nav {
	display: table;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.footer .footer-m .footer-nav a {
	display: inline-block;
	position: relative;
	left: 0;
	float: left;
	width: auto;
	padding: 5px 10px;
	font-size: 14px;
	text-align: left;
	color: #9aa7bd;
}

.footer .footer-m .footer-nav a:hover {
	color: #323d48;
}

.footer .footer-m .no-a {
	pointer-events: none;
}

.footer .footer-m .footer-nav h4 {
	float: left;
	font-weight: bold;
}

.footer .footer-m .footer-nav .bold {
	color: darkslategrey;
	font-weight: bold;
}

.footer .footer-ico {
	position: relative;
	bottom: 40px;
	float: right;
}

.footer .footer-m .footer-ico img {
	display: block;
	float: left;
}

.copyright {
	width: 100%;
	height: 50px;
	float: left;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	border-top: 1px solid #eee;
}

.copyright a {
	padding: 8px;
}

/*footer-end*/
/*other-start*/
.btn-down {
	display: block;
	color: #323d48;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #323d48;
	padding: 2px 30px;
	line-height: 30px;
	transition: display .75s;
}

.btn-down:hover {
	color: #03363d;
	box-shadow: inset 0 0 0 1px #03363d;
}

.Customer {
	display: block;
	color: #77a4ff;
	background: #fff;
	border-radius: 3px;
	line-height: 30px;
	padding: 2px 30px;
	transition: display .75s;
}

.Customer:hover {
	color: #77a4ff;
	background: #ffcccc;
	transition: display .75s;
}

.Customer1 {
	display: block;
	color: #fff;
	background: #77a4ff;
	border-radius: 3px;
	line-height: 30px;
	padding: 2px 30px;
	transition: display .75s;
}

.Customer1:hover {
	color: #77a4ff;
	background: #ffcccc;
	transition: display .75s;
}

.hidden {
	display: none !important;
}

&nbsp {
    display: none;
}

.main-middle.huanimg {
    width:100%;
    max-width: 1330px;
    min-height: 364px;
    background: url(../img/2.png) center 100% no-repeat;    
	background-size: 100% auto;
    margin-top: 30px;
    
}
.solu-pc {
    display: none;
}
.solu-move {
    display: none;
} 
/*other-end*/

@media screen and (min-width:1601px) {
	header .nav {
		width: 80%;
	}

	header .nav nav ul.nav-first {
		margin: 0 auto;
	}

	header .nav nav ul.nav-btn {
		right: 10%;
	}
}

@media screen and (min-width:1201px) and (max-width:1600px) {
	header .nav {
		width: 90%;
	}

	header .nav nav ul.nav-btn {
		right: 1%;
	}

	section .banner {
		height: 400px;
	}

	section .banner-tit {
		height: 400px;
	}

	section .banner-tit h2 {
		top: 30%;
	}

	section .banner-tit p {
		top: 24%;
	}

	section .banner-tit .Customer {
		top: 25%;
	}

	section .banner-tit img {
		top: -27%;
	}

	/* section .main-middle h2 {
		padding-top: 10px;
	} */

	section .main-middle .main-half {
		/* padding-left: 50px;
		padding-right: 50px; */
	}

	section .main-middle .main-half .img {
		max-width: 400px;
	}

	ul.Contact .Contact-Online {
		width: 300px;
	}

	ul.Contact li {
		min-width: 392px;
	}

	section .content-service p {
		width: auto;
	}

	.footer .footer-m .footer-nav {
		width: 100%;
	}
}

@media screen and (min-width:1025px) and (max-width:1200px) {
	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 16px;
	}

	h4 {
		font-size: 14px;
		font-weight: bold''
	}

	header .nav {
		width: 100%;
	}

	header .nav nav ul.nav-btn {
		right: 0;
		width: 190px;
	}

	section .banner {
		height: 330px;
	}

	section .banner-tit {
		height: 330px;
	}

	section .banner-tit h2 {
		position: relative;
		top: 40%;
		font-size: 28px;
	}

	section .banner-tit p {
		font-size: 16px;
		position: relative;
		top: 36%;
	}

	section .banner-tit .Customer {
		bottom: 30px;
	}

	section .banner-tit img {
		width: 300px;
	}

	section .main-middle h2 {
		padding-top: 0;
	}

	section .main-middle p {
		margin: 5px 0 12px;
	}

	section .main-middle .main-half {
		padding-left: 1px;
		padding-right: 1px;
	}

	section .main-middle .main-half .img {
		max-width: 320px;
	}

	section .main-middle .main-half p {
		font-size: 18px;
	}

	section .main-middle .main-half .Customer {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	section .main-middle .main-half li {
		font-size: 14px;
	}

	section .content-service li {
		width: 30%;
	}

	section .content-service img {
		max-width: 100%;
	}

	section .main-column p {
		width: 100%;
	}

	ul.Contact .Contact-Online {
		width: 305px;
	}

	ul.Contact li {
		min-width: 400px;
		margin: 10px;
	}

	.footer .footer-m .footer-nav {
		width: 100%;
	}
}

@media screen and (min-width:801px) and (max-width:1024px) {
	h2 {
		font-size: 20px;
	}

	h3 {
		font-size: 14px;
	}

	h4 {
		font-size: 12px;
		font-weight: bold''
	}

	header .nav {
		width: 100%;
	}

	header .nav nav ul.nav-btn {
		right: 0;
		margin-right: 0;
		width: auto;
	}

	header .nav nav ul.nav-first {
		width: 344px;
	}

	header .nav nav ul.nav-first li {
		padding: 20px 6px 10px;
	}

	header .nav nav ul.nav-btn li {
		float: left;
		margin: 0 auto;
		padding: 13px 5px;
	}

	section .banner {
		height: 300px;
	}

	section .banner-tit {
		height: 300px;
	}

	section .banner-tit h2 {
		position: relative;
		top: 40%;
		font-size: 20px;
	}

	section .banner-tit p {
		font-size: 16px;
		position: relative;
		top: 36%;
	}

	section .banner-tit .Customer {
		bottom: 30px;
	}

	section .banner-tit img {
		width: 260px;
	}

	section .main-middle h2 {
		padding-top: 0;
	}

	section .main-middle p {
		margin: 5px 0 12px;
	}

	section .main-middle .main-half {
		padding-left: 10px;
		padding-right: 10px;
	}

	section .main-middle .main-half .img {
		max-width: 320px;
	}

	section .main-middle .main-half h2 {
		margin: 50px 0 0 0;
	}

	section .main-middle .main-half p {
		margin: 0 0 10px;
		font-size: 18px;
		text-align: left;
		min-width: 200px;
		max-width: 300px;
	}

	section .main-middle .main-half .Customer {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	section .content-service {
		width: 90%;
	}

	section .content-service ul {
		width: auto;
		display: table;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
		margin: 20px 10px;
	}

	section .content-service li {
		width: 29%;
	}

	section .content-service h4 {
		margin: 0;
	}

	section .content-service p {
		width: 90%;
	}

	section .content-service img {
		max-width: 100%;
	}

	section .main-column p {
		width: 100%;
	}

	ul.Contact li {
		min-width: 400px;
		margin: 10px;
	}

	ul.down-list {
		width: 80%;
		display: table;
		margin: 0 auto;
		text-align: center;
	}

	ul.Contact .Contact-Online {
		width: 40%;
	}

	.footer .footer-m .footer-nav {
		width: 100%;
	}
}

@media screen and (max-width:800px) {
	html {
		font-size: 533.33%;
	}

	h2 {
		font-size: 22px;
		text-align: center !important;
	}
    /*header*/
	header .nav {
		width: 100%;
		height: 60px;
		background: #fff;
	}

	#header .nav {
		overflow: hidden;
	}

	#header .nav .logo {
		width: 150px;
		height: 60px;
		font-size: 20px;
		float: left;
		line-height: 60px;
		padding: 0 20px;
	}

	#header span.menu-icon {
		position: relative;
		width: 32px;
		height: 25px;
		background: url(../img/style.svg) 0 0 no-repeat;
		float: right;
		margin: 17px 30px;
		display: block;
	}

	#header ul.nav-first {
		position: fixed;
		top: 60px;
		width: 100%;
		height: 100%;
		background: rgba(50, 61, 72, 0.8);
		z-index: 10;
		margin: 0 auto;
	}

	#header ul.nav-first li {
		width: 100%;
		background: #fff;
		border-top: 0.5px solid #f0f0f0;
		display: table;
		margin: 0 auto;
		padding: 0;
	}

	#header ul.nav-first li:active {
		background: #fafafa;
	}

	#header ul.nav-first li span {
		width: 100%;
		padding: 24px 30px;
	}

	#header ul.nav-first li:active span {
		color: #30aabc;
	}

	#header ul.nav-first {
		display: none;
	}

	#header ul.nav-first .nav-back {
		box-shadow: 0 10px 10px #323d48;
	}

	#header span {
		text-align: left;
	}

	header .nav .active {
		border: 0;
	}

	header .nav nav ul.nav-btn {
		background: #fff;
		box-shadow: 0 10px 10px #323d48;
		position: relative;
		width: 100%;
		height: 90px;
		right: 0;
		overflow: hidden;
	}

	header .nav nav ul.nav-btn li {
		width: auto !important;
		border: 0 !important;
		position: relative;
		margin-top: 30px !important;
		margin-left: 20px !important;
	}

	header .nav nav ul.nav-btn .Customer,.btn-down {
		padding: 3px 40px !important;
	}

	#header ul.nav-first .nav-5 {
		display: none;
	}

	section .banner {
		position: inherit;
		height: 430px !important;
		background: url(../img/service.png) no-repeat;
	}

	section .banner-tit {
		position: inherit;
		height: 330px !important;
	}

	section .banner-tit h2 {
		top: 35%;
	}
    
	section .banner-tit p {
		top: 35%;
		text-align: left;
		margin: 0 60px;
		text-align: center;
        
	}

	section .banner-tit .Customer {
		
		top: 38%;
	}
	section .banner-tit img {
		display: none;
	}

	Solution.html--> .banner-tit img {
		display: none;
	}

	section .main-middle .main-half .Customer {
		margin: 0 auto;
		text-align: center;
		margin-top: 10px;
	}

	section .main-middle {
		width: 90%;
	}
    
    section .main-middle h2 {
        padding-top: 0px;
    }
    
	section .main-middle img {
		width: 100%;
	}

	section .main-column .img {
		width: 100%;
		margin: 0;
		padding: 30px 0;
	}

	section .main-middle ul.main-list li {
		width: 50%;
		padding: 20px 0;
		margin: 0;
		font-size: 12px;
	}

	section .main-middle .main-half {
        display: table;
        min-width: 375px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
        
	}

	section .main-middle .main-half h2,.main-half p,.main-half ul {
		padding: 0;
		margin: 30px 0 !important;
	}

	section .main-middle .main-half .img {
		display: none;
	}
	/* tab-star */
	section .main-tab  {
	}
	section .main-tab h2 {
	}
	section .main-tab .tab-big {
	}
	section .main-tab .tab-big p {
		width: auto;
	}
	section .main-tab .tab-big img {
	}
	section .main-tab .tab-big b {
	}
	section .main-tab .tab-small {
	}
	
	section .main-tab .tab-small p {
		width: auto;
		padding-left: 5px;
	}
	section .main-tab .tab-small img {
	}
	section .main-tab .tab-small b {
	}
	section .main-tab .tab-hor-line {
	}
	section .main-tab .tab-hor-line p {
		width: auto;
		padding-top: 39%;
	}
	/* tab-end */

	section .main-middle .product-list {
		width: 90%;
	}

	section .main-middle .product-list li {
		width: 80px !important;
		padding: 0;
		margin: 0;
		float: left;
	}

	section .main-middle .product-list img {
		width: 80px !important;
		height: 80px !important;
	}

	section .main-middle.flex {
		display: table !important;
	}

	section .content-service {
		width: 90%;
		background: none;
	}

	section .content-service img {
		display: none;
	}

	section .content-service li {
		margin-left: 0;
		width: 100%;
	}

	section .content-service h4 {
		margin: 0;
		width: 100%;
	}

	section .content-service p {
		font-size: 18px;
		margin-left: 0;
		width: 100%;
	}
    
    section .main-middle .main-half li {
        display: table;
        width: 80%;
        height: auto;
        display: block;
        margin: 10px auto;
        text-align: center;
    }
    section .main-middle .main-half li img{
        display: block;
        margin: 0 auto ;
        float: left;
        padding: 3px 6px 3px 3px;
    }
    
    section .main-middle .main-half li p {
        margin: 0 !important;
        text-align: left !important;
        min-width: 180px;
        width: 100%;
    }
    section .main-middle .main-half p {
        margin: 0 auto !important;
        min-width: auto;
        width: 90%;
        text-align: center;
        font-size: 16px;
    }

	section .main-middle button {
		display: inline-block;
		border: none;
		padding: 16.5px 40px;
		text-align: center;
		text-decoration: none;
		background-color: #30aabc;
		float: right;
	}

	section .main-middle form {
		width: 98%;
		height: 100px;
		border-radius: 0;
		overflow: hidden;
	}

	section .main-middle form input {
		width: 100%;
		height: 30px;
		float: left;
		text-align: center;
		padding: 12px 0;
		border-radius: 4px;
	}

	section .main-middle button {
		position: absolute;
		top: 65px;
		left: 0;
		width: 100%;
	}

	section .main-column {
		width: 80%;
	}

	section .main-column p {
		font-size: 18px;
		width: 100%;
	}

	.footer .footer-m {
		width: 90%;
	}

	.footer .footer-m .footer-nav {
		width: 100%;
		margin: 0 0 10px;
	}

	.footer .footer-m .footer-nav a {
		padding-left: 0;
	}

	.footer .footer-ico {
		display: none;
	}

	.copyright {
		width: 100%;
		height: auto;
		line-height: 20px;
		text-align: left;
		border-top: 1px solid #eee;
		padding: 15px 0;
	}

	.copyright a {
		float: left;
		padding: 0;
		color: #9aa7bd;
	}
    
    /*down-start*/
	ul.down-list {
		width: 100%;
	}

	ul.down-list li {
		width: 100%;
		margin: 10px;
		padding: 10px 10px 30px;
	}

	.win-down,.ios-down,.androivd-down,.net-down,.help-down {
		width: 200px;
		margin: 0 auto;
		text-align: center;
	}

	ul.down-list .down-tit h4 {
		margin: 0 0 20px;
	}

	#div-ecode2,#div-ecode3 {
		bottom: 160px;
		right: -60px;
		width: 300px;
		height: 300px;
		border: 0;
	}
    /*down-end*/  
    /*log-start*/
	.t_nav-backcolor {
		width: 100%;
		height: 35px;
		background: #fafbfc;
		border-bottom: 1px solid #e7ebed;
	}

	Navigation.t_nav {
		width: 64%;
		min-width: 800px;
		margin: 0 auto;
		overflow: hidden;
	}

	Navigation.t_nav ul {
		display: block;
		min-width: 800px;
		margin: 0;
		text-align: center;
	}

	Navigation.t_nav li {
		float: left;
		border-radius: 5px 5px 0 0;
		text-decoration: none;
		padding: 0px 20px;
		line-height: 30px;
		border: 5px solid #fafbfc;
		border-right: 1px solid #fafbfc;
		border-bottom: 1px solid #e7ebed;
		border-left: 1px solid #fafbfc;
	}

	Navigation.t_nav .act {
		border-radius: 5px 5px 0 0;
		background: #fff;
		line-height: 30px;
		border-top: 5px solid #ff6600;
		border-right: 1px solid #e7ebed;
		border-bottom: 1px solid #fff;
		border-left: 1px solid #e7ebed;
	}

	#container {
		width: 100%;
	}

	#container .tab {
		width: 100%;
		min-height: 300px;
		margin: 0 auto;
		padding: 50px 0;
	}

	#container .tab .win-down {
		width: 64%;
		height: 40px;
		margin: 10px auto;
	}

	#container .ios-down {
		width: 64%;
		height: 40px;
		margin: 10px auto;
	}

	#container .androivd-down {
		width: 64%;
		height: 40px;
		margin: 10px auto;
	}

	#container table.log {
		width: 64%;
		color: #323d48;
		margin: 0 auto;
		padding: 0;
		border: 1px solid #e7ebed;
		border-collapse: collapse;
	}

	#container table.log tr:hover {
		background: #fafbfc;
	}

	#container table.log td.tit {
		font-weight: bold;
		text-align: center;
		padding: 10px 30px !important;
		background: #f1f8ff;
	}

	#container table.log td.text {
		text-align: right;
	}

	#container table.log td.logVer {
		text-align: left !important;
		color: #0087d5;
		min-width: 100px;
		padding: 10px;
		line-height: 26px;
		border-top: 1px solid #e7ebed;
	}

	#container table.log td.logVer i.icon-ver {
		display: block;
		float: left;
		width: 13px;
		height: 13px;
		background: url(../img/ver.svg);
		margin: 6px 6px 0 0;
	}

	#container table.log td.logExp {
		min-width: 420px;
		padding: 10px;
		line-height: 26px;
		border-top: 1px solid #e7ebed;
	}

	#container table.log td.logdat {
		text-align: right;
		min-width: 100px;
		padding: 10px;
		line-height: 26px;
		border-top: 1px solid #e7ebed;
	}
    /*log-end*/
    /*contact-start*/
	ul.Contact {
		width: auto;
		height: 100%;
		overflow: hidden;
	}

	ul.Contact li {
		margin: 5px;
		min-width: 330px;
		height: auto;
		background: #fff;
		border-radius: 9px;
		overflow: hidden;
	}

	ul.Contact .Contact-btn {
		width: 100%;
		height: 100%;
		overflow: inherit;
		margin: 0 0 20px;
	}

	ul.Contact .Contact-btn .Customer {
		width: 100px;
		height: 30px;
		margin: 20px auto;
        padding: 10px 30px;
	}

	ul.Contact .Contact-chat {
		width: 100%;
		height: 160px;
		float: left;
	}

	ul.Contact .Contact-chat img {
		width: 110px;
		height: 110px;
		margin: 40px 0 10px;
	}

	ul.Contact .Contact-Online {
		width: 100%;
		background-color: transparent;
		position: inherit;
		display: block;
	}

	ul.Contact .Contact-Online {
		left: 15px;
	}

	ul.Contact .Contact-Online::before {
		display: none;
	}

	ul.Contact .Contact-Online::before {
		display: none;
	}

	ul.Contact .Contact-Online p {
		font-size: 16px;
		text-align: left;
		text-align: justify;
		margin: 0;
		padding: 25px 25px 5px;
		float: left;
	}

	ul.Contact .Contact-Online a {
		color: #0087d5;
		text-decoration: underline;
		padding: 0 6px;
	}
    
    section .backimg {
        background: url(../img/banner-2.png)  !important;
        background-size: 100% !important;
    }
    
    .main-middle.huanimg {
        background: url(../img/2-2.png) no-repeat;
        background-size: 100% auto;
    }
    /*contact-end*/
    /*other*/
    section.set-top {
            padding-top: 20px !important;
    }
    section.set-bot {
            padding-bottom: 30px !important;
    }
	.solu {
		display: none !important;
	}
    .solu-move {
        display: block;
    }    
    .solu-pc {
        display: block !important;
    }
	.aleft li {
		width: 100% !important;
	}

	ul.down-list .down-href a {
		width: 100%;
		text-align: center;
	}

	.btn-down {
		padding: 8px 30px;
	}
    .text-center {
        text-align: center !important;
    }
}