.banner {    background-image: url(/assets/images/bg/bg-recr.png);    color: #fff;    padding: 165px 0 204px;}.g-cnt {    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    margin: auto;    padding: 0 15px;    max-width: 1290px;}.b-intr {    padding: 25px 25px;    position: relative;    width: 960px;    text-align: center;    margin: auto;}.b-intr:before {    content: '';    position: absolute;    width: 100%;    height: 100%;    top: 0;    left: 0;    background-color: #071e3d;    opacity: 0.5;    filter: alpha(opacity=50);    z-index: 1;}.b-intr span {    position: relative;    z-index: 2;    display: block;    width: auto;    font-size: 70px;    letter-spacing: 0px;    color: #ffffff;    text-align: center;    font-weight: bold;}.b-intr span a {    color: #fff;    text-decoration: underline;}.banner h1 {    margin-bottom: 55px;    font-size: 80px;    line-height: 90px;    text-indent: 1em;}.banner h1 em {    font-size: 72px;}@media all and (max-width: 576px) {    .banner {        padding: 45px 0;        text-align: center;    }    .banner .b-txt {        float: none;        position: static;    }    .banner .b-intr {        width: auto;        display: block;    }    .banner h1, .banner .b-intr span {        text-indent: 0;        text-align: center;    }}/*1*/.recr-b1 {    background-image: url(/assets/images/bg/bg1-sheji.png);    background-position: top center;}.recr-b1 .g-cnt {    max-width: 1170px;    padding-left: 15px;    padding-right: 15px;}.recr-b1 h2 {    text-align: left;    position: relative;    font-size: 54px;    font-weight: bold;    padding-top: 35px;    margin-bottom: 55px;}.recr-b1 h2:before {    content: 'RECRUITMENT';    font-size: 80px;    font-weight: bold;    font-stretch: normal;    line-height: 60px;    letter-spacing: 8px;    color: #1a1a1a;    opacity: 0.1;    position: absolute;    top: -3px;    left: 0;}.recr-b1 h2.t-bar.t-bar-l:after {    margin: 45px auto 55px 0;}.recruitments {    padding: 0 55px 0;    background-color: #fff;}.recruitments table {    width: 100%;    margin: auto;    border-collapse: collapse;    border-spacing: 0 0;}.recruitments table td {    font-size: 16px;    padding: 45px 0;    letter-spacing: 1px;    color: #1a1a1a;}.recruitments table tr {    border-bottom: 1px solid #f2f2f2;}.recruitments table tr:last-child {    border-bottom: 0 none;}.recruitments table tr:hover {    cursor: pointer;}.recruitments table tr td:first-child:before {    content: '';    width: 0;    -webkit-transition: width 200ms linear;    -moz-transition: width 200ms linear;    -ms-transition: width 200ms linear;    -o-transition: width 200ms linear;    transition: width 200ms linear;}.recruitments table tr:hover td:first-child:before {    content:'';    display: inline-block;    vertical-align: middle;    width: 30px;    height: 4px;    background-color: #175dc0;    -webkit-border-radius: 2px;    -moz-border-radius: 2px;    border-radius: 2px;    margin-right: 18px;    -webkit-transition: width 200ms linear;    -moz-transition: width 200ms linear;    -ms-transition: width 200ms linear;    -o-transition: width 200ms linear;    transition: width 200ms linear;}.recruitments table tr td:first-child {    width: 60%;}.recruitments table tr td:last-child {    font-size: 16px;    font-weight: bold;    color: #f94c3a;    text-align: right;}.tab-recruitment:after {    content:'';    display: block;    overflow: hidden;    visibility: hidden;    clear: both;    height: 0;}.tab-recruitment, .tab-recruitment li {    display: block;    padding: 0;    margin: 0;}.tab-recruitment {    margin-bottom: 25px;}.tab-recruitment li {    display: inline-block;    color: #1840bc;    font-size: 20px;    line-height: 40px;    padding: 0 31px;    cursor: pointer;    -webkit-transition: all 300ms linear;    -moz-transition: all 300ms linear;    -ms-transition: all 300ms linear;    -o-transition: all 300ms linear;    transition: all 300ms linear;    margin: 0 25px 0 0;}.tab-recruitment li:last-child {    margin-right: 0;}.tab-recruitment li.active,.tab-recruitment li:hover {    background-color: #1840bc;    -webkit-border-radius: 20px;    -moz-border-radius: 20px;    border-radius: 20px;    color: #fff;    -webkit-transition: all 300ms linear;    -moz-transition: all 300ms linear;    -ms-transition: all 300ms linear;    -o-transition: all 300ms linear;    transition: all 300ms linear;}.recruitments table tr td .hidden {    width:0;    height: 0;    overflow: hidden;    display: block;}.dialog-layer {    position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    opacity: 0.5;    background-color: #000;    filter: alpha(opacity=50);    z-index: 210;}.dialog {    position: fixed;    top: 0;    left: 0;    bottom: 0;    right: 0;    z-index:220;    margin: auto;    width: 600px;    padding: 50px 40px;    height: 640px;    background-color: #f7f7f7;    -webkit-box-shadow: 0px 2px 10px 0px    rgba(23, 45, 66, 0.45);    -moz-box-shadow: 0px 2px 10px 0px    rgba(23, 45, 66, 0.45);    box-shadow: 0px 2px 10px 0px    rgba(23, 45, 66, 0.45);    -webkit-border-radius: 20px;    -moz-border-radius: 20px;    border-radius: 20px;}.dialog h5 {    font-size: 32px;    font-weight: bold;    line-height: 36px;    letter-spacing: 0px;    color: #12286b;    text-align: center;    position: relative;}.dialog h5 .close {    position: absolute;    right: -30px;    top: -45px;    font-size: 30px;    font-weight: normal;    transform: rotate(0deg);    display: block;    width: 22px;    height: 22px;    line-height: 18px;    transition: transform 300ms linear;}.dialog h5 .close:hover {    transform: rotate(360deg);    transition: transform 300ms linear;}.dialog p {    font-size: 18px;    font-weight: normal;    font-stretch: normal;    line-height: 60px;    color: #687392;    text-align: center;}.dialog .sec-footer .btn-dialog {    width: 320px;    height: 54px;    line-height: 54px;    font-size: 18px;    font-weight: normal;    font-stretch: normal;    letter-spacing: 0px;    color: #ffffff;    text-align: center;    background-image: linear-gradient(-90deg,    #2357ff 0%,    #237fff 100%),    linear-gradient(            #ff9036,            #ff9036);    background-blend-mode: normal,    normal;    -webkit-box-shadow: 0px 3px 10px 0px    rgba(0, 0, 0, 0.2);    -moz-box-shadow: 0px 3px 10px 0px    rgba(0, 0, 0, 0.2);    box-shadow: 0px 3px 10px 0px    rgba(0, 0, 0, 0.2);    -webkit-border-radius: 27px;    -moz-border-radius: 27px;    border-radius: 27px;    margin: 15px auto 0 auto;    display: block;}.dialog .sec-footer .btn-dialog:hover {    background-image: linear-gradient(-90deg,    #237fff 0%,    #2357ff 100%),    linear-gradient(            #ff9036,            #ff9036);}.dialog .dialog-inner {    padding: 30px 5px 30px 30px;    border: solid 1px #bac4d2;    background-color: #ffffff;    -webkit-border-radius: 10px;    -moz-border-radius: 10px;    border-radius: 10px;}.dialog-scrollbox {    max-height: 300px;    padding-right: 10px;    overflow-y: auto;}.dialog-scrollbox::-webkit-scrollbar{    width: 4px;    height: 16px;    background-color: #f5f5f5;}.dialog-scrollbox::-webkit-scrollbar-track{    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);    border-radius: 10px;    background-color: #f5f5f5;}.dialog-scrollbox::-webkit-scrollbar-thumb{    height: 20px;    border-radius: 10px;    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);    background-color: #a9b3c2;}.dialog-inner .sec-part {    margin-top: 40px;}.dialog-inner .sec-part:first-child {    margin-top: 0;}.dialog-inner .sec-part h6,.dialog-inner .sec-part ol > li {    font-weight: bold;    font-size: 16px;    font-stretch: normal;    letter-spacing: 0px;    color: #333333;}.dialog-inner .sec-part ol > li {    font-weight: normal;    margin-bottom: 10px;    list-style-type: decimal;}.dialog-inner .sec-part h6 {    margin-bottom: 10px;}.dialog-inner .sec-part ol {    padding-left: 1.2em;}.dialog-outer {    display: none;}@media all and (max-width: 1600px) {    .recr-b1 {        background-image: none;        background-color: #f8f8f8;    }    .dialog .sec-footer .btn-dialog {        margin-top: 15px;    }}@media all and (max-width: 1200px) {    .f-fl,.f-fr {        float: none;    }    .f-fl img {        display: block;        margin: auto;    }    .compa-b6 .info {        margin: 15px auto;    }}@media all and (max-width: 992px) {    .dialog {        width: 80%;        min-height: 640px;        max-height: 740px;    }    .b-intr {        max-width: 90%;    }    .recr-b1 h2:before {        font-size: 32px;    }    .recruitments {        padding: 0 0 0;    }    .compa-b6 .info {        width: auto!important;        padding: 40px 0!important;        text-align: center;    }    .recruitments table tr td {        white-space: nowrap;        word-break: keep-all;    }    .dialog .dialog-inner {        padding-left: 0;        padding-right: 0;    }    .recruitments table tr td:first-child {        white-space: normal;        word-break: break-word;    }    .dialog .sec-footer {        text-align: center;    }    .dialog .sec-footer .btn-dialog {        width: auto;        display: inline-block;        padding: 12px 15px;        line-height: normal;        height: auto;        margin-top: 0;    }    /** {*/    /*    outline: 1px solid red!important;*/    /*}*/}.dialog-body {    overflow: hidden;}/*1*//*3*/.compa-b6 {    background-image: url(/assets/images/bg/bg-lianxi.png);}.compa-b6 .info {    padding: 42px 70px 40px 70px;    width: 560px;    min-height: 352px;    background-color: #ffffff;    -webkit-box-shadow: 0px 15px 29px 0px    rgba(86, 131, 244, 0.35);    -moz-box-shadow: 0px 15px 29px 0px    rgba(86, 131, 244, 0.35);    box-shadow: 0px 15px 29px 0px    rgba(86, 131, 244, 0.35);    -webkit-border-radius: 20px;    -moz-border-radius: 20px;    border-radius: 20px;}.compa-b6 .cl {    max-width: 1200px;}.compa-b6 .info .qr-code {    font-weight: bold;    margin-top: 58px;}.compa-b6 .info > p {    color: #2f2f2f;    font-size: 16px;}.compa-b6 .info h6, .compa-b6 .info .qr-code span {    font-size: 22px;}.compa-b6 .info h6 {    margin-bottom: 15px;}/*3*/