.banner {
	overflow: hidden;
	height: 580px;
	width: 100%;
	position: relative;
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  background: #fff;
  /*background-image: url("../images/banner1.jpg");*/
  height: 600px;
  background-size: cover;
  background-position: center;

  /* Center slide text vertically */
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.main .item1 {
	padding-top: 50px;
	background-color: #f1f4f8;
}

.main .item1 .title1 {
	width: 150px;
	height: 37px;
	border: 1px solid #000000;
	margin: 0px auto;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
}

.main .item1 .content {
	background-image: url(../images/item1_bg.jpg);
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
}

.main .item1 .content .container {
	padding: 0px 10px;
	box-sizing: border-box;
	padding-top: 65px;
}

.main .item1 .content p {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	text-align: center;
}

.main .item2 {
	padding-top: 60px;
	background-color: #f1f4f8;
}

.main .item2 .title1 {
	width: 150px;
	height: 37px;
	border: 1px solid #000000;
	margin: 0px auto;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
}

.main .item2 .content {
	background-color: #053a96;
	width: 100%;
	padding-bottom: 30px;
}

.main .item2 .content .container {
	box-sizing: border-box;
	padding: 0 10px;
}

.main .item2 .content ul li {
	float: left;
	width: 33.3%;
}

.main .item2 .content ul li h4.typename {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
}

.main .item2 .content ul li .pic img {
	display: block;
	width: 305px;
	height: 208px;
	margin: 0 auto;
}

.main .item2 .content ul li h4.goodsname {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
}

.main .item2 .content ul li p {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.main .item2 .content a.more {
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	line-height: 35px;
	width: 162px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}

.main .item3 {
	width: 100%;
	height: 100%;
	background-color: #f1f4f8;
	padding-top: 55px;
	padding-bottom: 100px;
}

.main .item3 .title1 {
	width: 150px;
	height: 37px;
	border: 1px solid #000000;
	margin: 0px auto;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
}

.main .item3 .content .container {
	box-sizing: border-box;
	padding: 0px 10px;
}

.main .item3 .content ul li {
	float: left;
	width: 33.3%;
}

.main .item3 .content ul li .pic {
	position: relative;
	overflow: hidden;
	height: 250px;
}

.main .item3 .content ul li .pic img {
	width: 100%;
	height: 100%;
}

.main .item3 .content ul li .pic .sanjiao {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}

.main .item3 .content ul li:nth-of-type(2) .pic .sanjiao {
	bottom: auto;
	top: 0px;
	transform: rotate(180deg) translateX(50%);
}

.main .item3 .content ul li .txt {
	box-sizing: border-box;
	padding: 0px 20px;
	width: 100%;
	height: 250px;
	background-color: #FFFFFF;
	padding-top: 35px;
}

.main .item3 .content ul li .txt .icon {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	border: 3px solid #000000;
	margin: 0 auto;
}

.main .item3 .content ul li .txt .icon img {
	display: block;
	margin: 14px auto;
}

.main .item3 .content ul li .txt h4 {
	font-size: 20px;
	color: #000000;
	text-align: center;
	line-height: 65px;
}

.main .item3 .content ul li .txt p {
	font-size: 14px;
	color: #818080;
	line-height: 24px;
}

.main .item4 {
	background-color: #053a96;
}

.main .item4 .container {
	box-sizing: border-box;
	padding: 10px;
}

.main .item4 .l {
	padding-top: 87px;
	padding-bottom: 105px;
}

.main .item4 .l ul {
	margin-left: 90px;
}

.main .item4 .l ul li {
	float: left;
	margin-right: 30px;
}

.main .item4 .l ul li img {
	height: 78px;
}

.main .item4 .l ul li p {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 78px;
}

.main .item4 .r img {
	width: 312px;
	height: 273px;
	display: block;
}

.main .item5 {
	width: 100%;
	height: 100%;
	background-color: #f1f4f8;
	padding-top: 60px;
	padding-bottom: 40px;
}

.main .item5 .title1 {
	width: 150px;
	height: 37px;
	border: 1px solid #000000;
	margin: 0px auto;
	margin-bottom: 60px;
	font-size: 24px;
	line-height: 37px;
	text-align: center;
}

.main .item5 .container {
	box-sizing: border-box;
	padding: 0 10px;
}

.main .item5 ul li {
	width: 350px;
	float: left;
	border-bottom: 1px solid #d6d7d8;
	margin: 0 21.5px;
}

.main .item5 ul li .pic img {
	display: block;
	width: 350px;
}

.main .item5 ul li .txt h4 {
	font-size: 16px;
	color: #333333;
	line-height: 55px;
	background-image: url(../images/more.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.main .item5 ul li .txt p {
	font-size: 12px;
	color: #5a5a5a;
	line-height: 21px;
	margin-bottom: 10px;
}

.main .item5 a.more {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 40px;
	display: block;
	width: 160px;
	text-align: center;
	background-color: #053a96;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
