h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}
.homeBanner {
	width: 100%;
	height: 21.3vw;
	overflow: hidden;
	text-align: center;
}
.homeBanner .swiper-wrapper{
	height: 100%;
	width: 100%;
	font-size: 0;
}
.homeBanner .swiper-slide img{
	width: 100%;
	height: 100%;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 16vw;
}

.homeBanner .swiper-pagination-bullet {
	width: 50px;
	height: 6px;
	display: inline-block;
	border: solid 1px #003b55;
	border-radius: 3px;
	background: #ffffff;
	opacity: 1;
}

.homeBanner .swiper-pagination-bullet-active {
	background: #003b55;
	border: solid 1px #fff;
}
.content_box {
	margin: 110px auto;
	width: 1200px;
}

.pro_class {
	float: left;
	width: 208px;
	
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: solid 1px #e6e5e1;
	overflow: hidden;
}

.pro_class h1 {
	background: #003b55;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 24px;
	padding-left:20px;
}
.pro_class ul li{
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	border-bottom: dashed 1px #ddd;
	font-size: 20px;
	color: #666;
	cursor: pointer;
}
.pro_class ul li:hover{
	color: #003b55;
}
.pro_class ul li:last-child{
	border-bottom: none;
}
.pro_content {
	float: right;
	text-align: left;
	width:928px;
	
}
.title1{
	font-size: 20px;
	color: #003B55;
	position: relative;
	height: 24px;
	line-height: 24px;
}
.square{
	position: absolute;
	display: block;
width: 4px;
height: 4px;
background: #003b55;
top:10px;
left:120px
	
}
.line{position: absolute;
	display: block;
	background: #e6e5e1;
	height: 2px;
	width: 800px;
	top:12px;
left:130px
}
.title2{
	text-align: center;
	font-size: 24px;
	color: #000;
	margin: 30px auto;
}
.title3{
	width: 196px;
	background: #003B55;
	color: #fff;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	text-align: center;
	font-size: 20px;
}
.protext {
	margin-left: 90px;
	margin-bottom: 60px;
}
.proleft{
	float: left;
	font-size: 18px;
}
.p3{
	font-size: 18px;
	line-height: 30px;
	margin: 30px auto;
}
.blue{
	color: #003B55;
	padding: 15px 0;
}
.proright{
	float: right;
}
.productswiper{
	width: 533px;
	height: 466px;
}
