/* Main CSS Document */
@charset "utf8";
/* 焦点?*/
.banner-boxs {
	overflow: hidden;
}
.banner-boxs .swiper-container {
	width: 100%;
}
.banner-boxs .swiper-slide {
	max-width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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;
}
.banner-boxs .swiper-slide a {
	width: 100%;
	height: 710px;
	display: block;
}
.banner-boxs .swiper-pagination {
}
.banner-boxs .swiper-pagination-bullet {
	background: #FFF;
	opacity: 1;
}
.banner-boxs .swiper-pagination-bullet-active {
	background: #555;
}
.banner-boxs .swiper-button-next {
	right:0;
}
.banner-boxs .swiper-button-prev {
	left:0;
}
.banner-boxs .swiper-button-next, .banner-boxs .swiper-button-prev {
	width: calc(var(--swiper-navigation-size-banner)/ 80 * 30);
    height: var(--swiper-navigation-size-banner);
	margin-top:calc(-1 * var(--swiper-navigation-size-banner)/ 2);
	color: var(--swiper-navigation-color,var(--swiper-theme-color-banner));
	background:#FFF;
}
.banner-boxs .swiper-button-next:after, .banner-boxs .swiper-button-prev:after {
	font-size: 30px;
}
:root{
	--swiper-navigation-size-banner:80px
}
:root{
	--swiper-theme-color-banner:#AAA;
}
/* 服务 */
.bd-service {
	position:relative;
}
.bd-service .swiper-slide {
	text-align:center;
}
.bd-service .swiper-slide .img {
}
.bd-service .swiper-slide i {
	margin:-33px auto 0;
	width:66px;
	line-height:66px;
	font-size:30px;
	-moz-border-radius:66px;
	-webkit-border-radius:66px;
	border-radius:66px;
	display:block;
	color:#555;
	background:#FFF;
	position: relative;
}
.bd-service .swiper-slide .til {
	line-height:50px;
	font-size:20px;
	font-weight:bold;
}
.bd-service .swiper-slide .con {
	padding-bottom:90px;
	line-height:26px;
	font-size:16px;
}
.bd-service .swiper-button-next {
	right:-55px;
}
.bd-service .swiper-button-prev {
	left:-55px;
}
.bd-service .swiper-button-next, .bd-service .swiper-button-prev {
	color: var(--swiper-navigation-color,var(--swiper-theme-color-banner));
}
.bd-service .swiper-button-next:focus, .bd-service .swiper-button-prev:focus {
	outline:0 none;
}
.bd-service .swiper-button-next:after, .bd-service .swiper-button-prev:after {
	font-size: 30px;
}
:root{
	--swiper-theme-color-banner:#AAA;
}
/* 新闻 */
.bd-news {
}
.bd-news .bn-til {
	text-align:center;
	position:relative;
}
.bd-news .bn-til em {
	margin-left:50%;
	left:-127px;
	top:20px;
	width:254px;
	height:1px;
	display:block;
	background:#EEE;
	position:absolute;
}
.bd-news .bn-til h3 {
	margin-bottom:5px;
	padding:0 15px;
	line-height:40px;
	font-size:26px;
	display:inline-block;
	background:#FFF;
	position:relative;
}
.bd-news .bn-til p {
	margin-bottom:15px;
	line-height:16px;
	color:#999;
}
.bd-news .bn-con {
	padding:50px 0 70px;
}
.bd-news .bn-dl {
	margin-left:-46px;
}
.bd-news .bn-dd {
	margin-left:46px;
	width:575px;
	border:1px solid #DDD;
	display:inline-block;
	float:left;
}
.bd-news .bn-dd .d-til {
	line-height:50px;
    width:100px;
    width:100%;
	border-bottom:1px solid #DDD;
}
.bd-news .bn-dd .d-til h3 {
	margin:-1px;
	padding:1px;
	width:160px;
	font-size:20px;
	text-align:center;
	float:left;
	color:#FFF;
	background:#F08A13;
}
.bd-news .bn-dd .d-til a {
	margin-right:30px;
	font-size:14px;
	float:right;
}
.bd-news .bn-dd .d-con {
	padding:20px 20px 0;
}
.bd-news .bn-dd .d-con ul {
}
.bd-news .bn-dd .d-con ul li {
	border-top:1px solid #DDD;
	width:100%;
	display:block;
	float:left;
}
.bd-news .bn-dd .d-con ul li a {
	line-height:50px;
	font-size:14px;
	display:block;
}
.bd-news .bn-dd .d-con ul li a > .til {
	padding-left:20px;
	width:420px;
	height:50px;
	font-size:14px;
	float:left;
	position:relative;
	overflow:hidden;
}
.bd-news .bn-dd .d-con ul li a > .til em {
	left:0;
	top:22px;
	width:3px;
	height:3px;
	display:block;
	background:#AAA;
	position:absolute;
}
.bd-news .bn-dd .d-con ul li a > .time {
	float:right;
	color:#999;
}
.bd-news .bn-dd .d-con ul .on {
	padding-bottom:20px;
	border:none;
}
.bd-news .bn-dd .d-con ul .on .img {
	float:left;
}
.bd-news .bn-dd .d-con ul .on .box {
	width:365px;
	float:right;
}
.bd-news .bn-dd .d-con ul .on .til {
	height:40px;
	line-height:40px;
	white-space:nowrap;
	text-overflow: ellipsis;/* IE/Safari */
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;/* Opera */
	-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
	overflow:hidden;
}
.bd-news .bn-dd .d-con ul .on .time {
	margin-bottom:10px;
	line-height:20px;
	color:#999;
}
.bd-news .bn-dd .d-con ul .on .con {
	line-height:24px;
	color:#999;
}
.bd-news .bn-dd .d-con ul li a:hover .til {
	color:#106ACD;
}