html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

.flex {display: -webkit-box;display: -webkit-flex;display: flex;}
.flex1 {flex-grow: 1;flex-shrink: 1;}
.flex-row {display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-orient: horizontal;-webkit-flex-direction: row;flex-direction: row;}
.flex-col{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-orient: vertical;-webkit-flex-direction: column;flex-direction: column;}
.flex-x-center{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex-y-center{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;-ms-grid-row-align: center;align-items: center;}
.flex-y-bottom{display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: end;-webkit-align-items: flex-end;-ms-flex-align: end;-ms-grid-row-align: flex-end;align-items: flex-end;}

*{box-sizing: border-box;}
ul,li,p{list-style: none;margin: 0;padding: 0;}
a:hover, a:visited, a:active, a:focus {text-decoration: none;outline: 0;}
a{background-color: transparent;text-decoration: none;}

.toptab{width:100%;height:400px;font-size:16px;display:flex;flex-direction: column;color:#fff;background:url('/static/index/img/lianxi-banner.png');background-size:100%;}
.toptab .content{width: 1200px;margin: 0 auto;height:80px;line-height:80px;display:flex;align-items: center;}
.toptab .content .logo{color: #fff;font-size: 28px;display:flex;align-items: center;}
.toptab .content .logo img{width:44px;height:44px;margin-right:10px}
.toptab .content .item{flex:1;justify-content:flex-end;margin-left:100px}
.toptab .content .item a{color:#fff;margin:0 30px}
.toptab .content .line{margin-left:20px;border-left: 1px solid #ccc;height: 20px;display: inline-block;padding-left: 30px;vertical-align: middle;}
.toptab .content .zixun{cursor:pointer;width:88px;height:32px;border-radius:2px;line-height:32px;text-align:center;font-size:13px;color:#fff;background: linear-gradient(90deg, #358BFF 0%, #36A4FF 100%);}
.toptab .content .login{cursor:pointer;margin-left:16px;width:88px;height:32px;border-radius:2px;line-height:32px;text-align:center;font-size:13px;color:#fff;background: linear-gradient(90deg, #FF8B35 0%, #FFA436 100%);}
.toptab .con{width:100%;display:flex;flex-direction: column;align-items:center;justify-content:center}
.toptab .con .f1{font-weight:bold;font-size:32px;color:#ffffff;margin-top:50px;height:50px;line-height:50px}
.toptab .con .f2{font-size:18px;color:#ffffff;height:50px;line-height:50px}


.bannertip{width:800px;background:#fff;position:relative;margin:0 auto;margin-top:-100px;margin-bottom:20px;box-shadow: 0px 3px 32px 0px rgba(33, 58, 86, 0.16);display:flex;flex-direction: column;align-items:center;padding:40px 0}
.bannertip .title{color:#191C3D;font-size:22px;height:30px;line-height:30px;margin-bottom:20px}
.bannertip .con{color:#191C3D;font-size:22px;display:flex;flex-direction: column;align-items:center;justify-content:center}
.bannertip .con .inp1{height:63px;line-height:63px;color:#333;border:0;border-bottom:1px solid rgba(0,0,0,0.2)}
.bannertip .con .inp2{width:100%;margin-top:20px;height:135px;line-height:40px;color:#333;border:0;border-bottom:1px solid rgba(0,0,0,0.2)}
.bannertip .con .btn1{cursor:pointer;width: 300px;height: 56px;line-height: 56px;background: linear-gradient(90deg, #358BFF 0%, #36A4FF 100%);border-radius: 4px;color:#fff;font-size:22px;text-align:center;margin-top:50px}
.inp1::-webkit-input-placeholder {color: #6C757D;font-size: 16px;}
.inp2::-webkit-input-placeholder {color: #6C757D;font-size: 16px;}

.contentbox{width:100%;background:#fff;}
.contentbox .content{width:1000px;margin:0 auto;display:flex;padding-top:50px;padding-bottom:80px}
.contentbox .content .left{width:50%;border-right:1px solid #EDEDED;display:flex;flex-direction: column;align-items:center;justify-content:center}
.contentbox .content .left .f1{display:flex;align-items:center;color:#333;font-weight:bold;font-size:28px}
.contentbox .content .left .f1 img{width:50px;height:50px}
.contentbox .content .left .f2{color:#656565;font-size:22px;margin-top:20px}
.contentbox .content .right{width:50%;;padding-left:60px}
.contentbox .content .right .item{flex:1;display:flex;align-items:center;margin-bottom:20px}
.contentbox .content .right .item img{width:22px;height:22px;margin-right:20px}
.contentbox .content .right .item .f2{color:#656565;font-size:16px}

.bottombox{width:100%;background:#151C29;padding:30px 0}
.bottombox .f1{display:flex;align-items:center;justify-content:center}
.bottombox .f1 a{color:#788BA6;font-size:14px;padding:0 20px;text-align:center;border-right:2px solid #788BA6}
.bottombox .f1 a:last-child{border-right:0}
.bottombox .f2{display:flex;align-items:center;justify-content:center;color:#6B798E;font-size:12px;margin-top:20px}
.layadmin-user-login-codeimg { margin: 10px; }

.toptab {
    background-image: none;
}
.ej_banner_ctr {
    margin-top: 60px;
    width: 100%;
    height: auto;
    background: #f6f9fe;
    border-bottom: 1px #e2e9fd solid;
}.ej_banner_ctt {
    margin: 0 auto;
    width: 1200px;
    height: 260px;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}.ej_banner_left {
    width: 600px;
    height: auto;
    display: flex
;
    flex-direction: column;
}.ej_banner_pic {
    width: 400px;
    height: 180px;
    display: flex
;
    flex-direction: row;
    justify-content: flex-end;
}.ej_banner_title {
    width: 100%;
    font-size: 36px;
}

.ej_banner_line {
    margin: 20px 0;
    width: 50px;
    height: 6px;
    background: #008aef;
    border-radius: 3px;
}.ej_banner_txt {
    color: #8691a5;
}.ej_banner_pic img {
    width: auto;
    height: 100%;
}.ej_banner_title span {
    color: #bbb;
    font-size: 26px;
}
.ej_nav_ctr {
    width: 100%;
    height: auto;
    border-bottom: 1px #e2e9fd solid;
}.ej_nav_ctt {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
}.ej_nav_left {
    flex: 1;
    min-height: 72px;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}.ej_nav, .ej_nav_on {
    margin: 5px 10px;
    width: auto;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px #eee solid;
    padding: 0 20px;
    border-radius: 20px;
    cursor: pointer;
}.ej_nav_on, .ej_nav:hover {
    background: #008aef;
    border: 1px #008aef solid;
    color: #fff;
}.ej_ctr {
    margin: 0 auto;
    width: 100%;
    min-height: 200px;
    padding: 30px 0;
}.m_ctt {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}.product_title {
    margin: 0 auto;
    width: 100%;
    height: 44px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}.product_title_line {
    margin: 0 auto;
    width: 40px;
    height: 6px;
    border-radius: 3px;
    background: #008aef;
}.m_ctt {
    margin: 0 auto;
    width: 1200px;
    height: auto;
}.row_ctr {
    width: 100%;
    height: auto;
    display: flex
;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.index_ts_ctr {
    margin-bottom: 30px;
    width: 23%;
    height: auto;
    box-shadow: 0 0 10px #eee;
    border-radius: 12px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.5s;
    transform: scale(1);
    background: #fff;
    cursor: pointer;
}.index_ts_ctr:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #ddd;
}.index_ts_pic, .product_ts_pic {
    margin-bottom: 10px;
    width: 80px;
    height: 80px;
}.index_ts_title {
    width: 100%;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    color: #292c35;
}.index_ts_info {
    width: 100%;
    line-height: 24px;
    color: #8691a5;
}.index_ts_pic img, .product_ts_pic img {
    width: 100%;
    height: auto;
}.contact_pay_ctr {
    width: 380px;
    height: 500px;
    box-shadow: 0 0 10px #eee;
    border-radius: 12px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    transition: transform 0.5s;
    transform: translateY(0);
    background: #fff;
    cursor: pointer;
    position: relative;
}.contact_pay_txt {
    position: absolute;
    width: 300px;
    height: auto;
    left: 38px;
    top: 20px;
    z-index: 5;
    color: #fff;
    line-height: 30px;
}.contact_pay_ctr img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}.contact_pay_txt span {
    font-size: 28px;
    line-height: 60px;
}.contact_bank_ctr {
    width: 100%;
    height: auto;
    border-bottom: 1px #f6f6f6 solid;
    padding: 18px 20px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 18px;
    font-weight: bold;
}.contact_bank_ctr span {
    line-height: 28px;
    font-size: 16px;
    color: #555;
    font-weight: normal;
}.contact_pay_ctr:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px #ddd;
}