* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
img{
    vertical-align: top;
    font-size: 0;
}
body {
    font-family:"Helvetica Neue","Helvetica", Arial,Hiragino Sans GB,Microsoft YaHei,sans-serif,Helvetica;
    width: 100%;
    font-size: 16px;
}
header{
    width: 100%;
    margin-top: 30px;
    padding: 0 18%;
    height: 120px;
    overflow: hidden;
}
.theme-left{
    float: left;
    width: 17%;
}
.theme-left img{
    height: 120px;
}
.theme-right{
    float:left;
    width: 83%;
}
.theme-right>div{
  overflow: hidden;
}
.theme-right h2{
    color: #424242;
    float: right;
    letter-spacing: 10px;
    margin-right: 60px;
    line-height: 60px;
    margin-top: 60px;
}
.wrap-990{
    width: 100%;
    height: 499px;
    background: url("../images/back_03.jpg") repeat-x;
    padding: 0 18% 0 19%;
}
@media (max-width: 1300px){
    .wrap-990{
        padding: 0 5%;

    }
    header{
        padding: 0 5% 0 6%;
    }

}
.main-img{
    float: left;
    width:40% ;
}
.main-login{
    width:60% ;
    float: left;
    overflow: hidden;
}
.inpl-wrap{
    height: 42px;
    margin-bottom:  25px;
    margin-top: 10px;
}
.inpl-wrap img{
    margin: 0;
}
.inpl-wrap input{
    width: 255px;
    border: 1px solid #dfdfdf;
    height: 42px;
    margin-left: -4px;
    font-size: 18px;
}
.inp-notice{
    margin-left: 42px;
    font-size: 16px;
    color: red;
    line-height: 20px;
}
.right-login{
    height: 310px;
    margin-top: 50px ;
    margin-right: 60px ;
    width: 350px;
    padding: 1% 3% 5%;
    background: rgba(255,255,255,0.5);
    border: 1px solid #ffffff;
    overflow: hidden;
    float: right;
}
.link{
    text-align: right;
    color: #000000;
}
.link a,.link span{
    margin-left: 5px;
}
.btn{
    height: 35px;
    width: 100%;
    background: #1c78ac;
    display: block;
    color: #ffffff;
    font-size: 20px;
    line-height: 35px ;
    text-align: center;
    margin: 10px 0;

}
.ewm{
    float: right;
    clear:both;
    margin: 20px 80px 0 20px;
}
.footer{
    margin-top: 40px;
}
.footer p{
    width: auto;
    text-align: center;
    color: #424242;
    font-size: 16px;
    line-height: 30px;
}