body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

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

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

li {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input,
textarea,
select {
    font-size: 100%
}

body {
    background: #fdfdfd;
    font: 14px/1.5 "Microsoft YaHei", Tahoma, "simsun", sans-serif;
    color: #323235;
}

i {
    font-style: normal
}

a {
    color: #555555;
    text-decoration: none
}

a:hover {
    color: #5473b9
}

a.under:link,
a.under:active,
a.under:visited,
a.under:hover {
    text-decoration: underline
}

.site-title,
.hidden {
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

:focus {
    outline: 0
}

.clear {
    zoom: 1
}

.clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0
}

.wrap {
    width: 100%;
    min-width: 1280px;
    background: url('../imgs/bg.jpg') no-repeat center top;
    position: relative
}

.header {
    height: 1116px;
    background: url('../imgs/head0629.jpg') no-repeat center top;
}

.part {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.nav {
    height: 90px;
    position: absolute;
    top: 0;
    width: 100%;
}

.nav_list {
    text-align: center;
    height: 90px;
    padding-left: 11px;
    overflow: inherit;
}

.nav_list .item {
    float: left;
    width: 95px;
    margin: 42px 54px 0 54px;
    color: #fff;
    height: 40px;
    overflow: hidden;
    background: url('../imgs/nav.png');
    font-size: 0;
    text-indent: -9999px;

}

.nav_list .home {
    background-position: 0 0;
}

.nav_list .intel {
    background-position: 0 -40px;
}

.nav_list .occupation {
    background-position: 0 -80px;
}

.nav_list .service {
    background-position: 0 -120px;
}

.nav_list .cur,
.nav_list .item:hover {
    background-position-x: -95px;
}

.nav_list .logo {
    width: 178px;
    float: left;
    margin: 30px 84px 0 84px;
}

.download {
    width: 816px;
    height: 198px;
    background: url('../imgs/download2.png') no-repeat;
    position: absolute;
    top: 750px;
    left: 50%;
    margin-left: -490px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.cadpa_tips {
    width: 115px;
    height: 147px;
    position: absolute;
    right: -123px;
    top: 0;
}

.qrcode {
    float: left;
    width: 134px;
    height: 134px;
    margin: 34px 24px 0 70px;
    position: relative;
    overflow: hidden;
    display: none;
}

.qrcode::after {
    content: '';
    animation: sys 3.5s linear infinite;
    -webkit-animation: sys 3.5s linear infinite;
    position: absolute;
    left: 2%;
    width: 96%;
    height: 3px;
    background: #ffffff;
    opacity: .8;
    box-shadow: 0 0 6px #000;
}

@keyframes sys {

    0%,
    100% {
        top: 0
    }

    50% {
        top: calc(100% - 3px)
    }
}

@-webkit-keyframes sys {

    0%,
    100% {
        top: 0
    }

    50% {
        top: calc(100% - 3px)
    }
}

.down_btns {
    display: flex;
    flex-wrap: wrap;
    width: 431px;
    gap: 12px 13px;
}

.side_link {
    display: block;
    width: 149px;
    height: 150px;
    flex-shrink: 0;
    transition: opacity 0.2s;
}
.side_link:hover {
    opacity: 0.85;
}
.side_link img {
    width: 149px;
    height: 150px;
    display: block;
}

.down_btns a {
    width: 209px;
    height: 70px;
    display: block;
    background: url('../imgs/down_btn.png') no-repeat;
    transition: filter 0.2s;
    position: relative;
}

.down_btns .ios {
    background-position: 0 0;
}
.down_btns .ios:hover {
    filter: brightness(1.15);
}

.down_btns .tap {
    background-position: -222px 0;
}
.down_btns .tap:hover {
    filter: brightness(1.15);
}

.down_btns .android {
    background-position: 0 -82px;
}
.down_btns .android:hover {
    filter: brightness(1.15);
}

.down_btns .leidian {
    background-position: -222px -82px;
}
.down_btns .leidian:hover {
    filter: brightness(1.15);
}

/* 二维码悬停显示 */
.down_btns a {
    position: relative;
}
.down_btns a .qr {
    display: none;
    position: absolute;
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    padding: 5px;
    background: #fff;
    width: 220px;
    height: 220px;
    border-radius: 6px;
}
.down_btns a .qr::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.down_btns a .qr img {
    display: block;
    width: 100%;
    height: 100%;
}
.down_btns a:hover .qr {
    display: block;
}

.p1 {
    height: 750px;
    padding-top: 230px;
}

.banner {
    width: 672px;
    height: 407px;
    float: left;
    overflow: hidden;
    position: relative;
    background: url('../imgs/banner.png') no-repeat;
    box-sizing: border-box;
    padding: 10px;

}

.banner .swiper-pagination {
    bottom: 13px;
    padding-left: 10px;
    text-align: right;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: unset;
    right: 12px;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #fff;
    opacity: 1;
    transition: width .2s linear;
    -webkit-transition: width .2s linear;
}

.banner .swiper-pagination-bullet-active {
    width: 40px;
}

.banner .swiper-wrapper {
    width: 652px;
    height: 387px;
}






.news_box {
    width: 590px;
    height: 407px;
    float: right;
    position: relative;
}

.news_tab {
    border-bottom: 1px solid #ccc;
    height: 46px;
    padding: 3px 10px 0;
}

.news_tab a:not(.more) {
    float: left;
    color: #5873b3;
    line-height: 30px;
    font-size: 18px;
    position: relative;
    margin-right: 15px;
    width: 70px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    font-weight: 600;
}

.more {
    background: url('../imgs/more.png') no-repeat;
    width: 34px;
    height: 34px;
    float: right;
}



.news_tab a:not(.more).cur {
    font-weight: bold;
    background: #c33e37;
    color: #ffffff;

}


.news_con {
    position: relative;
}

.recommend {
    background: #d0dff3;
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 1px dashed #a6bce3;
    box-sizing: border-box;
    text-align: center;
    padding: 15px 0 0 0;
    min-height: 55px;
}

.recommend .r-title {
    color: #758ec5;
    font-size: 18px;
    font-weight: 600;
    font-family: math;
}

.recommend .r-time {
    color: #a5b8dd;
    font-size: 16px;
    font-weight: 600;
    margin: 13px 0 20px 0;
}

.recommend span {
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    transform: rotate(-45deg);
    transform-origin: center;
    display: inline-block;
    text-align: center;
    padding-top: 6px;
    box-sizing: border-box;
    color: #ffffff;
}

.recommend span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    background: url('../imgs/recommend.png') no-repeat;
    transform: rotate(45deg);
    transform-origin: center;
    display: block;
    z-index: -1;
}



.news_con ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.news_con ul.on {
    display: block;
}

.news_con li {
    width: 100%;
    line-height: 47px;
    height: 47px;
    position: relative;
}

.news_con li:last-child {
    border: none;
}

.news_con li .title {
    width: 450px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news_con li .title span {
    color: #ba5247;
}

.news_con li .time,
.content .list .time {
    float: right;
    color: #999;
}

.news_ft {
    position: absolute;
    top: 376px;
    right: 0;
    height: 24px;
}


.news_more {
    float: right;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #fff;
    padding: 0 15px;
    background: #c84c3f;
}

.news_more:hover {
    background: #e05c4e;
    color: #fff;
}

.p2 {
    padding-top: 200px;
    height: 1260px;
}



.role_nav {
    position: absolute;
    left: 130px;
    top: 270px;
    width: 100px;
    z-index: 10;
}

.role_nav span {
    display: block;
    width: 102px;
    height: 62px;
    margin-bottom: 15px;
    background: url('../imgs/role_ico.png') no-repeat;
    cursor: pointer;
    font-size: 0;
}

.role_nav .dk {
    background-position: -101px 0;
    margin: 0 0 70px 18px;
}


.role_nav .jk {
    background-position: -101px -67px;
    margin: 0 0 70px -44px;
}

.role_nav .qk {
    background-position: -101px -134px;
    margin: 0 0 70px -72px;
}

.role_nav .gs {
    background-position: -101px -201px;
    margin: 0 0 70px -60px;
}

.role_nav .ys {
    background-position: -101px -268px;
    margin: 0 0 0 0px;
}


.role_nav span.cur {
    background-position-x: 1px;
}

.role .sex_btn {
    position: absolute;
    left: 820px;
    top: 480px;
    width: 50px;
    z-index: 10;
}

.role .sex_btn a {
    margin-bottom: 15px;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: url('../imgs/sex.png') no-repeat;
    text-align: center;
}

.role .sex_btn .nan {
    margin-left: 10px;
}

.role .sex_btn a i {
    line-height: 42px;
    font-size: 16px;
    background-image: linear-gradient(to top, #ffffff, #fff1da, #fae875);
    background-image: -webkit-linear-gradient(to top, #ffffff,
            #fff1da,
            #fae875);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.role .sex_btn a.cur {
    background: url('../imgs/sex_cur.png') no-repeat;
}

.role .name,
.job_tit {
    background: url('../imgs/role.png') no-repeat;
    display: block;
}

.role .name {
    width: 99px;
    height: 318px;
    transform: translateY(-20px);
}

.dk .name {
    background-position: -200px 0;
}



.jk .name {
    background-position: -305px 0;
}

.qk .name {
    background-position: -410px 0;
}

.gs .name {
    background-position: 2px 0;
}

.ys .name {
    background-position: -102px 0;
}

.role .job {
    margin: 32px 0 0 0;
    color: #7690ca;
    height: 460px;
    writing-mode: vertical-rl;
    position: absolute;
    top: 150px;
    right: 160px;
}

.role .job_tit {
    width: 20px;
    height: 93px;
    background-position: -515px 0px;
}

.role .job p {
    line-height: 30px;
}

.role_nan,
.role_nv {
    position: absolute;
    left: 0;
    bottom: 0px;
    display: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.role_nan.on,
.role_nv.on {
    display: block;
}

.attr {
    width: 261px;
    height: 198px;
    position: absolute;
    right: 60px;
    bottom: 120px;
}















.p3 {
    height: 840px;
    padding-top: 210px;
}

.swiper {
    margin: auto 0;
}

.swiper .swiper-slide {
    width: 868px;
    height: 486px;
}

.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-left {
    background-color: rgba(255,
            255,
            255, .6);
}

.next,
.prev {
    width: 119px;
    height: 43px;
    background: url('../imgs/pn.png') no-repeat;
    position: absolute;
    top: 220px;
    cursor: pointer;
    z-index: 1;
}

.prev {
    left: 55px;
}

.next {
    background-position: right top;
    right: 55px;
}

.swiper .pagination {
    text-align: center;
    margin-top: 20px;
}

.swiper .pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 7px;
    background: #c5c5c5;
    opacity: 1;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.swiper .pagination .swiper-pagination-bullet-active {
    width: 40px;
    background: #729ed1;
}

.p4 {
    height: 635px;
    padding-top: 210px;
}



.contact .item {
    width: 296px;
    height: 224px;
    background: url('../imgs/contact_bg.png') no-repeat;
    float: left;
    position: relative;
}

.contact .c2 {
    margin: 0 100px;
}

.contact .area {
    width: 156px;
    height: 156px;
    text-align: center;
    color: #999999;
    position: absolute;
    top: 0;
    right: 0px;
    margin: 5px;
    border: 1px solid #769acf;
}

.contact .desc {
    padding: 25px 0 0 28px;
    height: 125px;
    color: #769acf;
}

.contact .desc p {
    float: left;
    width: 25px;
    line-height: 1;
    text-align: center;
}

.contact .desc p:not(.tit) {
    margin-top: 12px;
}

.contact .zx {
    float: left;
    width: 21px;
    font-size: 12px;
    background: #c5423a;
    margin-right: 4px;
    color: #fff;
    text-align: center;
    padding: 6px 2px;
    line-height: 1;
}

.contact .zx:hover {
    background: #d34a43;
}

.contact .desc .tit {
    background: #769acf;
    color: #ffffff;
    font: bold 16px / 1 "Source Han Serif SC", "思源宋体";
    margin-right: 6px;
    line-height: 24px;

}

.contact .tips {
    font-size: 14px;
    color: #769acf;
    margin-top: 35px;
    width: 270px;
    text-align: center;
}


.contact .tel_ico {
    width: 78px;
    height: 78px;
    margin: 18px auto 0;
}

.qrcode img,
.swiper-slide img {
    display: block;
    width: 100%;
}

.inner {
    background-image: url('../imgs/inner_bg.jpg');
}

.inner .main {
    padding: 780px 0 55px;
    height: auto;
}

.side_download {
    background: url('../imgs/sd.png') no-repeat;
    width: 301px;
    height: 488px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.side_download .qrcode {
    width: 234px;
    height: 234px;
    float: inherit;
    margin: 62px auto 0;
}

.side_download .down_btns {
    float: inherit;
    margin: 0 auto;
    width: 209px;
    padding-top: 34px;
}

.side_download .down_btns .ios {
    width: 209px;
    background-position: 0 0;
}

.side_download .down_btns .ios:hover {
    filter: brightness(1.15);
}

.side_download .down_btns .tap {
    width: 209px;
    background-position: -222px 0;
    margin-top: 12px;
}

.side_download .down_btns .tap:hover {
    filter: brightness(1.15);
}

.side_download .down_btns .android {
    width: 209px;
    background-position: 0 -82px;
    /* margin-top: 12px; */
}

.side_download .down_btns .android:hover {
    filter: brightness(1.15);
}

.side_download .down_btns .leidian {
    width: 209px;
    background-position: -222px -82px;
    margin-top: 12px;
}

.side_download .down_btns .leidian:hover {
    filter: brightness(1.15);
}

.middle {
    margin-left: 340px;
    background: #fff;
}

.art_top {
    height: 80px;
    line-height: 68px;
    background: #4362a8;
    padding: 10px 50px 0 30px;
    color: #fff;
}

.art_top h3 {
    float: left;
    font-size: 30px;
    font-family: "Source Han Serif SC", "思源宋体";
}

.art_top .site {
    float: right;
}

.art_top .site a {
    color: #fff;
}

.type {
    border-bottom: 1px solid #e5e5e5;
    margin: 22px 50px 0;
    text-align: center;
}

.type a {
    display: inline-block;
    font-size: 24px;
    color: #565b6a;
    line-height: 58px;
    padding: 0 30px;
    margin: 0 16px;
    position: relative;
}

.type .cur {
    font-weight: bold;
    color: #c13631;
}

.content {
    padding: 25px 50px;
    min-height: 600px;
}

.content .list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 15px;
}

.content .list .title {
    width: 750px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ct {
    margin: 20px 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    text-align: center;
}

.ct h2 {
    font-size: 22px;
    color: #555;
    line-height: 1.2;
}

.ct p {
    color: #aaa;
    margin-top: 8px;
}

.article {
    color: #666666;
    line-height: 30px;
    padding: 15px;
}

.article img {
    display: block;
    max-width: 100%;
}

.page {
    margin: 40px auto 0;
    text-align: center;
    line-height: 32px;
}

.page a {
    display: inline-block;
    background: #666;
    color: #fff;
    padding: 0 10px;
    margin: 0 5px;
}

.page a.active,
.page a:hover {
    background: #c43f38;
    text-decoration: none;
}

.top_bar,
.wap_nav,
.art_top .back {
    display: none;
}

@media screen and (min-width:320px) and (max-width:750px) {
    .inner {
        min-width: 100%;
        background: #ffffff;
        padding: 0 0 55px 0;
    }

    .inner img {
        display: block;
        width: 100%;
    }

    .inner .nav,
    .inner .side_download,
    .art_top .site,
	.TW-foot{
        display: none;
    }

    .inner .main {
        margin: 56px 0 0;
        padding: 0;
    }

    .inner .part {
        width: 100%;
    }

    .middle {
        margin: 0;
        width: 100%;
        background: #ffffff;
    }

    .art_top {
        background: #fff;
        padding: 15px 20px 10px;
        height: 30px;
        line-height: 30px;
        color: #565b6a;
        position: relative;
    }

    .art_top h3 {
        float: initial;
        font-size: 20px;
        text-align: center;
    }

    .art_top .back {
        display: block;
    }

    .art_top .back {
        position: absolute;
        padding-left: 12px;
        top: 50%;
        left: 10px;
        color: #565b6a;
        font-size: 14px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .art_top .back::before {
        content: "";
        display: inline-block;
        height: 6px;
        width: 6px;
        border-width: 1px 1px 0 0;
        border-color: #565b6a;
        border-style: solid;
        -webkit-transform: matrix(-.71, .71, .71, .71, 0, 0);
        transform: matrix(-.71, .71, .71, .71, 0, 0);
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: 5px
    }

    .ct {
        margin: 0 20px;
        padding: 20px 10px;
        font-size: 12px;
    }

    .ct h2 {
        font-size: 16px;
        line-height: 1.4;
    }

    .content {
        padding: 20px;
        min-height: auto;
    }

    .article {
        padding: 0;
        font-size: 12px;
        line-height: 2;
    }

    .top_bar,
    .wap_nav {
        width: 100%;
        position: fixed;
        z-index: 10;
        left: 50%;
        transform: translateX(-50%);
    }

    .top_bar {
        height: 60px;
        background-color: #244e8d;
        top: 0;
        color: #fff;
        display: block;
    }

    .wap_nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex !important;
        bottom: 0;
        background: -webkit-linear-gradient(#26508e, #375e97);
        background: linear-gradient(#26508e, #375e97);
        height: 55px;
    }

    .wap_nav a {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        line-height: 55px;
        font-size: 14px;
        color: #ffedc6;
        text-align: center;
        background: url('../imgs/foot_link.png') no-repeat left center / 1px 55px;
    }

    .logo {
        display: block;
        width: 55px;
        height: 55px;
        position: absolute;
        top: 9px;
        left: 6px;
    }

    .top_bar .txt {
        padding-left: 70px;
        padding-top: 11px;
        line-height: 1.6;
        color: #f8f7f8;
        font-size: 11px;
    }

    .top_bar .txt h3 {
        font-size: 15px;
        color: #edcb7a;
    }

    .top_bar .btn_down {
        display: block;
        width: 103px;
        height: 30px;
        background: url('../imgs/btn_down.png') no-repeat center / cover;
        font-size: 0;
        position: absolute;
        right: 6px;
        top: 15px;
    }

}

.ios_btn {
    display: block;
    width: 114px;
    height: 146px;
    background: url('../imgs/ios.png') no-repeat;
    position: absolute;
    right: -120px;
    top: 35px;
}

.ios_btn:hover {
    background-position: right top;
}
























.hide {
    display: none !important;
}

.show {
    display: block !important;
}

:focus {
    outline: 0
}

.clear {
    zoom: 1;
    display: flex;
    justify-content: center;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0
}

.rolelist {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 974px;
}

.rolelist {
    background: url('../imgs/jobs.png') no-repeat;
}

.role_cont {
    height: 100%;
}

.role_cont .role {
    display: none;
    position: relative;
    height: 100%;
}

.role_cont .desc {
    position: absolute;
    top: 40px;
    right: 60px;
}

.skill {
    position: absolute;
    left: 670px;
    top: 115px;
    width: 140px;
}

.skill span {
    display: block;
    width: 54px;
    height: 54px;
    position: relative;
    cursor: pointer;
}

.skill span:nth-child(2) {
    margin: 44px 0 0 54px;
}

.skill span:nth-child(3) {
    margin: 60px 0 0 83px;
}

.skill span:nth-child(4) {
    margin: 76px 0 0 70px;
}

.skill span:nth-child(5) {
    margin: 60px 0 0 5px;
}

.skill .info {
    display: none;
    position: absolute;
    z-index: 10;
    right: -220px;
    top: 50%;
    background: rgb(218, 224, 242, .9);
    border: 1px solid #b7c6fc;
    width: 186px;
    padding: 10px;
    line-height: 26px;
    font-size: 12px;
    color: #7e6dc6;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.skill .info::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: -12px;
    width: 12px;
    height: 16px;
    background: url('../imgs/d.png') no-repeat;
}

.skill .info .name {
    color: #cc71dc;
    font-size: 18px;
    padding-bottom: 9px;
    border-bottom: 1px dashed #c5c6e0;
    font-weight: bold;
    margin-bottom: 5px;
}



.role_cont .show .role_nv,
.role_cont .show .role_nan,
.role_nan.on,
.role_nv.on {
    -webkit-animation: jimgShow .5s forwards 300ms 0 ease;
    -moz-animation: jimgShow .5s forwards 300ms 0 ease;
    -ms-animation: jimgShow .5s forwards 300ms 0 ease;
    animation: jimgShow .5s forwards 300ms 0 ease;
    -moz-animation: jimgShow 2.5s forwards;
    -webkit-animation: jimgShow .5s forwards;
    -o-animation: jimgShow .5s forwards;
    -ms-animation: jimgShow .5s forwards;
}

@-webkit-keyframes jimgShow {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-moz-keyframes jimgShow {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-ms-keyframes jimgShow {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-o-keyframes jimgShow {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes jimgShow {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

.role_cont .show .job,
.role_cont .show .attr {
    -webkit-animation: descShow .5s forwards 300ms 0 ease;
    -moz-animation: descShow .5s forwards 300ms 0 ease;
    -ms-animation: descShow .5s forwards 300ms 0 ease;
    animation: descShow .5s forwards 300ms 0 ease;
    -moz-animation: descShow 2.5s forwards;
    -webkit-animation: descShow .5s forwards;
    -o-animation: descShow .5s forwards;
    -ms-animation: descShow .5s forwards;
}

@-webkit-keyframes descShow {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-moz-keyframes descShow {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-ms-keyframes descShow {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-o-keyframes descShow {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes descShow {
    0% {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateX(30px);
        -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}




.role_prev,
.role_next {
    position: absolute;
    top: 500px;
    width: 47px;
    height: 61px;
    z-index: 10;
    cursor: pointer;
}

.role_prev {
    left: -75px;
    background: url('../imgs/left.png') no-repeat;
}

.role_next {
    right: -75px;
    background: url('../imgs/right.png') no-repeat;
}