/*banner*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 100%;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}
.swiper-slide img {
	width: 100% !important;
	height: auto !important
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 2vw;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 23px;
	height: 23px;
	display: inline-block;
	border-radius: 100%;
	background: #none;
	border: 1px solid #fff;
	cursor: pointer
}
.swiper-pagination-bullet-active {
	background: #fff !important
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px
}
.q_btn {
	position: absolute;
	z-index: 9;
	font-size: 46px;
	top: 50%;
	margin-left: 20px;
	margin-top: -60px;
	color: #fff;
	opacity: .4;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border: 3px solid rgba(255,255,255,.5);
	border-radius: 50%
}
.q_btn:hover {
	color: #fff;
	opacity: .7
}
.swiper-button-next {
	right: 20px
}
.h_about {
	width: 100%;
	height: 700px;
	background: url(ab_bg.jpg);
	overflow: hidden
}
.h_about dl {
	margin: 190px auto 0 auto;
	width: 1124px;
}
.ab_title {
	width: 130px;
	font-size: 32px;
	border-bottom: 3px solid #1072bd;
	text-align: center;
	height: 46px;
	margin-bottom: 10px
}
.h_about dl dt {
	width: 544px;
	height: 700px;
}
.h_about dl dd {
	width: 580px;
	line-height: 32px;
	font-size: 15px;
}
.pro_list {
	width: 100%;
	height: 590px;
	background: url(pro_bg.jpg)
}
.pro_title {
	width: 100%;
	text-align: center;
	height: 260px;
	overflow: hidden;
	font-size: 32px
}
.pro_title dt, .pro_title dd {
	width: 100%;
}
.pro_title dt {
	height: 155px;
	line-height: 220px;
	overflow: hidden;
}
.pro_list ul {
	margin: auto;
	width: 1168px;
}
.pro_list ul li {
	width: 292px;
	text-align: center;
	font-size: 16px;
	text-shadow: 1px 0 0 #fff
}
.pro_list ul li img {
	display: block;
	margin-bottom: 12px;
}
.new_title {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 100px 0 50px 0;
	font-size: 32px;
}
.news_list {
	margin: auto;
	width: 1124px;
	height: 380px;
}
.news_list dt, .news_list dd {
	height: 380px;
}
.news_list dt {
	width: 587px;
}
.news_list dd {
	width: 537px;
}
.h_news_tit {
	width: 560px;
	height: 48px;
	background: url(news_bg.png);
	border-bottom: 1px solid #2472a8;
	position: relative
}
.h_news_tit b {
	position: absolute;
	left: 18px;
	font-size: 16px;
	font-weight: normal;
	line-height: 48px
}
.h_news_tit a {
	position: absolute;
	right: 0;
	line-height: 54px;
	font-size: 12px
}
.news_list ul {
	width: 560px;
	overflow: hidden
}
.news_list ul li {
	width: 100%;
	height: 44px;
	background: url(news_bg.png) 0 -1px;
	border-bottom: 1px solid #e6e6e6;
	position: relative
}
.news_list ul li p {
	position: absolute;
	left: 18px;
	line-height: 46px
}
.news_list ul li a i {
	position: absolute;
	right: 0;
	line-height: 46px;
	font-size: 12px;
	color: #858585
}
