.whole {
	width: 100%;
}

.applicationContent {
	width: 1440px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.prodectTitle {
	width: 100%;
	text-align: center;
}

.bigTitle {
	color: #3c3c3c;
	font-size: 30px;
}

.smellTitle {
	color: #727272;
	font-size: 22px;
	margin-top: 20px;
}

.subnavigations {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
	margin-top: 50px;
	text-align: center;
}

.subnavigations ul li {
	display: inline-block;
	height: 60px;
	width: 120px;
	line-height: 60px;
	color: #3c3c3c;
	position: relative;
	cursor: pointer;
}

.single {
	width: 100px;
	text-align: center;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
}

.single:before {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #000000;
	display: block;
	position: absolute;
	left: 0%;
	top: 33%;
}

.subnavigation ul li:first-child .single:before {
	width: 0px;
	height: 0px;
}

.subnavigations ul li:hover .single {
	color: #ffffff;
	background-color: #84d37a;
	border-radius: 5px;
}

.select {
	color: #ffffff;
	background-color: #84d37a;
	border-radius: 5px;
}

.subnavigations ul li:last-child {
	display: none;
}

.applicationBox {
	margin-top: 67px;
	overflow: hidden;
	position: relative;
}

.preApplication {
	display: inline-block;
	width: 250px;
	height: 126px;
	vertical-align: top;
	margin-right: 135px;
	margin-bottom: 100px;
}

.preApplication:nth-child(4n) {
	margin-right: 0px;
}

.liTop {
	width: 100%;
}

.liTop:after {
	display: block;
	content: "";
	clear: both;
}

.single {
	position: absolute;
	left: 0;
}

.preApplicationTitle {
	float: left;
	color: #3c3c3c;
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 2px solid #fbf8f8;
	margin-top: 30px;
}

.applicationLogo {
	float: right;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	margin-right: 16px;
	background-color: #84d37a;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 100% 100%;
}

.liBottom {
	color: #727272;
	font-size: 15px;
	margin-top: 18px;
}

.liBottom {
	line-height: 20px;
}

.code {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-top: 14px;
	display: none;
}

.code img {
	width: 100px;
	height: 100px;
}

.codeText {
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 18px;
	margin-left: 13px;
	margin-top: 26px;
}

.experience {
	margin-top: 8px;
}


/*大于320*/

@media screen and (min-width:320px) {
	body {
		padding-bottom: 50px;
	}
	.applicationContent {
		width: 90%;
		margin-top: 210px;
	}
	.productContentToop {
		text-align: center;
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		background: #ffffff;
		z-index: 1;
	}
	#header {
		position: fixed;
		top: 0;
		z-index: 4;
		height: 70px;
		width: 100%;
		background: #ffffff
	}
	.functionTitle{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	.bigTitle {
		font-size: 20px;
	}
	.smellTitle {
		font-size: 14px;
		margin-top: 9px;
		line-height: 20px;
	}
	.subnavigations {
		width:90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 14px;
		height: 44px;
		border: none;
		text-align: left;
	}
	.single:before {
		width: 0px;
		height: 0px;
	}
	.line {
		display: none;
	}
	.select {
		background-color: #ffffff;
		color: #272727;
	}
	.mobilrNav{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	.subnavigations ul,
	.mobilrNav ul {
		font-size: 0px;
		text-align: left;
	}
	.mores {
		font-size: 14px;
	}
	.subnavigations ul li,
	.mobilrNav ul li {
		width: 90px;
		height: 35px;
		display: none;
		line-height: 35px;
		vertical-align: middle;
		color: #272727;
		margin-left: 8px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 8px;
		position: relative;
	}
	.subnavigations ul li:hover {
		color: #84d37a;
	}
	.subnavigations ul li:hover .single {
		border: 1px solid #84d37a;
		color: #84d37a;
		background-color: #ffffff;
	}
	.subnavigations ul .mobileMore:hover {
		border: 1px solid #84d37a;
	}
	.single,
	.mobileMore {
		width: 100%;
		height: 35px;
		line-height: 35px;
		border: 1px solid #e0e0e0;
		border-radius: 5px;
		font-size: 12px;
	}
	.mobileMore {
		text-align: center;
	}
	.mores {
		vertical-align: middle;
		line-height: 32px;
	}
	.more {
		display: inline-block;
		width: 18px;
		height: 18px;
		border-radius: 50%;
		background-image: url(../images/more.png);
		vertical-align: middle;
		line-height: 35px;
		margin-left: 5px;
	}
	.mobilrNav ul li:hover .single {
		border: 1px solid #84d37a;
		color: #84d37a;
		background-color: #ffffff;
	}
	/*中间应用*/
	.applicationBox {
		margin-top: 25px;
	}
	.singler {
		position: static;
	}
	.applications {
		display: none;
	}
	.mobileApplication {
		width: 100%;
	}
	.mobileApplication ul li {
		display: inline-block;
		width: 132px;
		height: 129px;
		text-align: center;
		margin-bottom: 17px;
		vertical-align: top;
	}
	.appFace {
		width: 100%;
		display: block;
		text-align: center;
	}
	.appImage {
		margin-top: 20px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: 100% 100%;
		width: 76px;
		height: 72px;
		margin-left: auto;
		margin-right: auto;
	}
	.appTitle {
		margin-top: 8px;
		font-size: 14px;
		color: #3c3c3c;
	}
	.appBack {
		display: none;
		margin-top: 10px;
	}
	.appBackImg {
		width: 108px;
		height: 96px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: 100% 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.backText {
		font-size: 12px;
		color: #ffffff;
		margin-top: 5px;
	}
	.returnTop {
		display: none;
		position: fixed;
		bottom: 68px;
		z-index: 10;
		right: 51px;
		text-align: right
	}
	.returnImage {
		width: 36px;
		height: 36px;
		margin-left: 91%;
		background-image: url(../images/returnTop.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
	.mousePrompt {
		display: none;
	}
}
@media screen and (min-width: 360px) {
	.subnavigations ul li, .mobilrNav ul li{
		margin-left: 26px;
	}
	.mobileApplication ul li{
		width: 150px;
		height: 140px;
	}
	
}

/*大于375*/

@media screen and (min-width: 375px) {
	.subnavigations ul li {
		margin-left: 10px;
	}
	.subnavigations ul li,
	.mobilrNav ul li {
		width: 101px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 10px;
	}
	.mobileApplication ul{
		text-align: inherit;
	}
	.mobileApplication ul li {
		width: 150px;
		height: 140px;
	}
	.appImage {}
	.appBackImg {
		width: 110px;
		height: 106px;
	}
	.backText {
		font-size: 13px;
		margin-top: 5px;
	}
	.showApp:nth-child(2n) {
		margin-left: 20px;
	}
}


/*大于414*/

@media screen and (min-width:414px) {
	.applicationContent {
		margin-top: 170px;
	}
	.subnavigations ul li {
		margin-left: 20px;
	}
	.subnavigations ul li,
	.mobilrNav ul li {
		width: 107px;
		margin-left: 20px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
	}
	.appImage {
		margin-top: 43px;
	}
	.appBack {
		margin-top: 13px;
	}
	.appBackImg {
		width: 130px;
		height: 126px;
	}
	.backText {
		font-size: 15px;
	}
	.mobileApplication ul li {
		width: 164px;
		height: 164px;
	}
	.appImage {
		width: 87px;
		height: 77px;
	}
}


/*大于600*/

@media screen and (min-width:600px) {
	.subnavigations ul li:nth-child(3) {
		display: inline-block;
	}
	.subnavigations ul li {
		margin-left: 36px;
	}
	.subnavigations ul li,
	.mobilrNav ul li {
		width: 107px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 36px;
	}
	.mobileApplication ul li {
		width: 166px;
		height: 161px;
	}
	.showApp:nth-child(2n) {
		margin-left: 0;
	}
}


/*大于768*/

@media screen and (min-width: 768px) {
	.functionList ul li {
		margin-left: 90px;
	}
	.mobileApplication ul li {
		width: 192px;
		height: 210px;
	}
	.appImage {
		width: 154px;
		height: 142px;
		margin-top: 26px;
	}
	.appTitle {
		font-size: 16px;
	}
	.appBack {
		margin-top: 16px;
	}
	.appBackImg {
		width: 158px;
		height: 159px;
	}
	.backText {
		margin-top: 10px;
		font-size: 16px;
	}
	.showApp:nth-child(2n) {
		margin-left: 0px;
	}
	.showApp:nth-child(3n-1) {
		margin-left: 44px;
		margin-right: 44px;
	}
}


/*大于992*/

@media screen and (min-width:992px) {
	body {
		padding-bottom: 0px;
	}
	.appContainer {
		position: absolute;
		top: 50%;		
	}
	.applicationContent {
		width: 970px;
		margin-top: 0px;
	}
	.productContentToop {
		position: static;
		width: 100%;
	}
	#header {
		position: static;
	}
	.bigTitle {
		color: #3C3C3C;
		font-size: 30px;
	}
	.smellTitle {
		color: #727272;
		font-size: 22px;
		margin-top: 20px;
	}
	.subnavigations {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 50px;
		text-align: center;
	}
	.single:before {
		content: "";
		width: 2px;
		height: 10px;
		background-color: #f4f4f4;
		display: block;
		position: absolute;
		left: -9%;
		top: 43%;
	}
	.subnavigations ul li:first-child .single:before {
		width: 0px;
		height: 0px;
	}
	.subnavigations ul {
		text-align: center;
	}
	.subnavigations ul li {
		display: inline-block;
		height: 60px;
		width: 107px;
		line-height: 60px;
		color: #3c3c3c;
		margin-left: 0px;
	}
	.subnavigations ul li:last-child {
		display: none;
	}
	.single {
		display: inline-block;
		width: 99px;
		text-align: center;
		font-size: 14px;
		height: 37px;
		line-height: 37px;
		border: none;
	}
	.line {
		display: inherit;
		font-size: 12px;
		margin-left: 3px;
	}
	.subnavigations ul li:hover .single {
		color: #ffffff;
		background-color: #84d37a;
		border-radius: 5px;
		border: none;
	}
	.mobileApplication {
		display: none;
	}
	.applicationBox {
		height: 385px;
		width: 100000000px;
	}
	.singler {
		position: absolute;
		left: 0;
		height: 385px;
	}
	.applications {
		display: inline-block;
		margin-top: 60px;
		height: 385px;
		vertical-align: top;
	}
	.preApplication {
		width: 245px;
		height: 126px;
		margin-right: 107px;
	}
	.preApplication:nth-child(4n) {
		margin-right: 107px;
	}
	.applicationLogo {
		width: 40px;
		height: 40px;
	}
	.returnTop {
		display: none;
	}
	.mousePrompt {
		display: block;
		text-align: center;
	}
	.mouse {
		width: 33px;
		height: 45px;
		background-image: url(../images/mouse.png);
		background-repeat: no-repeat;
		background-size: cover;
		animation: font1 2s ease infinite both;
		margin-left: auto;
		margin-right: auto;
	}
	.mousePrompt p {
		color: #3c3c3c;
		font-size: 13px;
		margin-top: 10px;
		margin-left: -10px;
	}
	.select {
		color: #ffffff;
		background-color: #84d37a;
		border-radius: 5px;
	}
}


/*大于1200*/

@media screen and (min-width:1200px) {
	.applicationContent {
		width: 1170px;
	}
	.applications {
		width: 1170px;
	}
	.preApplication {
		width: 250px;
		height: 126px;
		margin-right: 180px;
	}
	.preApplication:nth-child(4n) {
		margin-right: 180px;
	}
	.applicationLogo {
		width: 40px;
		height: 40px;
	}
}


/*大于1280*/

@media screen and (min-width:1280px) {
	body {
		padding-bottom: 0px;
	}
	.applicationContent {}
	.bigTitle {
		font-size: 22px;
	}
	.smellTitle {
		color: #727272;
		font-size: 14px;
		margin-top: 8px;
	}
	.subnavigations {
		margin-top: 15px;
		height: 40px;
		text-align: center;
	}
	.subnavigations ul {
		text-align: center;
		line-height: 40px;
	}
	.subnavigations ul li {
		height: 30px;
		line-height: 30px;
		width: 105px;
	}
	.applicationBox {
		width: 1170px;
		height: 253px;
	}
	.singler {
		height: 253px;
	}
	.single:before {
		content: "";
		width: 2px;
		height: 10px;
		background-color: #f4f4f4;
		display: block;
		position: absolute;
		left: -4%;
		top: 43%;
	}
	.subnavigations ul li:first-child .single:before {
		width: 0px;
		height: 0px;
	}
	.applications {
		display: inline-block;
		margin-top: 22px;
		height: 253px;
		text-align: left;
	}
	.single {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
	.preApplication {
		height: 105px;
		width: 216px;
		margin-bottom: 25px;
		margin-right: 101px;
	}
	.preApplication:nth-child(3n) {
		margin-right: 101px;
	}
	.preApplication:nth-child(4n) {
		margin-right: 0px;
	}
	.preApplicationTitle {
		font-size: 16px;
		margin-top: 20px;
	}
	
	.applicationLogo {
		width: 60px;
		height: 60px;
	}
	.code img {
		width: 80px;
		height: 81px;
	}
	.codeText {
		font-size: 12px;
	}
	.liBottom {
		font-size: 12px;
		text-align: left;
	}
	.mousePrompt {
		margin-top: 0px;
	}
	/*.mouse {
		width: 23px;
		height: 35px;
	}*/
	.mousePrompt p {
		font-size: 13px;
	}
	.footerLeft {
		height: 20px;
	}
}


/*大于1400*/

@media screen and (min-width:1400px) {
	.applicationContent {
		width: 1300px;
	}
	.prodectTitle {
		width: 100%;
		text-align: center;
	}
	.bigTitle {
		color: #3c3c3c;
		font-size: 30px;
	}
	.smellTitle {
		color: #727272;
		font-size: 22px;
		margin-top: 20px;
	}
	.subnavigations {
		height: 60px;
		margin-top: 53px;
	}
	.subnavigations ul {
		line-height: 70px;
	}
	.subnavigations ul li {
		height: 50px;
		line-height: 50px;
	}
	.single {
		width: 100px;
		font-size: 14px;
		height: 37px;
		line-height: 37px;
	}
	.applicationBox {
		width: 1300px;
		margin-top: 41px;
		overflow: hidden;
		height: 392px;
	}
	.applications {
		width: 100%;
		height: 356px;
		;
	}
	.preApplication {
		width: 247px;
		height: 105px;
		margin-bottom: 80px;
		margin-right: 101px;
	}
	.applicationLogo {
		width: 80px;
		height: 80px;
	}
	.preApplicationTitle {
		font-size: 16px;
		margin-top: 41px;
	}
	.liBottom {
		font-size: 15px;
		line-height: 1px;
		margin-top: 24px;
	}
	.mousePrompt {
		margin-top: -26px;
	}
}


/*大于1600*/

@media screen and (min-width:1600px) {
	.applicationContent {
		width: 1440px;
	}
	.prodectTitle {
		width: 100%;
		text-align: center;
	}
	.bigTitle {
		color: #3c3c3c;
		font-size: 30px;
	}
	.smellTitle {
		color: #727272;
		font-size: 22px;
		margin-top: 20px;
	}
	.applicationBox {
		width: 1440px;
		margin-top: 32px;
		overflow: hidden;
		height: 392px;
	}
	.subnavigations {
		height: 60px;
		margin-top: 53px;
	}
	.subnavigations ul li {
		display: inline-block;
		height: 60px;
		width: 120px;
		line-height: 70px;
		color: #3c3c3c;
		margin-left: 0px;
	}
	.single {
		width: 100px;
		font-size: 14px;
		height: 37px;
		line-height: 37px;
		margin-top: 10px;
	}
	.singler {
		height: 392px;
	}
	.applications {
		width: 1440px;
		height: 392px;
		text-align: inherit;
	}
	.single:before {
		content: "";
		width: 2px;
		height: 10px;
		background-color: #f4f4f4;
		display: block;
		position: absolute;
		left: -9%;
		top: 43%;
	}
	.subnavigations ul li:first-child .single:before {
		width: 0px;
		height: 0px;
	}
	.subnavigations ul {
		text-align: center;
	}
	.preApplication {
		display: inline-block;
		width: 284px;
		height: 126px;
		vertical-align: top;
		margin-right: 80px;
		margin-bottom: 100px;
	}
	.preApplication:nth-child(3n) {
		margin-right: 80px;
	}
	.preApplicationTitle {
		font-size: 18px;
		margin-top: 41px;
	}
	.liBottom {
		font-size: 15px;
		line-height: 1px;
		margin-top: 24px;
	}
	.applicationLogo {
		width: 80px;
		height: 80px;
	}
	.code img {
		width: 100px;
		height: 103px;
	}
	.codeText {
		font-size: 15px;
		margin-left: 22px;
	}
	.preApplication:nth-child(4n) {
		margin-right: 0px;
	}
	.footerLeft {
		height: auto;
	}
	.mousePrompt {
		margin-top: 0;
	}
}

@-webkit-keyframes proRotate {
	0% {
		-webkit-transform: rotateY(180deg);
	}
	100% {
		-webkit-transform: rotateY(0deg);
	}
}

@keyframes proRotate {
	0% {
		transform: rotateY(180deg);
	}
	100% {
		transform: rotateY(0deg);
	}
}

@keyframes font1 {
	0% {
		transform: translateY(-3px);
	}
	25% {
		transform: translateY(3px);
	}
	50% {
		transform: translateY(-3px);
	}
	75% {
		transform: translateY(3px);
	}
	100% {
		transform: translateY(-3px);
	}
}