@charset "utf-8";
html,body {
	position: relative;
    height: 100%;
}
body {
    background: #eee;
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 15px;
    background: #fff;
}

/*sec1*/
.sec1{
	background:url(../../images/login/sec1_bg_1.jpg) no-repeat;
	background-size:100% 100%;
}
.sec1>div.top{
	position:absolute;
	top:20px;
	left:50%;
	width:1200px;
	height:50px;
	margin-left:-600px;
}
.sec1>div.top ul li{
	float:left;
	height:50px;
	width:80px;
	color:#fff;
	line-height:50px;
}
.sec1>div.top ul li:hover{
	color:blue;
	cursor:pointer;
}
.sec1>div.top span{
	width:95px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:right;
	background:url(../../images/login/sec1_1.png) no-repeat left;
}
.sec1>div.top span:hover{
	cursor:pointer;
}
.sec1>img{
	position:absolute;
    top:50%;
	left:50%;
	width:500px;
	height:400px;
	margin-top:-180px;
	margin-left:-500px;
}
.sec1 div.login{
	position:absolute;
    top:50%;
	left:50%;
	width:330px;
	height:370px;
	margin-top:-175px;
	margin-left:220px;
	background:#fff;
}
.sec1 div.login>ul>li{
	float:left;
	width:165px;
	height:50px;
	line-height:50px;
	background:#f5f5f5;
}
.sec1 div.login>ul>li a{
	color:#000;
	text-decoration:none;
}
.sec1 div.login>ul>li.active{
	background:#fff;
}
.sec1 div.login>ul>li.active a{
	color:#01d09a;
}
.sec1 div.login #nomal{
	float:left;
	width:330px;
	height:300px;
	display:none;
}
.sec1 div.login #nomal.active{
	display:block;
}
.sec1 div.login #nomal>ul{
	margin-top:5px;
}
.sec1 div.login #nomal>ul>li{
	width:330px;
	margin-top:15px;
}
.sec1 div.login #nomal>ul>li:nth-child(1) input{
	width:230px;
	height:40px;
	padding-left:20px;
	background:url(../../images/login/sec1_2.png) no-repeat 5px;
	border:1px solid #e2e2e2;
}
.sec1 div.login #nomal>ul>li:nth-child(2) input{
	width:230px;
	height:40px;
	padding-left:20px;
	background:url(../../images/login/sec1_3.png) no-repeat 5px;
	border:1px solid #e2e2e2;
}
.sec1 div.login #nomal>ul>li:nth-child(3){
	font-size:13px;
}
.sec1 div.login #nomal>ul>li:nth-child(3) input{
	margin-left:40px;
	margin-top:1px;
}
.sec1 div.login #nomal>ul>li:nth-child(3) a{
	color:#01d09a;
	margin-right:40px;
	text-decoration:none;
}
.sec1 div.login #nomal>ul>li:nth-child(4) button{
	width:250px;
	height:40px;
	background:#01d09a;
	color:#fff;
	font-size:18px;
	outline:none;
	border:0;
	border-radius:6px;
	margin-top:15px;
	letter-spacing:10px;
}
.sec1 div.login #nomal>ul>li:nth-child(4) button:hover{
	cursor:pointer;
	background:#13d36a;
}
.sec1 div.login #nomal>ul>li:nth-child(4) a{
	display:block;
	font-size:13px;
	margin-top:10px;
	text-decoration:none;
	color:#555;
}
.sec1 div.login #nomal>ul>li:nth-child(4) a:hover{
	color:red;
}
.sec1 div.login #nomal>ul>li:nth-child(5) ul li{
	float:left;
	width:78px;
	font-size:11px;
}
.sec1 div.login #nomal>ul>li:nth-child(5) ul li:nth-child(1){
	margin-left:48px;
}
.sec1 div.login #nomal>ul>li:nth-child(5) ul li p{
	margin-top:5px;
}
.sec1 div.login #quick{
	float:left;
	width:330px;
	height:300px;
	display:none;
}
.sec1 div.login #quick.active{
	display:block;
}
.sec1 div.login #quick>ul{
	margin-top:5px;
}
.sec1 div.login #quick>ul>li{
	width:330px;
	margin-top:15px;
}
.sec1 div.login #quick>ul>li:nth-child(1) input{
	width:230px;
	height:40px;
	padding-left:20px;
	background:url(../../images/login/sec1_2.png) no-repeat 5px;
	border:1px solid #e2e2e2;
}
.sec1 div.login #quick>ul>li:nth-child(2) input{
	width:100px;
	height:40px;
	padding-left:20px;
	background:url(../../images/login/sec1_3.png) no-repeat 5px;
	border:1px solid #e2e2e2;
}
.sec1 div.login #quick>ul>li:nth-child(2) button{
	width:120px;
	height:43px;
	margin-left:5px;
	background:#01d09a;
	color:#fff;
	border:0;
	outline:none;
	border-radius:5px;
}
.sec1 div.login #quick>ul>li:nth-child(3) button{
	width:250px;
	height:40px;
	background:#01d09a;
	color:#fff;
	font-size:18px;
	outline:none;
	border:0;
	border-radius:6px;
	margin-top:15px;
	letter-spacing:10px;
}
.sec1 div.login #quick>ul>li:nth-child(3) a{
	display:block;
	font-size:13px;
	margin-top:15px;
	text-decoration:none;
	color:#555;
}
.sec1 div.login #quick>ul>li:nth-child(3) a:hover{
	color:red;
}
.sec1 div.login #quick>ul>li:nth-child(4) ul li{
	float:left;
	width:78px;
	font-size:11px;
}
.sec1 div.login #quick>ul>li:nth-child(4) ul li:nth-child(1){
	margin-left:48px;
}
.sec1 div.login #quick>ul>li:nth-child(4) ul li p{
	margin-top:5px;
}

/*sec2*/
.sec2{
	background:url(../../images/login/sec2_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.sec2 .out{
	position:absolute;
	left:50%;
	width:1200px;
	height:100%;
	margin-left:-600px;
}
.sec2 .out img{
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-220px;
}
.sec2 .out div.right{
	position:absolute;
	top:50%;
	right:20px;
	width:480px;
	height:300px;
	margin-top:-150px;
	text-align:left;
}
.sec2 .out div.right b{
	height:80px;
	line-height:80px;
	font-size:35px;
	border-bottom:5px solid #43ff8f;
}
.sec2 .out div.right span{
	margin-top:20px;
	font-size:20px;
	line-height:40px;
}

/*sec3*/
.sec3{
	background:url(../../images/login/sec3_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.sec3 .out{
	position:absolute;
	left:50%;
	width:1200px;
	height:100%;
	margin-left:-600px;
}
.sec3 .out div.left{
	position:absolute;
	top:50%;
	left:90px;
	width:480px;
	height:250px;
	margin-top:-125px;
	text-align:left;
}
.sec3 .out div.left b{
	height:80px;
	line-height:80px;
	font-size:35px;
	border-bottom:5px solid #43ff8f;
}
.sec3 .out div.left span{
	margin-top:20px;
	font-size:20px;
	line-height:40px;
}
.sec3 .out img{
	position:absolute;
	top:50%;
	right:30px;
	margin-top:-263px;
}

/*sec4*/
.sec4{
	background:#fff url(../../images/login/sec4_bg.png) no-repeat bottom;
	background-size:100% 20%;
}
.sec4 .out{
	position:absolute;
	left:50%;
	width:1200px;
	height:100%;
	margin-left:-600px;
}
.sec4 .out img{
	position:absolute;
	width:400px;
	height:380px;
	top:50%;
	left:100px;
	margin-top:-190px;
}
.sec4 .out div.right{
	position:absolute;
	top:50%;
	right:20px;
	width:480px;
	height:300px;
	margin-top:-150px;
	text-align:left;
}
.sec4 .out div.right b{
	height:80px;
	line-height:80px;
	font-size:35px;
	border-bottom:5px solid #43ff8f;
}
.sec4 .out div.right span{
	margin-top:20px;
	font-size:20px;
	line-height:40px;
}

/*sec5*/
.sec5{
	background:url(../../images/login/sec3_bg.jpg) no-repeat;
	background-size:100% 100%;
}
.sec5 b{
	position:absolute;
	top:20px;
	left:50%;
	width:226px;
	margin-left:-113px;
	font-size:35px;
	border-bottom:2px solid #43ff8f;
}
.sec5 p{
	display:block;
	margin-top:70px;
}
.sec5 img{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-220px;
	margin-left:-550px;
}

/*sec6*/
.sec6{
	background:#fff url(../../images/login/sec4_bg.png) no-repeat bottom;
	background-size:100% 20%;
}
.sec6 b{
	position:absolute;
	top:20px;
	left:50%;
	width:114px;
	margin-left:-57px;
	font-size:35px;
	border-bottom:2px solid #43ff8f;
}
.sec6 p{
	display:block;
	margin-top:70px;
}
.sec6 ul{
	position:absolute;
	top:50%;
	left:50%;
	width:1200px;
	height:410px;
	margin-left:-600px;
	margin-top:-185px;
}
.sec6 ul li{
	float:left;
	width:400px;
	height:410px;
}
.sec6 ul li:nth-child(1){
	background:url(../../images/login/sec6_1.png) no-repeat;
	background-size:100% 100%;
}
.sec6 ul li:nth-child(2){
	background:url(../../images/login/sec6_2.png) no-repeat;
	background-size:100% 100%;
}
.sec6 ul li:nth-child(3){
	background:url(../../images/login/sec6_3.png) no-repeat;
	background-size:100% 100%;
}
.sec6 ul li p:nth-child(1){
	width:300px;
	margin-left:50px;
	margin-top:150px;
}
.sec6 ul li p:nth-child(2){
	width:300px;
	margin-left:60px;
	margin-top:30px;
	text-align:left;
	line-height:30px;
}

/*sec7*/
.sec7>b{
	position:absolute;
	top:20px;
	left:50%;
	width:164px;
	margin-left:-82px;
	font-size:35px;
	border-bottom:2px solid #43ff8f;
}
.sec7 p{
	display:block;
	margin-top:70px;
}
.sec7 ul{
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:400px;
	margin-top:-150px;
	margin-left:-500px;
}
.sec7 ul li input{
	width:335px;
	height:40px;
	margin-top:15px;
}
.sec7 ul li textarea{
	margin-top:15px;
}
.sec7 ul li button{
	margin-top:15px;
	width:150px;
	height:40px;
	border:0;
	outline:none;
}
.sec7 ul li button.active{
	color:#fff;
	background:#04dd6b;
}

/*百度地图*/
.iw_poi_title {
	color:#CC5522;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding-right:13px;
	white-space:nowrap;
}
.iw_poi_content {
	font:12px arial,sans-serif;
	overflow:visible;
	padding-top:4px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word
}
#dituContent{
	position:absolute;
	top:50%;
	left:50%;
	width:500px;
	height:400px;
	margin-top:-150px;
	border:1px solid #ccc;
}

footer{
	position:fixed;
	bottom:10px;
	width:100%;
	text-align:center;
	z-index:999999;
}
footer p{
	margin-bottom:5px;
}
footer a{
	text-decoration:none;
	color:#000;
}
