@charset "utf-8";

/* default set */
@import url("base.css");


html { height:100%;}
body {
	letter-spacing:-1.5px; 
	height:100%; 
	max-width: 100%;
	min-width:1135px;}
.header{height:55px; text-align:center; padding:13px 0;}
.container{height:800px; width:100%; background:#f1f2f5; padding:16px;}
.fl{float:left;}
.fr{float:right;}
.btn {
    display: inline-block;
    background: #3976cf;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 9px 0;
}

.container .top_wrap {width:1135px; height:580px; margin:0 auto; }
.container .top_wrap .login_wrap{width:285px; height:325px; background:#fff; border:1px solid #d7d8da; padding:27px 20px 30px 20px;}
.container .top_wrap .login_wrap h1{font-size:14px; color:#595757;}
.container .top_wrap .login_wrap .btn_inq{border:1px solid #3976cf; color:#3976cf; text-align:center; padding:6px 45px; margin-top:23px; font-size:14px; font-weight:bold;}
.container .top_wrap .nav_wrap{background:#3976cf; width:285px; height:241px; margin-top:14px; padding:16px 30px 16px 32px;}

.container .bottom_wrap {clear:both; background:#fff; width:1135px; height:160px;  border:1px solid #c0c1c2; padding:50px 30px; position:relative; margin:20px auto; }
.bottom_wrap .alnce_cmpny{ width:980px; height:54px; float:auto; }
.bottom_wrap .alnce_cmpny .prev_btn{position:absolute; top:70px; left:20px;}
.bottom_wrap .alnce_cmpny .next_btn{position:absolute; top:70px; right:20px;}


.footer {height:120px;background:#595757; color:#fff; padding:12px 0;letter-spacing: 0.1px;}
.footer .contents {width:1135px; height:100%; margin:0 auto; }

.swiper-container {
	width: 834px;
	height: 580px;
	border:1px solid #9fa0a0;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* 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;
}
.login_input{width:235px; height:30px; border:1px solid #ececed; color:#858b8a; padding:0 10px; border-radius:5px;}
