.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 85px;
	padding-bottom: 45px;
}

.main .top .l h4.title {
	font-size: 48px;
	color: #009381;
	font-weight: 500;
	line-height: 78px;
}

.main .top .l p {
	font-size: 18px;
	color: #6c6c6c;
	line-height: 48px;
}

.main .top .r h4.en_title {
	font-family: arial;
	font-size: 68px;
	font-weight: 500;
	opacity: 0.15;
	color: #7f7f7f;
	line-height: 126px;
}

.main .bottom .l {
	width: 345px;
}

.main .bottom .l ul.typelist li {
	margin-bottom: 12px;
}

.main .bottom .l ul.typelist li a {
	display: block;
	font-size: 16px;
	color: #626262;
	line-height: 58px;
	width: 100%;
	height: 58px;
	box-sizing: border-box;
	padding-left: 40px;
	background-color: #f7f9f9;
	background-image: url(../images/typelist_i.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.main .bottom .l ul.typelist li a.active {
	color: #FFFFFF;
	background-color: #f16d03;
	background-image: url(../images/typelist_active_i.png);
	background-position: right center;
}

.main .bottom .l ul.typelist li a:hover {
	color: #FFFFFF;
	background-color: #f16d03;
	background-image: url(../images/typelist_active_i.png);
	background-position: right center;
}

.main .bottom .r {
	width: calc(100% - 405px);
}

.main .bottom .r .item1 {
	/*background-image: url(../images/make3_bg1.jpg);*/
	background-repeat: no-repeat;
	background-position: right bottom;
}

.main .bottom .r .item1 p {
	font-size: 14px;
	color: #858585;
	line-height: 24px;
	padding-bottom: 10px;
}

.main .bottom .r .item1 img {
	display: block;
	margin-right: -70px;
	margin-top: 20px;
}

.main .bottom .r .item1 p:last-child {
	padding-left: 15px;
	padding-top: 20px;
}

.main .bottom .r .item2 p {
	font-size: 16px;
	color: #626262;
	padding-top: 65px;
	padding-bottom: 30px;
}

.main .bottom .r .item2 img {
	display: block;
	width: 100%;
}

.main .bottom .r .item3 {
	background-image: url(../images/make3_bg2.png);
	background-repeat: no-repeat;
	background-position: top 130px right;
}

.main .bottom .r .item3 h5 {
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
	color: #009381;
	padding-bottom: 40px;
	padding-top: 50px;
}

.main .bottom .r .item3 .pic {
	width: 660px;
}

.main .bottom .r .item3 .txt {
	width: calc(100% - 660px);
	padding-top: 110px;
}

.main .bottom .r .item3 .txt p {
	font-size: 16px;
	color: #626262;
	line-height: 34px;
	text-align: center;
}

.main .bottom .r .item4 .txt {
	padding-top: 46px;
	padding-bottom: 20px;
}

.main .bottom .r .item4 .txt:after {
	display: table;
	content: "";
	clear: both;
}

.main .bottom .r .item4 .txt>div {
	float: left;
	width: 50%;
}

.main .bottom .r .item4 .txt>div h5 {
	font-size: 24px;
	font-weight: 500;
	color: #009381;
	line-height: 40px;
}

.main .bottom .r .item4 .txt>div p {
	font-size: 16px;
	color: #626262;
	line-height: 32px;
}

.main .bottom .r .item4 ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.main .bottom .r .item4 ul li {
	width: calc((100% - 42px) / 4);
}

.main .bottom .r .item4 ul li img {
	display: block;
	width: 100%;
	height: 155px;
}

@media screen and (max-width: 1350px ) {
	.main .bottom .r .item1 img {
		width: calc(100% + 70px);
	}
}

@media screen and (max-width: 550px ) {
	
	.main {
		box-sizing: border-box;
		padding: 0 10px;
		padding-bottom: 70px;
	}
	
	.main .top {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	
	.main .top .l,
	.main .top .r {
		width: 100%;
		float: none;
	}
	
	.main .top .l h4.title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .top .l p {
		font-size: 14px;
		line-height: 26px;
	}
	
	.main .top .r h4.en_title {
		font-size: 26px;
		line-height: 56px;
	}
	
	.main .bottom>.l {
		display: none;
	}
	
	.main .bottom .r {
		float: none;
		width: 100%;
	}
	
	.main .bottom .r .item1 img {
		width: calc(100% + 30px);
	}
	
	.main .bottom .r .item2 p {
		font-size: 14px;
		line-height: 26px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.main .bottom .r .item3 h5 {
		padding: 0px;
		line-height: 56px;
	}
	
	.main .bottom .r .item3 .pic {
		width: 100%;
		float: none;
	}
	
	.main .bottom .r .item3 .pic img {
		display: block;
		width: 100%;
	}
	
	.main .bottom .r .item3 .txt {
		float: none;
		width: 100%;
		padding-top: 20px;
	}
	
	.main .bottom .r .item3 .txt p {
		text-align: left;
	}
	
	.main .bottom .r .item4 .txt {
		padding-top: 20px;
	}
	
	.main .bottom .r .item4 ul {
		flex-flow: row wrap;
	}
	
	.main .bottom .r .item4 ul li {
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}
	
	
}