﻿
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
line-height: 1;
    background: #fff url(../Images/bg.jpg) left 10px center no-repeat;
    overflow: hidden;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
  
}
.login {
  background:url(../Images/bg1.jpg) center no-repeat;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login_c
{
	width:1200px;
	margin:auto;
}
.login .center {
  padding: 25px;
  min-width: 370px;
  width: 460px;
  float: right;
}
.login .center h1 {
  color: #fff;
  font-weight: 100;
  padding-bottom: 15px;
  text-align: center;
  -webkit-animation: moveTopBottom 2s linear forwards;
  animation: moveTopBottom 2s linear forwards;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: left;
  font-size: 24px;
  margin-bottom: 30px;
}
.zhuc
{
    float: right;
    margin-top: 15px;
}
.wjmm {
    float: left;
    margin-top: 15px;
}
.zhuc p
{
    color: #fff;
    font-size: 14px;
}
.login .center .inputLi {background: rgba(255,255,255,0.15);/* border: 1px solid #FFF; */border-radius: 3px;margin-top: 40px;height: 52px;width: 100%;position: relative;}
.login .center .inputLi input {padding-left: 62px;padding-right: 20px;width:100%;color: #fff;font-size: 14px;background: none;border: none;height: 52px;line-height: 52px;outline: none;}

.login .center .inputLi input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.login .center .inputLi input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.login .center .inputLi input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}
.login .center .inputLi input::placeholder {
  color: #fff;
  font-size: 14px;
}
.login .center .inputLi input:focus {
  border: 1px solid #66a6ff;
}
.user1 i {
  background: url(../Images/user.png) left 19px center no-repeat;
  background-size: 20px 20px;
  width: 45px;
  height: 32px;
  display: block;
  float: left;
  position: absolute;
  top: 10px;
}
.login_logo
{
	
position: absolute;
	
top: 60px;
}
.pwd1 i {
  background: url(../Images/pwd.png) left 19px center no-repeat;
  background-size: 20px 20px;
  width: 45px;
  height: 32px;
  display: block;
  float: left;
  position: absolute;
  top: 10px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.login .center .inputLi .pwd {

}
.login .center .inputLi button {background: #00aeff;width: 100%;border-radius: 3px;margin-bottom: 30px;height: 52px;line-height: 52px;font-size: 14px;color: #FFF;text-align: center;display: block;border: none;}
.login .center .inputLi button:active {
  opacity: 0.8;
}
.login .center .tip {
  font-size: 12px;
  color: #999;
}
@-webkit-keyframes moveTopBottom {
  0% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  20% {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
  }
  40% {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
  }
  60% {
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
  }
  80% {
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
  }
  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
@keyframes moveTopBottom {
  0% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  20% {
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
  }
  40% {
    -webkit-filter: grayscale(60%);
    filter: grayscale(60%);
  }
  60% {
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
  }
  80% {
    -webkit-filter: grayscale(20%);
    filter: grayscale(20%);
  }
  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}

.ywdl
{
	width:100%;
	float:left;
}
.ywdl_1
{
	width:1200px;
	margin:auto;
}
.ywdl_l
{
    width: 400px;
    float: left;
    background: #373d73ad;
    height: 800px;
    text-align: center;
    margin-top: 70px;
    box-shadow: 0px 0px 10px 10px #0000000d;
}
.ywdl_l h1
{
    color: #ffffff85;
    font-size: 36px;
    margin-top: 300px;
    font-weight: 100;
    font-family: none;
}
.ywdl_l p
{
    color: #fff;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ywdl_l span
{
    color: #fff;
    font-size: 18px;
}
.ywdl_r
{
    background: #ffffff;
    float: right;
    width: 800px;
    height: 800px;
    margin-top: 70px;
    box-shadow: 0px 0px 10px 10px #0000000d;
    padding-left: 50px;
}
.ywdl_r4
{}
.ywdl_r4 input
{
}
.ywdl_r1
{
    padding-left: 30px;
    width: 350px;
    float: left;
    height: auto;
    margin-bottom: 10px;
    position: relative;
}
.zc_5_2
{
    width: 50%;
    float: left;
}
.ywdl_r2
{
	width:100%;
	float:left;
}
.ywdl_r2 h1
{
    margin-top: 90px;
    font-size: 24px;
    margin-bottom: 25px;
    width: 100%;
    float: left;
    margin-left: 30px;
}
.ywdl_r1 input
{
    width: 300px;
    height: 35px;
    display: inline-block;
    border: .01rem solid #ebebeb;
    border-radius: .85rem;
    box-shadow: 0px 0px 10px rgba(200,200,200,.1);
    padding-left: .8rem;
    outline: none;
    line-height: 35px;
    float: left;
}

.ywdl_r1 p
{
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.ywdl_r1 span
{
    width: auto;
    float: left;
    font-size: 12px;
    color: #ff0000;
    line-height: 35px;
}
.zc_5_3
{
    float: left;
    width: 350px;
    position: relative;
    padding-left: 35px;
}
.zc_5_3 p
{
    font-size: 13px;
    color: #999;
    margin-bottom: 10px;
}
.zc_5_3 input {
    width: 300px !important;
    height: 35px;
    display: inline-block;
    border: .01rem solid #ebebeb;
    border-radius: .85rem;
    box-shadow: 0px 0px 10px rgba(200,200,200,.1);
    padding-left: .8rem;
    outline: none;
    line-height: 35px;
    float: left;
}

.zc_5_3  label
{
    height: 35px;
    line-height: 35px;
    display: inline-block;
    /* position: absolute; */
    float: left;
}
.zc_5_3  label img
{
    width: auto;
    margin-top: 5px;
}
.zc_5_3  span
{
    float: left;
    font-size: 14px;
    margin-top: 10px;
}
.zc_5_4
{
	float:left;
	margin-left: 30px;
}

.zc_5_4 input
{
	    flex-shrink: 0;
	    display: inline-block;
	  /*width: 200px;*/  
	  width: 140px;
	    height: 100%;
	    line-height: 35px;
	    border-radius: .85rem;
	    background: #e89f02;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    border: none;
}