﻿body {
	font-family:Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #333;
   background-color:#4883b4 !important;

}

.header{

    background: #f2f2f2;
    box-shadow: 0px -5px 24px 0px #104377;
}

.header .logo h1{
   font-size:36px;
   margin:0px;
   padding:10px 0px;

}

.header .logo h1 a{
   color:#1B242F;
 
}

.header .logo h1 a:hover{
   color:#fff;
   text-decoration:none;
   border:0px;
}


.banner {
	
    
  min-height: 520px;
}
.banner .container {
    background: url(./images/pic01_20140320.jpg) no-repeat;
       background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
width: 100%;
	 min-height: 520px;
     position:relative;
}


.banner .container .dlk {

	background:  url(./images/tp03_20140320.png) no-repeat;
	position: absolute;
	right: 15%;
	top: 25%;
	color: #999;
    padding:5px 15px;
}



.banner .container .dlk a {
	color: #000;
	font-size: 12px;
}
.banner .container .dlk a:hover {
	color: #C00;
}


.four{
   	background-color: #fff;
	border: 1px solid #dedede;
    	border-radius: 8px;
	padding: 4em 0em 5em;
	margin-top:10px;
    text-align:center;
    
}

.login_con{
   	background-color: #fff;
	border: 1px solid #dedede;
    	border-radius: 8px;
	padding: 4em 0em 5em 0em;
	margin-top:10px;
    text-align:center;
    
}
.reg_user {
    width:60%;
    float:left;
}
    .reg_user .register_title {
        font-family:微软雅黑;  font-size:30px; line-height:36px;
    }
.register-container {

	margin: 0 auto;
	padding: 30px 22px;
    width:68%;
}

.login-container {
    width:32%;
	margin: 0 auto;
	padding: 30px;
}

.a-register {
    font-size:14px;
    color:#999;
}
.footer {
	font-size: 13px;
	height: 70px;
	line-height:70px;
	text-align: center;
	color: #666;	
}
.resister_mess {
    margin-top:60px; margin-left:10px;
        width: 35%;
    float: left;
        border-left: 1px solid #999;
            min-height: 350px;

}
    .resister_mess ul li {
            margin-bottom: 20px; list-style:none; text-align:left;line-height:23px;
    }
    .resister_mess ul li span {
        color:#ff6a00; font-size:14px; margin-right:5px;
    }

.btn-reg {
    width:210px !important; 
}
.login_mess {
     margin-top:60px; margin-left:10px;
        width: 35%;
    float: left;
        border-left: 1px solid #999;
            min-height: 220px;
}
   .login_mess  ul li {
            margin-bottom: 20px; list-style:none; text-align:left; line-height:23px;
    }
   .login_mess  ul li span {
        color:#ff6a00; font-size:14px; margin-right:5px;
    }
.col-md-4 {padding-left:0px !important;padding-right:0px !important;
}