
.footers_line1 {
    width: 1200px;
    height: 1px;
    background-color: rgba(32,39,64,0.1);
}
 .footers_layer2{width:100%;height:1px;margin:10px 0 0 0;display:flex;justify-content:center}
 .footers_layer3{width:100%;height:18px;margin:20px 0 0 0;justify-content:center}
  .txt21{width:70px;height:24px;display:inline-block;color:#848b99;font-size:14px;font-family:PingFangSC-Medium;white-space:nowrap;line-height:24px;text-align:left}
   .word40{height:24px;display:inline-block;color:rgba(32,39,64,0.9);font-size:14px;font-family:PingFangSC-Regular;white-space:nowrap;line-height:24px;text-align:left}
    .word40_text{margin-left:20px}
    .word40_text a:link{color:rgba(32,39,64,0.6);}
    .word40_text a:hover{color: #848b99;}
    
    
    
/*智能助手*/
.main-contact
{
    right: 80px !important;
}
/*HOT_NEW*/
.nav-overlay-item .hot {
    width: 28px;
    height: 20px;
    margin-right: 10px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: sub;
    background: url(../web/hot.png) right center no-repeat;
}
.nav-overlay-item .new {
    width: 28px;
    height: 20px;
    margin-right: 10px;
    margin-left: 6px;
    display: inline-block;
    vertical-align: sub;
    background: url(../web/new.png) right center no-repeat;
}


/*USER_LOGO*/

.land_page .user_logo {
    /*margin-right: 48px;*/
    margin-top: -865px;
}
.land_page .user_logo .user_logo-link {
    display: inline-block;
}
.land_page .user_logo .user_logo-link img {
    width: 121px;
    height: 38px;
}




/*引导注册*/
/*引导注册栏目*/
.free-content{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 394px;
    padding: 45px 10px 50px;
    background-size: cover;
    position: relative;
}
.free-inner{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.free-title{
    margin-bottom: 40px;
}

.free-title h3{
    text-align: center;
    font-size:24px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
}

.free-text{
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

.free-text a{
    color: #00a4ff;
}

.free-button{
    text-align: center;
    padding-top: 35px;
}
.free-button a{
    min-width: 140px;
    padding: 0 20px;
    background-color: #00a4ff;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
    width: 220px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

.free-button a:hover {
    background-color: #0092ee;
}

.free-background{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../image/free001.jpg) top center no-repeat #f7f8fa;
    background-size: cover;
}

.free-content .free-background {
    background-image: url(../image/free002.png);
}

