﻿@charset "UTF-8";
/*基本元素重置*/
*{text-decoration: none;color:inherit;resize:none;list-style-type:none;outline:none;outline:medium;font-style:normal;margin:0;padding:0;border:0;font-family:"Microsoft YaHei";}


/***************配色******************/
body{height: 1080px; background:#fff;}

/*头部样式*/
.login {
    width: 100%;
    height: 100%;
    position: relative;
}
.login .top {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #a3a2a2;
}
.login .top ul {
    width: 350px;
    height: 20px;
    margin-left: 70%;
}
.login .top ul li {
    width: 80px;
    height: 20px;
    float: left;
    margin-left: 10px;
    line-height: 35px;
}
.login .top ul li i {
    position: relative;
    top: -2px;
    left: 12px;
}
/*头部导航*/
.login .nav {
    width: 1155px;
    height: 90px;
    margin: 0 auto;
}
.login .nav .nav-left {
    width: 275px;
    height: 100%;
    float: left;
}
.login .nav .nav-left img {
    float: left;
    margin-top: 20px;
}
.login .nav .nav-left .title {
    float: right;
    margin-top: 20px;
    color: #03174A;
}
/*头部右边样式*/
.login .nav .nav-right {
    width: 430px;
    height: 100%;
    box-sizing: border-box;
    color: #A5A5A5;
    font-size: 16px;
    float: right;
}
.login .nav .nav-right dl {
    width: 100%;
    height: 100%;
}
.login .nav .nav-right dl dd {
    width: 107px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 90px;
    box-sizing: border-box;
}
.login .nav .nav-right dl dd .solid {
    width: 100%;
    height: 5px;
    background: #FF7F00;
    position: relative;
    top: -5px;
    border-radius: 50px;
    display: none;
}
.login .nav .nav-right dl dd:hover>.solid {
    display: block;
}
/*banner图*/
.login>img {
    width: 100%;
    height: 613px;
}
.login .box {
    width: 360px;
    height: 430px;
    position: absolute;
    top: 220px;
    left: 55%;
    border-radius: 10px;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
}
.login .box:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;	
    right: 0px;	
    bottom: 0px;
    z-index: -1;	
    background: rgba(30,44,64,.6);
    /*-1 可以当背景*/
    -webkit-filter: blur(20px);	
    filter: blur(20px);		
    margin: -30px; 
    /*消除边缘透明*/		
/*    background: url(/img/banner2.fws.png) center top;*/
    background-size: cover;		
    /*平铺*/				
    background-attachment: fixed;	
    /*位置固定*/
}
.login .box h2 {
    color: #fff;
    font-weight: normal;
    font-size: 28px;
    text-align: center;
    margin: 50px 0 40px 0;
}
.login .box form .user {
    transition:.5s;
    width: 295px;
    height: 40px;
    background: rgba(19,28,40,.6) !important;
    color: #8EC1F0 !important;
    font-size: 15px;
    padding: 0 15%;
    margin: 0px 0px 20px 30px;
    box-sizing: border-box;
}
input:-webkit-autofill { box-shadow: 0 0 0px 1000px #2D3B4A inset;}
/*.login .box form .user:focus{
     box-shadow:0 0 0 1px #0055a2 inset;
     letter-spacing:10px;
     background: rgba(19,28,40,.6) !important;
     color: #8EC1F0 !important;
}*/
/*input文字的颜色*/
.login .box form .user::-webkit-input-placeholder{
    color: #8EC1F0;
}.login .box form .user:-moz-placeholder{
    color: #8EC1F0;
}.login .box form .user::-moz-placeholder{
    color: #8EC1F0;
}.login .box form .user:-ms-input-placeholder{
    color: #8EC1F0;
}
/****************************************/
.login .box form .iconfont {
    font-size: 25px;
    color: #8EC1F0;
    position: absolute;
}
.login .box form .icon-yonghuicon {
    left: 40px;
    top: 135px;
    border-right: 1px solid #8EC1F0;
    padding-right: 7px;
}
.login .box form .icon-mima {
    font-size: 23px;
    left: 40px;
    top: 195px;
    border-right: 1px solid #8EC1F0;
    padding-right: 7px;
}
/*记住密码*/
.login .box form label span {
    position: absolute;
    top: -2px;
}
.login .box form input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    display: none
}
.login .box form label {
    position: relative;
    width: 100px;
    display: block;
    cursor: pointer;
    font-size: 12px;
    color: #BBBBBB;
    margin: 5px 0 30px 30px;
}
.login .box form label input[type="checkbox"] + i {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
    background: url(/Images/chek1.fw.png) no-repeat;
}

.login .box form label input[type="checkbox"]:checked + i {
    background-image: url(/Images/chek2.fw.png);
}
/* 登录*/
.login .box form input[type="submit"] {
    width: 295px;
    height: 43px;
    background: #00C0FF;
    color: #fff;
    font-size: 22px;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    letter-spacing: 5px;
    cursor: pointer;
}
.login .box form input[type="submit"]:focus,.login .box form input[type="submit"]:hover{
    transition:.5s;
    box-shadow:295px 0 0 0 #255ec9 inset;
}
.login>.box>form>span {
    display: block;
    width: 150px;
    height: 18px;
    font-size: 16px;
    margin: 20px 0 0 180px;
    color: #B0D4F4;
    cursor: pointer;
}
/*底部*/
.login .footer {
    width: 100%;
    height: 325px;
    background: #EEEEEE;
    margin-top: 10px;
    color: #575757;
    font-size: 14px;
    position: relative;
}
.login .footer ul {
    width: 610px;
    height: 75px;
    margin: 0 auto;
    box-sizing: border-box;
}
.login .footer ul li {
    float: left;
    padding: 25px;
    cursor: pointer;
}
.login .footer ul li:hover {
    color: #3392CC;
}
.login .footer-1 {
    width: 595px;
    height: 120px;
    margin: 30px auto;
    box-sizing: border-box;
}
.login .footer-1 .left {
    width: 260px;
    height: 100%;
    float: left;
    border-right: 1px solid #ccc;
    position: relative;
}
.login .footer-1 .left span {
   display: inline-block;
    text-align: center;
    position: absolute;
    top: 35px;
    left: 140px;
}
.login .footer-1 .right {
     width: 299px;
    float: right;
    line-height: 35px;
    box-sizing: border-box;
    margin: 20px 0;
}
.login .footer-1 .right i {
    font-weight: 600;
    font-size: 20px;
    margin-right: 10px;
}
.login .footer-1 .right b {
    font-weight: normal;
    margin-left: 35px;
}
.login .footer strong{
    text-align: center;
    position: absolute;
    top: 260px;
    left: 36%;
    font-weight: normal;

}

