.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.container_s {
	width: 1200px;
	margin: 0 auto;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 40px;
}

.main .main_bottom {
	padding-top: 50px;
}

.main .main_bottom .l .type_list li {
	margin-top: 10px;
}

.main .main_bottom .l .type_list li a {
	display: block;
	width: 260px;
	height: 68px;
	background-color: #2c6289;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 68px;
}

.main .main_bottom .l .type_list li.active a {
	background-color: #1b81cb;
}

.main .main_bottom .r {
	width: calc(100% - 360px);
}

.main .main_bottom .r .product_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.main .main_bottom .r .product_list li {
	width: calc((100% - 60px) / 3);
	border: 10px solid transparent;
	margin-bottom: 30px;
	box-sizing: border-box;
}

.main .main_bottom .r .product_list li .pic {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	height: 340px;
	background-color: #d9eef6;
	box-sizing: border-box;
	border: 1px solid #dfdfdf;
}

.main .main_bottom .r .product_list li p {
	font-size: 16px;
	font-family: pingfang;
	color: #333333;
	line-height: 50px;
	text-align: center;
}

.main .main_bottom .r .product_list li:hover {
	border: 10px solid #2c6289;
}

.main .main_bottom .r .product_list li:hover p {
	background-color: #2c6289;
	color: #FFFFFF;
}

#pagination {
	text-align: center;
	margin: 85px 0px;
}

#pagination .btn-group {
	display: inline-block;
}

#pagination .btn-group .btn {
	display: inline-block;
	padding: 5px 15px;
	border: 1px solid #cdcdcd;
	margin: 0 20px;
}

#pagination .btn-group a.btn {
	background-color: #2c6289;
	color: #FFFFFF;
}

.main .main_bottom #page_center_botton {
	display: none;
}

@media screen and (max-width: 1500px) {
	
	.main .main_bottom .r .product_list li .pic {
		height: 300px;
	}
	
}