main {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.equipmentWater {
	max-width: 1200px;
	margin: auto;
	padding-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.twoDetailpic {
	max-width: 900px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
	overflow: hidden;
	border: 3px solid rgb(0, 51, 153);
	border-radius: 8px;
}
.clickMoret {
	float: right;
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	padding-right: 10px;
}
.clickMoret a{
	color: rgb(51, 51, 51);
}
.clickMoret img{
	width: 14px;
	vertical-align: inherit;
    margin-left: 4px;
}

.twoDetailpic>p {
	width: 50%;
	float: left;
}

.twoDetailpic img {
	max-width: 100%;
	padding: 10px;
}


/*小图轮播*/

.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 16px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 6px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	border: 1px solid grey;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: rgb(0, 51, 153);
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	max-width: 100%;
	display: block;
}

.mainequipmentWater {
	display: flex;
	padding-top: 10px;
}

.mainequipmentWater_left {
	width: 50%;
}
.mainequipmentWater_left img{
	max-width: 100%;
}
.mainequipmentWater_right {
	width: 60%;
	padding-left: 50px;
}

.mainequipmentWater_right>div:nth-child(1) {
	overflow: hidden;
	padding-bottom: 15px;
}

.clickMore {
	float: right;
	font-size: 18px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	padding-right: 10px;
}
.clickMore a{
	color: rgb(51, 51, 51);
}
.clickMore img{
	width: 14px;
	vertical-align: inherit;
    margin-left: 4px;
}
.mainequipmentWater_right>p:nth-child(1)>img {
	max-width: 100%;
	float: left;
}

.mainequipmentWater_right>p:nth-child(1) a {
	color: rgb(51, 51, 51);
}

.mainequipmentWater_right>p:nth-child(1) span {
	float: right;
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-weight: 600;
}

.mainequipmentWater_right>p:nth-child(1) span img {
	width: 12px;
	vertical-align: baseline;
	margin-left: 5px;
	display: inline-block;
}

.Water_word {
	font-size: 15px;
	color: rgb(51, 51, 51);
	line-height: 32px;
	margin-top: -10px;
	text-indent: 32px;
}

.common_most_2 {
	font-size: 28px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: inline-block;
	top: -10px;
}

.common_most_2:after {
	content: "";
	width: 100%;
	height: 9px;
	background: rgb(0, 51, 153);
	position: absolute;
	left: 0px;
	top: 26px;
	opacity: 0.7;
}

.common_most_5 {
	font-size: 28px;
	color: rgb(51, 51, 51);
	font-weight: 600;
	position: relative;
	overflow: hidden;
	display: inline-block;
	top: -10px;
}

.common_most_5:after {
	content: "";
	width: 100%;
	height: 9px;
	background: rgb(0, 51, 153);
	position: absolute;
	left: 0px;
	top: 26px;
	opacity: 0.7;
}


/*研发成果切换文字-----------------------*/

.slideBox_water {
	width: 100%;
	position: relative;
}

.slideBox_water .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 46%;
	bottom: -31px;
	z-index: 1;
}

.slideBox_water .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox_water .hd ul li {
	float: left;
	margin-right: 17px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	border: 1px solid grey;
	cursor: pointer;
	border-radius: 50%;
}

.slideBox_water .hd ul li.on {
	background: rgb(0, 51, 153);
	color: #fff;
}

.slideBox_water .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox_water .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox_water .bd img {
	max-width: 100%;
	display: block;
}


/*技术介绍-----------------*/

.processResult {
	text-align: center;
	max-width: 900px;
	margin: auto;
	padding-top: 90px;
	padding-left: 15px;
	padding-right: 15px;
}

.processResult>p:nth-child(1) {
	text-align: center;
}

.processResult>p:nth-child(1) img {
	max-width: 100%;
}

.mainprocessResult {
	display: flex;
	margin-top: 40px;
}

.mainprocessResult>li {
	width: 33.3%;
}

.mainprocessResult>li:nth-child(1),
.mainprocessResult>li:nth-child(3) {
	background: rgb(0, 51, 153);
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 0 15px;
	justify-content: center;
	letter-spacing: 1px;
}

.mainprocessResult>li:nth-child(2) img {
	width: 100%;
}


/*工艺流程---------------------------*/

.techProcess {
	max-width: 1200px;
	margin: auto;
	padding-top: 90px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.techProcess>p:nth-child(1) {
	text-align: center;
}

.techProcess>p:nth-child(1) img {
	max-width: 100%;
}

.maintechProcess_left {
	overflow: hidden;
	margin-top: 40px;
}

.maintechProcess_left li {
	width: 25%;
	float: left;
}

.maintechProcess_right li {
	width: 25%;
	float: left;
}

.maintechProcess_right {
	overflow: hidden;
	margin-top: -10px;
}

.maintechProcess_left li img {
	max-width: 100%;
}

.maintechProcess_right li img {
	max-width: 100%;
}

.techProcessbottom {
	display: flex;
	padding-top: 90px;
}

.techProcessbottom>li {
	width: 50%;
}

.techProcessbottom_right {
	padding-left: 50px;
}

.techProcessbottom_right img {
	max-width: 100%;
}

.techProcessbottom_left {
	text-align: left;
}

.techProcessbottom_left>p:nth-child(1)>img {
	max-width: 100%;
	float: left;
}

.techProcessbottom_left>p:nth-child(1) a {
	color: rgb(51, 51, 51);
}

.techProcessbottom_left>p:nth-child(1) span {
	float: right;
	color: rgb(51, 51, 51);
	font-size: 20px;
	font-weight: 600;
}

.techProcessbottom_left>p:nth-child(1) span img {
	width: 12px;
	vertical-align: baseline;
	margin-left: 5px;
	display: inline-block;
}

.techProcessbottom_left>p:nth-child(2) {
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 42px;
	margin-top: 10px;
	text-indent: 32px;
}

.commnonTech {
	max-width: 900px;
	margin: auto;
	padding-top: 90px;
	text-align: center;
}

.commnonTech>img:nth-child(1) {
	max-width: 100%;
}

.commnonTech>img:nth-child(2) {
	max-width: 100%;
	padding-top: 40px;
}


/*发酵技术----------------------------*/

.fermenTechnology {
	max-width: 1200px;
	margin: auto;
	padding-top: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.fermen_word {
	font-size: 16px;
	color: rgb(51, 51, 51);
	line-height: 42px;
	margin-top: -10px;
	text-indent: 34px;
}


/*发酵技术介绍----------------------------------*/

.techIntro {
	max-width: 900px;
	margin: auto;
	padding-top: 90px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

.techIntro>p:nth-child(1) {
	text-align: center;
}

.techIntro>p:nth-child(1) img {
	max-width: 100%;
}

.maintechIntro {
	display: flex;
	margin-top: 40px;
}

.maintechIntro>li {
	width: 33.3%;
}

.maintechIntro>li:nth-child(1) img,
.maintechIntro>li:nth-child(3) img {
	width: 100%;
}

.maintechIntro>li:nth-child(2) {
	background: rgb(0, 51, 153);
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	padding: 0 15px;
	letter-spacing: 1px;
}


/*发酵技术特点---------------------------*/

.techIntrodetail {
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 90px;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
}

.techIntrodetail_left {
	width: 50%;
	font-size: 16px;
	line-height: 40px;
	color: rgb(51, 51, 51);
}

.techIntrodetail_left>p:nth-child(2)>img,
.techIntrodetail_left>p:nth-child(3)>img,
.techIntrodetail_left>p:nth-child(4)>img,
.techIntrodetail_left>p:nth-child(5)>img {
	width: 10px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}

.techIntrodetail_left>p:nth-child(3),
.techIntrodetail_left>p:nth-child(4),
.techIntrodetail_left>p:nth-child(5) {
	margin-top: 6px;
}

.techIntrodetail_left>p:nth-child(1)>img {
	max-width: 100%;
}

.techIntrodetail_right {
	width: 50%;
	padding-left: 50px;
}

.techIntrodetail_right img {
	max-width: 100%;
}


/*发酵技术介绍---------------------*/

.fermenPic {
	max-width: 600px;
	margin: auto;
	padding-top: 90px;
	text-align: center;
	padding-bottom: 60px;
	padding-left: 15px;
	padding-right: 15px;
}

.fermenPic>img:nth-child(1) {
	max-width: 100%;
}

.fermenPic>img:nth-child(2) {
	max-width: 100%;
	padding-top: 40px;
}

@media (max-width:768px) {
	.mainequipmentWater {
		display: block;
	}
	.mainequipmentWater>li {
		width: 100%
	}
	.mainequipmentWater_right {
		padding-left: 0;
	}
	.mainequipmentWater_right>p:nth-child(1)>img {
		max-width: 30%;
	}
	.common_most_2 {
		top: 20px;
	}
	.common_most_1 {
		margin-top: 20px;
	}
	.mainprocessResult,
	.maintechProcess_left {
		margin-top: 20px;
	}
	.processResult {
		padding-top: 10px;
	}
	.mainequipmentWater_right>div:nth-child(1) {
		padding-bottom: 18px;
		padding-top: 20px;
	}
	.Water_word {
		font-size: 14px;
		line-height: 26px;
		text-indent: 28px;
	}
	.mainprocessResult>li:nth-child(1),
	.mainprocessResult>li:nth-child(3) {
		font-size: 14px;
		line-height: 18px;
	}
	.techProcess {
		padding-top: 30px;
	}
	.techProcessbottom {
		display: block;
		padding-top: 5px;
	}
	.techProcessbottom>li {
		width: 100%;
	}
	.techProcessbottom_left>p:nth-child(2) {
		font-size: 14px;
		line-height: 28px;
		margin-top: 5px;
		text-indent: 28px;
	}
	.techProcessbottom_right {
		padding-left: 0;
	}
	.commnonTech>img:nth-child(2) {
		padding-top: 20px;
	}
	.mainequipmentWater_right>p:nth-child(1) span,
	.techProcessbottom_left>p:nth-child(1) span {
		font-size: 18px;
	}
	.commnonTech {
		padding-top: 30px;
	}
	.fermenTechnology {
		padding-top: 50px;
	}
	.fermen_word {
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
		text-indent: 28px;
	}
	.techIntro {
		padding-top: 15px;
	}
	.maintechIntro>li:nth-child(2) {
		font-size: 14px;
		line-height: 18px;
	}
	.techIntrodetail {
		padding-top: 30px;
		display: block;
	}
	.techIntrodetail_left {
		width: 100%;
		font-size: 14px;
		line-height: 28px;
	}
	.techIntrodetail_right {
		width: 100%;
		padding-left: 0;
	}
	.fermenPic {
		padding-top: 35px;
	}
	.fermenPic>img:nth-child(2) {
		padding-top: 20px;
	}
	.maintechIntro {
		margin-top: 20px;
	}
	.common_most_5:after {
		top: 19px;
	}
	.equipmentWater {
		padding-top: 50px;
	}
	.slideBox_water .hd {
		left: 44%;
		bottom: -20px;
	}
}

@media screen and (min-width:768px) and (max-width:990px) {
	.Water_word {
		font-size: 14px;
		line-height: 23px;
	}
	.techProcessbottom_left>p:nth-child(2) {
		font-size: 14px;
		line-height: 34px;
	}
	.fermen_word {
		font-size: 14px;
		line-height: 29px;
	}
	.techIntrodetail_left {
		font-size: 14px;
		line-height: 26px;
	}
}