	.whole {
		width: 100%;
	}
	
	.functionContent {
		width: 1440px;
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid rd;
	}
	
	.functionTitle {
		width: 100%;
		text-align: center;
	}
	
	.bigTitle {
		color: #3C3C3C;
		font-size: 30px;
	}
	
	.smellTitle {
		color: #727272;
		font-size: 22px;
		margin-top: 20px;
	}
	
	.subnavigation {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 50px;
		text-align: center;
	}
	
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 120px;
		line-height: 60px;
		color: #3c3c3c;
		position: relative;
		cursor: pointer;
	}
	
	.single {
		display: inline-block;
		width: 100px;
		text-align: center;
		font-size: 14px;
		height: 37px;
		line-height: 37px;
	}
	
	.single:before {
		content: "";
		width: 1px;
		height: 10px;
		background-color: #f4f4f4;
		display: block;
		position: absolute;
		left: -25%;
		top: 33%;
	}
	
	.subnavigation ul li:first-child .single:before {
		width: 0px;
		height: 0px;
	}
	
	.subnavigation ul li:hover .single {
		color: #ffffff;
		background-color: #84d37a;
		border-radius: 5px;
	}
	
	.select {
		color: #ffffff;
		background-color: #84d37a;
		border-radius: 5px;
	}
	
	.line {
		color: #F4F4F4;
	}
	
	.subnavigation ul li:last-child {
		display: none;
	}
	/*产品介绍*/
	
	.productPart {
		margin-top: 50px;
	}
	
	.productIntr {
		-webkit-animation-delay: 500ms! important;
		animation-delay: 500ms! important;
	}
	
	.icons {
		width: 52px;
		height: 52px;
		display: inline-block;
		vertical-align: middle;
		-webkit-animation-delay: 800ms! important;
		animation-delay: 800ms! important;
	}
	
	.icons img {
		width: 52px;
		height: 52px;
		border-radius: 50%;
	}
	
	.title {
		width: 500px;
		display: inline-block;
		color: #3c3c3c;
		font-size: 24px;
		vertical-align: middle;
		margin-left: 10px;
	}
	
	.mainText {
		color: #3c3c3c;
		font-size: 15px;
		margin-top: 20px;
	}
	
	.mainText p {
		line-height: 23px;
	}
	
	.images {
		margin-top: 100px;
	}
	/*微官网*/
	
	.webPart {
		margin-top: 56px;
	}
	
	.webIntr {
		-webkit-animation-delay: 500ms! important;
		animation-delay: 500ms! important;
	}
	
	.functionList {
		width: 100%;
		margin-top: 76px;
		margin-bottom: 140px;
	}
	
	.functionList ul {
		margin: 0 auto;
	}
	
	.functionList ul li {
		display: inline-block;
		width: 120px;
		height: 123px;
		margin: 0 58px;
	}
	/*	.functionList ul li:hover .hoverImg{
		transform: rotate(320deg);
	}*/
	
	.functionFeatureTitle {
		color: #3c3c3c;
		font-size: 14px;
		margin-top: 30px;
	}
	
	.xuanzhuan {
		transform: rotate(360deg);
	}
	
	.functionContainer {
		display: none;
		margin-left: auto;
		margin-right: auto;
	}
	
	.show {
		display: block;
	}
	/*大于320*/
	
	@media screen and (min-width:320px) {
		body {
			padding-bottom: 50px;
		}
		.functionContent {
			width: 90%;
			margin-top: 189px;
		}
		.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: 91%;
			margin-left: auto;
			margin-right: auto;
		}
		.bigTitle {
			font-size: 20px;
		}
		.smellTitle {
			font-size: 14px;
			margin-top: 9px;
		}
		.subnavigation {
			width: 91%;
			margin-top: 14px;
			height: 44px;
			border: none;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		.single:before {
			content: "";
			width: 0px;
			height: 0px;
			background-color: #f4f4f4;
			display: block;
			position: absolute;
			left: -25%;
			top: 33%;
		}
		.select {
			background-color: #ffffff;
			color: #272727;
		}
		.mobilrNav {
			width: 91%;
			margin-left: auto;
			margin-right: auto;
		}
		.subnavigation ul,
		.mobilrNav ul {
			font-size: 0px;
			text-align: left;
		}
		.mores {
			font-size: 14px;
		}
		.subnavigation 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;
		}
		.subnavigation ul li:hover {
			color: #84d37a;
		}
		.subnavigation ul li:hover .single {
			border: 1px solid #84d37a;
			color: #84d37a;
			background-color: #ffffff;
		}
		.subnavigation ul .mobileMore:hover {
			border: 1px solid #84d37a;
		}
		.single,
		.mobileMore {
			width: 100%;
			height: 35px;
			line-height: 35px;
			border: 1px solid #e0e0e0;
			border-radius: 5px;
		}
		.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;
		}
		.productPart {
			width: 100%;
			margin-top: 20px;
		}
		.icons {
			width: 40px;
			height: 40px;
		}
		.icons img {
			width: 100%;
			height: 100%;
		}
		.title {
			width: 80%;
			font-size: 22px;
		}
		.mainText {
			font-size: 12px;
			margin-top: 10px;
			line-height: 20px;
		}
		.images {
			margin-top: 30px;
		}
		.images img {
			width: 100%;
		}
		.webPart {
			margin-top: 33px;
			margin-bottom: 30px;
		}
		.functionList {
			margin-top: 38px;
			margin-bottom: 0px;
		}
		.functionList ul li {
			margin-right: 0px;
			margin-left: 20px;
			text-align: center;
			margin-bottom: 20px;
			vertical-align: top;
		}
		.hoverImg {
			width: 52%;
			height: 63px;
			background-repeat: no-repeat;
			background-size: 100% 100%;
			background-position: 100% 100%;
			margin: 0 auto;
			transition: all 0.8s;
			-moz-transition: all 0.8;
			/* Firefox 4 */
			-webkit-transition: all 0.8s;
			/* Safari 和 Chrome */
			-o-transition: all 0.8s;
			/* Opera */
		}
		.functionFeatureTitle {
			color: #3c3c3c;
			font-size: 12px;
			margin-top: 20px;
			line-height: 20px;
		}
		.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;
		}
	}
	
	@media screen and (min-width: 360px) {
		.subnavigation ul li,
		.mobilrNav ul li {
			margin-left: 28px;
		}
	}
	/*大于375*/
	
	@media screen and (min-width:375px) {
		.subnavigation ul li {
			margin-left: 10px;
		}
		.subnavigation ul li,
		.mobilrNav ul li {
			width: 101px;
		}
		.mobilrNav ul li {
			display: inline-block;
			margin-bottom: 10px;
			margin-left: 10px;
		}
		.functionList ul li {
			margin-left: 30px;
		}
	}
	/*大于414*/
	
	@media screen and (min-width:414px) {
		.subnavigation ul li {
			margin-left: 20px;
		}
		.subnavigation ul li,
		.mobilrNav ul li {
			width: 107px;
			margin-left: 20px;
		}
		.mobilrNav ul li {
			display: inline-block;
			margin-bottom: 10px;
		}
		.functionList ul li {
			margin-left: 40px;
		}
		.functionList ul li img {
			width: 86px;
			height: 86px;
		}
	}
	/*大于600*/
	
	@media screen and (min-width:600px) {
		.subnavigation ul li:nth-child(3) {
			display: inline-block;
		}
		.subnavigation ul li {
			margin-left: 36px;
		}
		.subnavigation ul li,
		.mobilrNav ul li {
			width: 107px;
		}
		.mobilrNav ul li {
			display: inline-block;
			margin-bottom: 10px;
			margin-left: 36px;
		}
		.functionList ul li {
			margin-left: 50px;
		}
		.images {
			margin-top: 60px;
		}
	}
	/*大于768*/
	
	@media screen and (min-width:768px) {
		.functionList ul li {
			margin-left: 90px;
		}
		.mainText {
			font-size: 14px;
		}
		.functionFeatureTitle {
			font-size: 14px;
		}
		.images {
			margin-top: 67px;
		}
	}
	/*大于992*/
	
	@media screen and (min-width:992px) {
		body {
			padding-bottom: 0px;
		}
		.functionContent {
			width: 970px;
			margin-top: 100px;
		}
		.productContentToop {
			position: static;
		}
		#header {
			position: static;
		}
		.bigTitle {
			color: #3C3C3C;
			font-size: 30px;
		}
		.smellTitle {
			color: #727272;
			font-size: 22px;
			margin-top: 20px;
		}
		.subnavigation {
			width: 100%;
			height: 60px;
			border-bottom: 1px solid #f4f4f4;
			border-top: 1px solid #f4f4f4;
			margin-top: 50px;
			text-align: center;
		}
		.subnavigation ul {
			text-align: center;
		}
		.subnavigation ul li {
			display: inline-block;
			height: 60px;
			width: 89px;
			line-height: 70px;
			color: #3c3c3c;
			position: relative;
		}
		.subnavigation ul li:last-child {
			display: none;
		}
		.single {
			display: inline-block;
			width: 88px;
			text-align: center;
			font-size: 14px;
			height: 37px;
			line-height: 37px;
			border: none;
		}
		.single:before {
			content: "";
			width: 2px;
			height: 10px;
			background-color: #f4f4f4;
			display: block;
			position: absolute;
			left: -25%;
			top: 45%;
		}
		.subnavigation ul li:first-child .single:before {
			width: 0px;
			height: 0px;
		}
		.line {
			display: inherit;
			font-size: 12px;
			margin-left: 3px;
		}
		.subnavigation ul li:hover .single {
			color: #ffffff;
			background-color: #84d37a;
			border-radius: 5px;
		}
		.productPart {
			margin-top: 50px;
		}
		.productIntr {
			-webkit-animation-delay: 500ms! important;
			animation-delay: 500ms! important;
		}
		.images {
			margin-top: 50px;
			text-align: center;
		}
		.images img {
			width: 76%;
		}
		.icons {
			width: 52px;
			height: 52px;
			display: inline-block;
			vertical-align: middle;
			-webkit-animation-delay: 800ms! important;
			animation-delay: 800ms! important;
		}
		.icons img {
			width: 52px;
			height: 52px;
			border-radius: 50%;
		}
		.title {
			width: 500px;
			display: inline-block;
			color: #3c3c3c;
			font-size: 24px;
			vertical-align: middle;
			margin-left: 10px;
		}
		.mainText {
			color: #3c3c3c;
			font-size: 15px;
			margin-top: 20px;
			line-height: 26px;
		}
		.functionList ul li {
			width: 130px;
			margin-left: 90px;
			margin-bottom: 20px;
			vertical-align: bottom;
		}
		.returnTop {
			display: none;
		}
		.functionList {
			width: 100%;
			margin-top: 76px;
			margin-bottom: 140px;
		}
		.footers {
			position: relative!important;
			bottom: 0;
			left: 0;
		}
		.select {
			background-color: #84d37a;
			color: #ffffff;
		}
	}
	/*大于1200*/
	
	@media screen and (min-width:1200px) {
		.functionContent {
			width: 1170px;
		}
		.functionList {
			margin-bottom: 110px;
		}
		.images {
			margin-top: 40px;
			text-align: center;
		}
	}
	/*大于1280*/
	
	@media screen and (min-width:1280px) {
		.functionContent {
			width: 1170px;
			margin-top: 40px;
		}
		.bigTitle {
			font-size: 22px;
		}
		.smellTitle {
			font-size: 14px;
		}
	}
	/*大于1400*/
	
	@media screen and (min-width: 1400px) {
		.functionContent {
			width: 1300px;
		}
		.bigTitle {
			color: #3c3c3c;
			font-size: 30px;
		}
		.smellTitle {
			color: #727275;
			font-size: 22px;
			margin-top: 20px;
		}
	}
	/*大于1600*/
	
	@media screen and (min-width:1600px) {
		.functionContent {
			width: 1440px;
			margin-top: 100px;
		}
		.functionList {
			margin-bottom: 110px;
		}
		.subnavigation ul li {
			display: inline-block;
			height: 60px;
			width: 120px;
			line-height: 71px;
			color: #3c3c3c;
		}
		.single {
			width: 100px;
		}
		.images {
			text-align: center;
		}
		.images img {
			width: 76%;
		}
	}