.whole {
	width: 100%;
}

.body {
	height: 100%;
}

.caseContent {
	width: 1400px;
	margin: 84px auto;
}

.prodectTitle {
	width: 100%;
	text-align: center;
}

.bigTitle {
	color: #3c3c3c;
	font-size: 25px;
}

.smellTitle {
	color: #727275;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 20px;
}

.subnavigation {
	width: 100%;
	height: auto;
	text-align: center;
	border-top: 2px solid #f4f4f4;
	border-bottom: 2px solid #f4f4f4;
}

.subnavigation ul {
	width: 100%;
}

.subnavigation li,
.mobilrNav li {
	width: auto;
	height: 60px;
	line-height: 60px;
	width: 120px;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.single {
	display: inline-block;
	width: 100px;
	text-align: center;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
}

.single:before {
	content: "";
	width: 2px;
	height: 10px;
	background-color: #f4f4f4;
	display: block;
	position: absolute;
	left: -11%;
	top: 42%;
}

.subnavigation ul li:first-child .single:before {
	width: 0px;
	height: 0px;
}

.selected {
	background: #84d37a;
	border-radius: 5px;
	color: #ffffff;
}

.subnavigation li:hover .single {
	background: #84d37a;
	border-radius: 5px;
	color: #ffffff;
}

.line {
	color: #f4f4f4;
}

.caseShow {
	width: 100%;
	margin-top: 68px;
}

.slideImage {
	overflow: hidden;
	position: relative;
}

.slideImage ul {
	overflow: hidden;
	font-size: 0;
	transition: margin-left 1s;
	position: absolute;

}

.caseShow li {
	display: inline-block;
	width: 330px;
	height: auto;
	margin-right: 27px;
}

.caseShow li:nth-child(4n) {
	margin-right: 0px;
}

.caseShow li {
	width: 100%;
	height: auto;
}

.caseShow li .title {
	height: 57px;
	width: 100%;
	background-color: #ffffff;
	line-height: 57px;
	color: #3c3c3c;
	font-size: 15px;
	text-indent: 1rem;
}

.caseShow li:hover {
	box-shadow: 4px 5px 5px #E0E0E0;
	transition: all 0.3s ease 0s;
}

.mousePrompt {
	text-align: center;
	position: relative;
	margin-top: 60px;
}

.mouse {
	width: 33px;
	height: 45px;
	background-image: url(../images/mouse.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: -49px;
	left: 49%;
	animation: font1 2s ease infinite both;
}

.mousePrompt p {
	color: #3c3c3c;
	font-size: 14px;
	line-height: 20px;
}

.showed {
	display: block;
}

.mobileText {
	display: none;
}

.returnTop {
	display: none;
}

.mobilrNav {
	display: none;
}

.mobileMore {
	display: none;
}


/*大于320*/

@media screen and (min-width:320px) {
	body {
		padding-bottom: 60px;
	}
	.caseContent {
		width: 90%;
		margin-bottom: 0;
		margin-top: 196px;
	}
	.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: 14px;
	}
	.smellTitle {
		color: #727275;
		font-size: 10px;
		line-height: 20px;
		margin-bottom: 5px;
		margin-top: 8px;
	}
	.subnavigation {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 14px;
		height: 44px;
		border: none;
		text-align: left;
	}
	.line {
		display: none;
	}
	.select {
		background-color: #ffffff;
		color: #272727;
	}
	.mobilrNav{
		width: 90%;
		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;
	}
	.single:before {
		content: "";
		width: 0px;
		height: 0px;
	}
	.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;
	}

	.slideImage {
		overflow: hidden;
		height: auto;
		position: static;
	}
	.slideImage ul{
		position: static;
	}
	.caseShow {
		width: 100%;
		height: auto;
		margin-top: 21px;
	}
	.caseShow ul {
		height: auto;
		overflow: hidden;
	}

	.caseShow li {
		width: 124px;
		margin-bottom: 10px;
		display: inline-block;
		margin-right: 38px;
	}
	.caseShow li:nth-child(2n) {
		margin-right: 0px;
	}
	.showCase {
		width: 100%;
		height: 114px;
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}
	.caseShow li .title {
		width: 100%;
		height: 100%;
		line-height: 40px;
		font-size: 12px;
	}
	.mousePrompt {
		display: none;
	}
	.returnTop {
		display: none;
		margin-top: 0px;
		text-align: right;
		position: fixed;
		bottom: 66px;
		right: 17px;
		z-index: 3
	}
	.returnImage {
		width: 36px;
		height: 36px;
		/*margin-left: 87%;*/
		background-image: url(../images/returnTop.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/*大于360*/
@media screen and (min-width: 360px) {
	.subnavigation ul li, .mobilrNav ul li{
		margin-left: 26px;
	}
	.caseShow li{
		margin-right: 59px;
		width:132px;
	}
}
/*大于375*/

@media screen and (min-width:375px) {
	
	.subnavigation ul li {
		margin-left: 15px;
	}
	.subnavigation ul li,
	.mobilrNav ul li {
		width: 101px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 15px;
	}
	.caseShow li {
		width: 148px;
	}
	.showCase {
		height: 160px;
	}
	.caseShow li{
		margin-right: 38px;}
}


/*大于414*/

@media screen and (min-width:414px) {
	
	.subnavigation ul li {
		margin-left: 20px;
	}
	.subnavigation ul li,
	.mobilrNav ul li {
		width: 107px;
		margin-left: 25px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
	}
	.caseShow li {
		width: 166px;
	}
	.showCase {
		height: 200px;
	}
}


/*大于600*/

@media screen and (min-width:600px) {
	.subnavigation ul li:nth-child(3) {
		display: inline-block;
	}
	.subnavigation ul li {
		margin-left: 37px;
	}
	.subnavigation ul li,
	.mobilrNav ul li {
		width: 107px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 37px;
	}
	.caseShow li {
		width: 48%;
		display: inline-block;
		margin-right: 4%;
	}
	.caseShow li:nth-child(2n) {
		margin-right: 0px;
	}
	.showCase {
		width: 100%;
	}
}


/*大于768*/

@media screen and (min-width:768px) {
	
	.showCase {
		height: 361px;
	}
	.caseShow li .title {
		font-size: 13px;
	}
	.subnavigation ul li {
		margin-left: 39px;
	}
}


/*大于992*/

@media screen and (min-width:992px) {
	body{
		padding-bottom: 0px;
	}
	.caseContent {
		width: 970px;
		margin-top: 0px;
		position: relative;
	}
	.prodectBox{
		width:100%;
		position: absolute;
		top: 50%;
	}
	.productContentToop {
		position: static;
		width: 100%;
	}
	#header {
		position: static;
	}
	.subnavigation {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 50px;
		text-align: center;
	}
	.subnavigation {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 24px;
		text-align: center;
	}
	.subnavigation ul {
		text-align: center;
	}
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 89px;
		line-height: 60px;
		color: #3c3c3c;
		margin-left: 15px;
	}
	.single {
		display: inline-block;
		width: 76px;
		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: -11%;
		top: 42%;
	}
	.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;
	}

	.slideImage {
		height: 480px;
		position: relative;
	}
	.bigTitle {
		font-size: 18px;
	}
	.smellTitle {
		font-size: 14px;
		margin-top: 10px;
	}
	.caseShow {
		height: 445px;
	}
	.caseShow ul {
		overflow: hidden;
		height: 480px;
		width: 100000px;
		position: absolute;
		left: 0;
	}
	.caseShow li {
		width: 291px;
		display: inline-block;
		margin-right: 47px;
	}
	.caseShow li:nth-child(2n) {
		margin-right: 47px;
	}
	.caseShow li .title {
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
	.mobileText {
		display: none;
	}
	.texts {
		display: block;
	}
	.mousePrompt {
		display: block;
	}
	.subnavigation li:hover .single {
		background: #84d37a;
		border-radius: 5px;
		color: #ffffff;
	}
	.returnImage {
		display: none;
	}
	.showCase {
		height: 445px;
	}
	.mousePrompt {
		margin-top: 105px;
	}
}


/*大于1200*/

@media screen and (min-width:1200px) {
	body {
		padding-bottom: 0px;
	}
	.caseContent {
		width: 1170px;
		margin-bottom: 0px;
		
	}
	.caseShow ul {
		height: 480px;
	}
	.slideImage {
		height: 485px;
	}
	.caseShow {
		height: 484px;
	}
	.caseShow li {
		width: 270px;
		display: inline-block;
		margin-right: 30px;
	}
	.caseShow li:nth-child(2n) {
		margin-right: 30px;
	}
	.showCase {
		height: 410px;
	}
	.caseShow li .title {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
	}
	.returnTop {
		display: none;
	}
	.mousePrompt {
		margin-top: 62px;
	}
}


/*大于1280*/

@media screen and (min-width: 1280px) {
	
	.subnavigation {
		height: 40px;
	}
	.bigTitle{font-size: 22px;}
		.smellTitle{
			font-size: 14px;
		}
	.subnavigation ul li {
		height: 40px;
		line-height: 40px;
	}
	.single {
		height: 30px;
		line-height: 30px;
	}
	.caseShow {
		height: 312px;
	}
	.slideImage {
		height: 284px;
	}
	.caseShow ul {
		height: 284px;
	}
	.caseShow li .title {
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.showCase {
		height: 217px;
	}
	.caseShow li {
		width: 210px;
	}
	.mousePrompt {
		margin-top: -3px;
	}
}
/*大于1400*/
@media  screen and (min-width:1400px ) {
	.caseContent{
		width:1300px;
	}
	.bigTitle {
		color: #3c3c3c;
		font-size: 30px;
	}
	.smellTitle {
		color: #727275;
		font-size: 22px;
		margin-top: 20px;
	}
		.subnavigation {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 24px;
		text-align: center;
	}
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 89px;
		line-height: 60px;
		color: #3c3c3c;
	}
	.caseShow{
		height: 513px;
		margin-top: 50px;
	}
	.slideImage,.slideImage ul{
		height: 453px;
	}
	.caseShow li{
		width:303px;
	}
	.showCase{
		height: 399px;
	}
	.caseShow li .title{
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
}

/*大于1600*/

@media screen and (min-width:1600px) {
	.caseContent {
		width: 1440px;
		margin-bottom: 0px;
	}
	.bigTitle {
		color: #3c3c3c;
		font-size: 30px;
	}
	.returnTop {
		display: none;
	}
	.smellTitle {
		color: #727275;
		font-size: 22px;
		line-height: 50px;
		margin-bottom: 15px;
		margin-top:14px;
	}
	.subnavigation {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 24px;
		text-align: center;
	}
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 89px;
		line-height: 60px;
		color: #3c3c3c;
	}
	.subnavigation ul li:last-child {
		display: none;
	}
	.single {
		display: inline-block;
		width: 76px;
		text-align: center;
		font-size: 14px;
		height: 37px;
		line-height: 37px;
		border: none;
	}
	.functionList {
		margin-bottom: 110px;
	}
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 90px;
		line-height: 60px;
		color: #3c3c3c;
	}
	.caseShow {
		width: 100%;
		margin-top: 40px;
		height: 520px;
	}
	.slideImage {
		height: 520px;
	}
	.caseShow ul {
		height: 520px;
		width: 100000px;
	}
	.caseShow li {
		display: inline-block;
		width: 330px;
		height: auto;
		margin-right: 40px;
	}
	.caseShow li:nth-child(2n) {
		margin-right: 40px;
	}
	.caseShow li:nth-child(3n) {
		margin-right: 40px;
	}
	.caseShow li .title {
		height: 50px;
		line-height: 50px;
		font-size: 15px;
	}
	.showCase {
		height: 460px;
	}
	.mousePrompt {
		margin-top: 40px;
	}
}

@keyframes font1 {
	0% {
		transform: translateY(-3px);
	}
	25% {
		transform: translateY(3px);
	}
	50% {
		transform: translateY(-3px);
	}
	75% {
		transform: translateY(3px);
	}
	100% {
		transform: translateY(-3px);
	}
}