.jmt {
    font-size: 40px;
    line-height: 50px;
    color: #5a3222;
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
}

.ysbox {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 100px;
}
.ysrow {
    padding-top: 100px;
    width: 1360px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.ysc {
    width: calc(50% - 50px);
    height: auto;
    overflow: hidden;
}
.ysct {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
}
.yscc {
    font-size: 16px;
    line-height: 30px;
    margin-top: 50px;
    padding-bottom: 10px;
}
.ysc img {
    display: block;
    max-width: 100%;
}
.ysrow:nth-child(even) .ysc:nth-child(1) {
    float: left;
}
.ysrow:nth-child(even) .ysc:nth-child(2) {
    float: right;
}
.ysrow:nth-child(odd) .ysc:nth-child(1) {
    float: right;
}
.ysrow:nth-child(odd) .ysc:nth-child(2) {
    float: left;
}


.tjbox {
    width: 100%;
    height: 750px;
    background: url(/static/images/jmbg.jpg) left bottom no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 0;
    overflow: hidden;
}
.tjt {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-top: 120px;
    font-weight: bold;
}
.tjli {
    width: 330px;
    height: 300px;
    display: inline-block;
    overflow: hidden;
    margin-top: 80px;
    vertical-align: top;
}
.tjico {
    width: 160px;
    height: 160px;
    background: #ed6d1f;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.tjico img {
    display: block;
    margin: 30px auto 15px auto;
}
.tjico span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.tjcont {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

.lcbox {
    width: 100%;
    height: 49vw;
    background: url(/static/images/lcbg.jpg) left top no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    position: relative;
}
.lct {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-top: 100px;
    font-weight: bold;
    color: #fff;
}
.lcrow {
   padding-left: 80px;
    height: calc(100% - 170px);
    text-align: center;
    font-size: 0;
}
.lcitem {
    display: inline-block;
    width: 200px;
    height: 280px;
    overflow: hidden;
    vertical-align: top;
}
.lcitem span {
    display: block;
    height: 100%;
    float: left;
    color: #fff;
    position: relative;
}
.lcitem span:nth-child(1) {
    width: 45px;
    line-height: 50px;
    font-size: 60px;
    font-family: Arial, Helvetica, sans-serif;
}
.lcitem span:nth-child(2) {
    width: 140px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    font-size: 14px;
    line-height: 30px;
    text-align: left;
}
.lcitem span:nth-child(2) strong {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #f3e9e2;
    line-height: 26px;
    margin-bottom: 20px;
}
.lcitem span:nth-child(2):after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: -4px;
    bottom: 0;
    z-index: 10;
}
a.lca {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #5a3222;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 240px;
    text-decoration: none;
}
a.lcaa {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #5a3222;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin: 30px auto 80px auto;
    text-align: center;
}
a.lcaa:hover {
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
a.lca .svg, a.lcaa .svg {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin: 10px;
    margin-left: 0;
}
a.lca .svg path, a.lcaa .svg path {
    fill: #fff;
}

.sqt {
    width: 580px;
    line-height: 80px;
    font-size: 30px;
    margin: 60px auto 20px auto;
    font-weight: bold;
}
.inp, .inprow {
    width: 640px;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    background: #fff;
    border: 0;
    display: block;
    margin: 0 auto 12px auto;
    padding-left: 20px;
    font-size: 1rem;
    text-align: left;
    overflow: hidden;
}
.inp {
    width: 500px;
}
.inp.inp2 {
    width: 200px;
}
.inp.inp3 {
    width: 400px;
}
.inpbar {
    width: 660px;
    height: auto;
    margin: 0 auto 12px auto;
    overflow: hidden
}
.inp::-webkit-input-placeholder {
	color: #ccc;
}

.inp:-moz-placeholder {
	color: #ccc;
}

.inp::-moz-placeholder {
	color: #ccc;
}

.inp:-ms-input-placeholder {
	color: #ccc;
}
.inprow select {
    display: inline-block;
    width: 150px;
    height: 50px;
    border: 0;
    font-size: 16px;
    margin-right: 50px;
}
.btn {
    display: block;
    width: 660px;
    height: 55px;
    margin: 0 auto;
    background: #5a3222;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer;
    border: 0;
}
.ke-button-common .btn {
    width: 100px;
    font-size: 0.875rem;
    font-weight: normal;
    cursor: pointer;
}

.jobbox {
    width: 73%;
    height: auto;
    overflow: hidden;
    margin: 100px auto;
}
.rcln {
    height: 400px;
    overflow: hidden;
}
.rcln img {
    display: block;
    width: 480px;
    height: auto;
    float: left;
}
.rcc {
    width: calc(100% - 500px);
    height: 100%;
    background: #e5e5e5;
    float: right;
    overflow: hidden;
}
.rct {
    height: 45px;
    margin: 50px 0 0 50px;
    line-height: 45px;
    font-size: 24px;
}
.rct span {
    display: block;
    float: left;
    font-weight: bold;
}
.rct span:nth-child(1) {
    padding: 0 15px;
    background: #5a3222;
    color: #fff;
}
.rct span:nth-child(2) {
    padding-left: 10px;
}
.rccont {
    margin: 30px 50px;
    font-size: 12px;
    line-height: 24px;
}
.jobtb {
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.jobrow {
    height: 65px;
    overflow: hidden;
    line-height: 65px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    cursor: pointer;
}
.jobrow.trow {
    background: #955223;
    color: #fff;
    border-bottom: 0;
    font-weight: bold;
    cursor: default;
}
.jobrow span {
    display: block;
    float: left;
    font-size: 16px;
    text-align: center;
}
.jobrow span:nth-child(1) {
    padding-left: 15px;
    width: 25%;
    text-align: left;
}
.jobrow span:nth-child(2) {
    width: 20%;
}
.jobrow span:nth-child(3) {
    width: 30%;
}
.jobrow span:nth-child(4) {
    width: 15%;
}
.jobrow img {
    display: block;
    width: 14px;
    height: auto;
    float: right;
    margin: 30px 30px 0 0;
    opacity: .3;
}
.jobrow.on {
    font-weight: bold;
}
.jobrow.on img {
    opacity: 1;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}
.jobcont {
    height: auto;
    overflow: hidden;
    background: #e5e5e5;
    padding: 50px;
    display: none;
}
.jobctb {
    width: 100%;
    display: table;
}
.jobc {
    display: table-cell;
    font-size: 14px;
    line-height: 24px;
    width: 70%;
    vertical-align: top;
}
.jobb {
    display: table-cell;
    vertical-align: middle;
}
.jobb span {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background: #5a3222;
    margin: 0 auto;
    cursor: pointer;
}
.jobb span .svg {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    margin: 10px;
    margin-left: 0;
}
.jobb span .svg path {
    fill: #fff;
}
.jobup {
    position: absolute;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .9);
}
.upt {
    font-size: 30px;
    line-height: 40px;
    width: 660px;
    margin: 20px auto;
}
.jobup img.hand {
    position: absolute;
    right: 20px;
    top: 20px;
}

.zcbox {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 50px auto;
}
.zcc {
    width: calc(25% - 30px);
    height: auto;
    overflow: hidden;
    margin: 20px 0 20px 40px;
    float: left;
}
.zcc:nth-child(4n+1) {
    margin-left: 0;
}
.zcc p {
    display: block;
    width: 100%;
    height: 255px;
    overflow: hidden;
}
.zcc span {
    display: block;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}
.zcc span:nth-child(2) {
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    overflow: hidden;
}
.zcc span:nth-child(3) {
    font-size: 14px;
    line-height: 26px;
    height: 80px;
}

.msbox {
    display: table;
    width: 1050px;
    height: auto;
    margin: 80px auto;
}
.msrow {
    display: table-row;
    width: auto;
    height: auto;
}
.mscell {
    display: table-cell;
    height: auto;
    padding: 30px 40px;
    width: 420px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    background: #f0f0f0;
}
.msrow.cur .mscell {
    font-weight: bold;
}
.mscell:nth-child(1) {
    width: 170px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.msrow:nth-child(1) .mscell {
    font-size: 30px;
    font-weight: bold;
    color: #666;
    padding: 40px 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.msrow:nth-child(1) .mscell:nth-child(1) {
    font-size: 0;
    background: none;
}
.msrow:nth-child(even) .mscell {
    background: #eaeaea;
}
.msrow .mscell.on {
    background: #ede0d8;
}
.msrow:nth-child(1) .mscell.on {
    background: #b39c87;
    color: #fff;
}
.msrow:nth-child(even) .mscell.on {
    background: #f3e9e2;
}

#filebtn {
    float: left;
    display: block;
    width: 80px;
    height: 50px;
    cursor: pointer;
    border: 0;
    background: #955223;
    color: #fff;
}

@media screen and (max-width: 1680px) {
    .tjbox {
        height: 700px;
    }
    .tjli {
        width: 280px;
    }
    .tjico {
        width: 140px;
        height: 140px;
    }
    .tjico img {
        margin: 25px auto 10px auto;
        width: 50px;
        height: 50px;
    }
    .tjico span {
        font-size: 20px;
    }
    .tjcont {
        font-size: 16px;
        line-height: 36px;
        margin-top: 30px;
    }
    .lct {
        font-size: 36px;
        line-height: 40px;
        margin-top: 80px;
    }
    .lcrow {
         height: calc(100% - 80px);
     }
     .lcitem {
        width: 170px;
        height: 220px;
    }
    .lcitem span:nth-child(1) {
        width: 35px;
        line-height: 40px;
        font-size: 50px;
    }
    .lcitem span:nth-child(2) {
        width: 110px;
        font-size: 12px;
        line-height: 26px;
    }
    a.lca {
        bottom: 200px;
    }
}
@media screen and (max-width: 1440px) {
    .ysrow {
        width: 1100px;
        padding-left: 50px;
    }
    .ysc {
        width: calc(50% - 40px);
    }
    .yscc {
        padding: 15px 0;
        font-size: 14px;
        line-height: 24px;
        margin-top: 30px;
    }
    .tjli {
        margin-top: 60px;
    }
    .tjico img {
        margin: 20px auto 15px auto;
    }
    .tjico span {
        font-size: 18px;
    }
    .tjcont {
        font-size: 16px;
        line-height: 36px;
        margin-top: 30px;
    }
    .lcitem {
        width: 160px;
        height: 200px;
    }
    .lcitem span:nth-child(1) {
        width: 30px;
        font-size: 40px;
    }
}
@media screen and (max-width: 1280px) {
    .ysrow {
        width: 1000px;
    }
    .ysc {
        width: calc(50% - 20px);
    }
    .yscc {
        padding: 10px 0;
        font-size: 12px;
        line-height: 24px;
        margin-top: 20px;
    }
}