.banner {
	width: 100%;
	padding-top: 98px;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top {
	padding-top: 105px;
	padding-bottom: 40px;
}

.main .top .en_title img {
	display: block;
	margin: 0 auto;
}

.main .top h4 {
	font-family: 'pingfang';
	font-size: 36px;
	text-align: center;
	color: #000000;
	line-height: 92px;
	font-weight: 500;
}

.main .bottom ul.product_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -20px;
	margin-right: -20px;
}

.main .bottom ul.product_list li {
	width: calc((100% - 120px) / 3);
	margin: 0 20px;
	margin-bottom: 60px;
}

.main .bottom ul.product_list li .pic {
	box-sizing: border-box;
	border: 1px solid #d0d0cf;
	overflow: hidden;
}

.main .bottom ul.product_list li .pic img {
	display: block;
	width: 100%;
	transition: 0.7s;
}

.main .bottom ul.product_list li .txt p {
	font-size: 18px;
	color: #000000;
	text-align: center;
	line-height: 89px;
	border-bottom: 2px solid #e6e6e6;
}

.main .bottom ul.product_list li:hover .txt p {
	color: #e15300;
}

.main .bottom ul.product_list li:hover .pic img {
	transform: scale(1.2);
}

.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: #e15300;
	border: 1px solid #e15300;
	color: #FFFFFF;
}

@media screen and (max-width: 550px ) {
	.banner {
		padding-top: 0px;
	}
	
	.main .top {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.main .top .en_title img {
	    width: 60%;
	    margin: 0 auto;
	}
	
	.main .top h4 {
		font-size: 28px;
		line-height: 68px;
	}
	
	.main .bottom ul.product_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.main .bottom ul.product_list li {
		width: calc((100% - 20px) / 2);
		margin: 0 5px;
		margin-bottom: 20px;
	}
	
	.main .bottom ul.product_list li .txt p {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 10px;
	}
	
	.main #pagination {
		text-align: center;
	}
	
}