#web-bnr {
	display: none;
}

#web-bnr .bnr-img {
	height: 240px !important;
}

@media all and (max-width:980px) {


	img {
		max-width: 100%;
	}

	#index-bnr {
		display: none;
	}

	#web-bnr {
		display: block;
	}

}


/*--- Banner ---*/

.index-bnr {
	height: 690px !important;
}

.bnr-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 690px !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}

.index-bnr .swiper-pagination {
	font-size: 0px;
	bottom: 4% !important;
	opacity: 1;
}

.index-bnr .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #fff;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 8px;
	opacity: 1;
	vertical-align: middle;
}

.index-bnr .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid #fff;
	border-radius: 50%;
	vertical-align: middle;
}

.index-bnr .swiper-pagination-bullet-active::before {
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 1);
}

.bnr-bg {
	width: 100%;
	height: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*iBnr-1*/
.iBnr1-box {
	text-align: center;
	color: #fff;
	z-index: 2;
	width: auto;
	text-align: center;
}

.iBnr1-box .t1 {
	font-size: 60px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding: 0 20px 50px;
	position: relative;
}

.iBnr1-box .t1 i{
	position: absolute;
	width: 90px;
	height: 5px;
	bottom: -3px;
	left: 50%;
	margin-left: -45px;
	display: block;
	background-color: #3996DA;
}

.iBnr1-box .t1,
.iBnr1-box .t2 {
	line-height: 76px;
	margin-bottom: 30px;
	transition-delay: .6s;
	-webkit-transition-delay: .6s;
	opacity: 0;
	transition: all .6s ease-in-out .2s;
	-webkit-transition: all .6s ease-in-out .2s;
	transform: translateX(-100px);
	-webkit-transform: translateX(-100px);
}

.iBnr1-box .t2 {
	transition: all 1s ease-in-out .2s;
	-webkit-transition: all 1s ease-in-out .2s;
	position: relative;
	max-width: 920px;
	margin: 0px auto 30px;
}

.iBnr1-box .t2:after {
	width: 120px;
	height: 1px;
	content: "";
	background: rgba(255, 255, 255, .2);
	left: 0px;
	top: 50%;
	position: absolute;
}

.iBnr1-box .t2:before {
	width: 120px;
	height: 1px;
	content: "";
	background: rgba(255, 255, 255, .2);
	right: 0px;
	top: 50%;
	position: absolute;
}


.swiper-slide.swiper-slide-active .iBnr1-box .t1,
.swiper-slide.swiper-slide-active .iBnr1-box .t2{
	transform: translate(0, 0) scale(1);
	-webkit-transform: translate(0, 0) scale(1);
	opacity: 1;
}


.iBnr1-box .t2 {
	line-height: 36px;
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}

.iBnr1-box .iBnr1-block {
	width: 830px;
	height: 267px;
	background: url(../images/banner/iBnr1/iBnr1-bg.png) no-repeat center center / cover;
	position: relative;
	margin: -28px 0 0;
}

.iBnr1-block .orn1 {
	display: block;
	width: 89px;
	height: 89px;
	line-height: 89px;
	font-size: 18px;
	font-weight: lighter;
	position: absolute;
	left: 0px;
	top: 32px;
}

@media all and (max-width:1151px) {

	.iBnr1-box .t1 {
	    font-size: 50px;
	}
}

@media all and (max-width:1000px) {
	.iBnr1-box {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	
	.iBnr1-box .t1 {
	    font-size: 48px;
	}
	
	.iBnr1-box .t1, .iBnr1-box .t2 {
	    line-height: 48px;
	    margin-bottom: 20px;
	}
}

@media all and (max-width:640px) {
	.iBnr1-box {
		width: 100%;
		padding: 0 8%;
	}
	
	.iBnr1-box .t1 {
	    line-height: 30px;
	    font-size: 24px;
		padding-bottom: 20px;
	}
	.iBnr1-box .t2 {
		display: none;
	}
	
	.iBnr1-box .t1, .iBnr1-box .t2 {
	    margin-bottom: 10px;
	}
}