.clear {
    clear:both;
}
body {
    margin: 0 auto;
    padding: 0px;
    max-width:1920px;
}
@font-face{
    font-family: 'SourceHanSansCN-Light'; 
    src: url('/font/SourceHanSansCN-Light.otf');
}
@font-face{
    font-family: 'SourceHanSansCN-Regular'; 
    src: url('/font/SourceHanSansCN-Regular.otf');
}
@font-face{
    font-family: 'SourceHanSansCN-Bold'; 
    src: url('/font/SourceHanSansCN-Bold.otf');
}
.toTop{
    position: fixed;
    bottom: 10%;
    right: 2%;
    z-index: 2;
    width: 40px;
}
.header{
    width:100%;
    height:100px;
    position: relative;
}
.MobileHeader{
    height:100px;
}
.header .search{
    max-width:550px;
    width:50%;
    height:35px;
    background-color: #e8e8e8;
    position:absolute;
    top:35px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 18px;
}
.header .search input{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    border: 0;
    outline:none;
    background-color: #e8e8e8;
    margin-left: 10px;
}
.header .mobileSearch{
    background-color: #e8e8e8;
    width:90%;
    position: absolute;
    bottom:10px;
    left: 50%;
    transform: translate(-50%);
    border-radius: 18px;
    height:30px;
}
.header .mobileSearch input{
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    border: 0;
    outline:none;
    background-color: #e8e8e8;
    margin-left: 10px;
}
.header .mobileSearch img{
    margin:2px 0 0 5px !important;
}
.header .logo{
    margin:20px 0 0 20px;
}
.MobileHeader .logo{
    width:100px;
}
.header .loginBtn{
    border: 1px solid black;
    border-radius: 15px;
    padding:5px;
    background-color: #fff;
    font-size: 16px;
    position:absolute;
    right:30px;
    top:35px;
}
.MobileHeader .loginBtn{
    top:20px;
    font-size:12px;
}
.footer{
    background-color: #005ca2;
    width:100%;
    height:194px;
    position: relative;
    margin-top:300px;
}
.footer .email{
    width:164px;
    position: absolute;
    left:20px;
    top:35px;
}
.footer .wx{
    width:146px;
    position: absolute;
    right:37px;
    top:24px;
}
.footer .left2{
    position: absolute;
    left:195px;
    bottom:20px;
    font-size:16px;
    color:#ffffff;
}
.footer .left2 a{
    color:#ffffff;
    text-decoration: none;
}
.footer .left{
    position: absolute;
    left: 200px;
    top: 55px;
    font-size: 16px;
    color: #ffffff;
}
.footer .right{
    position: absolute;
    right:200px;
    bottom:24px;
    font-size:14px;
    color:#ffffff;
}
.footer .logo{
    position: absolute;
    bottom:20px;
    left: 50%;
    transform: translate(-50%);
}
.hundredWidth{
    width:100%;
}
.center{
    left: 50%;
    transform: translate(-50%);
}

.login{
    width:560px;
    position: fixed;
    top:20%;
    left: 50%;
    transform: translate(-50%);
    display: none;
    z-index:6;
}
.login .title{
    font-size: 36px;
    background-color: #005ca2;
    width:100%;
    height:125px;
    color:#ffffff;
    line-height: 135px;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.login .content{
    width: 100%;
    background-color: #ffffff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.login .content .bottom{
    width:90%;
    border-top:2px dashed black;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin: 0 auto;
}
.MobileLogin .content .bottom{
    font-size:12px;
}
.login .close{
    position: absolute;
    right: -25px;
    top: -25px;
}
.MobileLogin .close{
    position: absolute;
    width: 30px;
    right: -15px;
    top: -15px;
}
.login .content .item{
    width:480px;
    height:50px;
    margin:20px auto;
    background-color: #f4f4f4;
    border-radius: 30px;
    position: relative;
}
.login .content .item .name{
    color:#cccccc;
    font-size:24px;
    line-height: 50px;
    padding-left: 20px;
}
.login .content .item input{
    position: absolute;
    top:10px;
    /* left: 150px; */
    left:5%;
    width: 90%;
    height:30px;
    line-height: 30px;
    outline:none;
    border: 0;
    background-color: #f4f4f4;
    font-size: 24px;
}
.login .content .item .sendMessage{
    position: absolute;
    right: 10px;
    top: 5px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 0;
    background: #666666;
    padding-right: 20px;
    color: #cccccc;
    padding-left: 20px;
    outline: none;
}
.MobileLogin .content .item .sendMessage{
    height: 30px;
    line-height: 30px;
    font-size: 9px;
}
.login .content .item input:-webkit-autofill { box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;}
.login .content .submit{
    border: 0;
    display:block;
    margin:0 auto;
    margin-top:60px;
    font-size: 24px;
    height: 65px;
    line-height: 65px;
    width:260px;
    border-radius: 30px;
    background-color: #20a5e3;
    color:#ffffff;
    outline:none;
}
.MobileLogin{
    width:75%;
}
.MobileLogin .content .item{
    width:90%;
    height: 40px;
}
.MobileLogin .content .item input{
    left:5%;
    width: 90%;
    font-size:12px;
    top:5px;
}
.MobileLogin .title{
    height: 65px;
    line-height: 75px;
    font-size:18px;
}
.MobileLogin .content .submit{
    height:30px;
    line-height:30px;
    width:130px;
    font-size: 12px;
}
.MobileLogin .content .item .name{
    font-size:12px;
    padding-left:20px;
    line-height: 40px;
}

.login .content .submit:focus {outline:none;}
.login .content .submit::-moz-focus-inner {border-color: transparent;} 
.loginDiv{
    position: fixed;
    width:100%;
    height:100%;
    background-color: black;
    top:0;
    opacity: 0.5;
    display: none;
    z-index:5;
}
.nota{
    color:black;
    text-decoration: none;
}
.scaleImg{
    transition:all 0.5s;
}
/* .scaleImg:hover{
    transform:scale(1.06);
} */