.menuList>ul>li>a{
	color: #000000;
}
.menuList ul li span{
	color: #000000;
}
.menuList>ul>li>a:hover{
	border-bottom: 2px solid rgb(16,255,255);
}
.menuList>ul>li>span:hover{
	border-bottom: 2px solid rgb(16,255,255);
}
#head{
	position: relative;
}
.moduleList{
	width: 75%;
	display: flex;
	flex-direction: column;
	margin: auto;
	margin-top: 200px;
}
.moduleList ul{
	display: flex;
	flex-direction: initial;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
.moduleList ul li{
	width: 31.3%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 1%;
	justify-content: space-between;
	margin: 80px 1%;
	height: 422px;
}
.moduleListPhoto{
	width: 100%;
	height: 206px;
}
.moduleListText{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.moduleListText span:nth-child(1){
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0 25px 0;
}
.moduleListText span:nth-child(2){
	font-size: 16px;
	width: 90%;
	text-align: center;
}
.moduleListBtn{
	margin-top: 25px;
}
.productBlock{
	background: -webkit-linear-gradient(left, #0ec0be,#19d4aa ,#29ee90);
}
.leaveMessageInputBlock input{
	background-color: #13d1bb;
}
.leaveMessageInputBlock textarea{
	background-color: #13d1bb;
}
.inputfocusStyle{
	background: -webkit-linear-gradient(left, #1bceaa,#16e6ce ,#10e5d0);
}
.line{
	border-bottom: 2px solid white;
}
.footer{
	background: -webkit-linear-gradient(left, #32c9c9,#3eddb5 ,#4af2a0);
}


.productName{
	margin-top: 90px;
	margin-bottom: 65px;
	color: #0dc0be;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
}
.productDiv{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	max-width: 1282px;
	margin:0 auto 100px;
	
}
.productDiv .leftDiv{
	flex: 1;
	width: 45%;
	max-width: 580px;
	margin-right: 120px;
}
.aboutProduct{
	font-size: 24px;
	color: #0dc0be;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
.aboutProductText{
	font-size: 17px;
	line-height: 28px;
	text-align: justify;
	margin-bottom: 30px;
}
.productDiv .leftDiv img{
	width: auto;
	height: auto;
	max-width: 580px;
	max-height: 350px;
}
.productDiv .rightDiv{
	flex: 1;
	width: 45%;
	max-width: 590px;
}
.info{
	margin-bottom: 10px;
	text-align: justify;
}
.infoName{
	color: #0dc0be;
	font-weight: bold;
	font-size: 17px !important;
	line-height: 28px;
}
.infoText{
	font-size: 17px !important;
	line-height: 28px;
}
.diagramDiv{
	margin-bottom: 70px;
}
.diagramName{
	color: #0dc0be;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-bottom: 35px;
}
.diagram{
	display:block;
	width: auto;
	height: auto;
	max-width: 1282px;
	max-height: 716px;
	margin: auto;
}
.diagramText{
	font-size: 22px;
	text-align: center;
	margin-top: 40px;
}
.parameterDiv{
	margin-bottom: 80px;
}
.parameterTitle{
	color: #0dc0be;
	font-weight: bold;
	font-size: 26px;
	text-align: center;
	margin-bottom: 35px;
}
.parameterListDiv{
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	max-width: 1282px;
	margin:0 auto 100px;
}
.parameterListDiv .leftDiv{
	flex: 1;
	width: 45%;
	max-width: 580px;
	margin-right: 120px;
}
.parameterList{
	width: 544px;
	margin-bottom: 38px;
}
.specialParameter{
	margin-bottom: 21px;
}
.parameterClassify{
	width: 532px;
	height: 30px;
	background-color: #0dc0be;
	color: white;
	font-size: 18px;
	line-height: 30px;
	padding-left: 12px;
}
.parameterLine{
	height: 40px;
	width: 544px;
	border-bottom: #0dc0be 2px solid;
	line-height: 40px;
	clear: both;
}
.parameterName{
	font-size: 18px;
	padding-left: 12px;
	width: 240px;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.parameter{
	font-size: 18px;
	padding-left: 12px;
	width: 280px;
	display: block;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}
.parameterListDiv .rightDiv{
	flex: 1;
	width: 45%;
	max-width: 590px;
}