@charset "utf-8";

/* CSS Document */


/*edit:wangshuo
@ update: 2019-01-24 */

html,
body,
div,
span,
object,
embed,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
cite,
code,
del,
dfn,
em,
img,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: none;
}

ul,
li,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

i,
em,
cite,
dfn {
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    *display: inline-block;
    *zoom: 100%;
}

.clear {
    clear: both;
    line-height: 1px;
    height: 1px;
    *display: inline;
    font-size: 1px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.alignL {
    text-align: left;
}

.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.none {
    display: none;
}

.block {
    display: block;
}

.overf {
    overflow: hidden;
}

.center {
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.trs3 {
    transition: all .3s;
}

:focus,
a {
    outline: none;
    -moz-outline-style: none;
}

a:visited,
a:link {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

body {
    font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", tahoma, Arial;
    color: #333;
    min-width: 1400px;
}

.y {
    color: #feec57;
}

.f28 {
    font-size: 28px;
}

.f22 {
    font-size: 22px;
}

.f18 {
    font-size: 18px;
}

.f14 {
    font-size: 14px;
}

.img-tit {
    position: relative;
    display: block;
}

.img-tit .layer {
    display: none;
    position: absolute;
    bottom: 228px;
    left: 63px;
    transform: translate3d(-50%, 0, 0);
}

.img-tit:hover .layer {
    display: block;
}


/*弹窗部分 */

.alert-bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.dialog {
    position: absolute;
    z-index: 10001;
    color: #4b4b4b;
    top: 50px;
    display: none;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/pop-bg-min.png) no-repeat 0;
    width: 680px;
    height: 401px;
}

.close-dialog {
    width: 78px;
    height: 78px;
    display: block;
    position: absolute;
    top: 0;
    right: -83px;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/close.png) no-repeat;
}

.close_dialog {
    width: 44px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    right: -51px;
    background: url(https://dn-eo.web.sdo.com/pic/dn/web10/index/p-close.png) no-repeat;
}


/*公用领奖弹窗*/

.dialog .tit {
    color: #6290f4;
    font-size: 36px;
    font-weight: bold;
    margin: 40px auto 10px;
    background-image: linear-gradient(60deg, #6290f4 29%, #cd97db 54%);
    -webkit-background-clip: text;
    color: transparent;
}

.dialog .tit:after {
    content: '';
    height: 22px;
    width: 100%;
    display: block;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/pop-tit-bg.png) no-repeat center bottom;
}

.dialog .box-btn {
    width: 310px;
    margin: 0 auto;
    padding: 0 35px 30px;
}

.dialog .btn-sure,
.dialog .btn-sorry {
    height: 56px;
    width: 215px;
    font-size: 18px;
    line-height: 56px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

.dialog .btn-sure {
    background: #b4773f;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/btn-sure.png) no-repeat;
}

.dialog .btn-submit {
    height: 56px;
    width: 215px;
    font-size: 18px;
    line-height: 56px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #b4773f;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/btn-copy.png) no-repeat;
}

.dialog a:hover {
    transition: all .3s;
    opacity: .9;
}

.dialog .btn-sorry {
    background: #848484;
}

.dialog .desc {
    color: #3e90ff;
    font-size: 28px;
    text-align: center;
    width: 100%;
}

input[type=number]::-webkit-inner-spin-button {
    display: none;
}


/*滚动条美化样式*/

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    background: #4e4e4e;
}

.pop1 input {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #3e90ff;
}

.pop1 .col-form {
    text-align: left;
    font-size: 0;
    line-height: 47px;
    color: #353535;
    margin: 40px auto 30px;
    width: 490px;
}

.pop1 .col-form dd {
    line-height: 0;
    font-size: 0;
}

.pop1 .row-phone {
    margin-bottom: 20px;
}

.pop1 .col-form label {
    display: inline-block;
    width: 80px;
    text-align: justify;
    font-size: 18px;
}

.pop1 .col-form input {
    height: 47px;
    font-size: 18px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    width: 404px;
    padding: 0 10px;
}

.pop1 .col-form input.code {
    width: 300px;
}

.pop1 .btn-code {
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
    color: #353535;
    display: inline-block;
}

.pop2 .desc {
    color: #3e90ff;
    font-size: 26px;
    margin: 40px auto;
}

.pop3 {
    font-size: 14px;
    color: #132c4d;
}

.pop3 .table {
    width: 560px;
    margin: 0 auto;
    overflow: auto;
    height: 150px;
    line-height: 32px;
}

.pop3 .table table {
    width: 100%;
}

.pop3 .table table th {
    color: #3e90ff;
    font-size: 22px;
    font-weight: normal;
    line-height: 50px;
}

.pop3 .tips {
    border-top: 1px solid #9dacc3;
    text-align: left;
    margin: 15px 55px;
    padding: 10px 20px;
    line-height: 1.8;
}

.pop4 .desc {
    font-size: 22px;
    text-align: left;
}

.pop4 .con {
    font-size: 22px;
    text-align: left;
    margin-left: 70px;
    margin-bottom: 30px;
}

.pop4 .urlText {
    border: none;
    background: transparent;
    width: 90%;
}

.pop4 .t {
    width: 99px;
    height: 33px;
    border-radius: 5px;
    background: #4390fd;
    color: #fff;
    text-align: center;
    line-height: 33px;
    margin-top: 10px;
}

.pop5 .desc {
    font-size: 26px;
    margin: 50px auto 40px;
    line-height: 2;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop6 .desc {
    color: #353535;
    font-size: 18px;
}

.pop6 input {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #3e90ff;
}

.pop6 .col-form {
    text-align: left;
    font-size: 0;
    line-height: 47px;
    color: #353535;
    margin: 23px auto;
    width: 540px;
}

.pop6 .col-form dd {
    line-height: 0;
    font-size: 0;
    margin-bottom: 10px;
}

.pop6 .col-form label {
    display: inline-block;
    margin-right: 10px;
    text-align: justify;
    font-size: 18px;
    width: 83px;
}

.pop6 .col-form input {
    height: 47px;
    font-size: 18px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    width: 440px;
    padding: 0 10px;
}

.pop6 .col-form input.name,
.pop6 .col-form input.phone {
    width: 180px;
}

.pop6 .col-form .label-name {
    letter-spacing: 6px;
    text-align: center;
}

.pop6 .col-form .label-phone {
    margin-left: 10px;
    width: 60px;
}

.pop5,
.pop6,
.pop7 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/pop-bg-max.png) no-repeat 0;
    height: 454px;
}

.pop7 .desc {
    font-size: 26px;
    margin-top: 30px;
}

.pop7 .desc .more {
    margin: 30px 0;
    line-height: 1.3;
}

.pop7 .btn-sure {
    margin-top: 20px;
}


/*第一部分*/

.wrap0 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/12DNL/wrap0.jpg) no-repeat center;
    min-width: 1200px;
    height: 558px;
}

.wrap1 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/12DNL/wrap1.jpg) no-repeat center;
    min-width: 1200px;
    height: 854px;
}

.wrap2 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/wrap2.jpg) no-repeat center;
    min-width: 1200px;
    height: 1087px;
}

.wrap3 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/wrap3.jpg) no-repeat center top;
    min-width: 1200px;
    height: 1056px;
}

.wrap4 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/wrap4-new.jpg) no-repeat center;
    min-width: 1200px;
    height: 1092px;
}

.wrap5 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/wrap5.jpg) no-repeat center;
    min-width: 1200px;
    height: 460px;
}

.wrap6 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/wrap6.jpg) no-repeat center;
    min-width: 1200px;
    height: 703px;
}

.inWrap {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.wrap0 .bannerVideo {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.wrap0 .bannerMask {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -960px;
}

.wrap0 .slogan {
    color: #fff;
    position: absolute;
    bottom: 119px;
    font-size: 30px;
    text-align: center;
    left: 226px;
    right: 181px;
}

.titBox {
    text-align: center;
    font-size: 0;
    margin: 0 auto;
}


/* wrap1 */

.wrap1 .login-info {
    right: 0;
    top: 0;
}

.wrap1 .btn-logout {
    color: #3e90ff;
}

.wrap1 .titBox {
    margin: 65px auto 20px;
}

.wrap1 .inWrap {
    padding-top: 1px;
    overflow: visible;
}

.g-row-1 {
    position: relative;
    width: 1166px;
    padding-top: 40px;
    margin: 0 auto;
}

.g-row-1 .slide {
    width: 705px;
    height: 300px;
    position: relative;
    background: #000
}

.g-row-1 .slide .slide_img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.g-row-1 .slide .slide_img ul {
    width: 15000px;
    overflow: hidden
}

.g-row-1 .slide .slide_img li {
    float: left;
    width: 1166px;
    height: 480px
}

.g-row-1 .slide .slide_img li img {
    width: 100%;
    height: 100%
}

.g-row-1 .slide_info {
    background: #000;
    height: 300px;
    left: 710px;
    color: #fff;
    top: 0;
    font-size: 50px
}

.g-row-1 .slide .point {
    height: 20px;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #00000096;
    padding: 13px 0;
}

.g-row-1 .slide .point a {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    margin-right: 25px;
    border-radius: 50%;
    z-index: 1;
    position: relative;
    transition: .3s;
    background: url('https://dn-eo.web.sdo.com/pic/dn_23act/0607DNL/p1-point.png') 0 0 no-repeat;
    background-size: 100%;
}

.g-row-1 .slide .point a.cur {
    background: url('https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p4-point-h.png') 0 0 no-repeat;
    background-size: 100%;
}

.g-row-1 .slide .point .line {
    height: 0;
    border-bottom: 1px solid #fff;
    width: 100%;
    position: absolute;
    top: 7px;
    left: 0;
}

.g-row-1 .news {
    width: 484px;
    height: 462px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0px 1px 16px 1px rgba(69, 80, 95, 0.64);
    right: 40px;
    top: 0;
    overflow: hidden;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/bg-news.jpg) no-repeat;
}

.g-row-1 .news .grid-top {
    margin: 20px 12px;
    border-bottom: 1px solid #d8d8d8;
    height: 48px;
    position: relative;
}

.g-row-1 .news .more {
    width: 30px;
    height: 28px;
    display: block;
    margin: 0 auto;
    line-height: .5;
    font-size: 42px;
    text-align: center;
    color: #fff;
    transition: transform .3s;
}

.g-row-1 .news .more:hover {
    transform: translate3d(0, 3px, 0);
}

.g-row-1 .news .tab li.last {
    margin: 0;
}

.g-row-1 .news .tab li {
    line-height: 33px;
    font-size: 16px;
    float: left;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
}

.g-row-1 .news .tab li.active {
    background: #cea143;
}

.g-row-1 .news .tab li {
    position: relative;
    width: 115px;
    text-align: center;
    transition: transform .3s;
}

.g-row-1 .news .tab .ico-news {
    position: absolute;
    right: -13px;
    top: 5px;
    width: 12px;
    height: 12px;
    background: url(https://dn-eo.web.sdo.com/pic/dn/web10/ico_news.png) no-repeat;
}

.g-row-1 .news #tab-line {
    font-size: 0;
    top: 49px;
    left: 29px;
    width: 22px;
    height: 11px;
    font-size: 0;
    background-color: #9760e0;
    position: absolute;
    background: url(https://dn-eo.web.sdo.com/pic/dn/web11/sprites-list.png) no-repeat -3px 0;
}

.g-row-1 .news .new-list {
    width: 420px;
    height: 330px;
    margin: 0 30px;
    overflow: hidden;
}

.g-row-1 .new-list ul {
    width: 420px;
    margin-right: 10px;
    float: left;
    font-size: 16px;
    color: #fff;
}

.g-row-1 .new-list li {
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-right: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: .3s;
}

.g-row-1 .new-list li .date {
    position: absolute;
    right: 0;
    width: 50px;
}

.g-row-1 .new-list li a {
    color: #fff;
    transition: .3s;
    padding-left: 5px;
}

.g-row-1 .new-list li.blue a {
    color: #8285bb;
}

.g-row-1 .new-list li.hot {
    color: #ffe88e;
}

.g-row-1 .new-list li.hot a {
    color: #ffe88e;
}

.g-row-1 .new-list li:hover a {
    color: #dd3a1f;
}

.g-row-1 .new-list li:hover {
    color: #dd3a1f;
    transform: translateY(1px);
    /* 	text-shadow: 1px 5px 20px #c5c6d0; */
    background: #fafafd;
}

.g-row-1 .news-top {
    position: relative;
    width: 400px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background: #9b9dc1;
    margin: 20px 30px;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g-row-1 .news-top a {
    color: #fff;
}

.g-row-1 .slide-ban {
    width: 100%;
    height: 480px;
}

.g-row-2 .Vlist {
    text-align: center;
    margin-top: 40px;
    font-size: 0;
}

.g-row-2 .Vlist .v-li {
    width: 360px;
    height: 190px;
    margin: 0 18px;
    display: inline-block;
    position: relative;
    border: 2px solid #817107;
    box-shadow: 0px 0px 1px #000;
    overflow: hidden;
}

.g-row-2 .Vlist .text {
    background: #000000;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.g-row-2 .Vlist .btn-play {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/icon-play.png) no-repeat center 40%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
    z-index: 1;
}

.Vlist .v-li .v-img {
    transition: .3s linear;
}

.Vlist .v-li:hover .v-img {
    transform: scale(1.1)
}

.Vlist .btn-play:hover {
    background-color: transparent;
}


/* wrap2 */

.wrap2 .titBox {
    margin: 45px auto;
}

.wrap2 .titBox2 {
    margin: 40px auto;
    text-align: center;
}

.wrap2 .tips-downLoad {
    width: 800px;
    margin: 0 auto;
    color: #d3d8ef;
    font-size: 14px;
    line-height: 1.6;
}

.wrap2 .verInfo {
    text-align: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
}

.wrap2 .verInfo ul {
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.wrap2 .verInfo ul li:nth-child(1) {
    text-align: left;
    padding-left: 29px;
}

.wrap2 .verInfo ul li {
    flex: 1 1 auto;
}

.wrap2 .downList {
    font-size: 0;
}

.wrap2 .downList li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
    width: 187px;
    height: 187px;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/downBox.png) no-repeat;
}

.wrap2 .downList li a {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 5px;
}

.wrap2 .downList li a img {
    transition: .3s;
}

.wrap2 .downList li a:hover img {
    transform: scale(.95);
}

.wrap2 .downList li span {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
}

.wrap2 .tableDownload {
    margin: 10px auto;
    position: relative;
    width: 950px;
    height: 344px;
    overflow: hidden;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/bg-tableDownload.png) no-repeat;
}

.wrap2 .tableDownload .table {
    margin: 36px auto;
    width: 80%;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
}

.table a {
    font-size: 0;
    display: inline-block;
    width: 111px;
    height: 28px;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/btn-downLoad.png) no-repeat;
}

.wrap2 .lzg {
    display: inline-block;
    position: relative;
    width: 138px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    color: #fff;
    margin-left: 12px;
    margin-right: 24px;
    background: #7889e1;
    font-size: 14px;
}

.wrap2 .lzg:hover {
    background: #92a1ee;
}

.wrap2 .lan {
    position: relative;
    padding-left: 10px;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    margin-left: 150px;
    margin-bottom: -20px;
}

.wrap2 .lan.first {
    margin: 20px 150px;
}

.wrap2 .lan:after {
    content: '';
    height: 13px;
    width: 3px;
    position: absolute;
    left: 0;
    background: #2f6ea4;
    top: 50%;
    margin-top: -6px;
}

.wrap2 .lzg .angle {
    width: 0;
    height: 0;
    border-width: 24px 0 24px 24px;
    border-style: solid;
    border-color: transparent transparent transparent #2f6ea4;
    transform: rotate(315deg);
    position: absolute;
    top: -16px;
    right: -4px;
}

.wrap2 .lzg .recommend {
    font-size: 12px;
    color: #fff;
    transform: rotate(-315deg);
    position: absolute;
    top: -20px;
    right: 9px;
}


/* wrap3 */

.wrap3 {
    position: relative;
    overflow: hidden;
}

.wrap3 .inWrap {
    position: relative;
    overflow: visible;
    padding-top: 1px;
}

.wrap3 .titBox {
    margin: 55px auto 55px;
}

.wrap3 .tab-hd {
    position: absolute;
    top: 218px;
    left: -310px;
    font-size: 0;
    width: 300px;
}

.wrap3 .tab-hd .normal,
.wrap3 .tab-hd .high {
    width: 201px;
    height: 50px;
    display: block;
    background-position: 0 0;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav.png) no-repeat 0 12px;
}

.wrap3 .tab-hd .high {
    background-position: 0 -341px;
}

.wrap3 .tab-hd a {
    width: 201px;
    height: 69px;
    display: block;
    margin: 5px 0;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav.png) no-repeat 0 -43px;
    transition: .3s;
}

.wrap3 .tab-hd a.st1 {
    width: 70px;
    height: 100px;
    display: inline-block;
    background-image: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav1.png);
}

.wrap3 .tab-hd a:hover,
.wrap3 .tab-hd a.active {
    background-image: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav-h.png);
    transform: translateX(15px)
}

.wrap3 .tab-hd a.st1:hover,
.wrap3 .tab-hd a.st1.active {
    background-image: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNavH1.png);
    transform: translateX(0);
}

.wrap3 .tab-hd .a1 {
    background-position: 0px 0;
}

.wrap3 .tab-hd .a2 {
    background-position: -71px 0;
}

.wrap3 .tab-hd .a3 {
    background-position: -142px 0;
}

.wrap3 .tab-hd .a4 {
    background-position: -212px 0;
}

.wrap3 .tab-hd .a5 {
    background-position: -10px -396px;
}

.wrap3 .tab-hd .a6 {
    background-position: -10px -471px;
}

.wrap3 .tab-hd .a7 {
    background-position: -10px -549px;
}

.wrap3 .tab-hd .a8 {
    background-position: -10px -624px;
}

.wrap3 .tab-hd .a9 {
    background-position: -10px -704px;
}

.wrap3 .tab-hd .a10 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav-1.png) no-repeat 0;
}

.wrap3 .tab-hd .a10:hover,
.wrap3 .tab-hd .a10.active {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav-1h.png) no-repeat 0;
}

.wrap3 .tab-hd .a11 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav-11.png) no-repeat 0;
}

.wrap3 .tab-hd .a11:hover,
.wrap3 .tab-hd .a11.active {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav-11h.png) no-repeat 0;
}

.wrap3 .tab-hd .a12 {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav-12.png) no-repeat 0;
}

.wrap3 .tab-hd .a12:hover,
.wrap3 .tab-hd .a12.active {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-jobNav-12h.png) no-repeat 0;
}

.wrap3 .tab-bd {
    height: 955px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.wrap3 .tab-bd .job {
    width: 100%;
    height: 100%;
    position: absolute;
}

.wrap3 .lIn {
    position: absolute;
    top: 212px;
    left: 95px;
    width: 400px;
    z-index: 1;
}

.wrap3 .jobName {
    font-size: 0;
    margin-bottom: 12px;
}

.wrap3 .jobDesc {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.wrap3 .jobV {
    width: 344px;
    height: 188px;
    position: relative;
    overflow: hidden;
    margin: 18px 0;
}

.jobSkill .skill-row {
    padding-left: 103px;
    font-size: 0;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/job-skillTag.png) no-repeat;
    margin: 10px -10px;
}

.jobSkill .row1 {
    background-position: 0 13px;
}

.jobSkill .row2 {
    background-position: 0 -57px;
}

.jobSkill .skill-row li {
    display: inline-block;
    text-align: left;
    margin: 0 4px;
    position: relative;
}

.jobSkill .skillText {
    border: 1px solid #fff;
    padding: 6px 10px;
    background: #293664;
    background: rgba(41, 54, 100, 0.8);
    z-index: 20;
    position: absolute;
    font-size: 15px;
    line-height: 1.5;
    width: 364px;
    display: none;
    left: 0;
    top: 57px;
    color: #fff;
    transform: translate3d(1px, 1px, 0px);
}

.jobSkill .skillText b {
    margin-right: 10px;
}

.jobSkill li:hover .skillText {
    display: block;
}

.wrap3 .btn-play,
.wrap3 .v-mask,
.wrap3 .play,
.wrap3 .v-img {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .3s linear;
}

.wrap3 .v-mask {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/v-mask.png) no-repeat center;
    background-color: rgba(0, 0, 0, 0.5);
}

.wrap3 .play {
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/icon-play.png) no-repeat center;
}

.wrap3 .btn-play:hover .v-img {
    transform: scale(1.1)
}

.wrap3 .btn-play:hover .v-mask {
    background-color: transparent;
}

.wrap3 .rIn {
    position: absolute;
    left: 380px;
    bottom: 0;
    width: 1274px;
    height: 955px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


/* 动画 */

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInleft {
    -webkit-animation-name: fadeInleft;
    animation-name: fadeInleft;
}

@keyframes fadeInleft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.wrap3 .rIn img {
    animation: move_down 1.5s .8s ease-in-out infinite alternate both;
    -webkit-animation: move_down 1.5s .8s ease-in-out infinite alternate both;
    -moz-animation: move_down 1.5s .8s ease-in-out infinite alternate both;
    -o-animation: move_down 1.5s .8s ease-in-out infinite alternate both;
}

@keyframes move_down {
    0% {
        transform: translate(0, -20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

@-webkit-keyframes move_down {
    0% {
        -webkit-transform: (0, -20px);
    }
    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-moz-keyframes move_down {
    0% {
        -moz-transform: translate(0, -20px);
    }
    100% {
        -moz-transform: translate(0, 0);
    }
}

@-o-keyframes move_down {
    0% {
        -o-transform: translate(0, -20px);
    }
    100% {
        -o-transform: translate(0, 0);
    }
}


/* wrap4 */

.wrap4 {
    position: relative;
    overflow: hidden;
}

.wrap4 .titBox {
    margin: 55px auto 80px;
}

.SwiperFeature {
    width: 100%;
    height: 640px;
    margin: 0 auto;
    position: relative;
}

.SwiperFeatureMain {
    width: 1846px;
    /* width: 100%; */
    height: 534px;
    overflow: visible;
    position: absolute;
    left: 50%;
    margin-left: -923px;
    transform-origin: 50% 50%;
}

.SwiperFeatureMain .swiper-wrapper {
    width: 100%;
    height: 534px;
}

.SwiperFeature .swiper-slide {
    width: 923px;
    opacity: 0;
    background-size: 100% auto;
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    overflow: hidden;
}

.SwiperFeature .swiper-slide-active,
.SwiperFeature .swiper-slide-next,
.SwiperFeature .swiper-slide-prev {
    opacity: 1;
}

.SwiperFeature .swiper-slide img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.SwiperFeature .swiper-container-3d .swiper-slide-shadow-left,
.SwiperFeature .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to left, rgba(250, 250, 250, .5), rgba(250, 250, 250, .5));
}

.SwiperFeature .swiper-pagination {
    width: 100%;
    bottom: -80px;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-line.png)no-repeat center;
}

.SwiperFeature .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
    opacity: 1;
    margin: 0 14.5px!important;
    background: #1c0b07;
    box-sizing: border-box;
    vertical-align: middle;
    background: url('https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p4-point.png') 0 0 no-repeat;
    background-size: 100%;
}

.SwiperFeature .swiper-pagination-bullet-active {
    background: url('https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p4-point-h.png') 0 0 no-repeat;
    background-size: 100%;
}

.SwiperFeature .swiper-button-prev,
.SwiperFeature .swiper-button-next {
    bottom: 0;
    width: 85px;
    height: 65px;
    margin-top: -40px;
    z-index: 9;
    transition: all 0.2s linear;
    background: url('https://dn-eo.web.sdo.com/pic/dn_23act/0515DNL/p3-sideBtn.png') no-repeat;
}

.SwiperFeature .swiper-button-prev {
    left: 30px;
    background-position: 0 0;
}

.SwiperFeature .swiper-button-next {
    right: 30px;
    background-position: 100% 0;
}

.SwiperFeature .swiper-button-prev:hover,
.SwiperFeature .swiper-button-next:hover {
    opacity: .8;
}

.SwiperFeature .swiper-button-next:after,
.SwiperFeature .swiper-container-rtl .swiper-button-prev:after,
.SwiperFeature .swiper-button-prev:after,
.SwiperFeature .swiper-container-rtl .swiper-button-next:after {
    content: '';
}


/* wrap5 */

.wrap5 {
    position: relative;
    overflow: hidden;
}

.wrap5 .titBox {
    margin: 65px auto 50px;
}

.wrap5 .media {
    font-size: 0;
    position: relative;
    height: 207px;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/04markL/p5-media.png)no-repeat center;
    margin: 0px 70px;
}

.wrap5 .media a {
    width: 172px;
    height: 207px;
    display: inline-block;
    margin: 0 20px;
}

.wrap5 .media .WXCode {
    position: absolute;
    top: 18px;
    left: 238px;
    width: 126px;
    height: 126px;
    display: block;
}

.wrap5 .media .WXCode .layer {
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
}

.wrap5 a.WXCode:hover .layer {
    display: block;
}


/* wrap6 */

.wrap6 {
    position: relative;
    overflow: hidden;
}

.wrap6 .inWrap {
    overflow: visible;
}

.wrap6 .titBox {
    margin: 85px auto 0;
}

.wrap6 .Verlist {
    text-align: center;
    font-size: 0;
    height: 300px;
    margin: 55px 20px 0;
}

.wrap6 .Verlist .Ver-li {
    width: 380px;
    height: 247px;
    /*     margin: 0 5px; */
    display: inline-block;
    position: relative;
}

.wrap6 .Verlist .text {
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    padding: 0 5px;
}

.swiperVerlist-next {
    right: -30px;
    top: 43%;
}

.swiperVerlist-prev {
    left: -30px;
    top: 43%;
}


/* 视频弹窗样式 */

.videoPop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, .9)
}

.videoPop .inVideoPop {
    width: 1320px;
    height: 743px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.videoPop .closeVideoBtn {
    width: 78px;
    height: 78px;
    display: block;
    position: absolute;
    right: -90px;
    top: 0px;
    cursor: pointer;
    background: url(https://dn-eo.web.sdo.com/pic/dn_23act/04markL/close.png) no-repeat;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 99;
}

.videoPop .closeVideoBtn:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.videoPop #video {
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.videoPop #video video {
    width: 100%;
    height: auto;
    background: black;
}


/* 视频弹窗样式 */


/* 下载验证弹窗样式 */

.dialog_test {
    width: 508px;
    height: 320px;
    z-index: 10001;
    background: #fff;
    border-radius: 8px;
}

.dialog_test .title {
    line-height: 56px;
    font-size: 22px;
    color: #7f858a;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}

.dialog_test .tips {
    padding: 20px 40px 0px;
    font-size: 14px;
    opacity: 0.7;
}

.dialog_test .c_row {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
}

.dialog_test .c_input {
    height: 50px;
    box-sizing: border-box;
    border-radius: 6px;
    width: 200px;
    padding: 0 10px;
    font-size: 18px;
    flex: none;
}

.dialog_test .c_code {
    min-width: 50px;
    height: 50px;
    display: inline-block;
    background: #f1e9e961;
    flex: none;
    border-radius: 6px;
}

.dialog_test .btn_test {
    width: 180px;
    height: 50px;
    background: #0e8bcc;
    line-height: 50px;
    color: #fff;
    text-align: center;
    margin: 30px auto 0;
    display: block;
    border-radius: 6px;
    letter-spacing: 2px;
}

.dialog_test .btn_test.active {
    background: #0e8bcc;
}

.dialog_test .c_suc {
    height: 50px;
    background: #f9f9f9;
    line-height: 50px;
    width: 80%;
    border-radius: 6px;
    text-align: center;
    font-size: 18px;
    color: #0e8bcc;
    background: -webkit-linear-gradient(left, #dbe0fb 0%, #efe5f9 50%, #ffd9b2 100%);
}