@charset "utf-8";
@font-face {
    font-family: 'ALM';
    src: url('../fonts/Alimama.woff2'),
    url('../fonts/Alimama.woff'),
    url('../fonts/Alimama.TTF'),
    url('../fonts/Alimama.OTF');
}
@font-face {
    font-family: 'Pfr';
    src: url('../fonts/PFR.OTF');
}
@font-face {
    font-family: 'Pfm';
    src: url('../fonts/PFM.OTF');
}
@font-face {
    font-family: 'Pfb';
    src: url('../fonts/PFB.OTF');
}
html,
body,
div,
span,
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%;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased
}
a {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

a:active,
a:hover {
    text-decoration: none;
    color: inherit;
}
.clear{
    clear: both;
}
body {
    font: 12px/1 "Pfr", Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
    margin: 0 auto;
    color: #454545;
    background-color: #fff;
    outline:none;
}
.bg{
    height: 100vh;
    background: url("../../images/index/bg.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.nav{
    height: 100px;
    width: 100%;
    background: #ffffff;
}
.w1500{
    width: 76.125%;
    margin: 0 auto;
}

.nav .logo{
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.nav .logo a img{
    padding-right: 35px;
}
.nav .logo span{
    font-size:25px;
    color: #007bcd;
    font-family: Pfm;
    padding-left: 30px;
    line-height: 40px;
    border-left: 1px solid #e5e5e5;
}
.content{
    background: url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
}
.content .login-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content .login-content .login-lf{
}
.content .login-content .login-rt{
    background: #ffffff;
}
.content .login-content .login-lf p{
    font-size: 25px;
    font-family: Pfr;
    line-height: 37px;
    color: #ffffff;
}
.content .login-content .login-lf p:nth-child(1){
    font-family: 'ALM';
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 36px;
}
.login-content .login-rt{
    margin-top: 90px;
    border-radius: 15px;
    text-align: center;
}
.login-content .login-rt .input_sy{
    width: 420px;
    background: #f3f7fe;
    border-radius: 35px;
    height: 70px;
    line-height: 70px;
    margin: 0 44px;
    margin-bottom: 18px;
    text-align: left;
    padding: 0 20px;
    border: 1px solid #f3f7fe;
}

.login-content .login-rt input:focus{
    outline: none;
}
.login-rt p{
    font-size: 19px;
    font-family: Pfr;
    margin: 0 10%;
    color: #666666;
    line-height: 19px;
    padding-top: 20px;
}
.login-rt p:nth-child(1){
    font-size: 35px;
    line-height: 35px;
    font-family: Pfb;
    color: #000000;
    padding-top: 50px;
}
.login-rt p:nth-child(2){
    padding-bottom: 45px;
}
.login-rt .input_sy img{
    display: inline-block;
    vertical-align: middle;
}
.login-rt .input_sy input{
    border: 0;
    background: #f3f7fe;
    font-size: 16px;
    height: 70px;
    line-height: 70px;
    width: calc(100% - 40px);
    display: inline-block;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: myThirdFont;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 2%;
}
.login-rt .input_sy input::-ms-input-placeholder{
    color: #cccccc;
}
.login-rt .input_sy input::-webkit-input-placeholder{
    color: #cccccc;
}
.login-rt .input_sy input::-moz-input-placeholder{
    color: #cccccc;
}
.login-rt .input_sy.input_sy1{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0;
    margin-left: 0;
    display: inline-block;
}
.login-rt .ng{
    margin: 0 44px;
    margin-bottom: 36px;

}
.login-rt .ng a{
    width: 40%;
}
.login-rt .ng #codeImg{
    width: 175px;
    height: 70px;
    vertical-align: middle;
    display: inline-block;
}
.login-rt .denglu{
    width: 462px;
    background: #007bcd;
    color: #ffffff;
    font-size: 25px;
    display: block;
    border-radius: 35px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    margin: 0 44px;
}
.login-rt .clearfix{
    font-size: 17px;
    padding-top: 16px;
    text-align: right;
    padding-right: 24px;
    padding-bottom: 35px;
}
.footer{
    font-size: 15px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    width: 100%;
    text-align: center;
}
@media(max-width:1760px){
    .login-content .login-rt{
        margin-top: 60px;
    }
}
@media(max-width:1600px){
    .login-content .login-rt{
        margin-top: 60px;
    }
    .login-rt p:nth-child(1){
        padding-top: 30px;
        font-size: 30px;
        line-height: 30px;
    }
    .login-rt p:nth-child(2){
        padding: 20px 0;
    }
    .content .login-content .login-lf p{
        font-size: 18px;
        line-height: 30px;
    }
    .content .login-content .login-lf p:nth-child(1){
        font-size: 38px;
        line-height: 38px;
        padding-bottom: 24px;
    }
    .login-rt .denglu{
        width: 382px;
        height: 60px;
        line-height: 60px;
    }
    .login-content .login-rt .input_sy{
        width: 340px;
        height: 60px;
        line-height: 60px;
    }
    .login-rt .ng #codeImg{
        width: 136px;
        height: 60px;
    }
    .login-rt .input_sy.input_sy1{
        width: 45%;
        height: 60px;
        line-height: 60px;
    }
    .login-rt .input_sy input{
        height: 60px;
        line-height: 60px;
    }
}
@media(max-width:1366px){
    .nav{
        height: 67px;
    }
    .nav .logo{
        padding: 10px 0;
    }
    .nav .logo a img{
        padding-right: 0;
        max-width: 80%;
    }
    .login-content .login-rt{
        margin-top: 40px;
    }
    .login-rt p:nth-child(1){
        padding-top: 20px;
        font-size: 24px;
        line-height: 24px;
    }
    .login-rt p:nth-child(2){
        padding: 15px 0;
    }
    .login-rt .ng{
        margin-bottom: 20px;
    }
    .login-rt .denglu{
        width: 382px;
        height: 48px;
        line-height: 48px;
    }
    .login-content .login-rt .input_sy{
        width: 340px;
        height: 48px;
        line-height: 48px;
    }
    .login-rt .ng #codeImg{
        width: 136px;
        height: 48px;
    }
    .login-rt .input_sy.input_sy1{
        width: 45%;
        height: 48px;
        line-height: 48px;
    }
    .login-rt .input_sy input{
        height: 48px;
        line-height: 48px;
    }
}
@media(max-width:750px){
    .nav{
        height: auto;
    }
    .nav .logo{
        padding: 10px 0;
    }
    .nav .logo a{
        width: 50%;
    }
    .nav .logo a img{
        padding-right: 0;
        max-width: 80%;
    }
    .nav .logo span{
        font-size: 20px;
        line-height: 20px;
        padding-left: 20px;
    }
    .w1500{
        width: 90%;
    }
    .content .login-content .login-lf{
        display: none;
    }
    .login-content .login-rt .input_sy{
        width: 256px;
        margin: 0 20px;
        margin-bottom: 18px;
    }
    .login-rt p:nth-child(1){
        padding-top: 30px;
    }
    .login-rt p:nth-child(2){
        padding-bottom: 20px;
    }
    .login-rt .ng{
        margin: 0 20px;
    }
    .login-rt .denglu{
        width: 298px;
        margin: 0 20px;
    }
    .login-rt .input_sy.input_sy1{
        width: 45%;
        margin: 0;
        margin-bottom: 18px;
        margin-right: 4%;
    }
    .login-rt .ng #codeImg{
        width: 106px;
    }
    .login-rt .input_sy input,.login-content .login-rt .input_sy,.login-rt .ng #codeImg,.login-rt .denglu{
        line-height: 60px;
        height: 60px;
    }
    .login-content .login-rt{
        margin-top: 0;
        position: absolute;
        left: 50%;
        transform: translate(-50%,-50%);
        top: 50%;
    }
    .content .footer{
        padding-top: 100px;
    }
    .login-rt .clearfix{
        padding-right: 0;
    }
}
