.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .txt_banner {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
}

.banner .txt_banner .title h5 {
    font-size: 46px;
    color: #FFFFFF;
    display: block;
    line-height: 134px;
    background-image: url('../images/product_banner_icon.png');
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    font-weight: 500;
    float: left;
}

.banner .txt_banner .title span {
    display: inline-block;
    font-family: 'pingfangs';
    font-size: 54px;
    font-weight: 100;
    line-height: 134px;
    color: #FFFFFF;
    padding-left: 15px;
    padding-top: 2px;
}

.banner .txt_banner .title:after {
    content: "";
    display: table;
    clear: both;
    position: absolute;
    width: 45px;
    height: 5px;
    background-color: #FFFFFF;
    left: 0px;
    bottom: 0px;
}

.banner .txt_banner p {
    font-size: 34px;
    color: #FFFFFF;
    line-height: 50px;
    width: 650px;
    padding-top: 52px;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 120px;
}

.main .top h5 {
	font-size: 46px;
	font-weight: bold;
	color: #222222;
	text-align: center;
	line-height: 46px;
	padding-top: 110px;
	padding-bottom: 70px;
}

.main .bottom .l {
	width: 294px;
}

.main .bottom .l h5 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 80px;
	background-color: #0075c5;
}

.main .bottom .l ul.typelist li a {
	display: block;
	font-size: 20px;
	color: #444444;
	padding: 0 35px;
	box-sizing: border-box;
	line-height: 60px;
	background-color: #f3f3f3;
	border-top: 1px solid #FFFFFF;
}

.main .bottom .l ul.typelist li.active a,
.main .bottom .l ul.typelist li:hover a {
	background-image: url(../images/typelist_bg.png);
	background-repeat: no-repeat;
	background-position: right 35px center;
	color: #fff;
	background-color: #209928;
}

.main .bottom .r {
	width: calc(100% - 364px);
}

.main .bottom .r ul.product_list li a {
	display: block;
	padding: 10px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	position: relative;
}

.main .bottom .r ul.product_list li a:after {
	display: table;
	content: "";
	clear: both;
}

.main .bottom .r ul.product_list li a .pic {
	width: 30%;
	float: left;
}

.main .bottom .r ul.product_list li a .pic img {
	width: 100%;
	display: block;
}

.main .bottom .r ul.product_list li a .txt {
	width: 70%;
	float: left;
	box-sizing: border-box;
	padding: 0 60px;
}

.main .bottom .r ul.product_list li a .txt h5 {
	font-size: 30px;
	color: #222222;
	font-weight: 500;
	line-height: 90px;
	padding-top: 30px;
	border-bottom: 1px solid #d9d9d9;
}

.main .bottom .r ul.product_list li a .txt p.num {
	font-family: 'monb';
	font-size: 100px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 75px;
	position: absolute;
	bottom: 25px;
}

.main .bottom .r ul.product_list li a .txt span.more {
	display: block;
	width: 70px;
	height: 70px;
	background-image: url(../images/typelist_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #0075c5;
	position: absolute;
	right: 60px;
	bottom: 70px;
}

.main .bottom .r ul.product_list li:hover a .txt span.more {
	background-color: #209928;
}

.main #pagination {
	text-align: left;
	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: #f3f3f3;
	border: 1px solid #d2d2d2;
	margin: 0 5px;
	display: inline-block;
}

.main #pagination .btn-group a.btn {
	background-color: #0075c5;
	border: 1px solid #0075c5;
	color: #FFFFFF;
}

@media screen and (max-width: 1500px ) {
	
	.main .bottom .r ul.product_list li a .txt span.more {
		bottom: 25px;
	}
	
}

@media screen and (max-width: 550px) {
	
	.main {
		padding-bottom: 80px;
	}
	
	.main .top h5 {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	
	.main .bottom .l {
		display: none;
	}
	
	.main .bottom .r {
		width: 100%;
	}
	
	.main .bottom .r ul.product_list li a .pic {
		width: 100%;
	}
	
	.main .bottom .r ul.product_list li a .txt {
		width: 100%;
		padding: 0;
	}
	
	.main .bottom .r ul.product_list li a .txt h5 {
		font-size: 20px;
		line-height: 40px;
	}
	
	.main .bottom .r ul.product_list li a .txt {
		padding-bottom: 60px;
	}
	
	.main .bottom .r ul.product_list li a .txt p.num {
		font-size: 50px;
		bottom: 0px;
	}
	
	.main .bottom .r ul.product_list li a .txt span.more {
		width: 50px;
		height: 50px;
		bottom: 10px;
		right: 10px;
	}
	
	.main #pagination {
		text-align: center;
	}
	
}