﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,p,iframe{margin:0;padding:0;}
body{font-size:12px;font-family:"\5FAE\8F6F\96C5\9ED1",Arial;color:#333;}
html{-webkit-text-size-adjust:none;}
img{border:0;}
ul,ol,li{list-style:none;}
i,em{font-style:normal;}
a{color:#333;outline:none;_outline:expression(this.hideFocus=true);text-decoration:none;}
input,img,button{vertical-align:middle;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
.f-l{float: left;}
.f-r{float: right}
.screen-center{
    position: relative;
    width: 980px;
    margin: 0 auto;
}
.title-box{
    opacity: ;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -190px 0 0 -500px;
    width: 500px;
    height: 198px;
    line-height: 66px;
    font-size: 66px;
}
.active .title-box{
    -webkit-animation: fadeInLeft ease-in .5s .5s both;
    animation: fadeInLeft ease-in .5s .5s both;
}
.title-box i{
    position: absolute;
    top: -22px;
    left: 0;
    width: 70px;
    height: 8px;
    background: #3c3c3c;
    overflow: hidden;
}
.title-box em{
    display: block;
    color: #3c3c3c;
}
.title-box span{
    display: block;
    color: #74b626;
}
.title-box strong{
    color: #fff;
}
.title-other{
    margin: -33px 0 0 -250px;
    height: 66px;
    text-align: center;
}
.title-other i{
    position: absolute;
    top: -19px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: 8px;
    background: #92dd02;
    overflow: hidden;
}
.black{
    color: #3c3c3c;
}
.purple{
    color: #9452b8;
}
.white{
    color: #fff;
}
.white i{
    border: 1px solid #bdbdbd;
}

/*menu*/
.header{
    z-index: 5;
	position: fixed;
	width: 100%;
	height: 75px;
    background: #fff;
}
.menu{
	margin: 0 auto;
    width: 1000px;
	height: 75px;
}
.menu h1{
	float: left;
    width: 140px;
    height: 52px;
    padding: 12px 0 0;
}
.menu h1 a{
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/logo1.png) no-repeat;
	text-indent: -999px;
    overflow: hidden;
}
.menu ul{
    float: left;
    padding: 22px 0 0 20px;
}
.menu ul li{
	position: relative;
	float: left;
	height: 37px;
	margin-left: 90px;
}
.menu ul li .menu-item{
	float: left;
	padding: 0 5px 3px;
	height: 34px;
	line-height: 34px;
	color: #333;
	text-align: center;
	font-size: 16px;
}
.menu ul li.active .menu-item,.menu ul li .menu-item:hover{
    padding: 0 5px;
	color: #85bf2e;
	border-bottom: 3px solid #85bf2e;
}
.menu ul li i{
	float: left;
    width: 11px;
	height: 5px;
    margin: 14px 0 0 4px;
    background: url(../images/arrow.png) no-repeat;
}
.first{
    background: none;
}
.first .menu h1 a{
    background: url(../images/logo.png) no-repeat;
}
.first .menu ul li .menu-item{
    color: #85bf2e;
}
.first .menu ul li.active .menu-item,.first .menu ul li .menu-item:hover{
	color: #fff;
	border-bottom: 3px solid #fff;
}
.first .menu ul li i{
    background: url(../images/arrow1.png) no-repeat;
}
.submenu{
    display: none;
    position: absolute;
    top: 37px;
    left: -23px;
    width: 120px;
    padding: 15px 0;
    border: 1px solid #eee;
}
.submenu em{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.submenu p{
    position: relative;
    line-height: 30px;
    text-align: center;
}
.submenu p a{
    cursor: pointer;
    color: #777;
    font-size: 16px;
}

/*banner*/
.banner{
    position: relative;
    height: 100%;
}

/*swiper*/
.swiper-container{
    margin: 0 auto;
    width:100%;
    height:100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}   
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}       
.swiper-pagination{
    height: 24px;
    width: 100%;
    bottom: 45px;
    position: absolute;
    text-align: center;
    z-index: 2;
}
.swiper-pagination1 .swiper-pagination-bullet,
.swiper-pagination2 .swiper-pagination-bullet{
    margin: 0 9px;
    display: inline-block;     
    width: 24px;
    height: 24px;
    background: url(../images/dot.png) -42px 0 no-repeat;
}
.swiper-pagination1 .swiper-pagination-bullet-active,
.swiper-pagination2 .swiper-pagination-bullet-active{
    background-position: 0 0;
}

.swiper-button-prev-box,.swiper-button-next-box{
    position: absolute;
    z-index: 11;
    bottom: 45px;
    width: 66px;
    height: 66px;
    cursor: pointer;
}
.swiper-button-prev-box{
    left: 20%;
}
.swiper-button-next-box{
    right: 20%;
}
.swiper-button-prev-box i,.swiper-button-next-box i{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: url(../images/btn-icon.png) no-repeat;*/
}
.swiper-button-prev-box i{
    left: 0;
    background-position: 0 0;
    -webkit-animation: swiper-button-prev .8s linear infinite;
    animation: swiper-button-prev .8s linear infinite;
}
.swiper-button-next-box i{
    right: 0;
    background-position: -817px 0;
    -webkit-animation: swiper-button-next .8s linear infinite;
    animation: swiper-button-next .8s linear infinite;
}
@-webkit-keyframes swiper-button-prev {
    0% { left: 0; }
    100% { left: 5px; }
}
@keyframes swiper-button-prev {
    0% { left: 0; }
    100% { left: 5px; }
}
@-webkit-keyframes swiper-button-next {
    0% { right: 0; }
    100% { right: 5px; }
}
@keyframes swiper-button-next {
    0% { right: 0; }
    100% { right: 5px; }
}
.swiper-button-disabled i{
    opacity: 0.3;
}

.b1{
    background: url(../images/b1.jpg) center center no-repeat;
}
.b2{
    background: url(../images/b2.jpg) center center no-repeat;
}
.b3{
    background: url(../images/b3.jpg) center center no-repeat;
}
.b1,.b2,.b3{
    position: relative;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
@media screen and (max-width: 1919px) { 
    .b1,.b2,.b3{
        /*background-size: 100% auto;*/
    }
}
.slide1-role{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -378px 0 0 -150px;
    width: 952px;
    height: 755px;
}
.slide1-role1{
    background: url(../images/slide1-role1.png) no-repeat;
}
.slide1-role2{
    background: url(../images/slide1-role2.png) no-repeat;
}
.slide1-role3{
    background: url(../images/slide1-role3.png) no-repeat;
}
.slide1-role4{
    background: url(../images/slide1-role4.png) no-repeat;
}
.swiper-slide-active .slide1-role1{
    -webkit-animation: bounceInDown .5s 0s both;
    animation: bounceInDown .5s 0s both;
}
.swiper-slide-active .slide1-role2{
    -webkit-animation: bounceInDown .5s .25s both;
    animation: bounceInDown .5s .25s both;
}
.swiper-slide-active .slide1-role3{
    -webkit-animation: bounceInUp .5s .5s both;
    animation: bounceInUp .5s .5s both;
}
.swiper-slide-active .slide1-role4{
    -webkit-animation: bounceInUp .5s .75s both;
    animation: bounceInUp .5s .75s both;
}
.slide1-bomb{
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 428px;
    width: 367px;
    height: 322px;
    background: url(../images/slide1-bomb.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-slide-active .slide1-bomb{
    -webkit-animation: scale .25s 1s both;
    animation: scale .25s 1s both;
}
@-webkit-keyframes scale {
  from {
    margin: 118px 0 0 380px;
    width: 1px;
    height: 1px;
  }
  to {
    opacity: 1;
  }
}
@keyframes scale {
  from {
    margin: 118px 0 0 380px;
    width: 1px;
    height: 1px;
  }
  to {
    opacity: 1;
  }
}
.slogan{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 100px;
    line-height: 100px;
    color: #dedddd;
    font-size: 96px;
    font-weight: bold;
}
.slogan img{
    max-width: 600px;
    max-height: 100px;
}
.slogan1{
    margin: -120px 0 0 -600px;
}
.slogan2{
    margin: -10px 0 0 -600px;
}
.swiper-slide-active .slogan1{
    -webkit-animation: slideInLeft .5s linear .25s both;
    animation: slideInLeft .5s linear .25s both;
}
.swiper-slide-active .slogan2{
    -webkit-animation: slideInLeft .5s linear .5s both;
    animation: slideInLeft .5s linear .5s both;
}

.scroll-down{
    z-index: 11;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -33px;
    width: 67px;
    height: 20px;
    padding-top: 70px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: url(../images/btn-icon.png) -1px 0 no-repeat;
    -webkit-animation: randomMoveY 1s linear infinite alternate;
    animation: randomMoveY 1s linear infinite alternate;
}
@-webkit-keyframes randomMoveY {
  from {
    -webkit-transform: translateY(-5px);
  }
  to {
    -webkit-transform: translateY(5px);
  }
}
@keyframes randomMoveY {
  from {
    transform: translateY(-5px);
  }
  to {
    transform: translateY(5px);
  }
}
.slide2-role{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -355px 0 0 -150px;
    width: 887px;
    height: 671px;
}
.slide2-girl{
    background: url(../images/slide2-girl.png) no-repeat;
}
.slide2-boy{
    background: url(../images/slide2-boy.png) no-repeat;
}
.slide2-ice-cream{
    background: url(../images/slide2-ice-cream.png) no-repeat;
}
.swiper-slide-active .slide2-girl{
    -webkit-animation: bounceInDown .5s 0s both;
    animation: bounceInDown .5s 0s both;
}
.swiper-slide-active .slide2-boy{
    -webkit-animation: bounceInDown .5s .25s both;
    animation: bounceInDown .5s .25s both;
}
.swiper-slide-active .slide2-ice-cream{
    -webkit-animation: bounceInUp .5s .5s both;
    animation: bounceInUp .5s .5s both;
}
.slide2-cat{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -350px 0 0 -600px;
    width: 374px;
    height: 314px;
    background: url(../images/slide2-cat.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-slide-active .slide2-cat{
    -webkit-animation: bounceInDown .5s .5s both;
    animation: bounceInDown .5s .5s both;
}
.slide3-big-boat{
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -100px;
    width: 807px;
    height: 1049px;
    background: url(../images/slide3-big-boat.png) no-repeat;
}
.swiper-slide-active .slide3-big-boat{
    -webkit-animation: bounceInRight .5s .25s both;
    animation: bounceInRight .5s .25s both;
}
.slide3-boy{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 200px 0 0 -350px;
    width: 183px;
    height: 152px;
    background: url(../images/slide3-boy.png) no-repeat;
}
.swiper-slide-active .slide3-boy{
    -webkit-animation: bounceInLeft .5s .5s both;
    animation: bounceInLeft .5s .5s both;
}
.slide3-small-boat{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -362px 0 0 -650px;
    width: 283px;
    height: 313px;
    background: url(../images/slide3-small-boat.png) no-repeat;
}
.swiper-slide-active .slide3-small-boat{
    -webkit-animation: bounceInLeft .5s .75s both;
    animation: bounceInLeft .5s .75s both;
}

/*about*/
.about{
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.num{
    z-index: 2;
    position: absolute;
    left: 50%;
    width: 150px;
    height: 220px;
}
.active .num{
    -webkit-animation: rotateInDownRight .8s .5s both;
    animation: rotateInDownRight .8s .5s both;
}
.active .num1{
    -webkit-animation: rotateInDownRight .8s 1.2s both;
    animation: rotateInDownRight .8s 1.2s both;
}
.num1{
    top: 54px;
    margin: 0 0 0 -700px;
    background: url(../images/num1.png) no-repeat;
    background-size: 100% 100%;
}
.num2{
    top: 82px;
    margin: 0 0 0 580px;
    background: url(../images/num2.png) no-repeat;
    background-size: 100% 100%;
}
.num3{
    top: 70px;
    margin: 0 0 0 -700px;
    background: url(../images/num3.png) no-repeat;
    background-size: 100% 100%;
}
.num4{
    top: 82px;
    margin: 0 0 0 580px;
    background: url(../images/num4.png) no-repeat;
    background-size: 100% 100%;
    height: 227px;
}
.about-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 110px;
    width: 382px;
    height: 423px;
    background: url(../images/about-logo.png) no-repeat;
    background-size: 100% 100%;
}
.active .about-logo{
    -webkit-animation: fadeInRight ease-in .5s .7s both;
    animation: fadeInRight ease-in .5s .7s both;
}
.chick{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 68px;
    width: 175px;
    height: 224px;
    background: url(../images/chick.png) no-repeat;
    background-size: 100% 100%;
}
.active .chick{
    -webkit-animation: bounceInDown ease-in .5s 1.3s both;
    animation: bounceInDown ease-in .5s 1.3s both;
}
.introduce{
    opacity: ;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 490px;
    height: 120px;
    line-height: 20px;
    font-size: 12px;
    color: #838282;
    text-indent: 2em;
}
.introduce1{
    margin: 150px 0 0 -500px;
}
.introduce2{
    margin: 150px 0 0 60px;
}
.active .introduce1{
    -webkit-animation: fadeInUp ease-in .5s 1s both;
    animation: fadeInUp ease-in .5s 1s both;
}
.active .introduce2{
    -webkit-animation: fadeInUp ease-in .5s 1.2s both;
    animation: fadeInUp ease-in .5s 1.2s both;
}

/*environment*/
.environment{
    clear: both;
    width: 100%;
    min-width: 1200px;
    padding: 75px 0 0;
    overflow: hidden;
}
.environment ul{
    height: 100%;
}
.environment ul li{
    float: left;
    position: relative;
    overflow: hidden;
    width: 20%;
    height: 33%;
    font-size: 0;
    line-height: 0;
}
.environment ul li img{
    width: 100%;
    height: 100%;
}
.environment ul li i{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: #335500;
}


/*history*/
.history{
    position: relative;
    margin-top: 75px;
    width: 100%;
    height: 100%;
    background: url(../images/history-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.event{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -230px 0 0 100px;
    width: 550px;
    height: 300px;
    font-size: 12px;
    color: #000;
    line-height: 24px;
}
.active .event{
    -webkit-animation: fadeInRight ease-in .5s .5s both;
    animation: fadeInRight ease-in .5s .5s both;
}
.event p span{
    display: inline-block;
    width: 110px;
}
.course{
    position: absolute;
    left: 50%;
    width: 76px;
    height: 72px;
    padding: 18px 0 0;
    text-align: center;
    color: #fff;
    background: url(../images/course.png) no-repeat;
    background-size: 100% 100%;
}
.course strong{
    display: block;
    line-height: 44px;
    font-size: 20px;
}
.course span{
    display: block;
    line-height: 22px;
    font-size: 16px;
}
.course em{
    display: block;
    line-height: 22px;
    font-size: 14px;
}
.course i{
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    font-size: 16px;
    color: #84be2c;
    font-weight: bold;
}
.course1{
    bottom: 11%;
    margin-left: -700px;
}
.course2{
    bottom: 13%;
    margin-left: -540px;
}
.course3{
    bottom: 15%;
    margin-left: -365px;
}
.course4{
    bottom: 18%;
    margin-left: -210px;
}
.course5{
    bottom: 19%;
    margin-left: -55px;
}
.course6{
    bottom: 22%;
    margin-left: 110px;
}
.course7{
    bottom: 23%;
    margin-left: 285px;
}
.course8{
    bottom: 32%;
    margin-left: 460px;
}
.course9{
    bottom: 42%;
    margin-left: 610px;
}
.active .course1{
    -webkit-animation: fadeInUp ease-in .5s .5s both;
    animation: fadeInUp ease-in .5s .5s both;
}
.active .course2{
    -webkit-animation: fadeInUp ease-in .5s .6s both;
    animation: fadeInUp ease-in .5s .6s both;
}
.active .course3{
    -webkit-animation: fadeInUp ease-in .5s .7s both;
    animation: fadeInUp ease-in .5s .7s both;
}
.active .course4{
    -webkit-animation: fadeInUp ease-in .5s .8s both;
    animation: fadeInUp ease-in .5s .8s both;
}
.active .course5{
    -webkit-animation: fadeInUp ease-in .5s .9s both;
    animation: fadeInUp ease-in .5s .9s both;
}
.active .course6{
    -webkit-animation: fadeInUp ease-in .5s 1s both;
    animation: fadeInUp ease-in .5s 1s both;
}
.active .course7{
    -webkit-animation: fadeInUp ease-in .5s 1.1s both;
    animation: fadeInUp ease-in .5s 1.1s both;
}
.active .course8{
    -webkit-animation: fadeInUp ease-in .5s 1.2s both;
    animation: fadeInUp ease-in .5s 1.2s both;
}
.active .course9{
    -webkit-animation: fadeInUp ease-in .5s 1.3s both;
    animation: fadeInUp ease-in .5s 1.3s both;
}

/*development*/
.development{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/development-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.development-icon{
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: 300px;
    width: 283px;
    height: 81px;
    line-height: 81px;
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.development-icon1{
    top: 135px;
    background: url(../images/development-icon1.png) no-repeat;
    line-height: 68px;
}
.development-icon2{
    top: 192px;
    background: url(../images/development-icon2.png) no-repeat;
}
.active .development-icon1{
    -webkit-animation: fadeInRight ease-in .5s .5s both;
    animation: fadeInRight ease-in .5s .5s both;
}
.active .development-icon2{
    -webkit-animation: fadeInRight .5s linear .7s both;
    animation: fadeInRight .5s linear .7s both;
}
.development-way{
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width: 1400px;
    max-height: 673px;
}
.active .development-way{
    -webkit-animation: bounceInUp .8s .5s both;
    animation: bounceInUp .8s .5s both;
}
.development-way img{
    width: 100%;
    padding-left: 35px;
}

.grade{
    position: absolute;
    left: 50%;
    margin-left: -18.2%;
    width: 36.4%;
    height: 16%;
    color: #fff;
    font-size: 28px;
    text-align: center;
}
.grade em{
    float: left;
    width: 50%;
    height: 100%;
}
.grade1{
    bottom: -4%;
}
.grade2{
    bottom: 12%;
}
.grade3{
    bottom: 28%;
}
.grade4{
    bottom: 44%;
}
.grade5{
    bottom: 60%;
}
.grade6{
    bottom: 76%;
}
.l-top{
    position: relative;
    bottom: -15%;
}
.r-top{
    position: relative;
    bottom: 40%;
}
.active .grade1{
    -webkit-animation: fadeIn .35s linear 1.2s both;
    animation: fadeIn .35s linear 1.2s both;
}
.active .grade2{
    -webkit-animation: fadeIn .35s linear 1.4s both;
    animation: fadeIn .35s linear 1.4s both;
}
.active .grade3{
    -webkit-animation: fadeIn .35s linear 1.6s both;
    animation: fadeIn .35s linear 1.6s both;
}
.active .grade4{
    -webkit-animation: fadeIn .35s linear 1.8s both;
    animation: fadeIn .35s linear 1.8s both;
}
.active .grade5{
    -webkit-animation: fadeIn .35s linear 2s both;
    animation: fadeIn .35s linear 2s both;
}
.active .grade6{
    -webkit-animation: fadeIn .35s linear 2.2s both;
    animation: fadeIn .35s linear 2.2s both;
}

/*train*/
.train{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/train-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.life-title{
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -220px 0 0 -600px;
    width: 340px;
    height: 100px;
    color: #fff;
}
.active .life-title{
    -webkit-animation: bounceInLeft .8s .5s both;
    animation: bounceInLeft .8s .5s both;
}
.active .welfare .life-title{
    -webkit-animation: bounceInRight .8s .5s both;
    animation: bounceInRight .8s .5s both;
}
.life-title i{
    position: absolute;
    top: -90px;
    left: 0;
}
.life-title span{
    display: block;
    line-height: 100px;
    font-size: 84px;
}
.welfare .life-title{
    color: #84be2c;
    margin: -260px 0 0 300px;
}
.train-content{
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -520px;
    width: 981px;
    height: 364px;
    background: url(../images/train-content.png) no-repeat;
}
.active .train-content {
    -webkit-animation: bounceInUp .8s .5s both;
    animation: bounceInUp .8s .5s both;
}

/*welfare*/
.welfare{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/welfare-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.welfare-main{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -598px;
    width: 1196px;
    height: 418px;
}
.welfare-main ul li{
    position: relative;
    float: left;
    width: 418px;
    height: 418px;
    margin: 0 90px;
    font-size: 16px;
    -webkit-animation: video_btn_ani 6s linear infinite;
    animation: video_btn_ani 6s linear infinite;
}
.welfare-main ul li.welfare1{
    font-size: 18px;
    background: url(../images/welfare1.png) no-repeat;
}
.welfare-main ul li.welfare2{
    background: url(../images/welfare2.png) no-repeat;
}
.active .welfare-main ul li.welfare1{
    -webkit-animation: bounceInUp .8s .5s both;
    animation: bounceInUp .8s .5s both;
}
.active .welfare-main ul li.welfare2{
    -webkit-animation: bounceInUp .8s .6s both;
    animation: bounceInUp .8s .6s both;
}
.welfare-main ul li span{
    position: absolute;
    width: 110px;
    height: 64px;
    text-align: center;
    color: #fff;
}
.welfare-main ul li span strong{
    font-size: 25px;
    line-height: 64px;
}
.welfare-main ul li span em{
    display: inline-block;
    vertical-align: top;
}
.welfare-main ul li span i{
    display: inline-block;
    font-size: 18px;
    line-height: 64px;
    font-weight: bold;
    vertical-align: top;
}
.one-line{
    line-height: 64px;
}
.two-line{
    line-height: 32px;
}
.w0{
    left: 155px;
    top: 177px;
}
.w1{
    left: 33px;
    top: 107px;
}
.w2{
    left: 155px;
    top: 36px;
}
.w3{
    left: 275px;
    top: 106px;
}
.w4{
    left: 275px;
    top: 247px;
}
.w5{
    left: 155px;
    top: 318px;
}
.w6{
    left: 33px;
    top: 248px;
}

/*activity*/
.activity{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../images/activity-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.activity-list{
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -532px;
    width: 1080px;
    height: 226px;
    text-align: center;
}
.activity-list a{
    position: relative;
    display: inline-block;
    width: 226px;
    height: 226px;
    margin: 0 20px;
    overflow: hidden;
    border-radius: 113px;
    background: url(../images/i-ball.png) no-repeat;
    background-size: 100% 100%;
}
.active .activity-list a:first-child{
    -webkit-animation: bounceInUp .8s .5s both;
    animation: bounceInUp .8s .5s both;
}
.active .activity-list a:nth-child(2){
    -webkit-animation: bounceInUp .8s .6s both;
    animation: bounceInUp .8s .6s both;
}
.active .activity-list a:nth-child(3){
    -webkit-animation: bounceInUp .8s .7s both;
    animation: bounceInUp .8s .7s both;
}
.active .activity-list a:nth-child(4){
    -webkit-animation: bounceInUp .8s .8s both;
    animation: bounceInUp .8s .8s both;
}
.activity-list a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
}
.activity-list a i{
    position: absolute;
    top: 226px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/i-more.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s ease 0s;
}
.activity-list a:hover img{
    top: -226px;
}
.activity-list a:hover i{
    top: 0;
}
.pic-hide{
    display: none;
}

/*job*/
.blank50{
    width: 100%;
    height: 50px;
}
.job{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #f7f7f8 url(../images/welfare-bg.jpg) no-repeat;
    background-size: 100% auto;
}
.sort{
    position: relative;
    margin: 50px auto 0;
    width: 1400px;
    height: 383px;
}
.sort h2{
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #84be2c;
}
.sort-list{
    z-index: 2;
    position: relative;
    width: 1000px;
    overflow: hidden;
}
.even .sort-list{
    float: left;
}
.odd .sort-list{
    float: right;
}
.sort-i{
    position: absolute;
    top: 30px;
    width: 430px;
    height: 360px;
}
.even .sort-i{
    left: 1030px;
}
.odd .sort-i{
    left: -30px;
}
.sort-i img{
    max-width: 430px;
    max-height: 360px;
}
.sort-list p{
    line-height: 24px;
    color: #84be2c;
    font-size: 14px;
    width: 100%;
    height: 48px;
    overflow: hidden;
}
.sort-list ul{
    width: 100%;
    height: 250px;
    padding-top: 15px;
    overflow: hidden;
}
.sort-list ul li{
    float: left;
    width: 25%;
    height: 125px;
    line-height: 125px;
    text-align: center;
    overflow: hidden;
}
.sort-list ul li.purple{
    background:#84be2c;
}
.sort-list ul li.purple a{
    color: #fff;
}
.sort-list ul li a{
    color: #84be2c;
    font-size: 16px;
    font-weight: bold;
}
.position-title{
    opacity: 1;
    z-index: 1;
    position: absolute;
    top: 170px;
    left: 50%;
    margin: 0 0 0 -600px;
    width: 340px;
    height: 100px;
    color: #9452b8;
}
.position-title i{
    position: absolute;
    top: -90px;
    left: 0;
}
.position-title span{
    display: block;
    line-height: 100px;
    font-size: 84px;
}
/*
.job-main{
    margin: 50px auto;
    width: 1200px;
    height: 500px;
}
.job-nav{
	height:48px;
	line-height:48px;
	background:#7e48c5; 
	font-weight:bold;
	color: #fff;
	font-size: 22px;
}
.job-nav span{
    float: left;
    height:48px;
    overflow: hidden;
}
.job-box{
    
}
.job-box ul li{
	height:50px;
	line-height:50px;
	border-bottom: 1px dashed #d2c2e9;
	width:1200px;
	overflow:hidden;
}
.job-box ul li a,.job-box ul li span{
	float:left;
	height:50px;
	overflow:hidden;
    color: #7e48c5;
    font-size: 18px;
}
.post-name{
	width:550px;
	padding-left:50px;
    text-align: left;
}
.industry,.address,.date{
	width:200px;
    text-align: center;
}
*/
/*分页*/
.page-num{
	clear:both;
	height:24px;
	margin:0 auto;
	padding:25px 0 0;
	text-align:center;
	width:100%;
    font-size: 16px;
    color: #333;
}
.page-num a,.page-num span{
	height:16px;
	line-height:16px;
	padding:1px 6px 3px;
	text-align:center;
    color: #333;
}
.job-detail{
    position: absolute;
    top: 300px;
    left: 50%;
    margin: 0 0 0 -600px;
    width: 608px;
    height: 500px;
}
.job-detail h2{
    height: 48px;
    line-height: 48px;
    background: #7e48c5;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
}
.job-detail h3{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 22px;
    color: #7e48c5;
}
.job-information{
    font-size: 18px;
    line-height: 32px;
    color: #7e48c5;
    overflow: hidden;
}
.job-apply{
    position: absolute;
    top: 90px;
    left: 50%;
    margin: 0 0 0 100px;
    width: 495px;
    height: 700px;
}
.apply-list{
    position: relative;
    min-height: 86px;
    overflow: hidden;
}
.apply-list p,.resume-title{
    line-height: 30px;
    color: #7e48c5;
    font-size: 16px;
}
.apply-list i{
    position: absolute;
    top: 30px;
    left: 0;
    width: 37px;
    height: 38px;
    overflow: hidden;
}
.apply-list input{
    display: block;
    margin-left: 37px;
    width: 456px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    color: #7e48c5;
    font-size: 16px;
    border: 1px solid #7e48c5;
    background: #fff;
}
.apply-list span,#msg-resume{
    display: block;
    width: 447px;
    height: 18px;
    line-height: 18px;
    padding-left: 48px;
    overflow: hidden;
    color: #f00;
    font-size: 12px;
}
.apply-list em{
    position: absolute;
    top: 41px;
    left: 470px;
    width: 15px;
    height: 15px;
    overflow: hidden;
}
.correct{
    background: url(../images/icon-correct.png) no-repeat;
}
.error{
    background: url(../images/icon-error.png) no-repeat;
}
#msg-resume{
    width: 100%;
    padding-left: 0;
}
.choose-sex{
    width: 100%;
    height: 25px;
    padding: 6px 0 7px;
}
.choose-sex ul li{
    float: left;
    margin-right: 25px;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    color: #7e48c5;
    font-size: 16px;
    cursor: pointer;
    background: url(../images/icon-unselected.png) no-repeat;
}
.choose-sex ul li.curr{
    background: url(../images/icon-selected.png) no-repeat;
}
.resume-wrap{
    width: 495px;
    height: 378px;
}
#content{
    display: block;
    padding: 0;
    width: 495px;
    height: 328px;
    font-size: 14px;
    color: #7e48c5;
    /*border: 1px solid #7e48c5;*/
}
.submit-btn{
    background: #7e48c5;
    display: block;
    margin: 0 auto;
    width: 125px;
    height: 36px;
    line-height: 36px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.lock-screen{
	display: none;
	position: absolute;
	_position: absolute;
	z-index: 6;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.rotate{
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	transition: transform .3s ease-out;
}
.rotate:hover,.choose-game:hover .rotate{
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);/* IE 9 */
    -moz-transform: rotate(180deg);/* Firefox */
    -webkit-transform: rotate(180deg);/* Safari å’Œ Chrome */
    -o-transform: rotate(180deg);/* Opera */
}

/*************************************************微信******************************************************/
.weixin-big{ 
	position: fixed;
	z-index: 5;
	top: 50%; 
	right: 0; 
	width: 150px;
	height: 245px;
	padding: 5px 0;
	margin-top: -125px;
	_position:absolute; 
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? 
		documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight - 0 ) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight - 0 ));
	font-size: 22px;
	text-align: center;
	background: #a0e156;
    color: #fff;
}
.weixin-small{
    cursor: pointer;
	display: none;
	position:fixed;
	z-index: 5;
	top:50%;
	right: 0;
	width: 25px;
	height: 57px;
	margin-top: -28px;
	_position:absolute; 
	_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? 
		documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight - 0 ) : document.body.scrollTop+(document.body.clientHeight-this.clientHeight - 0 ));
	background: url(../images/weixin-icon.png) -334px 0 no-repeat;
}
.weixin-close{
	position: absolute;
	left: -25px;
	top: 0;
	width: 25px;
	height: 57px;
	background: url(../images/weixin-icon.png) -302px 0 no-repeat;
}
.weixin-big h3{
	line-height: 40px;
	font-weight: normal;
}
.weixin-big img{
	display: block;
    margin: 0 auto 8px;
	width: 133px;
	height: 133px;
}
.weixin-big p{
	line-height: 26px;
}

/*footer*/
.footer{
    display: none;
    width: 100%;
    height: 72px;
    padding: 36px 0;
    line-height: 24px;
    text-align: center;
    background: #262626;
    color: #717171;
    font-size: 14px;
    overflow: hidden;
}
.footer a{
    color: #717171;
}


.scale{
    display: block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.scale:hover,a:hover .scale,dl:hover .scale{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-opacity: 100;
        -moz-opacity: 100;
        opacity: 100;
        filter: alpha(opacity=100)
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-opacity: 100;
        -moz-opacity: 100;
        opacity: 100;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        -webkit-transform:translate(200px,0);
        transform:translate(200px,0);
        -webkit-opacity:0;
        -moz-opacity:0;
        opacity:0;
        filter:alpha(opacity=0)
    }
    100% {
        -webkit-transform:none;
        transform:none;
        -webkit-opacity:100;
        -moz-opacity:100;
        opacity:100;
        filter:alpha(opacity=100)
    }
}
@keyframes fadeInRight {
    0% {
        -webkit-transform:translate(200px,0);
        transform:translate(200px,0);
        -webkit-opacity:0;
        -moz-opacity:0;
        opacity:0;
        filter:alpha(opacity=0)
    }
    100% {
        -webkit-transform:none;
        transform:none;
        -webkit-opacity:100;
        -moz-opacity:100;
        opacity:100;
        filter:alpha(opacity=100)
    }
}
@-webkit-keyframes fadeInLeft {
    0% {
        -webkit-transform:translate(-200px,0);
        transform:translate(-200px,0);
        -webkit-opacity:0;
        -moz-opacity:0;
        opacity:0;
        filter:alpha(opacity=0)
    }
    100% {
        -webkit-transform:none;
        transform:none;
        -webkit-opacity:100;
        -moz-opacity:100;
        opacity:100;
        filter:alpha(opacity=100)
    }
}
@keyframes fadeInLeft {
    0% {
        -webkit-transform:translate(-200px,0);
        transform:translate(-200px,0);
        -webkit-opacity:0;
        -moz-opacity:0;
        opacity:0;
        filter:alpha(opacity=0)
    }
    100% {
        -webkit-transform:none;
        transform:none;
        -webkit-opacity:100;
        -moz-opacity:100;
        opacity:100;
        filter:alpha(opacity=100)
    }
}