body{ margin:0; padding:0px; font-size:12px; font-family:Arial, Helvetica, sans-serif; }
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,h9,p,form{ margin:0px; padding:0px; list-style:none; font-weight:normal;}
i,em{ font-weight:normal; font-style:normal;}
img{ border:0px;}
.fl{ float:left; display:inline;}
.clear{ clear:both;}

/*.bg{ width:100%; height:100%; background:url(../img_login/bg.jpg) center no-repeat; position:fixed; top:0; left:0; background-size:cover;}*/

.bg{ width:100%; height:100vh; background:url(../img_login/bg.jpg) center center no-repeat;  background-size:100% 100%;}

.logo{ width:305px; height:75px; float:left; margin-top:10px; margin-left:20px; background:url(../img_login/logo.png) no-repeat;}
.right{ width:410px; position:absolute;
   top:50%;
   right:12%;
   margin:-206px 0px 0 0px;
   height:433px;}
.menu_con{ width:220px; float:right;}
.menu{ width:120px; height:230px;}

.menu,.tab-box{  width: 120px; margin:0px auto;  padding-top: 25px; }
.menu ul li{ /*height:45px; */line-height: 52px; font-size: 18px; font-weight:bold; color:#203864; }
.menu ul li span{ display: block; height: 100%; width: 100%; position: relative; padding: 0 10px; cursor:pointer;  }
.menu ul li span i{ display: block; height: 20px; width: 20px; background: url(../img_login/arr.png) no-repeat center center; background-size:80% 80%; position: absolute; right: 20px; top: 50%; margin-top: -10px;  transition: all 0.3s ease-out; transform: rotate(0deg);}
.menu ul li span i.action{ transition: all 0.3s ease-out; transform: rotate(180deg);}
.menu ul li>dl{ display: none; width:100px; padding-left:15px; padding-right:15px; border:2px solid #ddd;  -webkit-border-radius:35px; -o-border-radius:35px; -ms-border-radius:35px; -moz-border-radius:35px; border-radius:20px;}
.menu ul li>dl a{ display: block; height: 100%; width: 100%; font-size: 16px; color: #222; text-align:center; text-decoration: none; cursor:pointer; border-bottom:1px solid #ddd; font-weight:normal; }
.menu ul li>dl a:hover{ font-weight:bold; }

.row{ width:330px;}
.row h1{ width:330px; height:80px; border-bottom:1px solid #ddd; font-size:30px; text-align:center; color:#18315E;}
.row h9{ width:330px; height:80px; border-bottom:0px solid #ddd; font-size:7px; text-align:center; color:#FF0000;}
.login,.password,.login2,.back{ width:260px; height:50px; margin-left:7px; padding-left:55px; font-size:18px; color:#666; line-height:50px; margin-top:30px; background:url(../img_login/icon_1.png) 15px center no-repeat; border:2px solid #ddd; outline:0px; -webkit-border-radius:35px; -o-border-radius:35px; -ms-border-radius:35px; -moz-border-radius:35px; border-radius:35px; background-size:22px 35px;}
.password{ background:url(../img_login/icon_2.png) 15px center no-repeat; background-size:22px 35px;}

.back{ background:url(../img_login/icon_3.png) 18px center no-repeat; background-size:22px 35px;}
.login:focus {
    border: 2px solid #1A8CE0; background:url(../img_login/icon_1h.png) 17px 8px no-repeat; background-size:22px 35px;
}

.password:focus {
    border: 2px solid #1A8CE0;  background:url(../img_login/icon_2h.png) 17px 8px no-repeat; background-size:22px 35px;
}

.login2:focus {
    border: 2px solid #8FC550;  background:url(../img_login/icon_1hh.png) 17px 8px no-repeat; background-size:22px 35px;
}

.back:focus {
    border: 2px solid #8FC550;  background:url(../img_login/icon_3h.png) 18px 9px no-repeat; background-size:22px 35px;
}

.p2{ width:300px; margin-left:30px; margin-top:35px; font-size:15px; color:#4e555d;}
.bt{ width:322px; height:50px; background:#026BE4; outline:0px; border:0px; font-size:18px; color:#fff; line-height:50px; text-align:center; cursor:pointer; margin-top:30px; margin-left:6px; -webkit-border-radius:35px; -o-border-radius:35px; -ms-border-radius:35px; -moz-border-radius:35px; border-radius:35px;}
.bt:hover{ background:#0152AB;}

.bt_back{ width:322px; height:50px; background:#8BC34A; outline:0px; border:0px; font-size:18px; color:#fff; line-height:50px; text-align:center; cursor:pointer; margin-top:50px; margin-left:6px; -webkit-border-radius:35px; -o-border-radius:35px; -ms-border-radius:35px; -moz-border-radius:35px; border-radius:35px;}
.bt_back:hover{ background:#70A135;}



.p3{ width:300px; margin-left:30px; font-size:15px; color:#4E555D; margin-top:25px;}



/*--相关的单选复选按钮--*/
@keyframes hover-color {
  from {
    border-color: #c0c0c0; }
  to {
    border-color: #3e97eb; } }

.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none; }

.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed; }

.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 40px;
  cursor: pointer;
  vertical-align: middle; }
  .magic-radio + label:hover:before,
  .magic-checkbox + label:hover:before {
    animation-duration: 0.4s;
    animation-fill-mode: both;
    animation-name: hover-color; }
  .magic-radio + label:before,
  .magic-checkbox + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    content: '';
    border: 2px solid #ccc; }
  .magic-radio + label:after,
  .magic-checkbox + label:after {
    position: absolute;
    display: none;
    content: ''; }

.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4; }
  .magic-radio[disabled] + label:hover, .magic-radio[disabled] + label:before, .magic-radio[disabled] + label:after,
  .magic-checkbox[disabled] + label:hover,
  .magic-checkbox[disabled] + label:before,
  .magic-checkbox[disabled] + label:after {
    cursor: not-allowed; }
  .magic-radio[disabled] + label:hover:before,
  .magic-checkbox[disabled] + label:hover:before {
    border: 1px solid #e4e4e4;
    animation-name: none; }
  .magic-radio[disabled] + label:before,
  .magic-checkbox[disabled] + label:before {
    border-color: #e4e4e4; }

.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none; }

.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block; }

.magic-radio + label:before {
  border-radius: 50%; }

.magic-radio + label:after {
  top: 7px;
  left: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb; }

.magic-radio:checked + label:before {
  border: 1px solid #3e97eb; }

.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9; }

.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9; }

.magic-checkbox + label:before {
  border-radius: 3px; }

.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0; }

.magic-checkbox:checked + label:before {
  border: #1A8CE0;
  background: #1A8CE0; }

.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9; }








@media only screen and (max-width:1281px) {
.bg{ background:url(../img_login/bg2.jpg) right no-repeat;}

}



input::-webkit-input-safebox-button{
	display: none;/*去掉搜狗浏览器密码软盘*/
}

a:link,a:visited{ color:#333; text-decoration:none; text-decoration:none;}
a:hover{ color:#4E555D;}

a.tob1:link,a.tob1:visited{ font-weight:normal; color:#4E555D; }
a.tob1:hover{ font-weight:normal; color:#4E555D;}

a.tob2:link,a.tob2:visited{ color:#203864; font-weight:bold; }
a.tob2:hover{ font-weight:bold; color:#203864;}


input.login::-webkit-input-placeholder{
            color:#bbb;
        }
input.login::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#bbb;
        }
input.login:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#bbb;
        }
input.login:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#bbb;
        }
		
		
input.password::-webkit-input-placeholder{
            color:#bbb;
        }
input.password::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#bbb;
        }
input.password:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#bbb;
        }
input.password:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#bbb;
        }
		
input.login2::-webkit-input-placeholder{
            color:#bbb;
        }
input.login2::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#bbb;
        }
input.login2:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#bbb;
        }
input.login2:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#bbb;
        }
		
		
input.back::-webkit-input-placeholder{
            color:#bbb;
        }
input.back::-moz-placeholder{   /* Mozilla Firefox 19+ */
            color:#bbb;
        }
input.back:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
            color:#bbb;
        }
input.back:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
            color:#bbb;
        }