﻿@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	
}

body {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

.swiper-container {
	 min-height: 920px;
	overflow: visible;
}

.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 105px;
	width: 100%;
	z-index:999;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 32px;
	height: 20px;
	font-size: 0;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	transition: width .8s;
	z-index:9999;
}

/*轮转的横线（点点）
.swiper-pagination-switch:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 4px;
	border-radius: 2px;
	background: rgba(102, 102, 102, .5);
	vertical-align: middle;
	transition: width .8s, background-color .8s;
	box-shadow: 0 3px 6px 0 rgba(33, 39, 81, 0.20);
}

.swiper-active-switch:before {
	background: #fa6f66;
	box-shadow: 0 3px 6px 0 rgba(250, 111, 102, .5);
}
*/
.swiper-slide {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
	overflow: hidden;
}

.swiper-slide-active {
	opacity: 1;
}

.swiper-slide .img {
	position: absolute;
}

.inner {
	position: relative;
	display: block;
	width: 100%;
	 min-height: 920px;
	margin: 0 auto;
}

.banner-text {
	position: absolute;
	left: 60px;
	bottom: 25px;
	z-index: 8;
}
.zi{
	left: 50%;
    margin-left: -290px;
	top: 150px;
	z-index: 20;
	width:590px;
	height:622px;
	position: absolute;
	}

.profile span{
	fon-size:14px;
	color:#fff;
	margin-top:10px;
	font-family: 'Microsoft YaHei' !important;
	text-indent:2em;
	}
	


.btn-primary {

	margin-top: 30px;
	height: 80px;
	width:143px;
	line-height: 80px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
	background-color: #1c45bb;
	display: inline-block;
}
.slide5 {
	background:url(blue-bjd.jpg) no-repeat center center;
	background-size:cover;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.slide5 .img1 {
	left: 50%;
    margin-left: -265px;
	top: 55px;
	z-index: 9;
	width:529px;
	height:64px;
	text-align:center;
	position: absolute;
}/****上边的**/

.slide5 .img2 {
	right: 60px;
	bottom:25px;
	z-index: 6;
	position: absolute;
}/****cz的********/
.slide5 .img3 {
	right: 0px;
	bottom:0px;
	z-index: 9;
	position: absolute;
	filter:alpha(opacity:50); opacity:0.5;  -moz-opacity:0.5;-khtml-opacity: 0.5;
}/****line的********/
.slide5 .img4 {
	left: 50%;
    margin-left: -465px;
	top: 245px;
	z-index: 21;
	width:940px;
	height:440px;
	text-align:center;
	position: absolute;
}/****yuanwenzi的********/

.slide5 .btn-img {
	left: 50%;
    margin-left: -135px;
	bottom: 55px;
	z-index: 22;
	width:260px;
	height:75px;
	background:#1c45bb;
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
	padding:15px 63px;
	text-align:center;
	position: absolute;
}/****btn的********/
.profile{
	left: 50%;
    margin-left: -135px;
	bottom: 55px;
	width:260px;
	height:75px;
	z-index: 999;
	font-size:!important;
	}
.profile:hover img{
transition: all 0.6s; transform: scale(1.2);
	}