.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-top: 75px;
	padding-bottom: 120px;
}

.main h5.cn {
	font-family: 'pingfang';
	font-size: 56px;
	color: #3c3c3c;
	font-weight: 500;
	text-align: center;
	line-height: 86px;
	letter-spacing: 2px;
}

.main h5.en {
	font-family: arial;
	font-size: 24px;
	color: #3c3c3c;
	font-weight: 500;
	text-align: center;
	line-height: 54px;
	letter-spacing: 2px;
	opacity: 0.7;
}

.main .bottom {
	padding-top: 35px;
}

.main .bottom .l {
	width: 250px;
}

.main .bottom .l ul.typelist>li {
	margin-bottom: 45px;
	position: relative;
}

.main .bottom .l ul.typelist>li>a {
	display: block;
	font-size: 14px;
	color: #636363;
	line-height: 20px;
	width: 100%;
	height: 20px;
	box-sizing: border-box;
	background-image: url(../images/product_more.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

.main .bottom .l ul.typelist>li .line {
	position: absolute;
	width: 36px;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	right: 48px;
	top: calc(50% - 0.5px);
	transition: 0.5s;
}

.main .bottom .l ul.typelist>li.active>a {
	color: #1eb6a9;
	
}

.main .bottom .l ul.typelist>li:hover>a {
	color: #1eb6a9;
}

.main .bottom .l ul.typelist>li.active .line {
	width: 72px;
}

.main .bottom .l ul.typelist>li:hover .line {
	width: 72px;
}

.main .bottom .r {
	width: calc(100% - 300px);
}

.main .bottom .r ul.product_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.main .bottom .r ul.product_list li {
	width: calc((100% - 90px) / 3);
	margin: 0 15px;
	margin-bottom: 37px;
}

.main .bottom .r ul.product_list li .pic img {
	display: block;
	width: 100%;
}

.main .bottom .r ul.product_list li .txt:after {
	display: table;
	content: "";
	clear: both;
}

.main .bottom .r ul.product_list li .txt {
	margin-top: 22px;
}

.main .bottom .r ul.product_list li .txt p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 32px;
	float: left;
	width: calc(100% - 114px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main .bottom .r ul.product_list .txt span.more {
	display: block;
	font-size: 12px;
	color: #434343;
	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.product_list li:hover .txt p {
	color: #1eb6a9;
}

.main #pagination {
	text-align: right;
	display: block;
	height: auto;
	/*margin-top: 20px;*/
}

.main #pagination .btn-group {
	display: inline-block;
	height: auto;
}

.main #pagination #page_center_botton {
	display: none;
}

.main #pagination .btn-group .btn {
	font-family: pingfang;
	font-size: 12px;
	color: #727272;
	padding: 10px 12px;
	background-color: #FFFFFF;
	border: 1px solid #d2d2d2;
	margin: 0 5px;
	display: inline-block;
}

.main #pagination .btn-group a.btn {
	background-color: #f16d03;
	border: 1px solid #f16d03;
	color: #FFFFFF;
}

@media screen and (max-width: 550px ) {
	
	.main {
		box-sizing: border-box;
		padding: 0 10px;
		padding-bottom: 70px;
	}
	
	.main h5.cn {
		font-size: 28px;
		line-height: 56px;
	}
	
	.main h5.en {
		font-size: 18px;
		line-height: 34px;
	}
	
	.main .bottom .l {
		display: none;
		width: 100%;
	}
	
	.main .bottom .r {
		float: none;
		width: 100%;
	}
	
	.main .bottom .r ul.product_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.main .bottom .r ul.product_list li {
		margin: 0 5px;
		width: calc((100% - 20px) / 2);
		margin-bottom: 10px;
	}
	
	.main .bottom .r ul.product_list li .txt {
		margin-top: 0px;
	}
	
	.main .bottom .r ul.product_list li .txt p {
		width: 100%;
		font-size: 14px;
		padding-left: 5px;
	}
	
	.main .bottom .r ul.product_list .txt span.more {
		display: none;
	}
	
	.main #pagination {
		text-align: center;
		margin-top: 20px;
	}
	
}