.banner {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner h4 {
	font-size: 48px;
	color: #000000;
	padding-top: 400px;
	text-align: center;
}

.main {
	background-color: #f1f4f8;
	padding-bottom: 180px;
}

.main .container {
	box-sizing: border-box;
	padding: 0px 10px;
}

.main .nav {
	font-size: 18px;
	color: #474747;
	text-align: right;
	padding-top: 10px;
}

.main .title1 {
	width: 150px;
	height: 37px;
	border: 1px solid #000000;
	margin: 60px auto;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
}

.main .goods_type ul {
	background-color: #FFFFFF;
	margin-bottom: 90px;
}

.main .goods_type1 ul {
	width: 779px;
	background-color: #FFFFFF;
	margin: 0 auto;
	margin-top: 30px;
}

.main .goods_type ul li,
.main .goods_type1 ul li {
	float: left;
	width: 380px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.main .goods_type ul li:hover .secondary {
	display: block;
}

.main .goods_type ul li .secondary {
	position: absolute;
	display: none;
}

.main .goods_type ul li .secondary .twob {
	width: 380px;
	background-color: #FFFFFF;
	cursor: pointer;
	height: 50px;
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 50px;
	border-bottom: 1px solid #000000;
}

.main .goods_type ul li .secondary .twob:last-child {
	border-bottom: 0px;
}

.main .goods_type ul span,
.main .goods_type1 ul span {
	display: block;
	float: left;
	width: 1px;
	height: 36px;
	margin: 0px 9px;
	margin-top: 7px;
	background-color: #000000;
}

.main .goods_type ul span:last-child,
.main .goods_type1 ul span:last-child {
	display: none;
}

.main .goods_type ul li a,
.main .goods_type1 ul li a {
	display: block;
	font-size: 24px;
	color: #000000;
	text-align: center;
	line-height: 50px;
	background-color: #FFFFFF;
}

.main .goods_type ul li a.active,
.main .goods_type1 ul li a.active {
	background-color: #053a96;
	color: #FFFFFF;
}

.main .goods ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.main .goods ul li {
	width: 376px;
	height: 301px;
	border: 3px solid #053a96;
	margin-top: 50px;
}

.main .goods ul li .pic {
	width: 376px;
	height: 272px;
	overflow: hidden;
}

.main .goods ul li:hover .pic img {
	transform: scale(1.2);
}

.main .goods ul li .pic img {
	width: 376px;
	height: 272px;
	transition: 0.7s all;
}

.main .goods ul li .txt p {
	font-size: 18px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	background-color: #053a96;
}

.main .goods #pagination {
	font-size: 18px;
	color: #000000;
}

.main .goods .cc_botton {
	padding-top: 100px;
	text-align: left;
}

.main .goods #pagination {
	display: inline-block;
}

.main .goods #pagination:after {
	display: table;
	content: "";
	clear: both;
}

.main .goods #page_center_botton {
	display: none;
}

.main .goods #pagination>div {
	float: left;
}

.main .goods #pagination>div span,
.main .goods #pagination>div a {
	font-size: 18px;
	color: #000000;
	font-weight: 100;
	padding: 15px 30px;
	background-color: #FFFFFF;
	display: inline-block;
	cursor: pointer;
	margin-right: 40px;
}

.main .goods #pagination>div a {
	background-color: #053A96;
	color: #FFFFFF;
}

