.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 .l {
	width: 280px;
}

.main .bottom .l ul.typelist>li {
	margin-bottom: 20px;
	position: relative;
}

.main .bottom .l ul.typelist>li .line {
	width: 18px;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	top: calc(50% - 0.5px);
	right: -9px;
}

.main .bottom .l ul.typelist>li>a {
	display: block;
	font-family: 'pingfang';
	font-size: 18px;
	color: #000000;
	line-height: 48px;
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right 14px center;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.main .bottom .l ul.typelist>li.active>a {
	color: #FFFFFF;
	background-color: #e15300;
	background-image: url(../images/typelist_active_i.png);
}

.main .bottom .l ul.typelist>li.active .line,
.main .bottom .l ul.typelist>li:hover .line {
	display: none;
}

.main .bottom .l ul.typelist>li:hover>a {
	color: #FFFFFF;
	background-color: #e15300;
	background-image: url(../images/typelist_active_i.png);
}

.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: 32px;
	height: 32px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 56px;
}

.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% - 350px);
}

.main .bottom ul.product_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-left: -15px;
	margin-right: -15px;
}

.main .bottom ul.product_list li {
	width: calc((100% - 90px) / 3);
	margin: 0 15px;
	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%;
	}
	
	.main .top h4 {
		font-size: 28px;
		line-height: 68px;
	}
	
	.main .bottom .l {
		display: none;
	}
	
	.main .bottom .r {
		width: 100%;
	}
	
	.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;
	}
	
}