body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #e8efef;
}

.clear {
    clear: both;
}

.ab {
    position: absolute;
    transform-origin: center center;
}

.bg {
    left: 50%;
    top: 50%;
    width: 110%;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform-origin: 50% 50% 0;
}

.leftBlock {
    width: 71.35%;
    height: auto;
    left: -45%;
    top: -32.5%;
    transform-origin: 80% 80% 0;
}

.rightBlock {
    width: 40%;
    height: auto;
    right: -5.5%;
    top: -16%;
}

.bottomBlock {
    width: 78.2%;
    height: auto;
    right: -17.2%;
    bottom: -45%;
}

/*=============头部==================*/
.header {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 999;
    width: 770px;
    height: 60px;
    font-size: 14px;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px 0px rgba(204, 204, 204, .5);
    border-radius: 5px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .8s ease-in-out;
}

.header.black {
    background: rgba(255, 255, 255, .9);
}

.header.black.tint {
    background: rgba(0, 0, 0, .2);
}

.header.black .logoBox .logo {
    color: #666;
}

.header.black .menu_list li a {
    color: #666;
}

/* .header.black .languageBtnBox .languageText {
    color: #717373;
} */

/* .header .languageBtnBox .languageText {
    color: #000;
} */

.header .logoBox {
    width: 200px;
    height: 100%;
    line-height: 60px;
}

.header .logoBox .logo {
    position: relative;
    display: block;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 50px;
    margin-top: 15px;
    color: #666;
    vertical-align: middle;
}

.header .logoBox .logo img {
    width: auto;
    height: 100%;
    float: left;
}
.header .logoBox .logo img.logo_word{
    margin-top: 8px;
    height: 46%;
    margin-left: 13px;
}

.header .logoBox .logoText {
    position: absolute;
    width: 100%;
    left: 0;
    height: 30px;
    line-height: 30px;
    padding-left: 38px;
    transition: all .5s ease-in-out .2s;
    -webkit-transition: all .5s ease-in-out .2s;
    -moz-transition: all .5s ease-in-out .2s;
    -ms-transition: all .5s ease-in-out .2s;
    -o-transition: all .5s ease-in-out .2s;
}

.header .menu_list {
    display: inline-block;
    height: 100%;
}

.header .menu_list li {
    width: 120px;
    height: 100%;
    line-height: 60px;
    float: left;
}

.header .menu_list li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 60px;
    text-align: center;
    color: #666;
    font-size: 14px;
    transition: all .5s ease-in-out;
}

.header .menu_list li a:hover {
    color: #2196f3;
}

.header .menu_list li a.active {
    color: #2196f3;
}

.header .languageBtnBox {margin-right: 30px;width:24px;height: 100%;}
.header .languageBtnBox >a{width:24px;height: 24px;margin-top: 18px;position: relative;display: inline-block;vertical-align: top;}
.header .languageBtnBox >a >img{width:24px;height: 24px;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity: 1;}
.header .languageBtnBox >a >img:nth-child(2){position: absolute;top: 0;left: 0;opacity: 0;}
.header .languageBtnBox >a:hover>img:nth-child(1){opacity: 0;}
.header .languageBtnBox >a:hover>img:nth-child(2){opacity: 1;}
/* .header .languageBtnBox {
    position: relative;
    margin-right: 60px;
    width: 30px;
    height: 100%;
    line-height: 60px;
    color: #666;
} */

/* .header .languageBtnBox .languageBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: rotateZ(30deg) translate(-68%, -18%);
    -moz-transform: rotateZ(30deg) translate(-68%, -18%);
    cursor: pointer;
} */

.languageBtn circle {
    -webkit-transition: stroke-dasharray .5s linear;
    transition: stroke-dasharray .5s linear;
    -moz-transition: stroke-dasharray .5s linear;
    -ms-transition: stroke-dasharray .5s linear
}

.languageBtn circle:first-child {
    -webkit-transform: rotateZ(28deg) rotateY(180deg) translate(-128%, -30%);
    transform: rotateZ(28deg) rotateY(180deg) translate(-128%, -30%);
    -moz-transform: rotateZ(32deg) rotateY(180deg) translate(-120%, -35%);
    -ms-transform: rotateZ(32deg) rotateY(180deg) translate(-120%, -35%)
}

/* .languageBtnBox .languageText {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer
} */

/* .header .languageBtnBox:hover .languageText {
    color: #2196f3
} */

#index {
    background: url("//static.ilongyuan.cn/ld/dragonest/images/bg.jpg") repeat-y center;
    background-size: 100% auto;
}

.contentBox {
    position: absolute;
    width: 870px;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

.appTop {
    width: 100%;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    float: left;
}

.text_logo {
    width: 50%;
    height: auto;
    margin: 0 25% 30px;
}

.searchBox {
    position: relative;
    width: 90%;
    height: 52px;
    border: 1px solid #bdbdbd;
    margin: 0 5%;
    background: #fefefe;
    padding: 15px 0;
}

.sel {
    position: relative;
    display: inline-block;
    cursor: pointer;
    float: left;
}

.ulBox {
    display: none;
    position: absolute;
    margin-top: 12px;
    font-size: 16px;
    color: #333;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    border: 1px solid #bdbdbd;
    padding: 20px 0;
}

.ulBox li {
    height: 35px;
    line-height: 35px;
}

.ulBox li:hover {
    color: #fffefe;
    background: #afafaf;
}

.ulBox li:last-child {
    border-bottom: none;
}

.choose {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.choose input {
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.city.choose input {
    max-width: 60px;
}

.job.choose input {
    width: 85px;
    max-width: 150px;
}

.choose img {
    position: absolute;
    height: 7px;
    width: auto;
    right: 30px;
    top: 9px;
}

.choose i {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    line-height: 25px;
    font-style: normal;
    font-size: 16px;
    color: #ddd;
}

.searchText {
    font-size: 16px;
    color: #333;
    height: 22px;
    line-height: 22px;
    outline: none;
    border: none;
    width: 40%;
    padding-left: 10px;
    max-width: 50%;
}

.search_job {
    position: absolute;
    background: #4763f0;
    color: #fff;
    font-size: 16px;
    padding: 0 18px;
    right: 0;
    top: -1px;
    bottom: -1px;
    border: 1px solid #4763f0;
    line-height: 52px;
    cursor: pointer;
}

.search_job:hover {
    opacity: .98;
    text-decoration: underline;
}

.hot_application {
    width: 90%;
    padding: 0 5%;
    text-align: center;
    color: #666;
    margin-top: 15px;
    font-size: 14px;
}

.hot_application a {
    color: #666;
    margin-left: 20px;
    font-size: 14px;
}

.hot_application a:hover {
    text-decoration: underline;
}

/*社会招聘*/
#society, #campus {
    overflow: auto;
    background: #fff;
}

.recruitBg {
    position: relative;
    left: 50%;
    width: 1920px;
    height: 200px;
    margin-left: -960px;
}
.campusLeft,.campusRight{
    position: absolute;
}
.campusLeft{
   top: 73px;
    left: 11.4%;
}
.campusRight{
    top: 26px;
    right: -4.5%;
}
.societyText {
    position: absolute;
    height: 62px;
    width: auto;
    top: 105px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.recruitBox {
    width: 100%;
    padding: 20px 0;
    background: #fff;
}
.inviteVideoBox{
    width: 62.5%;
    margin: 0 18.75%;
    height: 580px;
    position: relative;
}
.inviteVideoBox .inviteVideoPointer{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.inviteVideoBox .videoPlay{
    width: 106px;
    height: 106px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -53px;
    margin-top: -53px;
    cursor: pointer;
    background-image: url('../images/paly.png');
}
.videoCoverBox{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.inviteVideo{
    width: 62.5%;
    height: 580px;
    position: relative;
    z-index: 9999;
}
 .inviteVideo video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.hideVideo{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -30px;
    right: -30px;
    background-image: url('../images/hidenVideo.png');
    background-size: 100% 100%;
    cursor: pointer;
}
.chooseBox {
    width: 62.5%;
    padding: 20px;
    border: 1px solid #ccc;
    margin: 0 18.75%;
}

.typeBox {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
}
.positionList{
    width: 100%;
    padding-left: 105px;
}
.typeBox .typeTitle {
    display: inline-block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.typeBox i {
    font-style: normal;
    line-height: 30px;
    float: left;
}

.typeBox a {
    color: #333;
    margin: 0 20px;
    line-height: 30px;
    float: left;
}

.typeBox a:hover {
    text-decoration: underline;
}

.typeBox a.all {
    padding: 0 10px;
    background: #afafaf;
    border-radius: 5px;
    color: #fff;
    margin: 0 10px;
}

.typeBox .societyInp {
    width: 240px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    margin-left: 10px;
    float: left;
}

.typeBox a.societySerch {
    padding: 0 10px;
    background: #333;
    border-radius: 5px;
    color: #fff;
    line-height: 30px;
    margin-left: 8px;
}

.applicationBox {
    width: 62.5%;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 20px 18.75% 0;
}

.applicationBox ul li {
    position: relative;
    width: 100%;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background: #fcfcfc;
    float: left;
    transition: all ease .3s;
}

.applicationBox ul li.title {
    height: 40px;
    background: #e8e8e8;
    color: #222;
}

.applicationBox ul li span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}

.applicationBox ul li span.applicationName {
    width: 55.5%;
    text-align: left;
}
.applicationBox ul li span.applicationType{
    width: 20%;
}
.applicationBox ul li span.applicationArea, .applicationBox ul li span.applicationNum {
    width: 10%;
}

/*.applicationBox ul li span.applicationTime {*/
    /*width: 20.2%;*/
/*}*/

.applicationBox ul li.applicationCon, .applicationCon {
    display: none;
    width: 100%;
    line-height: 30px;
    background: #f8f8f8;
    float: left;
    padding: 20px 0;
}

.applicationDown {
    position: absolute;
    height: 8px;
    width: auto;
    top: 16px;
    right: 4.5%;
    transition: all ease .3s;
}

.applicationBox ul li.active span {
    border-bottom: none;
}

.applicationBox ul li.active .applicationDown {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.contactHr {
    display: block;
    width: 145px;
    height: 35px;
    line-height: 35px;
    background: #20a0da;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}

.contactHr:hover {
    opacity: .9;
}

.pageBox {
    position: relative;
    margin: 30px 0;
    text-align: center;
    float: left;
    left: 50%;
    transform: translateX(-50%);
}

.pageBox a {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #333;
    border: 1px solid #999;
    border-radius: 3px;
    margin-right: 20px;
    float: left;
}

.pageBox a.nextBtn {
    background: url("//static.ilongyuan.cn/ld/dragonest/images/nextPage.png") no-repeat center;
    margin-right: 0;
}

.pageBox a.nextBtn:hover {
    background-color: #fff;
    background: url("//static.ilongyuan.cn/ld/dragonest/images/nextPage.png") no-repeat center;
    border: 1px solid #999;
}

.pageBox a.hide {
    border: none;
}

.pageBox a.active, .pageBox a:hover {
    background: #333;
    color: #fff;
    border: 1px solid #333;
}

/*下拉框样式*/
.lySearchBox {
    width: 115px;
    float: left;
    height: 22px;
    line-height: 22px;
    position: relative;
    font-size: 16px;
    background: url(//static.ilongyuan.cn/ld/dragonest/images/down_icon.png) no-repeat;
    background-position: 72% center;
}
.downicon{
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 22px;
    background: url(//static.ilongyuan.cn/ld/dragonest/images/down_icon.png) no-repeat center;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.lySearchBox.active .downicon,.downicon.active{
    background: url(//static.ilongyuan.cn/ld/dragonest/images/up_icon.png) no-repeat center;
}
.lySearchBox input {
    width:calc(100% - 22px);
    float: left;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.lySearchBox .LY_list {
    position: absolute;
    left: -1px;
    top: 35px;
    right: 0;
    overflow: auto;
    border: 1px solid #ccc;
    border-top: 0;
    display: none;
    background: #fff;
    z-index: 1;
    padding: 12px 0;
}

.lySearchBox .LY_list span {
    width: 100%;
    float: left;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.lySearchBox .LY_list span.LY_hide {
    display: none;
}

.lySearchBox .LY_list span b {
    font-weight: 300;
    color: #f00;
}

.lySearchBox .LY_list span:hover {
    background: #4763f0;
    color: #fff;
}

.lySearchBox .LY_list span.LY_active {
    background: #afafaf;
    color: #fff;
}

.selDown {
    position: absolute;
    height: 7px;
    width: auto;
    top: 9px;
    right: 28px;
}

.borderR {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    height: 22px;
    line-height: 22px;
    color: #bbb;
}

.lySearchBox.active .selDown {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

.bgBox {
    position: relative;
    height: 200px;
    overflow: hidden;
}
.cloud, .cloud_index {
    position: absolute;
}

.c01 {
    width: 5%;
    height: auto;
    top: 95px;
    left: 50%;
}

.c02 {
    width: 6%;
    height: auto;
    bottom: -10px;
    left: 10%;
}



.c04 {
    width: 4%;
    height: auto;
    top: 137px;
    left: 85%;
}

.c1 {
    top: 62%;
    left: 18%;
    width: 8%;
}

.c2 {
    top: 29%;
    left: 37%;
    width: 4%;
}

.c3 {
    width: 10%;
    right: -2%;
    top: 42%;
}
.mask{width: 100%;height: 100%;}

.lySearchBox input::-webkit-input-placeholder {
    color: #333;
}

.lySearchBox input:-moz-placeholder {
    color: #333;
}

.lySearchBox input::-moz-placeholder {
    color: #333;
}

.lySearchBox input:-ms-input-placeholder {
    color: #333;
}

.applyPopBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.applyPopCon {
    position: relative;
    width: 600px;
    height: 250px;
    top: 50%;
    background: #fff;
    border-radius: 8px;
    margin: 0 auto;
    transform: translateY(-50%);
}

.applyPopCon .recruit_icon_closeBtn {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
    background: url(//static.ilongyuan.cn/ld/dragonest/images/recruit_icon_close.png) no-repeat center/contain;
}

.applyPopCon span {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.applyPopCon .recruit_icon_email {
    height: 35px;
    background: url(//static.ilongyuan.cn/ld/dragonest/images/recruit_icon_email.png) no-repeat center/contain;
    margin: 57.5px 0 20px;
}

.applyPopCon .blueTxt {
    color: #06b4e7;
    font-style: normal;
    font-size: 18px;
}
.water{
    position: absolute;
    width: 5.39%;
    height: auto;
    top: 19.84%;
    left: 32.8%;
}
.bottomHouse{
    width: 100%;
    height: auto;
}
#society .campusLeft{
    right: 65.1%;
    left: inherit;
}
#society .campusRight{
    left: 73.35%;
    right: inherit;
}
.applicationBox ul li:last-child{
    border-radius: 0 0 5px 5px;
}
.applicationBox ul li:first-child {
    border-radius: 5px 5px 0 0;
}