/* CSS Document */
body{
            font-size:14px;
            line-height:2em;
            color:#666;
            font-family:"微软雅黑";
            background:url(/assets/img/login/loginbg.jpg);
            background-size: 100% auto;
			overflow:hidden;
        }

        body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{
            margin:0;padding:0;
        }
        input, textarea, select{
            font-family:"微软雅黑";
            font-size:12px;
        }
        ul{
            margin:0px; padding:0px; list-style-type:none;
        }
        li{
            list-style:none;
        }

        /*---登录----*/

        .login_all{
            width: 1200px;
            height: 600px;
            border: 1px solid #1078F7;
            text-align: center;
            background:url(/assets/img/login/lga.jpg) top left repeat-x;
            box-shadow: 0 0 80px #1A5CFF;
            margin:8% auto 0 auto;
			border-radius:5px;
        }
        /*-----left----*/
        .login_left{
            width:45%;
            float:left;
            height:600px;
            background:url(/assets/img/login/lefttop.png) top left no-repeat;
            text-align:left;
        }
 input:focus{
   outline: none;
 }
        .login_lefta{ width:415px; overflow:hidden; float:left; margin-top:105px; margin-left:70px;}
        .login_en{ font-size:16px; color:#333; height:50px; line-height:50px; float:left;}
        .login_cn{ font-size:22px; height:25px; line-height:25px; float:left; color:#666; clear:both; margin-bottom:20px;}

        .login_box{ width:368px; height:52px; border:1px solid #CCC; float:left; margin-top:20px;border-radius: 25px; background:#fff;}
        .left_png{ width:40px; height:40px; float:left; margin-left:10px; margin-top:6px;}
        .left_input{ width:280px; height:40px; line-height:40px; font-size:16px; float:left; color:#666; border:1px solid #FFF; margin-top:5px; margin-left:10px;}

        .left_input_code{ width:158px;height:40px; line-height:40px; font-size:16px; float:left; color:#666; border:1px solid #FFF; margin-top:5px; margin-left:10px; border-right:1px solid #CCC;}

        .code{ width:100px; height:40px; float:left; margin-top:5px; margin-left:10px;}

        .login_an{ width:170px; height:55px; line-height:50px; text-align:center; color:#fff; border-radius: 25px; font-size:22px; float:left;margin-top:30px;}
        .login_an a{ width:170px; height:55px; line-height:50px; text-align:center; color:#fff; background:#3064E4;border-radius: 25px; font-size:22px; float:left; text-decoration:none;}
        .login_an a:hover{ width:170px; height:55px; line-height:50px; text-align:center; color:#fff; background:#F6B71E;border-radius: 25px; font-size:22px; float:left;}


        .rest_an{ width:170px; height:55px; line-height:50px; text-align:center; color:#fff; background:#F6B71E;border-radius: 25px; font-size:22px; float:left;margin-top:30px; margin-left:20px;}
        .rest_an a{ width:170px; height:55px; line-height:50px; text-align:center; color:#fff; background:#F6B71E;border-radius: 25px; font-size:22px; float:left; text-decoration:none;}
        .rest_an a:hover{ width:170px; height:55px; line-height:50px; text-align:center; color:#fff; background:#3064E4;border-radius: 25px; font-size:22px; float:left;}

        .copyright{ font-size:14px; height:25px; width:100%; line-height:25px; float:left; margin-top:30px; text-align:center; }
        /*-----right----*/
        .login_right{
            width:55%;
            float:left;
            height:600px;
            background:url(/assets/img/login/rightbottom.png) bottom right no-repeat;
        }

        .login_right_top{ width:584px; height:452px; /*background:url(/assets/img/login/righttop.png) top left no-repeat;*/ float:right; margin-right:40px; margin-top:60px;}