<style>        
        input, img {
            vertical-align: middle;
        }

        body {
            background: #fff;
            color: #666;
            font-size: 14px;
            font-family: arial;
        }
      
        a {
            color: #666666;
            text-decoration: none;
        }

        .header {
            position: fixed;
            width: 100%;
            height: 80px;
            top: 5%;
            left: 0px;
            z-index: 999;
        }

        .nav {
            width: 80%;
            height: 100%;
            #line-height: 50px;
            margin: 0 auto 0;
        }



        .MainList{
            display: inline-block;
            width: 55%;
            height: 100%;
            margin: auto;
            float: center;
        } 

        .MainListBtn{
            margin: 0;
            width: 20%;
            height: 100%;
            float: right;
            font-size: 15px;
            color: #FF0;
            list-style: none;

        } 
        

        .entry {
        	display: inline-block;
            float: right;
            color: #fff;
            width: 25%;
            height: 100%;
        }

        .entry .state {
            color: #bfbfbf;
        }

        .entry a {
            font-size: 12px;
            color: #fff;
            margin: 0 5px;
        }

        .entry a:hover {
            color: #00bbee;
        }
        
        .btn_form {
        	float: right;
            color: #fff;
            width: 40%;
            height: 100%;
        }

        .container {
            width: 100%; 
            height: 100%;
            background-color: #fff;
        }

        .content {
            width: 100%;
            height: 100%;
            margin: 0 auto;
        }

        .wrap {
            position: absolute;
            left: 0;
            top: 20%;
            width: 100%;
            text-align: center;
            z-index: 2;
        }
		
        .mid {
            width: 100%;
        }

        .main-entry {
            width: 600px;
            height: 220px;
            margin: 0 auto 0;
        }
        
        .btn_form1 {
        	float: right;
            color: #fff;
            width: 250px;
            height: 100px;
        }

        .slogan {
            width: 600px;
            height: 130px;
            display: inline-block;
            background-size: 600px;
        }

        /*slide*/
        .front, .items, .item {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .back {
            bottom: 70px;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
	    	height:100%;
            overflow: hidden;
        }

        .item {
            background: #fff none no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            display: none;
        }

		
	   .btn_login {
            display: inline-block;
            width: 65px;
            height: 34px;
            cursor: pointer;
            border-radius: 6px;
            margin-left: 10px;
            border: 1px solid white;
	        box-sizing: border-box
	        float: right;
	        background-color: transparent; 
	        border-color: white; 
	        color: white;
        }
		
	   .btn_main {
	        display: block;
            text-decoration: none;
            float: left;
            text-align: center;
            cursor: pointer;
            border-radius: 8px; 
	        border-color: 2px solid white;
            font-size: 22px;  
            letter-spacing: 1px;
            height: 90px;
            width: 180px;    
            color: #ffffff; 
            position: relative;
            overflow: hidden;
	        background-color: transparent;
	        margin:  0 auto 0;
        }
        
       .footer {
            position: fixed;
            bottom: 3%;
            left: 20%;
            width: 100%;
            height: 15px;
            background-color: transparent;
            z-index: 99;
            text-align: left;
        }
        
       .nav-links {
            width: 99%;
            height: 20px;
            margin: 0 auto;
            text-align: center;
            overflow: hidden;
        }
        
       .ownership {
            text-align: center;
            height: 20px;
            line-height: 25px;
        }
    </style>
    
  