.copy.proBut {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    background-color: #e8e8e8;
}
.copy.proBut .proBut-go {
    display: inline-block;
    width: 92px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    text-align: center;
    clear: both;
    overflow: hidden;
    background: #fff url(/static/works_more.png)
        no-repeat center -50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.copy.proBut .proBut-go:hover {
    background: #333 url(/static/works_more.png)
        no-repeat center 0px;
}
.copy.proBut .proBut-left {
    width: 52px;
    height: 50px;
    margin: 0 5px;
    background: #fff url(/static/works_arr.png)
        no-repeat 0px 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.copy.proBut .proBut-left:hover {
    background: #333 url(/static/works_arr.png)
        no-repeat -52px 0px;
}
.copy.proBut .proBut-right {
    width: 52px;
    height: 50px;
    margin: 0 5px;
    background: #fff url(/static/works_arr.png)
        no-repeat -52px -50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.copy.proBut .proBut-right:hover {
    background: #333 url(/static/works_arr.png)
        no-repeat 0px -50px;
}
.copy .anim-1 {
    -webkit-transform: translateY(100px) translateX(0);
    -moz-transform: translateY(100px) translateX(0);
    transform: translateY(100px) translateX(0);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.copy .anim-1 {
    -webkit-transition: transform 0.8s, opacity 0.8s;
    -moz-transition: transform 0.8s, opacity 0.8s;
    -o-transition: transform 0.8s, opacity 0.8s;
    transition: transform 0.8s, opacity 0.8s;
}
.copy .anim-show {
    -webkit-transform: translateY(0px) translateX(0);
    -moz-transform: translateY(0px) translateX(0);
    transform: translateY(0px) translateX(0);
    opacity: 1;
}
.copy .advantage {
    text-align: center;
    overflow: hidden;
}
.copy .num_box {
    width: 20%;
    float: left;
    height: 124px;
    background: url(/static/i_one_bg1.png) right
        center no-repeat;
}
.copy .num_box:last-child {
    background: none;
}
.copy .num_box .num {
    font-weight: bold;
    color: var(--blue);
    font-weight: normal;
    font-size: 60px;
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
    margin-top: 10px;
}
.copy .num_box h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    line-height: 30px;
}
/*  */

.inner {
    margin: 0px auto;
    padding-left: 8vw;
    padding-right: 8vw;
}
.jobKindcon {
    margin-bottom: 55px;
    margin-top: 18px;
}
.jobMore {
    display: flex;
    padding: 25px 40px;
    background: rgb(255, 255, 255);
    font-size: 18px;
    color: rgb(51, 51, 51);
    letter-spacing: 1px;
    cursor: pointer;
    align-items: center;
}
.jobNeed {
    padding: 40px 45px;
    background: rgb(255, 255, 255);
    display: none;
    border-top: 1px solid rgb(229, 229, 229);
}
.jobNeed p {
    font-size: 15px;
    color: rgb(102, 102, 102);
    line-height: 30px;
    letter-spacing: 1px;
}
.jobTitle {
    margin-top: 60px;
}
.jobFlex {
    display: flex;
    align-items: baseline;
    margin-bottom: 18px;
}
.j1 {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: 600;
    width: 10em;
}
.jobTitle {
    display: flex;
    padding: 25px 40px;
    background: #fff;
    border: 1px solid rgb(220, 220, 220);
}
.jobTitle p {
    font-size: 20px;
    color: rgb(51, 51, 51);
}
.jobTitle p:nth-child(1) {
    width: 25%;
}
.jobTitle p:nth-child(2) {
    width: 20%;
}
.jobTitle p:nth-child(3) {
    width: 18%;
}
.jobTitle p:nth-child(4) {
    width: 14%;
}
.jobTitle p:nth-child(5) {
    width: 18%;
}
.jobTitle p:nth-child(6) {
    width: 5%;
    text-align: center;
}
.jobMore li:nth-child(1) {
    width: 25%;
}
.jobMore li:nth-child(2) {
    width: 20%;
}
.jobMore li:nth-child(3) {
    width: 18%;
}
.jobMore li:nth-child(4) {
    width: 14%;
}
.jobMore li:nth-child(5) {
    width: 18%;
}
.jobMore li:nth-child(6) {
    width: 5%;
    text-align: center;
}
.jobMore li:nth-child(6) img {
    margin: auto;
}
.j2 {
    width: 80%;
}
.jobKind {
    border: 1px solid rgb(220, 220, 220);
    margin-bottom: 18px;
}
.giveTo {
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: center;
    border-radius: 25px;
    width: 180px;
    color: #fff;
    font-size: 18px;
    background: var(--blue);
    margin-top: 50px;
    transition: all 0.5s;
}
.giveTo:hover {
    transform: translateY(6px);
    box-shadow: 1px 1px 15px 1px rgba(230, 126, 34, 0.6);
    color: #fff;
}
.giveTo img {
    margin-right: 12px;
}
/*! CSS Used from: http://www.zrmhj.cn/static/home/css/media.css */
@media screen and (max-width: 1670px) {
    .inner {
        padding: 0 7vw;
    }
}
@media screen and (max-width: 1500px) {
    .inner {
        padding: 0 6vw;
    }
}
@media screen and (max-width: 1300px) {
    .inner {
        padding: 0 4vw;
    }
}
@media screen and (max-width: 1000px) {
    .jobTitle {
        margin-top: 30px;
        float: none;
        left: auto;
        display: flex;
        position: relative;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        box-sizing: border-box;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .jobTitle p {
        width: 200px !important;
        padding: 0 10px;
    }
    .jobTitle p:nth-child(3) {
        display: none;
    }
    .jobTitle p:nth-child(4) {
        display: none;
    }
    .jobMore li:nth-child(3) {
        display: none;
    }
    .jobMore li:nth-child(4) {
        display: none;
    }
    .jobMore li:nth-child(5) {
        display: none;
    }
    .jobTitle p:nth-child(5) {
        display: none;
    }
    .jobMore li {
        width: 200px !important;
        padding: 0 10px;
    }
    .jobMore li:nth-child(6) img {
        width: 22px;
        height: 22px;
        max-width: 22px !important;
    }
    .jobNeed {
        padding: 20px 25px;
        background: rgb(255, 255, 255);
        display: none;
        border-top: 1px solid rgb(229, 229, 229);
    }
    .jobFlex {
        display: inherit;
        align-items: baseline;
        margin-bottom: 15px;
    }
    .j1 {
        font-size: 15px;
        color: rgb(51, 51, 51);
        font-weight: 600;
        width: 10em;
        text-align: left;
        margin-bottom: 10px;
    }
    .j2 {
        width: 100%;
    }
    .jobNeed p {
        font-size: 14px;
        color: rgb(102, 102, 102);
        line-height: 23px;
        letter-spacing: 0;
        margin-bottom: 8px;
    }
    .giveTo {
        display: flex;
        align-items: center;
        height: 40px;
        justify-content: center;
        border-radius: 25px;
        width: 135px;
        color: #fff;
        font-size: 15px;
        background: rgb(41, 120, 73);
        margin-top: 20px;
        transition: all 0.5s;
        margin-bottom: 10px;
    }
    .jobKindcon {
        margin-bottom: 40px;
        margin-top: 18px;
    }
    .jobMore {
        display: flex;
        padding: 15px 10px;
        background: rgb(255, 255, 255);
        font-size: 15px;
        color: rgb(51, 51, 51);
        letter-spacing: 1px;
        cursor: pointer;
        align-items: center;
        float: none;
        left: auto;
        display: flex;
        position: relative;
        overflow-x: scroll;
        width: 100%;
        white-space: nowrap;
        box-sizing: border-box;
        border-top: none;
        border-left: none;
        border-right: none;
    }
    .jobTitle {
        display: flex;
        padding: 15px 15px;
        background: rgb(245, 245, 245);
        border: 1px solid rgb(245, 245, 245);
    }
    .jobTitle p {
        font-size: 16px;
        color: rgb(51, 51, 51);
    }
    .inner {
        padding: 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .inner {
        padding: 0 15px;
    }
}

* {
    margin: 0px;
    padding: 0px;
    font-family: PingFang SC, "Microsoft Yahei";
}
ul,
li,
dd {
    margin: 0px;
    padding: 0px;
}
ul {
    list-style: none;
}
.side {
    position: fixed;
    width: 78px;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 100;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    border-bottom: 0;
}
.side ul li {
    width: 78px;
    height: 78px;
    float: left;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}
.side ul li:hover {
    background: var(--blue);
    color: #fff;
}
.side ul li:hover a {
    color: #fff;
}
.side ul li i {
    height: 25px;
    margin-bottom: 1px;
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 25px;
    margin-top: 14px;
    transition: all 0.3s;
}
.side ul li i.bgs1 {
    background-image: url(/static/QQ.png);
}
.side ul li i.bgs2 {
    background-image: url(/static/客服.png);
}
.side ul li i.bgs3 {
    background-image: url(/static/微信.png);
}
.side ul li i.bgs4 {
    background-image: url(/static/24gl-telephone2.png);
}
.side ul li i.bgs5 {
    background-image: url(/static/right_pic3.png);
}
.side ul li i.bgs6 {
    background-image: url(/static/上传.png);
}
.side ul li:hover i.bgs1 {
    background-image: url(/static/QQ_.png);
}
.side ul li:hover i.bgs2 {
    background-image: url(/static/客服_.png);
}
.side ul li:hover i.bgs3 {
    background-image: url(/static/微信_.png);
}
.side ul li:hover i.bgs4 {
    background-image: url(/static/24gl-telephone2_.png);
}
.side ul li:hover i.bgs5 {
    background-image: url(/static/right_pic3_on.png);
}
.side .telBox {
    display: none;
}
.side ul li.sidetop {
    background: var(--blue);
    color: #fff;
}
.side ul li.sidetop:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}
.side ul li.sideewm .ewBox {
    width: 238px;
    display: none;
    color: #363636;
    text-align: center;
    padding-top: 235px;
    position: absolute;
    left: -240px;
    top: 0px;
    background-image: url("/static/leftewm.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #e0e0e0;
}
.side ul li .telBox {
    width: 240px;
    height: 237px;
    display: none;
    color: #fff;
    text-align: left;
    position: absolute;
    left: -240px;
    top: -79px;
    background: #f67524;
}
.side ul li .telBox dd {
    display: block;
    height: 118.5px;
    overflow: hidden;
    padding-left: 82px;
    line-height: 24px;
    font-size: 18px;
}
.side ul li .telBox dd span {
    display: block;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin-top: 32px;
    font-size: 18px;
}
.side ul li .telBox dd.bgs1 {
    background: url(/static/right_pic8.png) 28px
        center no-repeat;
    background-color: #e96410;
}
.side ul li .telBox dd.bgs2 {
    background: url(/static/right_pic9.png) 28px
        center no-repeat;
}
@media screen and (max-width: 1440px) {
    .side {
        width: 62px;
        margin-top: -158px;
    }
    .side ul li {
        width: 62px;
        height: 62px;
        font-size: 12px;
        line-height: 30px;
    }
    .side ul li i {
        height: 20px;
        background-size: auto 20px;
        margin-top: 11px;
    }
    .side .telBox {
        display: none;
    }
    .side ul li.sideetel .telBox {
        height: 189px;
        top: -63px;
    }
    .side ul li.sideetel .telBox dd {
        height: 94.5px;
        font-size: 16px;
    }
    .side ul li.sideetel .telBox dd span {
        margin-top: 21px;
        font-size: 16px;
    }
}
