﻿/*
* @Author: wei jundong
* @Date:   2016-06-23
* @Last Modified by:   wei jundong
* @Last Modified time: 2017-05-11 00:33:41
*/


/* CSS Document */

@import url(swiper.min.css) screen;

html {
    background-color: #ccc;
    color: #FFF;
    overflow: hidden;
}

.dialog-body>span {
    color: #333;
}

img {
    width: 100%;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;
    overflow: hidden;
}

p,
span,
a {
    user-select: none;
}

/*音乐控制*/

#music {
    position: fixed;
    top: 20px;
    right: 25px;
    z-index: 9;
}

#music #audio-btn {
    width: 66px;
    height: 66px;
    background-size: 100% 100%;
}

#music .on {
    background: url('../images/music_on.png') no-repeat 0 0;
    background-size: cover;
    -webkit-animation: rotating 1.2s linear infinite;
    animation: rotating 1.2s linear infinite;
}

#music .off {
    background: url('../images/music_off.png') no-repeat 0 0;
    background-size: cover;
}

strong {
    font-weight: bold;
}

.box {
    position: absolute;
    top: 40vw;
    z-index: 2;
    box-sizing: border-box;
    width: 100%;
    height: 107.5vw;
    overflow-x: hidden;
    overflow-y: auto;
}

.title {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.txt-img {
    display: block;
    width: 100%;
}

.bgjt {
    position: relative;
    z-index: 1;
    display: block;
    width: 5.73vw;
    margin: 0 auto;
    margin-top: -27.5vw;
}

.txt01 {
    width: 71%;
    margin: 0 auto;
    margin-bottom: 1vw;
    font-size: 2.93vw;
    line-height: 4.5vw;
    text-indent: 2em;
    color: #004ad8;
}

.kuang {
    position: relative;
    top: -2vw;
}

.kuang2 {

    position: absolute;
    top: -2vw;
    left: 0;
    z-index: 100;
    pointer-events: none;

}

.title {
    top: -2vw;
}

/* job */
.joblist {
    width: 71vw;
    margin: 0 auto;

}

.comname {
    position: relative;
    width: 68.53vw;
    margin-bottom: 2.67vw;
    line-height: 6.67vw;
    font-size: 0.2rem;
    text-indent: 1.5em;
    background: url(../images/jobcombg.png) no-repeat;
    background-size: 100% 100%;
}

.comname>img {
    position: absolute;
    width: 2.13vw;
    right: 1vw;
    top: 1vw;
}

.comname.active>img {
    -webkit-transform: rotate(45deg);
    right: -1vw;
    top: 4.9vw;
}

.joblist>ul {
    background: #f4f9fe;
    display: none;
}

.joblist>ul>li {
    overflow: hidden;
    margin-bottom: 2.67vw;
}

.joblist>ul>li>.tit {
    color: #1b3669;
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 7vw;
}

.joblist>ul>li>.tit>img {
    position: relative;
    top: 1vw;
    width: 5.60vw;
}

.joblist>ul>li>.txt {
    font-size: 0.18rem;
    color: #1b3669;
    box-sizing: border-box;
    padding-left: 7vw;
    line-height: 5vw;
}

.jobapply {
    width: 20vw;
    float: right;
    margin-bottom: 2vw;
}

/* job end */
video {
    display: block;
    width: 78.00vw;
    margin: 0 auto 2vw auto;
}

.copyright {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #b5bcb6;
    font-size: 2.20vw;
    line-height: 11.33vw;
}

/*下拉显示*/

.deeplogo {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 2% auto;
    z-index: 0;
    display: block;
    width: 25%;
}


/*提示方向箭头*/

.arrar {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 888;
    -webkit-animation: ltr 1.5s infinite;
    animation: ltr 1.5s infinite;
}

.arraup {
    opacity: 0;
    display: block;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 888;
    -webkit-animation: upDownBtn 1.5s infinite;
    animation: upDownBtn 1.5s infinite;
}


/*主体*/


/*页面开始-公共部分*/

.bg,
.ani-div {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


/*page0*/
.page0 {}

.i-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.i-logo,
.i-slogan {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.i-enter {
    position: absolute;
    width: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60%;
    -webkit-animation: suofang-ani 2s linear infinite;
}


/*page1*/
.page1,
.page2,
.page3,
.page4,
.page5,
.page6,
.page7 {
    width: 100%;
    height: 100%;
    background: url(../images/i-bg.jpg);
    background-size: cover;
}

.header {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    height: 11.33vw;
    background: rgba(72, 138, 232, .5)
}

.back {
    width: auto;
    height: 100%;
}

.menu {
    float: right;
    width: auto;
    height: 100%;
}

.menu-ul {
    display: none;
    padding: 2vw 0 5vw 0;
    position: absolute;
    bottom: 11.33vw;
    right: 4vw;
    width: 24vw;
    background: url(../images/menuulbg.png) no-repeat;
    background-size: 100% 100%;
}

.menu-ul>li {
    color: #fff;
    line-height: 7vw;
    text-align: center;
    font-size: 0.22rem;
    font-style: italic;
}

.menu-ul>li.active {
    color: #488ae8;
    background: #f0f2ff;
}


/*page2*/
.page2 {}

.comtitle {
    width: 100%;
    line-height: 10vw;
    height: 10.60vw;
    margin-bottom: 3vw;
    font-weight: bold;
    text-align: center;
    font-size: 4.27vw;
    background: url(../images/subtbg.png);
    background-size: 100% 100%;
}

/*page3*/
.page3 {}


/*page4*/
.page4 {}




/*page5*/
.page5 {}




/*page6*/
.page6 {}