@charset "UTF-8";

/* CSS Document */

html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
textarea,
dl,
dt,
dd,
span,
i {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: '';
    font-size: 14px;
    margin: 0 auto;
    position: relative;
    background-color: #f5f5f5;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

select,
input,
textarea,
img {
    vertical-align: middle;
    border: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

i {
    font-style: normal;
}

b {
    font-weight: normal;
}

input {
    outline: none;
}

button {
    border: 0;
    background-color: transparent;
    outline: none;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    opacity: 1;
}

a:hover {
    text-decoration: none;
}


/*
*
*/

.container {
    overflow: hidden;
    position: relative;
}

.top-bj {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    border-bottom: 1px #eee solid;
}

.bkrt {}

.top-text {
    position: relative;
    height: 116px;
    text-align: center;
}

.sign {
    line-height: 116px;
    float: left;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: var(--bs-gutter-x, .75rem);
}

.qweqx {
    width: 100%;
    overflow: hidden;
}

.sadqe {
    border-bottom: 1px #999 solid;
}

.sign a {
    color: #fff;
    font-size: 16px;
}

.sign a span {
    margin-left: 12px;
    color: #fff;
}

.fixed .sign a span {
    margin-left: 12px;
    color: #333;
}

.logo {
    margin: 0 auto;
    overflow: hidden;
    width: 410px;
    margin-top: 18px;
}

.logo img {
    float: left;
    overflow: hidden;
}

.logo-text {
    color: #fff;
    margin-left: 16px;
    float: left;
}

.logo-text p {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
}

.logo-text span {
    font-size: 10px;
    margin-top: 11px;
}

.menu {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    height: 116px;
    padding-right: var(--bs-gutter-x, .75rem);
}

.menu-img {
    width: 21px;
    height: 25px;
    float: right;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    background: url(../imges/xti1.png) 2px 3px no-repeat;
    background-size: 200%;
}

.menu-img-two {
    background: url(../imges/xti1.png) -19px 3px no-repeat;
    background-size: 200%;
}

.menu-text {
    line-height: 116px;
    float: right;
    color: #fff;
}

.menu-text p {
    float: left;
    margin-right: 14px;
}

.inq {
    float: right;
    height: 116px;
}

.inq-yc {
    width: 242px;
    height: 36px;
    border: 1px #fff solid;
    border-radius: 5px;
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
}

.fixed .inq-yc {
    border: 1px #333 solid;
}

.inq-button {
    float: right;
    width: 25%;
    height: 34px;
    display: block;
    padding: 0;
}

.inq-yc img {
    width: 20px;
    margin-top: -2px;
    margin-right: -6px;
    position: relative;
    z-index: 1;
}

.guide-aj a {
    width: 100%;
    display: block;
    height: 100%;
}

.guide-aj a:hover {
    color: #333;
}

.inq-dj {
    float: right;
    width: 20px;
    height: 50px;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    margin-right: 50px;
    background: url(../imges/faj.png) 2px 16px no-repeat;
    background-size: 220%;
}

.hes {
    background: url(../imges/faj.png) -19px 16px no-repeat;
    background-size: 200%;
}

.inq-yc input {
    width: 160px;
    float: left;
    line-height: 33px;
    margin-left: 3%;
    background-color: inherit;
    position: relative;
    z-index: 10;
    color: #fff;
}

.fixed .inq-yc input {
    color: #333;
}

.faj-hs {
    display: none;
}

.fixed .inq-yc .faj-hstwo {
    display: none;
}

.fixed .inq-yc .faj-hs {
    display: inline-block;
}

.inq-yc input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.fixed .inq-yc input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
}

.inq-yc span {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.navigation {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 40px 0;
    display: none;
    justify-content: space-between;
}

.navigation li {
    overflow: hidden;
    float: left;
}

.navigation li div {
    text-align: center;
    display: flex;
    justify-content: center;
}

.navigation li div p {
    margin-right: 6px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.navigation li div i {
    width: 8px;
    height: 8px;
    border: 1px solid #333;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71, 0.71, 0.71, -0.71, 0, 0);
    display: block;
    margin-top: 5px;
    margin-right: 2px;
}

.navigation li:hover div i {
    border: 1px solid #1481dc;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
    margin-top: 10px;
}

.navigation li span {
    color: #333;
    text-align: center;
    font-size: 10px;
    display: block;
    width: 100%;
    margin-top: 11px;
}

.navigation li:hover div p {
    color: #1481dc;
}

.gation a:hover {
    color: #1481dc;
}

.gation {
    width: 100%;
    overflow: hidden;
}

.gation li {
    display: none;
    padding-bottom: 40px;
}

.gation li:nth-child(1) {
    padding-bottom: 0;
}

.gation li a {
    display: block;
    color: #333;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-right: 70px;
}

.banner {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    background: url(../imges/top2.jpg) top center no-repeat;
    height: 1000px;
}

.banner-text {
    margin-top: 37%;
    font-size: 52px;
    width: 100%;
    color: #fff;
    text-align: center;
    justify-content: space-between;
    transition: all ease .3s;
}

.fuck {
    top: 116px;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.weqrq {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin-top: 10%;
    float: left;
    justify-content: space-between;
}

.xt {
    width: 100%;
    text-align: center;
    margin-top: 70px;
}

.weqrq li {
    justify-content: space-between;
    transition: all ease .3s;
}

.weqrq li img {
    margin: 0 auto;
    display: block;
    margin-bottom: 22px;
}

.weqrq li p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.weqrq li:last-child {
    margin-right: 0px;
}

.xh {
    width: 100%;
    margin-top: 4%;
}

.xh img {
    margin: 0 auto;
    display: block;
}

.xh p {
    text-align: center;
    margin-top: 10px;
    color: #fff;
}

.lsqx {
    border-bottom: none;
}

.fixed {
    position: fixed;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px #999999 solid;
}

.fixed .sign a {
    color: #333333;
}

.fixed .logo-text,
.fixed .menu-text {
    color: #333333;
}

.top-k {
    height: 116px;
    width: 100%;
    overflow: hidden;
}

.xbqt {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.xbqt p {
    float: left;
    color: #333333;
    font-size: 38px;
    font-weight: bold;
}

.img-cb {
    float: left;
    margin-left: 16px;
    margin-top: 27px;
}

.xbqt a {
    float: right;
    margin-top: 16px;
}

.xbqt-p {
    color: #333333;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 6px;
}

.nalism {
    width: 100%;
    overflow: hidden;
}

.nalism li {
    width: 32%;
    float: left;
    margin-top: 30px;
    margin-right: 2%;
    border-bottom: 1px #999 solid;
    padding-bottom: 20px;
}

.zimg1 {
    width: 100%;
}

.nalism li:nth-child(3n) {
    margin-right: 0;
}

.nalism li p {
    color: #999999;
    font-size: 12px;
    display: block;
}

.nalism li span {
    width: 100%;
    max-height: 70px;
    margin-top: 20px;
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.nalism li a:hover {
    color: #1481dc;
}

.hs {
    margin-top: 1.5%;
}

.hs p {
    color: #999;
}

.botnnr {
    width: 100%;
    height: 900px;
    min-width: 1200px;
    overflow: auto;
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.botmbj {
    width: 100%;
    background: url(../imges/top3.jpg) center center no-repeat;
    height: 900px;
}

.titiaok {
    overflow: hidden;
}

.titiaok .ta-1 {
    border-top: 1px #eee solid;
    width: 100%;
    height: 1px;
    display: block;
}

.titiaok .ta-5 {
    width: 1px;
    height: 600px;
    display: block;
    float: left;
    position: relative;
}

.titiaok .ta-2 {
    border-left: 1px #eee solid;
    width: 1px;
    height: 600px;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

.titiaok .ta-3 {
    border-left: 1px #eee solid;
    width: 1px;
    height: 600px;
    display: block;
    float: right;
}

.titiaok .ta-4 {
    border-bottom: 1px #eee solid;
    width: 100%;
    height: 1px;
    display: block;
    float: right;
}

.tkaqe {
    margin: 60px auto;
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.wznr {
    width: 99.7%;
    overflow: hidden;
    float: left;
}

.wznr li {
    float: left;
    width: 25%;
    border-right: 1px #9b9da0 solid;
    height: 300px;
}

.wznr li img {
    margin: 0 auto;
    display: block;
}

.wznr li:nth-child(1),
.wznr li:nth-child(2),
.wznr li:nth-child(3),
.wznr li:nth-child(4) {
    border-bottom: 1px #eee solid;
}

.wznr li:nth-child(4n) {
    border-right: none;
}

.wznr li img {
    margin-top: 60px;
}

.wznr li p {
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.wznr li span {
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 18px;
}

.bottom {
    margin: 0 auto;
    border-bottom: 1px #d6d6d6 solid;
    overflow: hidden;
    display: none;
}

.blovk {
    display: block;
}

.bottom .top-text {
    font-size: 36px;
    font-weight: bold;
    float: left;
    padding: 43px 0;
    margin-right: 33px;
}

.bottom select {
    width: 140px;
    height: 50px;
    margin-right: 33px;
    padding: 15px 20px;
    border: 1px #cccccc solid;
}

.city {
    float: left;
    margin-top: 45px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    width: 84.9%;
}

.bqeq {
    overflow: hidden;
    border-top: 1px #d4d4d4 solid;
    padding-top: 35px;
    position: relative;
}

.city select {
    position: relative;
    background: #F7F7F7 url(../imges/select-arrow.png) no-repeat center;
    background-size: 15px 10px;
    background-position-x: 110px;
    background-position-y: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dont-one select {
    position: relative;
    background: url(../imges/select-arrow.png) no-repeat center;
    background-size: 15px 10px;
    background-position-x: 170px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.dont {
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 40px;
}

.dont-one {
    width: 100%;
    overflow: hidden;
}

.rlqt {
    float: left;
    width: 50%;
}

.dont-one .nqexq {
    color: #333333;
    font-size: 28px;
    font-weight: bold;
    display: block;
}

.dont-one select {
    width: 200px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #333333;
    border: 1px #333 solid;
    margin: 30px 0;
}

.dottex {
    overflow: hidden;
    margin-bottom: 24px;
    float: left;
    width: 50%;
}

.dont-two {
    width: 100%;
    overflow: hidden;
}

.dottex p {
    float: left;
    margin-right: 30px;
    font-size: 14px;
    color: #333333;
}

.ttk {
    overflow: hidden;
    float: left;
    margin-top: 32px;
}

.ttk li {
    float: left;
    width: 210px;
}

.ttk li img {
    float: left;
    width: 64px;
    margin-right: 16px;
}

.tex-one {
    float: left;
    margin-left: 20px;
}

.ttk li p {
    color: #999;
    display: block;
    margin-top: 10px;
    overflow: hidden;
}

.ttk li span {
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    display: block;
}

.dont-two {
    float: left;
}

.rwm {
    float: right;
    margin-top: 40px;
    position: absolute;
    right: 0;
    top: 36px;
}

.nalism li:hover {
    border-bottom: 1px #1481dc solid;
    color: #1481dc;
}

.botnnr::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.wznr .aqse {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    animation: mymove 5s;
    -moz-animation: mymove 5s infinite;
    /* Firefox */
    -webkit-animation: mymove 5s infinite;
    /* Safari and Chrome */
    -o-animation: mymove 5s infinite;
    /* Opera */
    -webkit-animation-iteration-count: 1;
    /**/
    -webkit-animation-duration: 2s;
    /**/
    animation-fill-mode: forwards;
}

.aq {
    position: relative;
    animation: mym 5s;
    -moz-animation: mym 5s infinite;
    /* Firefox */
    -webkit-animation: mym 5s infinite;
    /* Safari and Chrome */
    -o-animation: mym 5s infinite;
    /* Opera */
    -webkit-animation-iteration-count: 1;
    /**/
    -webkit-animation-duration: 3s;
    /**/
    animation-fill-mode: forwards;
}

.mymsq {
    position: relative;
    animation: mym 5s;
    -moz-animation: mym 5s infinite;
    /* Firefox */
    -webkit-animation: mymsq 5s infinite;
    /* Safari and Chrome */
    -o-animation: mym 5s infinite;
    /* Opera */
    -webkit-animation-iteration-count: 1;
    /**/
    -webkit-animation-duration: 3s;
    /**/
    animation-fill-mode: forwards;
}

@keyframes mymove {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        .wznr a {
            opacity: 1;
        }
    }
}

@-moz-keyframes mymove
/* Firefox */

{
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

{
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes mymove
/* Opera */

{
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*  */

@keyframes mym {
    0% {
        width: 0px;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-moz-keyframes mym
/* Firefox */

{
    0% {
        width: 0px;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes mym
/* Safari  Chrome */

{
    0% {
        width: 0px;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}

@-o-keyframes mym
/* Opera */

{
    0% {
        width: 0px;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}


/*  */

@keyframes mymsq {
    0% {
        height: 0px;
    }
    50% {
        height: 300px;
    }
    100% {
        height: 600px;
    }
}

@-moz-keyframes mymsq
/* Firefox */

{
    0% {
        height: 0px;
    }
    50% {
        height: 300px;
    }
    100% {
        height: 600px;
    }
}

@-webkit-keyframes mymsq
/* Safari  Chrome */

{
    0% {
        height: 0px;
    }
    50% {
        height: 50%;
    }
    100% {
        height: 100%;
    }
}

@-o-keyframes mymsq
/* Opera */

{
    0% {
        height: 0px;
    }
    50% {
        height: 300px;
    }
    100% {
        height: 600px;
    }
}

.wxqe-two {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    overflow: hidden;
    display: none;
}


/**
 * 
 */

.swiper-container {
    /*  width: 320px;
    height: 480px;*/
    width: 100%;
    height: 100%;
    background: #000;
}

@-webkit-keyframes start {
    0%,
    30% {
        opacity: 0;
        -webkit-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -8px);
    }
}

@-moz-keyframes start {
    0%,
    30% {
        opacity: 0;
        -moz-transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        -moz-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0, -8px);
    }
}

@keyframes start {
    0%,
    30% {
        opacity: 0;
        transform: translate(0, 10px);
    }
    60% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        transform: translate(0, -8px);
    }
}

.dnaok {
    display: none;
}

.ani {
    position: absolute;
}

.txt {
    position: absolute;
}

#array {
    position: absolute;
    z-index: 999;
    -webkit-animation: start 1.5s infinite ease-in-out;
}

.ys {
    text-align: center;
    font-size: 3em;
    display: block;
    width: 100%;
    max-height: 5em;
    font-family: Arial;
    font-weight: bold;
    color: #939393;
}

#container {
    width: 100%;
    height: 400px;
}

.logo-text i {
    display: none;
}

.cdlq {
    position: absolute;
    top: 20px;
    right: 16px;
    height: 50px;
    width: 50px;
    background: url(../imges/cdan.png) 2px 16px no-repeat;
    background-size: 200%;
    display: none;
}

.hessq {
    background: url(../imges/cdan.png) -40px 16px no-repeat;
    background-size: 200%;
}

.navig {
    width: 100px;
}

.btn-close {
    float: right;
}

.offcanvas-backdrop {
    z-index: 999999;
}

.offcanvas-end {
    z-index: 9999999;
    width: 200px;
}

.offcanvas-header {
    right: 0;
}

.navig {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.navig li {
    padding: 8px 0;
    border-bottom: 1px #999 solid;
    text-align: center;
}

.navig li p {
    font-size: 15px;
}

.navig li span {
    font-size: 12px;
    color: #666;
}


/**
 * 
 */

.zdh {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
}

.zjdqh {
    height: 100px;
}

.zjdqh .menu-text {
    line-height: 100px;
}

.zjdqh .menu {
    height: 100px;
}

.zjdqh .logo {
    width: 300px;
    margin-top: 12px;
}

.zjdqh .logo img {
    width: 50px;
    margin-top: 12px;
}

.zjdqh .logo-text p {
    font-size: 34px;
}

.zjdqh {}

.service {
    background: url(../imges/zyt1.jpg) center center no-repeat;
    height: 560px;
    position: relative;
    min-width: 1200px;
}

.service-text {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90%;
}

.service-text h1 {
    font-size: 42px;
    color: #fff;
}

.service-text p {
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
    margin-top: 30px;
    width: 35%;
}

.service-text i {
    font-size: 20px;
    margin-left: 12px;
}

.service-nr {
    margin-top: 60px;
    overflow: hidden;
}

.service-xwz {
    width: 80%;
    float: left;
}

.service-xwz li {
    margin-bottom: 40px;
}


/* .service-xwz::-webkit-scrollbar {
    display: none;
} */

.wzk {
    width: 35%;
    float: left;
    position: relative;
}

.service-nr img {
    float: right;
    width: 55%;
}

.toneq {
    padding-bottom: 30px;
}

.sjt {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
}

.sjt p {
    margin-top: 15px;
    overflow: hidden;
}

.employ {
    width: 90%;
    margin: 12px auto;
}

.employ h1 {
    text-align: center;
    color: #333333;
    font-size: 40px;
    padding: 60px 0 60px 0;
    font-weight: bold;
    overflow: hidden;
}

.employ p {
    text-align: justify;
    width: 100%;
    margin-bottom: 28px;
    font-size: 13px;
    color: #666666;
}

.nkeq {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999999;
    display: none;
}

.meq {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.3;
}

.nkeq-dnr {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    position: relative;
    height: 80%;
    margin-top: 5%;
    overflow: hidden;
}

.nkeq-dnr .knqe {
    height: 94%;
    overflow: auto;
    width: 100%;
}

.knqe::-webkit-scrollbar {
    display: none;
}

.xinx1 {
    width: 30px;
    padding-top: 10px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 9;
    display: none;
}

.xix {
    width: 98%;
    left: 2%;
    height: 5%;
    padding: 1% 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.xix img {
    width: 28px;
    float: right;
}

.employ-one {
    display: none;
}

.employ-two {
    display: none;
}

.employ-two i {
    color: #333333;
    font-size: 16px;
    margin-bottom: 14px;
    display: block;
    font-weight: bold;
}

.employ-two p {
    text-indent: 2rem;
    margin-bottom: 8px;
    color: #666666;
}

.employ-two .hes {
    color: #333333;
    font-weight: bold;
}

.ysh {
    background-color: #f5f5f5;
}

.internshlp-oen {
    width: 35%;
    float: left;
    overflow: hidden;
    margin-top: 40px;
}

.guroa {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 30px;
}

.internshlp-text {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    padding: 28px;
}

.internshlp-text .guroa p {
    font-size: 18px;
    color: #333333;
    float: left;
    font-weight: bold;
}

.jiant {
    float: right;
}

.jiant a {
    font-size: 14px;
    color: #999999;
    font-weight: bold;
}

.yjt {
    width: 8px;
    height: 8px;
    border: 2px solid #999;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    float: right;
    margin-right: 7px;
    margin-top: 7px;
    margin-left: 8px;
}

.lntewz {
    width: 100%;
}

.lntewz li {
    line-height: 40px;
    overflow: hidden;
    cursor: pointer
}

.lntewz li i {
    float: left;
    color: #999999;
    width: 24%;
}

.lntewz li p {
    float: left;
    color: #333333;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.inrwesk {
    margin-top: 20px;
}

.inrwesk .lntewz li p {
    width: 100%;
}

.internship {
    width: 62.5%;
    float: right;
    margin-top: 40px;
}

.shiptw {
    border: 1px #e6e6e6 solid;
    padding: 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.shiptw li {
    width: 23%;
    background-color: #fff;
    border: 1px #fff solid;
    height: 198px;
    position: relative;
}

.shiptw li i {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #999999;
    font-size: 14px;
}

.shiptw li p {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #333;
    font-size: 16px;
}

.shiptw .shiptw-oneq {
    line-height: 198px;
    background-color: #f0c131;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    border: 1px #f0c131 solid;
}

.shiptw li img {
    width: 35%;
    margin-bottom: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}

.shiptw li:hover {
    border: 1px #f0c131 solid;
}

.shiptw li a {
    display: block;
    width: 100%;
}

.shiptw .wqxsq {
    background-color: #f0c131;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    border: 1px #f0c131 solid;
    flex-direction: column;
    display: flex;
    justify-content: center;
    display: none;
}

.zyt2 {
    background: url(../imges/zyt2.jpg) top center no-repeat;
}

.zyt3 {
    background: url(../imges/zyt3.jpg) top center no-repeat;
}

.zyt4 {
    background: url(../imges/zyt4.jpg) top center no-repeat;
}

.zyt5 {
    background: url(../imges/zyt5.jpg) top center no-repeat;
}

.zyt6 {
    background: url(../imges/zyt6.jpg) top center no-repeat;
}

.zyt7 {
    background: url(../imges/zyt7.jpg) top center no-repeat;
}

.zyt8 {
    background: url(../imges/zyt8.jpg) top center no-repeat;
}

.zyt9 {
    background: url(../imges/zyt9.jpg) top center no-repeat;
}

.zyt10 {
    background: url(../imges/zyt10.jpg) top center no-repeat;
}

.zyt11 {
    background: url(../imges/zyt11.jpg) top center no-repeat;
}

.zyt12 {
    background: url(../imges/zyt12.jpg) top center no-repeat;
}

.zyt13 {
    background: url(../imges/zyt13.jpg) top center no-repeat;
}

.zyt14 {
    background: url(../imges/zyt14.jpg) top center no-repeat;
}

.zyt15 {
    background: url(../imges/zyt15.jpg) top center no-repeat;
}

.zyt16 {
    background: url(../imges/zyt16.jpg) top center no-repeat;
}

.compla {
    width: 100%;
    padding: 5%;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.compla h1 {
    width: 100%;
    color: #333333;
    font-size: 18px;
    padding-bottom: 30px;
    font-weight: bold;
}

.compla-two {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}

.compla-two li {
    width: 25%;
    float: left;
    cursor: pointer;
}

.compla-two li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.compla-two li img {
    margin: 0 auto;
    display: block;
}

.compla-two p {
    text-align: center;
    color: #333;
    margin-top: 12px;
}

.compla-qxl {
    width: 100%;
}

.compla-qxl p {
    padding-bottom: 14px;
    color: #333;
}

.plainwz {
    width: 100%;
    color: #333333;
    margin-bottom: 14px;
}

.down {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 16px;
}

.down i {
    float: left;
    line-height: 40px;
    color: #333;
    width: 90px;
}

.down .xlad {
    float: left;
    width: 85%;
    height: 40px;
    border: 1px #eee solid;
    overflow: hidden;
}

.down select,
.down input {
    width: 100%;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
}

.down textarea {
    width: 85%;
    height: 300px;
    border: 1px #eee solid;
    overflow: hidden;
    padding: 12px;
    resize: none;
    outline: none;
    margin-bottom: 40px;
}

.down-two {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
}

.down-two li {
    width: 50%;
    float: left;
    padding-bottom: 20px;
}

.down-two li i {
    float: left;
    line-height: 40px;
    color: #333;
    width: 90px;
}

.down-two li input {
    height: 40px;
    line-height: 40px;
    width: 70%;
    border: 1px #eee solid;
    overflow: hidden;
    padding: 0 12px;
}

.down .dwrqin {
    line-height: 20px;
}


/**
 * 
 */

.download {
    width: 58%;
    float: left;
    margin-top: 50px;
}

.download-bj {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.download-bj li {
    float: left;
    border-bottom: 2px #cccccc solid;
    width: 105px;
    margin-right: 8%;
    cursor: pointer;
}

.download-bj li h1 {
    float: left;
    font-size: 18px;
    line-height: 85px;
    font-weight: bold;
    color: #333333;
}

.download-bj li span {
    font-weight: normal;
    font-size: 12px;
    margin-top: -7px;
    line-height: 80px;
    display: block;
    float: left;
    margin-left: 4px;
}

.download-bj .download-jqsk {
    border-bottom: 2px #1481dc solid;
}

.download-bj .download-jqsk h1,
.download-bj .download-jqsk span {
    color: #1481dc;
}

.download-xz {
    width: 100%;
    padding: 5%;
    overflow: hidden;
    background-color: #fff;
}

.sxwj ul {
    display: none;
}

.sxwj ul:first-child {
    display: block;
}

.download-xz li {
    overflow: hidden;
    margin-bottom: 40px;
}

.download-xz li:last-child {
    margin-bottom: 0px;
}

.download-bj li:last-child {
    margin-right: 0;
}

.download-xz li p {
    float: left;
    width: 80%;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.wj {
    width: 39%;
    float: right;
    margin-top: 50px;
    overflow: hidden;
}

.wj img {
    width: 100%;
}

.download-nn {
    float: right;
}

.download-nn img {
    float: left;
}

.download-nn i {
    float: left;
    margin-left: 20px;
}

.zydh {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.zydh li {
    position: relative;
}

.zydh::-webkit-scrollbar {
    display: none;
}

.download-bj li {
    height: 60px;
    width: auto;
    padding: 0 4px;
}

.zydh li h1 {
    line-height: 60px;
}

.empql-wx {
    width: 100%;
    padding: 0 2%;
    overflow: hidden;
}

.empql-wx ul {
    width: 50%;
    float: left;
}

.empql-wx ul li {
    font-size: 13px;
    color: #666666;
    margin-bottom: 20px;
}

.employ .ysh-hs {
    color: #000;
    font-weight: bold;
}

.zydh li span {
    right: -7px;
    top: 0;
    line-height: 60px;
}

.zydh a {
    width: 100%;
    overflow: hidden;
    display: block;
}

.groupn {
    width: 100%;
    text-align: center;
}

.groupn dd {
    color: #e02424;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.groupn dt {
    margin-bottom: 60px;
    font-size: 18px;
}

.servicen-emr {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.servicen-emr li {
    float: left;
    width: 23%;
    display: flex;
    justify-content: center;
    padding: 26px 0;
    background-color: #fff;
    overflow: hidden;
    margin-right: 2%;
    border: 1px #fff solid;
}

.servicen-emr li:last-child {
    margin-right: 0%;
}

.servicen-emr li i {
    width: 40px;
    height: 40px;
    background: url(../imges/dztb.png) 0px 0px no-repeat;
}

.servicen-emr li h2 {
    font-size: 13px;
    color: #333333;
    margin-left: 10px;
    line-height: 34px;
}

.servicen-emr li:nth-child(3) h2 {
    line-height: inherit;
}

.servicen-emr li .intp-1 {
    background-position: 0px -43px;
}

.servicen-emr li .intp-3 {
    background-position: 0px -85px;
}

.servicen-emr li .intp-4 {
    background-position: 0px -125px;
}

.servicen-emr li:hover {
    border: 1px #1481dc solid;
}

.servicen-emr li:hover h2 {
    color: #1481dc;
}

.servicen-emr li:hover i {
    background-position-x: -53px;
}

.servicen-emr li .ysq {
    display: none;
    line-height: inherit;
}

.mechan {
    width: 100%;
    background-color: #fff;
    margin-top: 110px;
    height: 500px;
}

.mechan-nrk {
    float: left;
    width: 170px;
    background-color: #e02424;
    margin-top: -90px;
    margin-left: 105px;
    height: 691px;
    padding: 100px 0;
}

.mechan-nrk li {
    height: 94px;
    width: 80%;
    color: #fff;
    text-align: center;
    border-bottom: 1px #e02424 solid;
    border-top: 1px #e02424 solid;
    line-height: 90px;
    margin: 6px auto;
    font-size: 12px;
}

.mechan-nrk .mechan-dj {
    border-bottom: 1px #fff solid;
    border-top: 1px #fff solid;
}

.mechan-text {
    float: left;
    width: 70%;
    text-align: center;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 512px;
}

.mechan-text p {
    display: none;
}

.mechan-text text {
    display: block;
    text-align: center;
    margin-bottom: 50px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.mechan-text div {
    display: none;
}

.mechan-text .mechan-xians {
    display: block;
}


/**
 * 
 */

.cammittee {
    width: 320px;
    float: left;
    ;
    border-right: 1px #cccccc solid;
    margin-top: 60px;
    float: left;
}

.cammittee-bt {
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}

.cammittee-bt li {
    width: 50%;
    float: left;
    font-size: 22px;
    color: #999999;
    font-weight: bold;
}

.cammittee-lb {
    width: 95%;
    display: none;
    overflow: hidden;
}

.cammittee-block {
    display: block;
}

.cammittee-lb li {
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    border-left: 2px #333 solid;
    margin-bottom: 28px;
}

.cammittee-bt .cammittee-bt-dj {
    color: #333;
}

.cammittee-lb .cammittee-lb-dj {
    color: #1481dc;
    border-left: 2px #1481dc solid;
}

.cammittee-nr {
    width: 73%;
    float: left;
    text-align: center;
    margin-top: 60px;
}

.cammittee-nr h2 {
    color: #333;
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: bold;
}

.cammittee-nr i {
    font-size: 20px;
    color: #e02424;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    display: block;
}

.cammittee-nr text {
    margin-left: 30px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.cammittee-nr div {
    overflow: hidden;
    margin-bottom: 60px;
}

.cammittee-nr div text:nth-child(1) {
    margin-left: 0px;
}

.cammittee-nr li {
    display: none;
}

.cammittee-nr .block {
    display: block;
}

.recruit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    margin: 40px 0;
}

.recruit li {
    width: 30%;
    background-color: #fff;
    padding: 25px;
    margin-bottom: 40px;
}
.recruit p{
    margin-bottom: 6px;
}
.recruit div {
    overflow: hidden;
}

.recruit div p {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.recruit div i {
    width: 100%;
    color: #1481dc;
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.recruit span {
    margin-bottom: 20px;
    color: #666666;
    font-size: 16px;
    display: block;
}
.recruit span:hover{

}
.recruit text {
    color: #666666;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

.recruit-db {
    margin: 50px 0;
    text-align: center;
    color: #222222;
    font-size: 18px;
    font-weight: bold;
}

.guide {
    width: 100%;
    margin-top: 50px;
}

.guide .guideimg {
    width: 70%;
    height: 320px;
    float: left;
    overflow: hidden;
}

.guide .guideimg img {
    width: 150%;
}

.guide-aj {
    width: 28%;
    float: right;
}

.guide-aj li {
    padding: 56px 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px #fff solid;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.guide-aj .gui-dj {
    color: #1481dc;
    border: 1px #1481dc solid;
}

.container-tab {
    width: 100%;
    margin-top: 30px;
}

.paging {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.paging .page-link {
    color: #444;
}
.paging-nies{
    display: flex;
    justify-content: center;
    margin-top: 6px;
}
.paging-nies select{
    width: 50px;
    text-align: center;
    height: 30px;
    border: 1px #eee solid;
}
.paging-nies div{
    line-height: 30px;
    margin-left: 6px;
}
.container-tab .cont-ys {
    color: #ffff;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
}

.container-tab .cont-ys td {
    border-right: 4px #f5f5f5 solid;
    padding: 0;
}

.container-tab .cont-ys :nth-child(4) {
    display: none;
}

.container-tab td {
    padding: 30px 0;
    border-bottom: 1px #e6e6e6 solid;
    padding-right: 10px;
}

.container-tab tr td:nth-child(2),
.container-tab tr td:nth-child(3) {
    text-align: center;
}

.dyanmic {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.dyanmic li {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px #cccccc dashed;
}

.dyanmic li h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dyanmic li text {
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 20px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dyanmic li p {
    color: #999999;
    font-size: 13px;
    overflow: hidden;
    margin-top: 12px;
}

.paging .pagdj a {
    background-color: #0a6ac3;
    color: #fff;
}

/* .dyanmic .dyanmic-jr h1 {
    color: #0a6ac3;
} */

.dyanmic li div {
    margin-top: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nrdq {
    width: 100%;
    overflow: hidden;
}

.public {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.public li {
    width: 31%;
    margin-right: 3%;
    float: left;
    margin-bottom: 30px;
}

.public li:nth-child(3n) {
    margin-right: 0;
}

.public-img {
    width: 100%;
}

.public li img {
    width: 100%;
    height: 260px;
}

.public-text {
    width: 100%;
    background-color: #fff;
    padding: 30px 4%;
    overflow: hidden;
}

.public-text h1 {
    font-size: 18px;
    color: #333;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.public-text p {
    float: left;
    color: #999999;
}

.public-text i {
    float: right;
    color: #999999;
}


/**
 * 
 */

.signin {
    width: 100%;
    position: relative;
    height: 100%;
    background: url(../imges/dl-1.jpg) center right no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 1200px;
    background-color: #000;
}

.nslie {
    width: 100%;
    overflow: hidden;
}

.gignin-wz {
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 80px;
}

.gignin-wz i {
    float: left;
    width: 150px;
    height: 3px;
    float: left;
    background-color: #fff;
    margin-top: 27px;
}

.gignin-wz p {
    float: left;
    margin: 0 40px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 1px;
}

.gignin-tiax {
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    overflow: hidden;
}

.gignti-logo {
    margin-top: 20px;
    margin-bottom: 7px;
}

.gignin-text {
    overflow: hidden;
    margin-bottom: 16px;
}

.app {
    display: none;
}

.gignin-text .gignimg {
    margin-top: 30px;
    float: left;
}

.gignin-tx {
    float: right;
    width: 45%;
}

.gignin-tx li {
    line-height: 48px;
    border: 1px #666666 solid;
    width: 90%;
    border-radius: 5px;
    padding: 0 5%;
    margin-bottom: 16px;
    overflow: hidden;
    position: relative;
}

.gignin-tx li input,
.gignin-tx li select {
    width: 100%;
    line-height: 48px;
    outline: none;
    color: #999;
    background-color: #fff;
}

.gignin-tx input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #999;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
    opacity: 1;
}

.submit {
    width: 90%;
    border-radius: 5px;
    padding: 0 5%;
    line-height: 50px;
    background-color: #e2b322;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 45px;
}

.yjmaql {
    color: #333333;
}

.gin-db {
    color: #ccc;
    font-size: 13px;
    text-align: center;
}

.sigqqss {
    height: 100%;
    position: fixed;
    width: 100%;
}

.gignin-tx .yzm input {
    width: 55%;
    float: left;
}

.gignin-tx .yzm div {
    float: right;
    border: 1px #cccccc solid;
    line-height: 30px;
    margin-top: 7px;
    width: 100px;
    text-align: center;
}

.gignin-tx .yzm div span {
    display: none;
    padding: 2px 6px;
}

.gignin-tx .yzm div .djx {
    display: block;
}

.gignin-tx .yzm div .hsqxads {
    width: 100%;
    color: #fff;
    background-color: #cccccc;
}

.gignin-tx .xzwj input {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    height: 60px;
}

.gignin-tx .xzwj p {
    line-height: 50px;
    width: 60%;
    float: left;
    color: #999999;
}

.gignin-tx .xzwj img {
    float: right;
    margin-top: 13px;
}

.gignin-tx .touqsx {
    border: none;
    font-size: 18px;
    text-align: center;
    margin-top: 25px;
}

.password {
    float: left;
    width: 55%;
}

.conmmen {
    float: left;
    width: auto;
}

.conmmen li {
    height: 70px;
    padding-right: 20px;
    float: left;
}

.ents {
    width: 108px;
    padding: 8px 0;
    border: 1px #333333 solid;
    border-radius: 5px;
    float: right;
    margin-top: 35px;
    color: #333;
}

.ents img {
    float: left;
    margin-top: 4px;
    margin-left: 13px;
    margin-right: 6px;
}

.ents p {
    float: left;
}

.cnm-nrk {
    margin-bottom: 60px;
    overflow: hidden;
}

.comme-text {
    width: 100%;
    overflow: hidden;
}

.comme-text li {
    padding: 30px 0;
    border-bottom: 1px #cccccc dashed;
    width: 100%;
    color: #333;
}

.comme-text li h2 {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.comme-text .comme-toqx {
    overflow: hidden;
}

.comme-text .comme-toqx h2 {
    width: 75%;
    float: left;
    margin-bottom: 20px;
}

.comme-toqx i {
    float: right;
    width: 80px;
    font-size: 14px;
    color: #999999;
}

.comme-text li text {
    margin-bottom: 25px;
    display: block;
    text-align: justify;
    color: #666;
}

/* .comme-text .comme-ys h2 {
    color: #1481dc;
} */

.comme-text li:hover text {
    color: #333;
}

.nkeq-dnr .entsly {
    width: 713px;
}

.entsly-top {
    margin: 38px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.entsly-inpt {
    width: 80%;
    margin: 0 auto;
}

.entsly-inpt li {
    overflow: hidden;
    margin-bottom: 20px;
}

.entsly-inpt li p {
    float: left;
    margin-right: 32px;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}

.entsly-inpt li input,
.entsly-inpt li select {
    width: 80%;
    float: left;
    background-color: #f0f0f0;
    line-height: 40px;
    padding: 0 2%;
    border-radius: 5px;
    color: #333;
}

.entsly-inpt li select {
    padding: 10px 0;
    font-size: 12px;
    text-indent: 0.5rem;
    color: #999;
    outline: none;
}

.entsly-inpt li textarea {
    height: 100px;
    width: 100%;
    resize: none;
    outline: none;
    display: block;
    background-color: #f0f0f0;
    text-align: justify;
}

.entsly-textar {
    padding: 10px 2%;
    width: 80%;
    float: left;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.entsly-textar i {
    float: right;
    padding: 3px;
    color: #999;
}

.entsly-inpt li input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.entsly-inpt li textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.entsly-submit {
    width: 295px;
    height: 50px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    background-color: #1481dc;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 30px;
}

.body-qw {
    height: 100%;
    overflow: hidden;
}

.assoc {
    display: flex;
    justify-content: space-between;
}

.saaociation {
    width: 100%;
    margin-top: 40px;
}

.saaociation li {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.saaociation li img {
    float: left;
}

.saaociation-nrk {
    width: 80%;
    float: left;
}

.saaociation-nrk h1 {
    width: 43%;
    float: left;
    text-align: right;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    padding: 30px 0;
}

.saaociation-nrk h2 {
    width: 43%;
    float: left;
    text-align: left;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    padding: 30px 0;
}

.saaociation-nrk span {
    float: left;
    line-height: 90px;
    font-size: 22px;
    padding: 0 30px;
}

.introd {
    width: 100%;
    background: url(../imges/xtb2.jpg) center center no-repeat;
    overflow: hidden;
    min-height: 385px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.saaociation-nrk text {
    margin-right: 20px;
    width: 100px;
    text-align: center;
    display: block;
    float: left;
}

.introd p {
    color: #333;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: justify;
}

.lawyer {
    width: 100%;
    overflow: hidden;
}

.lawyer .qsx {
    float: left;
    width: 70%;
    display: block;
}

.download-yc {
    float: right;
    width: 250px;
    height: 38px;
    border: 1px #333333 solid;
    border-radius: 5px;
    margin-top: 50px;
    overflow: hidden;
}

.download-yc input {
    width: 70%;
    line-height: 38px;
    float: left;
    padding: 0 12px;
    background-color: #f5f5f5;
}

.download-yc .download-button {
    width: 15%;
    float: right;
}

.download-yc .download-button img {
    width: 100%;
    margin-top: 5px;
    margin-right: 5px;
}

.lawyer-nek {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.lawyer-nek li {
    width: 47%;
    float: left;
    margin-right: 6%;
    background-color: #fff;
    padding: 17px;
    margin-bottom: 25px;
}

.lawyer-nek li .toux {
    width: 170px;
    height: 237px;
    float: left;
}

.lawyer-nek li:nth-child(2n) {
    margin-right: 0;
}

.wexzq {
    float: right;
    width: 65%;
    margin-top: 12px;
}

.wexzq-topz {
    margin-bottom: 18px;
    overflow: hidden;
}

.wexzq-topz h1 {
    font-size: 16px;
    color: #333;
    float: left;
    font-weight: bold;
}

.wexzq-topz .biaq {
    float: right;
    color: #1481dc;
    font-size: 16px;
}

.wexzq-topz .biaq img {
    margin-top: -2px;
}

.wexzq-we {
    width: 100%;
    margin-top: 13px;
    overflow: hidden;
}

.wexzq-we img {
    float: left;
    margin-right: 9px;
}

.direcq {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.direcq li {
    width: 31%;
    margin-right: 2%;
    background-color: #fff;
    padding: 20px;
    float: left;
    margin-bottom: 28px;
}

.direcq li:nth-child(3n) {
    margin-right: 0;
}

.wexzq-bottom p:nth-child(2) {
    float: right;
}

.direcq li:hover a {
    color: #333;
}

.direcq-top {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
    letter-spacing: 1px;
}

.direcq .wexzq-we {
    float: left;
    overflow: hidden;
}

.direcq .wexzq-we p {
    float: left;
}

.direcq .wexzq-we i {
    width: 70%;
    float: left;
    display: block;
    margin-left: 10px;
}

.yss-n {
    width: 65%;
}

.wexzq-bottom {
    width: 100%;
    overflow: hidden;
}

.wexzq-bottom p {
    padding: 9px 25px;
    background-color: #58b1fb;
    color: #fff;
    display: inline;
    float: left;
    margin-right: 0px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.direcq-top span {
    float: right;
    width: 8px;
    height: 8px;
    border: 2px solid #999;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    float: right;
    margin-right: 7px;
    margin-top: 7px;
    margin-left: 8px;
}

.detiqsz {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
}

.detiqsz p {
    float: left;
    color: #333;
    margin-right: 4px;
}

.detiqsz span {
    width: 6px;
    height: 6px;
    border: 1px solid #333;
    border-left-width: 0;
    border-bottom-width: 0;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.detiqsz .dioxqit {
    color: #1481dc;
}

.detiqsz-text {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.detiqsz-textlet {
    width: 70%;
    padding: 6%;
    float: left;
    padding-bottom: 0;
}

.detiqsz-textlet h2 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.detiqsz-textlet text {
    display: block;
    width: 100%;
    padding: 30px 0;
    color: #999999;
    text-align: justify;
}

.wexzq-we p {
    float: left;
    margin-right: 15px;
}

.wexzq-we {
    color: #333;
}

.detiqsz-textresq {
    width: 25%;
    float: right;
    margin-right: 3%;
}

.deaqxs {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}

.det-aq li {
    line-height: 40px;
    width: 100%;
    border: 1px #122b50 solid;
    color: #122b50;
    text-align: center;
    margin-bottom: 20px;
}

.detali-text {
    overflow: hidden;
    margin-top: 30px;
    width: 100%;
}
.detali-text>span{
    text-align: center;
    display: block;
}
.detali-text img {
    width: auto;
    display: block;
    margin: auto;
}

.detali-text h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}

/* .detali-text span {
    text-align: center;
    color: #999999;
    display: block;
    margin-bottom: 40px;
} */

.detali-text text {
    text-align: justify;
    display: block;
    margin-bottom: 30px;
    color: #333;
    text-indent: 2em;
    
}

.detali-text i {
    display: inline-block;
    margin-left: 16px;
}

.detali-text img {
    margin: 0 auto;
}

.wenb p .giel {
    width: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

/* .detali-text p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 24px;
    text-indent: 2em;
} */

.employ-twq {
    display: none;
}

.container .imgone {
    margin-top: 10px;
}

.imgtwo {
    display: none;
    margin-top: 10px;
}

.fixed .imgtwo {
    display: inline-block;
}

.fixed .imgone {
    display: none;
}

.ysq-n {
    display: none;
}

#shouye {
    margin-top: 140px;
}

.bejdqs {
    background: url(../imges/banenr2.jpg) center right no-repeat;
}

.btns {
    right: 0;
    top: 50px;
    left: 50%;
    position: absolute;
    transform: translate(-20%, 0%);
}

.filePicker {
    background: url('../imges/t6.jpg') no-repeat left 10px;
    width: 160px;
}

.amitw-text {
    width: 67%;
    float: right;
    background-color: #fff;
    padding: 50px;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

.amitw-text h1 {
    color: #1481dc;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

.amitw-text p {
    font-size: 14px;
    color: #666666;
    text-align: justify;
    margin-bottom: 30px;
}

.amitw-text h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.amitw-rtq {
    width: 30%;
    float: left;
    background-color: #fff;
    padding: 40px;
    overflow: hidden;
    margin-top: 50px;
}

.amitw-rtq h1 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #333;
}

.amitw-rtq p {
    font-size: 12px;
    color: #333;
    margin-bottom: 14px;
}

.xh i {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: auto;
}

.xh i:before {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 2px;
    content: "";
    width: 1px;
    height: 11px;
    background: #fff;
    transform-origin: center top;
    animation: move2 2s infinite;
}

@keyframes move2 {
    0% {
        opacity: 1;
        transform: scaleY(1);
    }
    50% {
        transform: scaleY(0);
        opacity: 0.2;
    }
}

.bottom .city:last-child select {
    margin-right: 0;
}

.employ span {
    color: #333333;
    margin-right: 8px;
    font-weight: bold;
}

.entsly-inpt i {
    line-height: 40px;
}

.entsly-inpt span {
    line-height: 40px;
    margin-left: 6px;
    color: #1481dc;
}

.modal {
    z-index: 9999999999999999;
    margin-top: 15%;
}

.modal-header {
    border-bottom: none;
}

.wdqwa {
    width: 713px;
}

.ysad {
    margin-top: 43px;
    margin-bottom: 2%;
}

.ysad i {
    border: 1px #999 solid;
}

.ysad p {
    color: #333;
}

.ysad i:before {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 2px;
    content: "";
    width: 1px;
    height: 11px;
    background: #999999;
    transform-origin: center top;
    animation: move2 2s infinite;
}

.qsxs {
    display: block;
}

.container-tab a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.container-tab li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px #e6e6e6 solid;
}

.container-tab li p {
    float: left;
    line-height: 80px;
}

.container-tab li p:nth-child(1) {
    width: 63%;
}

.container-tab li p:nth-child(2) {
    width: 18%;
    margin: 0 0.5%;
    text-align: center;
}

.container-tab li p:nth-child(3) {
    width: 18%;
    text-align: center;
}

.container-tab .cont-ys p {
    background-color: #1481dc;
    line-height: 40px;
}


/* .detali-text .comdie{
	margin: 80px auto;
} */

.detali-text h2 {
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: bold;
    text-align: left;
}

.assess {
    width: 100%;
    margin: 40px auto;
    overflow: hidden;
}

.assess li {
    width: 49%;
    float: left;
    height: 60px;
    border: 1px #e6e6e6 solid;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.assess li:nth-child(2) {
    float: right;
}

.assess li img {
    width: 25px;
}

.assess li p {
    display: inline-block;
    line-height: 60px;
    color: #333333;
}

.assess li input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.kras {
    margin-top: 50px;
    width: 30%;
}

.amitw-nrk {
    width: 100%;
    overflow: hidden;
}

.amitw-nrk li {
    display: none;
}

.amitw-nrk .xians {
    display: block;
}

.ship {
    width: 62%;
    display: none;
    margin-top: 40px;
}

.jiant {
    margin-top: 4px;
}

.fahjt {
    padding: 5px 10px;
    float: left;
    position: absolute;
    top: 50px;
    left: 36px;
    overflow: hidden;
}

.fanh {
    float: right;
    margin-top: -5px;
    margin-left: 5px;
    color: #666;
}

.bialie {
    width: 100%;
    text-align: center;
}

.bialie i {
    display: block;
    color: #999;
    margin-right: 10px;
}

.bialie span {
    font-size: 26px;
    color: #1481dc;
    font-weight: bold;
    letter-spacing: 4px;
}

.fahjt p {
    border: 5px solid #999;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.onone,
.ononeone,
.ononetwo {
    display: none;
}

#boxscroll2 {
    height: 500px;
    overflow: auto;
}

.zydh li {
    width: 12%;
}

.gukls {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.zydh div,
.zydhd div {
    height: 60px;
    width: auto;
    float: left;
    border-bottom: 2px #cccccc solid;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
}

.lds div:nth-child(4n) {
    padding-right: 0px;
}

.zydh div h1,
.zydhd div h1 {
    float: left;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
}

.zydh div h1,
.zydhd div h1 {
    float: left;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
}

.zydh .download-jqsk,
.zydhd .download-jqsk {
    border-bottom: 2px #1481dc solid;
}

.zydh span,
.zydhd span {
    float: left;
    line-height: 40px;
}

.zydh .download-jqsk span,
.zydhd .download-jqsk span {
    color: #1481dc;
}

.shixi {
    margin-left: 74%;
}

.shixitwo {
    margin-left: 85.5%;
}

.lsdqb {
    margin-left: 45.6%;
}

.jisaqs {
    overflow: hidden;
    margin-top: 20px;
}

.jisaqs img {
    width: 1.4rem;
}

.zyj {
    float: left;
    width: 6%;
    margin-top: 27%;
    display: none;
}

.yjtqs {
    float: right;
    width: 6%;
    margin-top: 27%;
    display: none;
}

.nqsrk {
    width: 100%;
    overflow: hidden;
}

.youqs {
    width: 5%;
    float: left;
    margin-left: 5px;
    margin-top: 38px;
    display: none;
}

.youqs i {
    border: 5px solid #666;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.zouqs {
    width: 5%;
    float: right;
    margin-top: 38px;
    display: none;
}

.zouqs i {
    border: 5px solid #999;
    border-width: 0px 2px 2px 0px;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 3px;
}

.detali-text h1 {
    margin-top: 20px;
}

.tool {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    display: none;
    z-index: 99999991;
}

.tool-wnz {
    width: 75%;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 50px;
}

.tool-wnz h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 60px;
}

.ziqx {
    width: 100%;
    overflow: hidden;
}

.toll-img {
    width: 90%;
    margin: 0 auto;
}

.toll-img li {
    width: 21%;
    margin-right: 5%;
    float: left;
    border: 1px #cccccc solid;
    padding: 40px 0;
    text-align: center;
    color: #333;
}

.toll-img li:last-child {
    margin-right: 0;
}

.toll-img li a:hover {
    color: #333;
}

.toll-img li img {
    margin-top: -28px;
}

.toll-img li div {
    display: inline-block;
}

.toolx {
    overflow: hidden;
    margin-top: 30px;
    cursor: pointer;
}

.toolx img {
    float: right;
    margin-right: 5%;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}

.toll-img li div p {
    text-align: left;
}

.toll-img .tool-dj {
    border: 1px #1e7bed solid;
    -moz-box-shadow: 0px 0px 5px #bfd2ec;
    -webkit-box-shadow: 0px 0px 5px #bfd2ec;
    box-shadow: 0px 5px 10px #bfd2ec;
}

.toll-img li div p {
    font-size: 17px;
}

.toll-img li div text {
    color: #999;
    font-size: 14px;
}

.fixed .dsqwe {
    color: #333;
}

.lies {
    width: 100%;
}

.lies li {
    width: 40%;
    margin-right: 8%;
    float: left;
    padding: 26px 3%;
    font-size: 16px;
    font-weight: normal;
}

.lies li a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.gtudetwo {
    margin-top: 0;
}

.lies li:nth-child(2n) {
    margin-right: 0;
}

.lies li a {
    color: #333;
}

.lies li a:hover {
    color: #333;
}


/****/

.main {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
}

.upload {
    background-color: #fff;
    width: 800px;
    border-radius: 4px;
}

.upload_warp {
    padding: 40px;
    border: 1px dashed #ddd;
    border-radius: 4px;
}

.txtt img {
    width: 28px;
    height: 28px;
    margin-right: 14px;
}

.upload_warp .txtt {
    margin-top: 12px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

.upload_warp_text {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    text-indent: 14px;
    border-top: 1px solid #666666;
    font-size: 14px;
}

.notice {
    margin-left: 20px;
    color: red;
}

.upload_warp_img_div {
    position: relative;
    height: 100px;
    width: 120px;
    margin: 0px 30px 10px 0px;
    float: left;
    line-height: 100px;
    display: table-cell;
    text-align: center;
    background-color: #eee;
    cursor: move;
}

.upload_warp_img {
    overflow: hidden
}

.upload_warp_img_div_text {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload_warp_img_div img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.upload_warp_img_div_top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-indent: 4px;
}

.upload_warp_img_div_del {
    position: absolute;
    top: 6px;
    width: 16px;
    right: 4px;
    cursor: pointer;
}

.upload_btn {
    margin: 0 auto;
    background: none repeat scroll 0 0 #1481dc;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 0 40px;
    text-align: center;
    line-height: 50px;
    display: block;
    margin-top: 30px;
}

[v-cloak] {
    display: none;
}

.toll-one,
.toll-two {
    display: none;
}

.toll-img img {
    width: 46px;
}

.search-ttwe {
    overflow: hidden;
    padding: 1.8rem 0 1rem 0;
    background-size: 100%;
    background-color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.search {
    width: 92%;
    margin: 0 auto;
    border: 1px #fff solid;
    border-radius: 10px;
    overflow: hidden;
    height: 3rem;
}

.searchss {
    width: 80%;
    float: left;
    border: 1px #1481dc solid;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    height: 2.4rem;
}

.search img {
    width: 1.2rem;
    margin-left: 1rem;
    margin-top: 0.9rem;
    float: left;
}

.searchss img {
    width: 1.2rem;
    margin-left: 1rem;
    margin-top: 0.6rem;
    float: left;
}

.search p {
    float: left;
    line-height: 3rem;
    margin-left: 1rem;
    color: #fff;
}

.search-ttwe .searchss {
    background-color: #fff;
}

.search-ttwe p {
    float: left;
    width: 19%;
    text-align: center;
    line-height: 2.4rem;
    text-align: center;
    background-color: #1481dc;
    color: #fff;
}

.bantwo {
    display: none;
}

.nedkg {
    width: 100%;
    overflow: hidden;
    background-color: #Fff;
    padding: 12px 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
}

.nedkg .idnlogo {
    float: left;
}

.search-ttwe {
    width: 34%;
    float: right;
}

.search-ttwe input {
    height: 2.3rem;
    color: #333333;
    margin-left: 0.6rem;
    width: 78%;
}

.nqs {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1rem;
    overflow: hidden;
}

.nqs p {
    float: left;
    font-weight: bold;
}

.nqs i {
    float: right;
    color: #d6d6d6;
}

.nqs-sd {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.nqs-sd li {
    background-color: #fff;
    border: 1px #ececec solid;
    float: left;
    line-height: 2rem;
    border-radius: 15px;
    padding: 0 12px;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}

.fadj {
    display: none;
}

.che {
    line-height: 2.4rem;
    margin-left: 0.2rem;
    color: #999;
}

.liestex .searchss img {
    width: 1rem;
    margin-top: 0.6rem;
}

.liestex {
    width: 85%;
    margin: 0 auto;
    padding: 0 0 0.4rem 0;
    display: block;
}

.liestex .searchss {
    width: 84%;
    border: 1px #999 solid;
}

.nliedimg {
    width: 100%;
}

.nliedimg img {
    width: 100%;
}

.sqddz {
    width: 100%;
    overflow: hidden;
}

.swiper-slide img {
    width: 100%;
}

.top-daosh {
    width: 100%;
    overflow: hidden;
    margin-top: -90px;
    position: relative;
    z-index: 99;
}

.toum {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
}

.top-daosh ul {
    max-width: 1440px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.top-daosh ul li {
    width: 16%;
    float: left;
    height: 90px;
}

.top-daosh ul li i {
    float: right;
    margin-right: 22%;
    display: block;
    font-size: 14px;
    line-height: 40px;
}

.top-daosh ul li a {
    display: block;
    overflow: hidden;
}

.top-daosh ul li p {
    width: 40px;
    height: 38px;
    float: left;
    margin-left: 23%;
    background: url(../imges/dztb-1.png) 0px 0px no-repeat;
    background-size: 200%;
    margin-top: 2px;
}

/* .top-daosh ul li:hover {
    background-color: #c09b6e;
} */

.top-daosh ul li:hover i {
    color: #333;
}

/* .top-daosh ul li:hover p {
    background-position-x: -40px;
    background-size: 200%;
} */

.top-daosh-nrk {
    height: 40px;
    margin-top: 25px;
    border-left: 1px #b68741 solid;
}

.top-daosh ul li:nth-child(1) div {
    border-left: 1px #b68741 none;
}

.top-daosh ul li .top-daosh-2 {
    background: url(../imges/dztb-1.png) 0px -35px no-repeat;
    background-size: 200%;
}

.top-daosh ul li .top-daosh-3 {
    background: url(../imges/dztb-1.png) 0px -75px no-repeat;
    background-size: 200%;
}

.top-daosh ul li .top-daosh-4 {
    background: url(../imges/dztb-1.png) 0px -110px no-repeat;
    background-size: 200%;
}

.top-daosh ul li .top-daosh-5 {
    background: url(../imges/dztb-1.png) 0px -148px no-repeat;
    background-size: 200%;
}

.top-daosh ul li .top-daosh-6 {
    background: url(../imges/dztb-1.png) 0px -185px no-repeat;
    background-size: 200%;
}

.top-daosh ul li .top-daosh-text {
    line-height: normal;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 100px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #fff;
}

.persoanal-nrk {
    width: 100%;
    margin-top: 40px;
}

.persoanal-left {
    width: 20%;
    padding: 26px 4%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
}

.persoanal-left img {
    width: 100%;
    height: 175px;
    border: 1px #eee solid;
    margin-top: 10px;
}

.persoanal-left p {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    overflow: hidden;
    height: 20px;
    margin-bottom: 5px;
}

.persoanal-left i {
    text-align: center;
    display: block;
    color: #666;
    overflow: hidden;
}

.persoanal-upload {
    width: 100%;
    height: 44px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    background-color: #666;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.persoanal-upload input {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.quit {
    width: 100%;
    height: 44px;
    text-align: center;
    color: #fff;
    line-height: 44px;
    background-color: #999;
    position: relative;
    border-radius: 5px;
}

.persoanal-right {
    width: 100%;
    float: right;
    background-color: #fff;
    border-radius: 10px;
}

.liesde {
    width: 90%;
    overflow: hidden;
}

.persoanal-right {
    padding: 30px 0;
}

.liesde li p {
    width: 18%;
    text-align: right;
}

.liesde li input,
.liesde li select {
    width: 60%;
}

.xialimal {
    width: 60%;
    float: left;
    background-color: #f0f0f0;
    line-height: 40px;
    padding: 0 2%;
    border-radius: 5px;
    color: #666;
}

.lea {
    min-height: 100px;
    width: 100%;
    text-align: justify;
}

.liesde li .naxle input {
    width: auto;
    margin: 0 12px;
    margin-top: 14px;
}

.liesde li .naxle {
    line-height: 40px;
    float: left;
    color: #666;
}

.liesde li .entsly-textar {
    width: 60%;
    margin-top: 10px;
}

.liez {
    width: 80%;
    margin: 40px auto;
    border-bottom: 1px #eee solid;
    overflow: hidden;
}

.liez p {
    font-size: 16px;
    float: left;
    padding: 10px 16px;
    cursor: pointer;
}

.liez .liez-p {
    background-color: #b09362;
    color: #Fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.lix {
    margin-bottom: 30px;
}

.reply {
    width: 90%;
    margin: 6px auto;
}

.reply li {
    border-bottom: 1px #eee solid;
    overflow: hidden;
    padding: 20px 0;
}

.reply li p {
    font-size: 14px;
    color: #666;
    margin-top: 16px;
}

.reply li text {
    display: block;
    color: #999;
    margin-top: 6px;
    text-align: justify;
}

.reply li input {
    width: 100%;
    background-color: #f0f0f0;
    line-height: 34px;
    padding: 3px 5%;
    font-size: 14px;
    border-radius: 5px;
    color: #333;
    margin: 25px 0;
    margin-bottom: 0;
}

.reply li button,
.lixa {
    float: right;
    width: 120px;
    height: 45px;
    background-color: #b09362;
    color: #fff;
    display: block;
    border-radius: 5px;
    margin-top: 25px;
}

.lixa {
    background-color: inherit;
    color: #fff;
    background-color: #eee;
    text-align: center;
    line-height: 45px;
}

.reply li input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #999;
}

.reply li .hal {
    color: #b09362;
    font-weight: bold;
}

.rich-text {
    width: 100%;
    overflow: hidden;
}

.rich-text p {
    text-align: justify;
    line-height: 26px;
    margin-top: 16px;
    color: rgb(51, 51, 51);
}

.rich-text img {
    margin: auto;
}

.service-xwz a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.lisd {
    box-shadow: 0px 3px 3px #d9d9d9;
    border-bottom: none;
}

.top-kale {
    height: 130px;
}

.navigation-bar {
    float: left;
    width: 15%;
    overflow: hidden;
}

.navigation--lief {
    width: 99%;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 0px 3px 3px #d9d9d9;
    padding: 20px 0;
    border-radius: 5px;
    overflow: hidden;
}

.navigation--lief li {
    line-height: 60px;
    text-align: center;
    position: relative;
}

.navigation--lief .click:after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 4%;
    height: 80%;
    background-color: #b09362;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.navigation--lief .click {
    color: #b09362;
}

.navigation--lief li:hover {
    color: #b09362;
    cursor: pointer;
}

.personal-nrk {
    float: right;
    width: 72%;
    border-radius: 5px;
    margin-right: 1%;
    background-color: #fff;
    box-shadow: 0px 3px 3px #d9d9d9;
    margin: 10px 0;
    padding-bottom: 20px;
}

.personal-h1 {
    width: 100%;
    padding: 10px 5%;
    overflow: hidden;
    border-bottom: 1px #eee solid;
    margin-bottom: 20px;
}

.personal-h1 p {
    float: left;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: #666;
    line-height: 50px;
}

.personal-botton {
    height: 50px;
    width: 140px;
    color: #fff;
    background-color: #a57e3b;
    float: right;
    border-radius: 5px;
    box-shadow: 0px 3px 3px #d9d9d9;
    display: block;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
}

.liedle {
    padding: 4px 0;
}

.liedle li {
    width: 94%;
    border: 1px #eee solid;
    float: none;
    overflow: hidden;
    margin: auto;
    box-shadow: 0px 2px 3px #d9d9d9;
    margin-bottom: 20px;
}

.liedle li .wexzq {
    float: left;
    margin-left: 24px;
    width: 50%;
}

.wexzq-anle {
    float: right;
    margin-top: 40px;
}

.wexzq-anle div {
    width: 110px;
    height: 42px;
    line-height: 42px;
    border: #a57e3b 1px solid;
    text-align: center;
    color: #333;
    margin-top: 20px;
}

.wexzq-anle div a {
    display: block;
    height: 100%;
    color: #333;
}

.wexzq-anle .anle-one {
    background-color: #a57e3b;
}

.wexzq-anle .anle-one a {
    color: #fff;
}

.recruit-lie {
    width: 100%;
    padding: 4px 0;
}

.recruit-lie li {
    overflow: hidden;
    width: 94%;
    border: 1px #eee solid;
    float: none;
    overflow: hidden;
    margin: auto;
    box-shadow: 0px 2px 3px #d9d9d9;
    margin-bottom: 20px;
}

.recruit-title {
    width: 100%;
    padding: 0 2.5%;
    line-height: 40px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px #eee solid;
    overflow: hidden;
}

.recruit-content {
    width: 95%;
    margin: 26px auto;
    overflow: hidden;
}

.recruit-content-one {
    width: 80%;
    float: left;
}

.recruit-content-one p {
    float: left;
    width: 33%;
    margin-bottom: 12px;
}

.recruit-content-one p span {
    width: 100px;
    display: block;
    float: left;
    color: #999;
}

.recruit-content-one p text {
    color: #666;
}

.recruit-content-one .recruit-content-one-address {
    width: 100%;
}

.recruit-anle {
    margin-top: 0px;
}

.recruit-anle .anle-one {
    margin-top: 0;
}

.personal-1 {
    display: none;
}

.dontx {
    display: block;
}

.Sign-two {
    width: 60%;
    float: left;
}

.cecruitex {
    width: 100%;
}

.personal-botton:hover {
    color: #fff;
}

#toux {
    width: 160px;
    height: 223px;
    border: 1px #f0f0f0 solid;
    margin: auto;
    display: block;
}

.toex-nkr {
    position: relative;
    width: 160px;
    overflow: hidden;
    float: left;
}

.toned {
    width: 100%;
    margin-bottom: 5px;
}

.persoanal-righttwo {
    width: 70%;
}

.wexzq-address i {
    height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zly_fy select{
    width: 45px !important;
    text-align: center;
    height: 30px;
    border: 1px #eee solid;
}
.zly_fy span{
    font-size: 12px;
}
.zly_fy a{
    border: 1px solid #dee2e6;
    position: relative;
    padding: 6px 7px;
    background-color: #fff;
    font-size: 12px;
}
.zly_fy .on{
    background-color: #0a6ac3;
    border: 1px solid #0a6ac3;
    color: #fff;
}