.banner {
	width: 100%;
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.main {
	background-color: #f1f1f1;
}

.main .nav {
	padding-top: 5px;
}

.main .type_nav {
	margin-top: 25px;
}

.main .type_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .type_nav ul li {
	width: 100%;
	transform: skewX(-30deg);
	background-color: #e6e6e6;
}

.main .type_nav ul li:hover {
	background-color: #1273d9;
}

.main .type_nav ul li:hover a {
	color: #FFFFFF;
}

.main .type_nav ul li.active {
	background-color: #1273d9;
}

.main .type_nav ul li.active a {
	color: #FFFFFF;
}

.main .type_nav ul li a {
	font-size: 18px;
	color: #333333;
	display: block;
	line-height: 50px;
	text-align: center;
	transform: skewX(30deg);
}

.main .item1 {
	margin-top: 80px;
	margin-bottom: 100px;
}

.main .item1 .product_list ul {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.main .item1 .product_list ul li {
	width: 365px;
	height: 313px;
	margin-bottom: 80px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 5px 30px 45px 30px;
}

.main .item1 .product_list ul li a {
	display: block;
} 

.main .item1 .product_list ul li .pic {
	width: 100%;
	height: 205px;
	overflow: hidden;
}

.main .item1 .product_list ul li .pic img {
	width: 100%;
	display: block;
	transition: 0.5s;
}

.main .item1 .product_list ul li .txt p {
	font-size: 14px;
	color: #333333;
	line-height: 45px;
	height: 45px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
	margin-bottom: 10px;
	overflow: hidden; /*自动隐藏文字*/
	text-overflow: ellipsis;/*文字隐藏后添加省略号*/
	white-space: nowrap;/*强制不换行*/
}

.main .item1 .product_list ul li:hover .pic img {
	transform: scale(1.2);
}

.main .item1 #pagination {
	text-align: center;
	background-color:#fff;
	padding:15px 0;
}

/*.main .item1 #pagination #page_center_botton {*/
/*	display: none;*/
/*}*/
.main .item1 #pagination #page_left_botton:first-child .btn-default:first-child {
	display: none;
}
.main .item1 #pagination #page_left_botton:first-child .btn-default:last-child {
	background: url('./../images/箭头(2).png') no-repeat;
	text-indent: -9999px;
	transform:rotate(180deg);
	background-size: contain;
}

.main .item1 #pagination #page_left_botton:last-child .btn-default:last-child {
	display: none;
}
.main .item1 #pagination #page_left_botton:last-child .btn-default:first-child {
	background: url('./../images/箭头(2).png') no-repeat;
	text-indent: -9999px;
	background-size: contain;
}
.main .item1 #pagination #page_left_botton:first-child a.btn-default:last-child {
	background: url('./../images/箭头(2) (1).png') no-repeat;
	text-indent: -9999px;
	background-size: contain;
}
.main .item1 #pagination #page_left_botton:last-child a.btn-default:first-child {
	background: url('./../images/箭头(2) (1).png') no-repeat;
	text-indent: -9999px;
	background-size: contain;
}
.main .item1 #pagination .btn-group {
	display: inline-block;
}

.main .item1 #pagination .btn-group span {
	padding: 10px 25px;
	display: inline-block;
	font-size: 16px;
	/*color: #333333;*/
	/*background-color: #FFFFFF;*/
	/*border: 1px solid #8e8e8e;*/
	margin: 0 15px;
}

.main .item1 #pagination .btn-group a {
	padding: 10px 25px;
	display: inline-block;
	/*font-size: 16px;*/
	/*color: #FFFFFF;*/
	/*color: #1273d9;*/
	margin: 0 15px;
}
.main .item1 #pagination #page_center_botton span{
    color:#1273d9;
    font-weight:bold;
    padding: 10px 10px;
}
.main .item1 #pagination #page_center_botton a{
    padding: 10px 10px;
}
.main .item5 {
	height: 460px;
}
