/*   .clearfix  清浮动 **/
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.hide {
	display: none;
}

.ofh{
	overflow:hidden;
}


.fl {
    float: left;
}

.fr {
    float: right;
}
.tl-c{
	text-align:center;
}
/*****滚动介绍页*********/

    body {
        background: #eee;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
     html, body {
        position: relative;
        height: 100%;
        font-family:'微软雅黑'!important;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
		position: relative;
        /* 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;
    }
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	border-bottom:1px solid #60bceb;
	
}
.wrap-login{
	width:100%;
	margin-top:-157px
}
.slide_b .left,.slide_b .right{
	width:50%;
}
.slide_b .left{
	text-align:right;
	
}
.slide_b .right{
	text-align:left;
	
}
#footer{
	width:100%;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-50%;
	background:#60bceb;
	
}
#footer_content a,#footer_copy,#footer_lnk{
	 color:#fff;
}
#footer_content {
    margin-top: 40px;
   
}
.login_1{
	width:60%;
}
.slide_e{
	position:relative;
}
.m-title{
	height:50px;
	line-height:50px;
	font-size:33px;
	font-weight:550;
	color:#030303;
}
.slide_b p{
	font-size:18px;
	line-height:23px;
	color:#656565;
}
.login_5{
	width:160px;
	margin:50px 30px 0 0;
}
.app_tips{
	margin-top:182px;
	color:#000000!important;
	font-size:18px;
	font-weight:550;
}
.slide_c .m-title{
	width:100%;
	position:absolute;
	top:-80px;
	left:0
	
}
.login_2{
	position:absolute;
	top:270px;
}
.slide_c_cont{
	position:absolute;
	width:230px;
	color:#696969;
	font-size:18px;
	text-align:left
}
.c_a{
	top:150px;
	left:-170px;
}
.c_b{
	top:150px;
	right:-170px;
}
.c_c{
	top:390px;
	left:-170px;
}
.c_d{
	top:390px;
	right:-170px;
}
.slide_d .right{
	padding-right:50px;
	text-align:right
}
.slide_e .right{
	padding-left:50px;
	text-align:left
}
.swiper-pagination-bullet{
                width:20px;
                height:20px;
                text-align:center;
                line-height:20px;
                font-size:12px;
                color:#000;
                opacity:1;
                background:rgba(0,0,0,0.2);
            }
            .swiper-pagination-bullet-active{
                color:#fff;
                background:#007aff;
            }
            .animated.infinite {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right:40px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}
#footer_copy{
	font-size: 15px;
}
.slide_d .right{
	width:50%;
}
.slide_d .left{
	width:50%;
}
.slide_e .right{
	width:50%;
}
.slide_e .left{
	width:50%;
}
.tl-r{
	text-align:right
}

