#imgConac{
	vertical-align: middle!important;
	width: 40px;
}
.banner2 .swiper-container {
      width: 100%;
      height: 100%;
    }
.banner2 .swiper-slide {
      background-position: center;
      background-size: 100% 100%;;
    }

.banner2 .swiper-pagination-white .swiper-pagination-bullet-active{
	background: #011665;
}


.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-container .swiper-pagination {
	right: 0px;
	width: auto;
	text-align: center;
}

.swiper-container .swiper-slide {
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width:5px;
  height:5px;
	background:rgba(3,22,102,0.8);
	border-radius: 50%;
	 margin: 0 5px 0 0;
}
.banner2 .swiper-pagination-bullet {
	width:7px;
	height:2px;
	background:rgba(255,255,255,1);
	border-radius: 1px;
	margin: 0 5px 0 0;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background:rgba(3,22,102,1);
}
.banner2 .swiper-pagination-bullet-active {
background:rgba(1,22,101,1);
}

.banner-bottoms .swiper-pagination-bullet {
	width:7px;
	height:2px;
	background:rgba(255,255,255,1);
	border-radius: 1px;
	margin: 0 5px 0 0;
	opacity: 1;
}


.banner-bottoms .swiper-pagination-bullet-active {
background:rgba(1,22,101,1);
}

.full {
	position: absolute;
    bottom: 0;
    top: 0;
    height: auto;
}

.full img {
	width: 100%;
}

.slide-1 .preload {
	background: url(../img/01_s.jpg) no-repeat left top/100% 100%;
}

.slide-2 .preload {
	background: url(../img/02_s.jpg) no-repeat left top/100% 100%;
}

.slide-3 .preload {
	background: url(../img/03_s.jpg) no-repeat left top/100% 100%;
}

.slide-4 .preload {
	background: url(../img/04_s.jpg) no-repeat left top/100% 100%;
}

.homepage-left100 {
	width: 100%;
	position: absolute;
	
	z-index: 10;
	/*transform: translate(-50%, -50%);*/
	left: 0;
	bottom: 0;
}

.homepage-left100 .txt {
	text-transform: uppercase;
	/*font-size: 48px;
	letter-spacing: 16px;
	line-height: 72px;*/
	width: 100%;
	/*position: absolute;*/
	color: #fff;
	background:rgba(3,22,102,.8);
	height: 34px;
	line-height:34px;
	font-size:14px;
	padding: 0 3.5%;
	
}

.txtCenter {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 15px;
}

.txtCenter .txt {
	font-size: 125px;
	letter-spacing: -2px;
	line-height: 115px;
	color: #121212;
	text-align: center;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
}

.whiteTxt {
	position: absolute;
	top: 45%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.whiteTxt .txt {
	font-size: 65px;
	letter-spacing: -2px;
	line-height: 82px;
	color: #ffffff;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
}

.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white {
	background-color: rgba(0,0,0,.4)
}
.swiper-button-next, .swiper-button-prev{
	    background-size: 14px 44px;
}
@media  only screen and (max-width:768px) {
	header,footer {
		position: static;
	}

	.swiper-container {
		height: auto;
	}

	.swiper-button-prev,.swiper-button-next,header ul li:not(:first-child) {
		display: none;
	}

	.homepage-left100 .txt {
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 34px;
	}

	.txtCenter .txt {
		font-size: 60px;
		letter-spacing: 0;
		line-height: 55px;
	}

	.whiteTxt .txt {
		font-size: 30px;
		letter-spacing: 0;
		line-height: 40px;
	}

	.swiper-container .swiper-pagination {
		bottom: 37px;
	}

.banner2	.swiper-container .swiper-pagination {
		bottom: 5px;
	}

.banner-bottoms	.swiper-container .swiper-pagination {
		bottom: 5px;
	}

	.pcHidden {
		display: block;
	}
}	