﻿* {
    margin: 0;
    padding: 0;
}
ol,ul,li{list-style-type:none;}
img{border:0px; vertical-align:middle;}
form {margin:0px;padding:0px;}
.clear { height:0px; clear: both; overflow:hidden; }
input ,select {font-family:"Microsoft YaHei";}
::-webkit-input-placeholder { color:#a8a8a8; }
:-moz-placeholder { color:#a8a8a8; }
::-moz-placeholder { color:#a8a8a8; }
:-ms-input-placeholder { color:#a8a8a8; }

html { overflow-y:hidden; height:100%; }

body { font-size: 14px; line-height: 24px; color:#333; background:#586368; font-family:"Microsoft YaHei";}
a { text-decoration: none; color:#333;}
a:hover { text-decoration: none; color:#f18200;}

#wrap { min-width:1000px; }

.login_box { z-index:999; position:fixed; right:150px; top:50%; background: url(../images/login/boxbg.png) center top no-repeat #ffffff; width:440px; border-radius:8px; margin-top:-258px; }

.tit { padding-top:25px; text-align:center; line-height:52px; color:#fff; font-weight:bold; font-size:22px;}
.logo { height:135px; text-align:center;}
.logo img{ height:100px; }


.login_form { padding:0 50px 20px 50px;}
.login_form .item{ height:46px; border-radius:2px; border:1px #e6e6e6 solid; position:relative; margin-bottom:25px;}
.login_form .item input{ border:none; background:none; height:46px; line-height:46px; border-radius:2px; font-size:16px; text-indent:60px; width:100%; outline:none;}
.login_form .item i{ position:absolute; left:13px; top:7px; width:32px; height:32px; display:block; }
.login_form .item i.t1{ background:url(../images/login/username.png) center center no-repeat; }
.login_form .item i.t2{ background:url(../images/login/password.png) center center no-repeat; }

.login_btn { padding:0px 80px 40px 80px; }
.login_btn .btn{ display:block; height:48px; line-height:48px; font-size:18px; color:#fff; text-align:center; background:#f18200; border-radius:26px; border:none; cursor:pointer; border:none; width:100%;  transition:all 300ms ease; -webkit-transition:all 300ms ease;}
.login_btn .btn:hover{ color:#ffffff; background:#fc951c; }


.copy { text-align:center; font-size:12px; color:#cccccc; height:50px; line-height:50px;}

.slides .img { background-size:cover !important;}


@media (max-width:1440px){


.login_box { right:80px; width:420px; margin-top:-240px; background: url(../images/login/boxbg.png) center -20px no-repeat #ffffff; }

.tit { padding-top:25px; line-height:46px; font-size:20px;}
.logo { height:125px; text-align:center;}
.logo img{ height:90px; }

.login_form { padding:0 50px 20px 50px;}
.login_form .item{ margin-bottom:20px;}
.login_btn { padding:0px 80px 30px 80px; }


}