<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*basic css*/

html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-size: 12px;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
    /*background-color: #fff;*/
    background-color: #f6faff;
}

input, textarea, button {
    padding: 0;
    font-family: "Microsoft YaHei", '微软雅黑', "Arial";
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input {
    outline: none;
    -webkit-appearance: none; /*去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 点击高亮的颜色*/
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.fix:after {
    clear: both;
    content: "";
    display: table;
}

input:focus, textarea:focus {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    cursor: pointer;
}

ul, ol, li {
    list-style-type: none;
}

.slick-slide:focus, input:focus, a:focus {
    outline: none !important;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

select, input, textarea, button {
    vertical-align: middle;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

tr {
    margin: 0;
    padding: 0;
}

td {
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.hidden {
    display: none;
    visibility: hidden;
}
a {
    display: inline-block;
    max-width: 100%;
}
a {
    cursor: pointer;
    font-family: ‘微软也黑’;
}

.clearfix {
    zoom: 1;
}
/*login.html*/
.login-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
}

.icon {
    background-image: url(/new_style/images/jlt.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.login-box {
    width: 360px;
    background-color: #ffffff;
    border-radius: 5px;
    float: right;
    box-sizing: border-box;
    padding: 30px 30px 50px 30px;
    position: fixed;
    top: 100px;
    box-shadow: 0px 0px 40px 0 rgba(0, 0, 0, 0.1);
    right:-400px;
    z-index: 11170;
    transition: all .35s ease-in;
}
.login-box.show{
    right: 100px;
}
.login-box h2 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 10px;
    position: relative;
}
.login-box .close{
    position:absolute;
    top:-35px;
    right:-25px;
     opacity:.4; 
    transition:all .2s ease-in;
}
.login-box .close:hover{
    opacity:1;
}
.login-input {

    padding: 8px 0 8px 7px;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.login-input .icon-login1 {

    background-position: -175px -28px;
}

.login-input .icon-login2 {

    background-position: -198px -27px;
}

.login-input .input1 {
    width: 240px;
    height: 25px;
    border: 0;
    border-left: 1px solid #ddd;
    padding: 0 20px;
    box-sizing: border-box;
    margin-left: 10px;
}

.login-box .rights {
    float: right;
    color: #999999;
    font-size: 12px;
    margin-top: 30px;
}

.login-box .rights .icon {
    border-radius: 50%;
    background-color: #2d71d4;
    background-position: -128px -29px;
    margin-left: 10px;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    width: 20px;
    height: 20px;
    zoom: .8;
    margin-bottom: 4px;
}

.login-box .lefts {
    color: #bbbbbb;
    font-size: 12px;
    line-height: 15px;
    margin-top: 30px;
}

.login-box .lefts i {
    color: transparent;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    font-size: 15px;
    display: inline-block;
    border: 1px solid #dddddd;
}

.login-box .lefts .login-btn.on {
    color: #dd2727;
}

.login-box .sub {
    background-color: #2d71d4;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin: 25px 0 0 0;
    text-align: center;
}

.login-box .wanji {
    color: #dd2727;
    font-size: 14px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.login-box .lans {
    font-size: 14px;
    color: #aaaaaa;
    vertical-align: top;
}

.login-box .lans:before, .login-box .lans:after {
    content: '';
    height: 1px;
    background-color: #aaaaaa;
    display: inline-block;
    width: 80px;
    margin-bottom: 5px;
}

.login-box .lans:before {
    margin-right: 20px;
}

.login-box .lans:after {
    margin-left: 20px;
}

.login-box .href-a {

    text-align: center;

    padding-top: 15px;
}

.login-box .href-a a {
    width: 40px;
    height: 40px;
    margin: 0 3px;
}

.login-box .href-aa:hover {
    opacity: .5;
}

.login-box .href-a .iconl1 {
    background-position: -100px -60px;
}

.login-box .href-a .iconl2 {

    background-position: -150px -60px;
}

.login-box .href-a .iconl3 {

    background-position: -200px -60px;
}
.reg_form{
    width: 360px;
    margin: 150px auto 50px;
}
.reg_form .title{
    font-size: 32px;
    font-weight: normal;
    color: #383963;
    text-align: center;
    line-height: 140%;
    margin-top: 0px;
    margin-bottom: 15px;
}
.reg_form .text{

    font-size: 16px;
    font-weight: normal;
    color: #a0a4af;
    line-height: 150%;
    text-align: center;
    margin-top: 0;
}
.reg_form ul{
    margin: 30px 0;
}
.reg_form li{

    color: #393939;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 8px;
}
.reg_form .text_wrapper{

}
.reg_form .text1{

    box-sizing: border-box;

    font-size: 15px;

    line-height: 20px;

    width: 100%;

    height: 45px;

    outline: none;

    padding: 13px 10px 12px 10px;

    border: 1px solid #cccccc;

    border-radius: 2px;
}
.reg_form .text2{
    width: 200px;
    float: left;
}
.text_wrapper .sub{
    float: right;
    box-sizing: border-box;
    font-size: 18px;
    color: #2d71d4;
    line-height: 38px;
    text-align: center;
    width: 150px;
    height: 45px;
    background-color: #ffffff;
    border: 1px solid #2d71d4;
    transition: all ease-in 0.1s;
}
.text_wrapper .sub:hover{
    color: #ce4022;
    border: 1px solid #ce4022;
}
.reg_form .sub1{
    display: block;
    font-size: 20px;
    color: #ffffff;
    background-color: #2d71d4;
    transition: all ease-in 0.2s;
    line-height: 55px;
    width: 100%;
    height: 53px;
    border: 0;
    border-radius: 2px;
    margin-top: 30px;
    cursor: pointer;
}
.reg_form .sub1:hover{
    background-color: #2d71d4;
}
.text_wrapper1{
    position: relative;
}
.text_wrapper1:after{
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: 20px;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    border-left: 1px solid #333333;
    border-top: 1px solid #333333;
}
.form-other{

    display: block;
    font-size: 14px;
    color: #a0a4af;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.reg_form .line {
    width: 100%;
    max-width: 360px;
    height: 0px;
    border-bottom: 1px solid #e1e2e4;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.form-other .privacy-pact, .form-other .login-a {
    color: #65697f;
    text-decoration: underline;
}

.index_banner {
}

.index_banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 650px;
}

.index_banner .center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    position: absolute;
    min-width: 0;
}

.index_banner .banner_ico {
    width: 50%;
    float: right;
    max-width: 500px;
}

.index_banner .black.banner_lans,.banner_lans.black .content{
    color: #010101;
}

.index_banner .banner_lans {
    width: 50%;
    color: #fff;
    float: left;
    margin-top: 5%;
}
.neiye_banner .banner_lans {
    margin-top: 15%;
}
.banner_lans .i1 {
    margin: auto;
    width: 60px;

}

.banner_lans .content {
    font-size: 16px;
    margin: 15px 0 40px 0;
    line-height: 2;
    color: rgba(255,255,255,.8);
}


.index_banner .btns {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    box-sizing: border-box;
    color: #e73b06;
    border-radius: 10px;
    vertical-align: text-bottom;
    text-align: center;
    border: 1px solid #e73b06;
    transition:all .3s ease-in;
}
.index_banner .btns:hover{
    background:#e73b06;
    color:#FFFFFF;
}
.index_banner .title {
    font-size: 32px;
    font-weight: bold;
}
.neiye_banner .swiper-slide{
    height: 550px;
}
@media screen and (max-width: 1199px) {
    .login-box {
        width: 320px;
        padding: 20px 20px 30px 20px;
        right: -320px;
    }
    .login-box.show{
        right:0
    }
    .login-input .input1{
        width: 200px;
    }
    .login-box .close {
        top: -15px;
        right: -10px;
    }
    .reg_form {
        width: 280px;
        margin: 50px auto 30px;
    }
    .reg_form .text2{
        width: 150px;
    }
    .text_wrapper .sub{
        width: 110px;
    }
    .reg_form .title{
        font-size: 26px;
    }
    .reg_form .text{
        font-size: 13px;
    }

    .banner_lans .content {
        font-size: 13px;
        margin: 15px 0 40px 0;
    }


    .index_banner .btns {
        width: 120px;
        height: 38px;
        line-height: 38px;
        font-size: 13px;
    }
    .index_banner .title {
        font-size: 26px;
    }
}

@media screen and (max-width: 980px) {
    .index_banner .swiper-slide{
        height: auto;
        padding: 40px 0;
    }
    .index_banner .banner_lans{
        width: 100%;
        float: none;
    }
    .index_banner .center {

        transform: translate(-0%, -0%);
        -webkit-transform: translate(-0%, -0%);
        position: static;
    }
    .index_banner .banner_ico{
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .banner_lans .content {
        font-size: 12px;
        margin: 5px 0 20px 0;
    }


    .index_banner .btns {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .index_banner .title {
        font-size: 20px;
    }
}
/*end login.html*/
.login_btn{
    margin-top:6px;
}
.leftBox a{
    white-space: nowrap;
    margin: 5px 15px 5px 0;
    line-height: 25px;
    font-size: 13px;
}
.leftBox a:hover{
    color:#2d71d4
}</pre></body></html>