.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;
	cursor: pointer;
}

.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 .l ul.typelist>li ul.uls2 {
	padding-top: 10px;
	display: none;
}

.main .bottom .l ul.typelist>li ul.uls2 li a {
	display: block;
	font-size: 14px;
	color: #626262;
	line-height: 42px;
	height: 42px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 56px;
	border-bottom: 1px dashed #cccccc;
}

.main .bottom .l ul.typelist>li ul.uls2 li a.active {
	color: #f16d03;
	background-image: url(../images/typelist_i2.png);
	background-repeat: no-repeat;
	background-position: right 30px center;
}

.main .bottom .l ul.typelist>li ul.uls2 li a:hover {
	color: #f16d03;
}

.main .bottom .r {
	width: calc(100% - 390px);
}

.main .bottom .r ul.hot_product {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 21px;
}

.main .bottom .r ul.hot_product li {
	width: calc((100% - 68px) / 3);
}

.main .bottom .r ul.hot_product li .label:after {
	display: table;
	content: "";
	clear: both;
}

.main .bottom .r ul.hot_product li .label {
	margin-top: 18px;
	margin-bottom: 13px;
}

.main .bottom .r ul.hot_product li .label h5 {
	font-size: 16px;
	font-weight: 500;
	color: #4c4c4c;
	line-height: 32px;
	float: left;
}

.main .bottom .r ul.hot_product li .label span.more {
	display: block;
	font-size: 14px;
	color: #009381;
	line-height: 32px;
	text-align: center;
	height: 32px;
	width: 100px;
	padding-left: 14px;
	background-image: url(../images/more_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}

.main .bottom .r ul.hot_product li .pic img {
	display: block;
	width: 100%;
}

.main .bottom .r ul.hot_product li p {
	font-size: 14px;
	color: #4c4c4c;
	text-align: center;
	line-height: 72px;
}

.main .bottom .r ul.hot_product li:hover .label h5,
.main .bottom .r ul.hot_product li:hover p {
	color: #f16d03;
}

.main .bottom .r ul.typelist {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -11px;
	margin-right: -11px;
}

.main .bottom .r ul.typelist li {
	width: calc((100% - 44px) / 2);
	margin: 0 11px;
	margin-bottom: 40px;
}

.main .bottom .r ul.typelist li .pic img {
	display: block;
	width: 100%;
}

.main .bottom .r ul.typelist li .txt:after {
	display: table;
	content: "";
	clear: both;
}

.main .bottom .r ul.typelist li .txt {
	margin-top: 40px;
}

.main .bottom .r ul.typelist li .txt p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 32px;
	float: left;
}

.main .bottom .r ul.typelist li .txt span.more {
	display: block;
	font-size: 14px;
	color: #009381;
	line-height: 32px;
	text-align: center;
	width: 100px;
	height: 32px;
	padding-left: 14px;
	background-image: url(../images/more_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
}

.main .bottom .r ul.typelist li:hover .txt p {
	color: #f16d03;
}

@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 ul.hot_product {
		display: none;
	}
	
	.main .bottom .r ul.typelist {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.main .bottom .r ul.typelist li {
		margin: 0 5px;
		width: calc((100% - 20px) / 2);
	}
	
	.main .bottom .r ul.typelist li .txt {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	
	.main .bottom .r ul.typelist li .txt p {
		width: 100%;
		font-size: 14px;
	}
	
	.main .bottom .r ul.typelist li .txt span.more {
		display: none;
	}
	
}