/*banner*/
.slideBox{ position:relative; overflow:hidden;}
@media (min-width:992px){
	.slideBox{
		height: 750px;
	}
}
.slideBox .hd{ height:44px; line-height:44px; text-align:center; position:absolute; width:100%; bottom:0;  }
.slideBox .hd li{display:inline-block; width:12px; height:2px; cursor: pointer; background:#333; text-indent:-9999px; overflow:hidden; margin:0 5px; display:inline-block; cursor:pointer;}
@media (min-width:992px){
	.slideBox .hd li{
		width: 36px;
		height: 4px;
	}
}
.slideBox .hd li.on{ background:#f00; }

.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ background:url(../images/preloader.gif) center center no-repeat;  vertical-align:top; display: block; width: 100%; }
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0); display: block;}
@media (min-width:992px){
	.slideBox .picBox{height:750px; width:100%; position:relative; overflow:hidden;}
	.slideBox .picBox img{position:absolute; width:1920px !important; left:50%; margin-left:-960px; top:0;}
}

.banner-pc img{
	width: 100%;
}
/*banner结束*/



.idx-container{
	background: #fff url(../images/bg_about2.png) right 0 no-repeat;
	margin-top: 15px;
	padding: 15px;
	background-size: 60% auto;
	position: relative;
}
@media (min-width:992px){
	.idx-container{
		margin-top: 50px;
		padding: 30px;
		background-size: 45% auto;
	}
}
.idx-container-bottom{
	margin: 0 -15px -15px;
	overflow: hidden;
}
@media (min-width:992px){
	.idx-container-bottom{
		margin: 0 -30px -30px;
	}
}
.idx-container-bottom img{
	max-width: 60%;
}
@media (min-width:992px){
	.idx-container-bottom img{
		max-width: 100%;
	}
}
/* 首页-关于我们 */

.idx-about-img img{
	width: 100%;
}
.idx-about-info{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.idx-about-cont{
	margin-top: 15px;
	line-height: 1.8;
	font-size: 16px;
}
.idx-about-cont>p{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* 首页-关于我们-结束 */


/* 我们的服务 */
.idx-service{
	display: flex;
	flex-wrap: wrap;
	margin: -10px;
	padding-top: 15px;
}
@media (min-width:992px){
	.idx-service{
		padding-top: 30px;
	}
}
.idx-service>li{
	width: 50%;
	padding: 10px;
	
}
.idx-service>li img{
	width: 100%;
	transition: all ease 2s;
}
.idx-service>li:hover img{
	transform: scale(1.1,1.1);
}
.service-item{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.service-href{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 20, 63, .5);
	left: 0;
	top: 0;
	color: #fff;
	transition: all ease .3s;
	padding: 20px;
	z-index: 100;
}
.service-href:hover{
	color: #fff;
	background: rgba(0, 20, 63, 0);
}
.service-border{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
	
}
.service-border::after{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	transform: scale(.9,.9);
	opacity: 0;
	transition: all ease .5s;
}
.service-href:hover .service-border::after{
	transform: scale(1,1);
	opacity: 1;
}
.service-border>span{
	display: inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 5px 0;
}
@media (min-width:992px){
	.service-border>span{
		font-size: 30px;
	}
}



/* 首页轮播 */
.j-banner .swiper-wrapper {
	transition-delay: .3s;
}

.j-banner.swiper-container {
	height: 240px;
}

@media (min-width:992px) {
	.j-banner.swiper-container {
		height: 820px;
	}
}

.j-banner .swiper-slide {
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: flex;
	align-items: center;
	background-size: cover;
}

.j-banner .swiper-slide p {
	transform: translateX(-200px);
	opacity: 0;
	transition: all .4s;
	padding-top: 30px;
}

.j-banner .ani-slide p {
	transform: translateX(0);
	opacity: 1;
}

.j-banner img {
	max-width: 70%;
}
@media (min-width:992px) {
	.j-banner img {
		max-width: 50%;
	}
}
@media (min-width:992px) {
	.j-banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 30px;
	}
}
.j-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	width: 10px;
	height: 2px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

@media (min-width:992px) {
	.j-banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		width: 60px;
		position: relative;
	}
	.j-banner.swiper-container-horizontal>.swiper-pagination-bullets:hover .swiper-pagination-bullet::after{
		height: 40px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -20px;
		content: '';
	}

}
.swiper-pagination-bullet-active {
	background: #C29B09 !important;
}


/* 新闻资讯 */
.idx-more{
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.idx-more .icon-arr-right{
	margin-left: 5px;
	margin-top: 8px;
}
@media (min-width:992px) {
	.idx-more{
		font-size: 18px;
	}
}
.line-bt{
	border-bottom: 1px solid #eee;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 15px;
}
@media (min-width:992px) {
	.line-bt{
		border-bottom: 1px solid #eee;
		margin-left: -30px;
		margin-right: -30px;
		margin-top: 20px;
	}
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	content: '';
	
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/arr_next.svg) right center no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/arr_prev.svg) left center no-repeat;

}