.whole {
	width: 100;
}

#header {
	background: #ffffff;
}

.productContent {
	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: 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;
	cursor: pointer;
}

.single {
	display: inline-block;
	width: 100px;
	text-align: center;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
}

.subnavigation ul li:hover .single {
	color: #ffffff;
	background-color: #84d37a;
	border-radius: 5px;
}

.selected {
	color: #ffffff;
	background-color: #84d37a;
	border-radius: 5px;
}

.line {
	color: #F4F4F4;
}

.subnavigation ul li:last-child {
	display: none;
}

.texts {
	width: 100%;
	margin-top: 60px;
	display: none;
	overflow: hidden;
	position: relative;
}

.Infinite {
	position: absolute;
	transition: margin-left 1s;
	width:1000000px;
}

.WholeMobile {
	float: left;
}

.partText {
	width: 47%;
	margin-right: 6%;
	margin-bottom: 84px;
	display: inline-block;
	vertical-align: top;
}

.time {
	text-align: right;
	width: 15%;
}

.date {
	color: #7e7e7e;
	font-size: 24px;
}

.year {
	color: #727275;
	font-size: 14px;
	line-height: 42px;
}

.text {
	width: 81%;
	margin-left: 2%;
}

.textTitle {
	color: #3c3c3c;
	font-size: 16px;
}

.textTitle:hover {
	color: #84d37a;
}
.Infinite .text:hover .textTitle{
	color: #84d37a;
}

.answer {
	margin-top: 26px;
}

.answer p {
	line-height: 24px;
	color: #727275;
	font-size: 15px;
}

.mousePrompt {
	text-align: center;
	position: relative;
}

.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;
	position: fixed;
	bottom: 68px;
	z-index: 10;
	right: 51px;
	text-align: right;
}

.mobilrNav {
	display: none;
	text-align: left;
}

.mobileMore {
	display: none;
}

.wholeData {
	display: none;
}


/*大于320*/

@media screen and (min-width:320px) {
	body {
		padding-bottom: 558px;
	}
	.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%;
	}
	
	.productContent {
		width: 90%;
		margin-bottom: 0;
		/*margin-top: 35px;*/
		margin-top: 153px;
	}
	.prodectTitle{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	.bigTitle {
		font-size: 16px;
	}
	.smellTitle {
		font-size: 14px;
		color: #727275;
		font-size: 14px;
		line-height: 22px;
		margin-bottom: -5px;
	}
	.subnavigation {
		width: 90%;
		margin-top: 14px;
		height: 44px;
		border: none;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.line {
		display: none;
	}
	.select {
		background-color: #ffffff;
		color: #272727;
	}
	.subnavigation ul {
		font-size: 0px;
		height: 100%;
	}
	.mobilrNav{
		width:90%;
		margin-left: auto;
		margin-right: auto;
	}
	.subnavigation ul li,
	.mobilrNav ul li {
		width: 90px;
		height: 35px;
		display: none;
		line-height: 35px;
		vertical-align: middle;
		color: #272727;
		margin-left: 8px;
		font-size: 14px;
	}
	.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;
	}
	.mobilrNav ul li:hover .single {
		border: 1px solid #84d37a;
		color: #84d37a;
		background-color: #ffffff;
	}
	.texts {
		display: none;
	}
	.mobileText {
		display: block;
		width: 90%;
		margin-top: -5px;
		margin-left: auto;
		margin-right: auto;
	}
	.mobilePart {
		border-bottom: 1px solid #ececec;
		margin-top: 24px;
		width: 100%;
	}
	.mobilePartTitle {
		color: #3c3c3c;
		font-size: 14px;
	}
	.mobilePartTime {
		color: #727275;
		font-size: 12px;
		margin-top: 10px;
	}
	.mobilePartText {
		color: #727275;
		font-size: 12px;
		line-height: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.mousePrompt {
		display: none;
	}
	.returnTop {
		text-align: right;
		z-index: 3;
	}
	.returnImage {
		width: 36px;
		height: 36px;
		margin-left: 91%;
		background-image: url(../images/returnTop.png);
		background-repeat: no-repeat;
		background-size: cover;
	}
}


/*大于375*/

@media screen and (min-width:375px) {
	.subnavigation ul li,
	.mobilrNav ul li {
		width: 101px;
		margin-left: 17px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 17px;
	}
	.returnImage {
		margin-top: 10px;
	}
}


/*大于414*/

@media screen and (min-width:414px) {
	.subnavigation ul li {
		margin-left: 20px;
	}
	.subnavigation ul li,
	.mobilrNav ul li {
		width: 107px;
	}
	.mobilrNav ul li {
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 20px;
	}
}


/*大于600*/

@media screen and (min-width:600px) {
	.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;
	}
}


/*大于768*/

@media screen and (min-width:768px) {
	body {
		padding-bottom: 20px;
	}
	.subnavigation ul li:nth-child(4) {
		display: inline-block;
	}
	.mobilrNav ul li:last-child {
		margin-left: 25px;
	}
}


/*大于992*/

@media screen and (min-width:992px) {
	body {
		padding-bottom: 0;
	}
	.productContent {
		width: 970px;
		margin-top: 0;
		position: relative;
	}
	.answerBox{
		width:100%;
		position: absolute;
		top:50%;	
	}
	.productContentToop {
		position: static;
		width:100%;
	}
	#header {
		position: static;
	}
	.bigTitle {
		color: #3c3c3c;
		font-size: 25px;
	}
	.smellTitle {
		color: #727275;
		font-size: 20px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.subnavigation {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 23px;
		text-align: center;
	}
	.subnavigation ul{
		text-align: center;
	}
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 96px;
		line-height: 60px;
		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: -16%;
		top: 46%;
	}
	.subnavigation ul li:first-child .single:before {
		width: 0px;
		height: 0px;
	}
	.line {
		display: inherit;
	}
	.subnavigation ul li:hover .single {
		color: #ffffff;
		background-color: #84d37a;
		border-radius: 5px;
	}
	.mobileText {
		display: none;
	}
	.texts {
		display: none;
		margin-top: 40px;
		height: 485px;
		position: relative;
	}
	.showed {
		display: block;
	}
	.Infinite {
		height: 485px;
		position: absolute;
		left: 0;
	}
	.wholeSlide {
		width: 970px;
		height: 485px;
		display: inline-block;
	}
	.partText {
		width: 470px;
		margin-right: 11px;
		margin-bottom: 63px;
	}
	.partText:nth-child(2n) {
		margin-right: 0px;
	}
	.returnTop {
		display: none;
	}
	.mousePrompt {
		display: block;
	}
	.subnavigation li:hover .single {
		background: #84d37a;
		border-radius: 5px;
		color: #ffffff;
	}
	.mousePrompt {
		margin-top: 51px;
	}
	.mobileMore {
		display: none;
	}
}


/*大于1200*/

@media screen and (min-width:1200px) {
	.productContent {
		width: 1170px;
	}
	.Infinite {
		height: 520px;
	}
	.wholeSlide {
		width: 1170px;
		height: 520px;
		overflow: hidden;
	}
	.texts {
		display: block;
		height: 520px;
	}
	.partText {
		width: 535px;
		margin-right: 100px;
	}
	.mousePrompt {
		margin-top: 33px;
	}
}

@media screen and (min-width: 1280px) {
	.productContent {
		
		margin-bottom: 0px;
	}
	.bigTitle {
		font-size: 22px;
	}
	.smellTitle {
		font-size: 14px;
		line-height: 26px;
		margin-bottom: 0px;	
	}
	.subnavigation {
		height: 50px;
	}
	.subnavigation ul li {
		height: 50px;
		line-height: 50px;
	}
	.single {
		height: 33px;
		line-height: 33px;
	}
	.texts{
		height: 220px;
		margin-top: 33px;
	}
	.Infinite {
		height: 220px;
	}
	.onlyTexts {
		display: blok;
	}
	.answer p {
		line-height: 24px;
		color: #727275;
		font-size: 15px;
	}

	.date {
		font-size: 16px;
	}
	.year {
		line-height: 28px;
	}
	.textTitle {
		font-size: 12px;
	}
	.answer {
		margin-top: 8px;
	}
	.partText {
		margin-bottom: 28px;
	}
	.mousePrompt {
		position: static;
		margin-top: 0px;
	}
	.mouse {
    width: 31px;
    height: 42px;
    position: static;
    top:0;
    left:0;
    margin-left: auto;
    margin-right: auto;
    }
}

/*大于1400*/
@media screen and (min-width: 1400px) {
	.productContent{
		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: 30px;
		text-align: center;
	}
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 120px;
		line-height: 63px;
		color: #3c3c3c;
	}
	.single {
		display: inline-block;
		width: 100px;
		text-align: center;
		font-size: 14px;
		height: 37px;
		line-height: 37px;
	}
	.texts {
		margin-top: 50px;
		height: 376px;
	}
	.Infinite {
		height: 376px;
	}
	.wholeSlide {
		width: 1300px;
		height: 376px;
	}
	.partText{
		width: 600px;
		margin-bottom:40px;
	}
	.date {
		font-size: 24px;
	}
	.textTitle {
		font-size: 16px;
	}
	.answer {
		margin-top: 20px;
	}
	.answer p{
		font-size: 15px;
	}
	.mousePrompt p{
		margin-top: 10px;
	}
}
/*大于1600*/

@media screen and (min-width:1600px) {
	body {
		padding-bottom: 0;
	}
	.productContent {
		width: 1440px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.bigTitle {
		color: #3c3c3c;
		font-size: 30px;
	}
	.smellTitle {
		color: #727275;
		font-size: 22px;
		line-height: 50px;
		margin-bottom: 22px;
	}
	.subnavigation {
		width: 100%;
		height: 60px;
		border-bottom: 1px solid #f4f4f4;
		border-top: 1px solid #f4f4f4;
		margin-top: 30px;
		text-align: center;
	}
	.subnavigation ul li {
		display: inline-block;
		height: 60px;
		width: 120px;
		line-height: 63px;
		color: #3c3c3c;
	}
	.single {
		display: inline-block;
		width: 100px;
		text-align: center;
		font-size: 14px;
		height: 37px;
		line-height: 37px;
	}
	.texts {
		margin-top: 50px;
		height: 440px;
	}
	.Infinite {
		height: 440px;
	}
	.wholeSlide {
		width: 1440px;
		height: 500px;
	}
	.partText {
		width: 668px;
		margin-right: 100px;
		margin-bottom: 45px;
	}
	.mousePrompt {
		margin-top: -63px;
		position: static;
	}
	.mouse{
		position: static;
		left: 0;
		top: 0;
		margin-left: auto;
		margin-right: auto;
	}
	.mousePrompt p{
		margin-top: 10px
	}
	.date {
		font-size: 24px;
	}
	.textTitle {
		font-size: 16px;
	}
	.answer {
		margin-top: 20px;
	}
	.answer p {
		font-size: 15px;
	}
}

@keyframes font1 {
	0% {
		transform: translateY(-3px);
	}
	25% {
		transform: translateY(3px);
	}
	50% {
		transform: translateY(-3px);
	}
	75% {
		transform: translateY(3px);
	}
	100% {
		transform: translateY(-3px);
	}
}