﻿html {
    height: 100%;
    position: relative;
}

body {
    height: 100%;
    position: relative;
    background: rgb(238, 238, 238);
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-family: "微软雅黑","黑体", Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.swiper-container {
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.swiper-slide {
    /*background: rgb(255, 255, 255);*/
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
	
    -moz-box-pack: center;
    -moz-justify-content: center;
    -moz-box-align: center;
    -moz-align-items: center;
	
	-o-box-pack: center;
    -o-justify-content: center;
    -o-box-align: center;
    -o-align-items: center;
	
	box-pack: center;
    justify-content: center;
    box-align: center;
    align-items: center;
	
    overflow: hidden;
	


}

.swiper-wrap {
    width: 100%;
    height: 100%;
    text-align: left;
}

    .swiper-wrap * {
        margin: 0px;
    }

.color_red {
    background: rgb(232, 76, 61);
}

.color_org {
    background: rgb(251, 131, 47);
}

.color_yel {
    background: rgb(245, 204, 61);
}

.color_blue {
    background: rgb(53, 152, 220);
}

.color_green {
    background: rgb(47, 204, 113);
}

.color_pur {
    background: rgb(155, 76, 187);
}

.arrow_top_click {
    position: absolute;
    width: 100px;
    height: 60px;
    bottom: 50px;
    left: 50%;
    margin-left: -50px;
    z-index:999999999;
    cursor: pointer;
}

.arrow_top {
    margin: auto;
    left: 50%;
    width: 20px;
    height: 20px;
    bottom: 80px;
    display: block;
    position: absolute;
    z-index: 999999999;
    -webkit-animation: moveIconUp 1.5s ease infinite;
	 -o-animation: moveIconUp 1.5s ease infinite;
	  -moz-animation: moveIconUp 1.5s ease infinite;
    animation: moveIconUp 1.5s ease infinite;
}

    .arrow_top span {
        animation: top 2s ease-in-out infinite;
		-webkit-animation: top 2s ease-in-out infinite;
		-o-animation: top 2s ease-in-out infinite;
		-moz-animation: top 2s ease-in-out infinite;
        width: 18px;
        height: 19px;
        display: inline-block;
        opacity: 0.7;
        -webkit-animation: top 2s infinite ease-in-out;
		-o-animation: top 2s infinite ease-in-out;
		-moz-animation: top 2s infinite ease-in-out;
		animation: top 2s infinite ease-in-out;
    }

        /*.arrow_top span::before {
            background: rgb(255, 255, 255);
            left: 7px;
            top: 7px;
            width: 15px;
            height: 2px;
            position: absolute;
            content: "";
            -webkit-transform: rotate(45deg);
        }

        .arrow_top span::after {
            background: rgb(255, 255, 255);
            left: 3px;
            top: 0px;
            width: 2px;
            height: 15px;
            position: absolute;
            content: "";
            -webkit-transform: rotate(45deg);
        }*/

.poster_tit {
    padding: 0px 10px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 35px;
    font-family: 微软雅黑, ，黑体;
    font-size: 26px;
    margin-top: 60px;
}

.name {
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 50px;
    font-family: 微软雅黑, ，黑体;
    font-size: 50px;
    margin-top: 28%;
    margin-left: 300px;
    width: 600px;
}

.name-icon {
    font-family: 微软雅黑;
    font-size: 50px;
    color: #64c0e9;
    width: 357px;
    height: 80px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 100px;
    margin-left: -180px;
    z-index: 199;
    background-size: cover;
    opacity: 0; /*初始状态 透明度为0*/
}

.swiper-slide-active .name-icon {
    -webkit-animation: bounceInUp 0.6s linear 0.7s 1;
	-o-animation: bounceInUp 0.6s linear 0.7s 1;
	-moz-animation: bounceInUp 0.6s linear 0.7s 1;
    animation: bounceInUp 0.6s linear 0.7s 1;
	
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-delay: 0.5s; /*延迟时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-transition: opacity .6s linear .7s;
	
	-o-animation-fill-mode: forwards;
    -o-animation-delay: 0.5s; /*延迟时间*/
    -o-animation-iteration-count: 1; /*动画次数*/
    -o-transition: opacity .6s linear .7s;
	
    -moz-animation-fill-mode: forwards;
    -moz-animation-delay: 0.5s; /*延迟时间*/
    -moz-animation-iteration-count: 1; /*动画次数*/
    -moz-transition: opacity .6s linear .7s;
	
	animation-fill-mode: forwards;
    animation-delay: 0.5s; /*延迟时间*/
    animation-iteration-count: 1; /*动画次数*/
    transition: opacity .6s linear .7s;
    opacity: 1;
}

.photo_bg {
    display: block;
    position: absolute;
    width: 180px;
    height: 272px;
    left: 50%;
    top: 10%;
    margin-left: -90px;
    /*margin-top: -300px;*/
    z-index: 198;
}

.swiper-slide-active .photo_bg {
           -o-animation:  moveIconUpp 2s ease infinite;
	        -moz-animation: moveIconUpp 2s ease infinite;
          -webkit-animation: moveIconUpp 2s ease infinite;
          animation: moveIconUpp 2s ease infinite;}


.photo_bg2 {
    display: block;
    position: absolute;
    width: 180px;
    height: 272px;
    left: 50%;
    top: 10%;

    margin-left: -90px;
    background: url(pboto_bg2.png) center top;
    z-index: 198;
}

.swiper-slide-active .photo_bg2 {

-o-animation:moveIconUpp 2s ease 1.5s infinite;
-moz-animation: moveIconUpp 2s ease 1.5s infinite;
-webkit-animation: moveIconUpp 2s ease 1.5s infinite;
animation: moveIconUpp 2s ease 1.5s infinite;
}


.boy {
    display: block;
    position: absolute;
    width: 88px;
    height: 107px;
    left: 50%;
    top: 47%;
    margin-left: -38px;
    z-index: 196;
}

.boy {
    -webkit-animation: moveIconUpp 8s ease infinite;
    -moz-animation: moveIconUpp 8s ease infinite;
    -o-animation: moveIconUpp 8s ease infinite;
    animation: moveIconUpp 8s ease infinite;
}

.resume {
    width: 357px;
    height: 80px;
    position: absolute;
    left: 50%;
    top:57%;
    background: url(resume.png) no-repeat left center;
    background-size: cover;
    margin-left: -178px;
    margin-top: 230px;
    color: #FFFFFF;
    text-align: center;
    z-index:100;
}

.swiper-slide-active .resume {
    /*-webkit-transform: translateY(-150px);
    -webkit-transition: -webkit-transform .1s ease-out .2s;*/


    -o-transform: translateY(-150px);
    -moz-transform:translateY(-150px);
    -webkit-transform: translateY(-150px);
	transform: translateY(-150px);
	
    -o-transition: -webkit-transform 1s ease-out 1.5s ;
	-moz-transition: -webkit-transform 1s ease-out 1.5s ;
	-webkit-transition: -webkit-transform 1s ease-out 1.5s ;
	transition: transform .1s ease-out 1.5s ;
}

.dream-content {
    display: none;
}

.swiper-slide-active .dream-content {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #dddddd;
    font-family: "微软雅黑";
    text-shadow: 1px 1px #503820;
    width: 579px;
    height: 234px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -285px;
    top: 50%;
    margin-top: -220px;
    background-size: cover;
    opacity: 0;
	-o-animation: enterUpBounce 1.5s linear 0s 1;
    -moz-animation: enterUpBounce 1.5s linear 0s 1;
    -webkit-animation: enterUpBounce 1.5s linear 0s 1;
    animation: enterUpBounce 1.5s linear 0s 1;
    -webkit-animation-fill-mode: both;
    opacity: 1;
}


.dq {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -192px;
    margin-top: 0px;
    -webkit-animation: moveIconUpp 6s ease infinite;
	-o-animation: moveIconUpp 6s ease infinite;
	-moz-animation: moveIconUpp 6s ease infinite;
    animation: moveToBottom 6s ease infinite;
}





.fj {
    position: absolute;
    top: 10%;
    right: -120%;
    opacity: 0; /*初始状态 透明度为0*/
}

.swiper-slide-active .fj {
    background: url(fj.png) center top no-repeat;
    z-index: 98;
    width: 255px;
    height: 120px;
    margin-left: 0px;
    -webkit-animation-iteration-count: 1; /*动画次数*/	
	-o-animation-iteration-count: 1; /*动画次数*/
	-moz-animation-iteration-count: 1; /*动画次数*/
	animation-iteration-count: 1; /*动画次数*/
	
    -webkit-animation: Rollenter 0.5s ease-out 1s 1;
    -o-animation: Rollenter 0.5s ease-out 1s 1;
	-moz-animation: Rollenter 0.5s ease-out 1s 1;
	animation: Rollenter 0.5s ease-out 1s 1;
    
		
    position: absolute;
    top: 10%;
    right: 4%;
    opacity: 1;
    -webkit-transition: opacity .3s linear 1s;
	-o-transition: opacity .3s linear 1s;
	-moz-transition: opacity .3s linear 1s;
	transition: opacity .3s linear 1s;
}






.left_menu {
    position: absolute;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #2a2756;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    width: 230px;
    height: 35px;
    margin-left: 0px;
    z-index: 98;
    padding-top: 10px;
    padding-left: 70px;
    cursor: pointer;
}

.left_menu2 {
    color: #fff;
    cursor: pointer;
    position: absolute;
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-family: "微软雅黑";
    text-decoration: none;
    height: 35px;
    margin-left: 0px;
    z-index: 98;
    padding-top: 10px;
    ;
    width: 230px;
    padding-left: 70px;
    background: #ffb400 url(menu_jt.png) left center no-repeat !important;
}


.left_menu_bg {
    margin-top: -35px;
    margin-left: -70px;
    width: 1px;
    height: 45px;
    background: yellow;
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation: tolong 0.5s linear 2s 2;
    animation: tolong 0.5s linear 2s 2;
    opacity: 1;
    -webkit-transition: opacity .3s linear 3s;
}

    .left_menu_bg:hover {
        width: 300px;
    }





.goal_jt {
    word-wrap: break-word;
    font-size: 18px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #b8b4be;
    width: 300px;
    height: 150px;
    position: absolute;
    background: url(goal_jt.png) left top no-repeat;
    left: 0px;
    top: 70px;
    padding: 0 0 0 60px;
}

.goal_jt2 {
    font-size: 14px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #b8b4be;
    word-wrap: break-word;
    width: 248px;
    height: 200px;
    position: absolute;
    background: url(goal_jt.png) left top no-repeat;
    left: 0px;
    top: 337px;
    padding: 0 0 0 60px;
    display:none;
}

.goal_qq {
    width: 186px;
    height: 38px;
    position: absolute;
    background: url(goal_qq.png) left top no-repeat;
    left: 500px;
    top: 20px;
}

.goal_star1 {
    color: #572f00;
    font-size: 25px;
    font-family: "微软雅黑";
    width: 236px;
    height: 234px;
    margin-left: 377px;
    top: 0px;
    padding: 55px 20px 0 20px;
    text-align: center;
    background: url(goal_star1.png) no-repeat;
    box-sizing: border-box;
    opacity: 0; /*初始状态 透明度为0*/
    -webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-slide-active .goal_star1 {
    -webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .5s linear 1s,opacity .5s linear 1s;
	-o-transition: -o-transform .5s linear 1s,opacity .5s linear 1s;
	-moz-transition: -moz-transform .5s linear 1s,opacity .5s linear 1s;
    transition: transform .5s linear 1s,opacity .5s linear 1s;
}





.goal_star2 {
    padding: 45px 10px 0 10px;
    text-align: center;
    padding-top: 45px;
    color: #251a01;
    font-size: 22px;
    font-family: "微软雅黑";
    width: 166px;
    height: 186px;
    margin-left: 218px;
    margin-top: -120px;
    background: url(goal_star2.png) no-repeat;
    box-sizing: border-box;
	opacity: 0; /*初始状态 透明度为0*/
    -webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-slide-active .goal_star2 {
    -webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .5s linear 1s,opacity .5s linear 1s;
	-o-transition: -o-transform .5s linear 1s,opacity .5s linear 1s;
	-moz-transition: -moz-transform .5s linear 1s,opacity .5s linear 1s;
    transition: transform .5s linear 1s,opacity .5s linear 1s;
}

.goal_star3 {
    padding-top: 45px;
    text-align: center;
    padding-top: 45px;
    color: #1c0f00;
    font-size: 22px;
    font-family: "微软雅黑";
    width: 162px;
    height: 155px;
    margin-left: 377px;
    margin-top: -60px;
    background: url(goal_star3.png) no-repeat;
    box-sizing: border-box;
		opacity: 0; /*初始状态 透明度为0*/
    -webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    transform: scaleX(-1);
}

.swiper-slide-active .goal_star3 {
    -webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    -webkit-transition: -webkit-transform .5s linear 1s,opacity .5s linear 1s;
	-o-transition: -o-transform .5s linear 1s,opacity .5s linear 1s;
	-moz-transition: -moz-transform .5s linear 1s,opacity .5s linear 1s;
    transition: transform .5s linear 1s,opacity .5s linear 1s;
}

.training {
    font-size: 15px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #b8b4be;
    margin-top: 15px;
    width: 550px;
    display: block;
    text-overflow: ellipsis;
}

.training_btn {
    margin-top: 20px;
    padding-left: 0px;
}

.training_bottom {
    width: 402px;
    height: 255px;
    margin-left: 190px;
    margin-top: -20px;
    background: url(training_bottom.png) no-repeat;
}

.skill {
    font-size: 15px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #b8b4be;
    margin-top:15px;
    width: 550px;
    text-overflow: ellipsis;
}

.skill_bottom {
    width: 574px;
    height: 183px;
    margin-left: 50px;
    margin-top: 80px;
    background: url(skill_bottom.png) no-repeat;
}

.exper {
    font-size: 15px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #b8b4be;
    margin-top: 15px;
    width: 800px;
    text-overflow: ellipsis;
}

.exper_more {
    margin-top: 20px;
    padding-left: 0px;
}

.conf {
    font-size: 15px;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #b8b4be;
    margin-top: 15px;
    width: 550px;
    text-overflow: ellipsis;
}


.conf_bottom {
    width: 385px;
    height: 172px;
    margin-left: 50px;
    margin-top: 50px;
    background: url(conf_bottom.png) no-repeat;
}

.p2_content .a1 {
    display: block;
    width: 648px;
    height: 240px;
    position: absolute;
    left: 0px;
    top: 0%;
    background-size: cover;
}

.wz {
    margin-left: 20px;
    top: 0%;
}



.swiper-slide-active .star_big {
    background: url(star_big.png) center center no-repeat;
    width: 207px;
    height: 233px;
    text-align: center;
    position: absolute;
    left: -5%;
    top: -10%;
    background-size: cover;
    -webkit-animation: moveIconUpp 9s ease infinite;
	-o-animation: moveIconUpp 9s ease infinite;
	-moz-animation: moveIconUpp 9s ease infinite;
    animation: moveIconUpp 9s ease infinite;
}

.swiper-slide-active .star_small {
    background: url(star2.png) center center no-repeat;
    width: 160px;
    height: 112px;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 10%;
    background-size: cover;
    -webkit-animation: moveIconUpp 9s ease infinite;
	-o-animation: moveIconUpp 9s ease infinite;
	-moz-animation: moveIconUpp 9s ease infinite;
    animation: moveIconUpp 9s ease infinite;
}



.swiper-slide-active .ship {
    background: url(ship.png) center center no-repeat;
    width: 400px;
    height: 250px;
    text-align: center;
    position: absolute;
    right: -5%;
    bottom: 9%;
    background-size: cover;
    -webkit-animation: pop 9s ease infinite;
	-o-animation: pop 9s ease infinite;
	-moz-animation: pop 9s ease infinite;
    animation: pop 9s ease infinite;
}

.swiper-slide-active .ship2 {
    background: url(ship.png) center center no-repeat;
    width: 250px;
    height: 181px;
    text-align: center;
    position: absolute;
    right: 24%;
    bottom: 5%;
    background-size: cover;
    -webkit-animation: pop 9s ease infinite;
	-moz-animation: pop 9s ease infinite;
	-o-animation: pop 9s ease infinite;
    animation: pop 9s ease infinite;
}

.fj3 {
    width: 200px;
    height: 89px;
    position: absolute;
    left: 1400px;
    top: 12%;
    opacity: 0;
    left: -60%;
    top: 15%;
    background: url(fj3.png) center center no-repeat;
    opacity: 0;
}

.swiper-slide-active .fj3 {
    position: absolute;
    background-size: cover;
	-moz-transform: translateX(2200px);
    -o-transform: translateX(2200px);
	-webkit-transform: translateX(2200px);
	transform: translateX(2200px);
    -webkit-transition: -webkit-transform 1.5s ease-in-out 1s;
	-o-transition: -webkit-transform 1.5s ease-in-out 1s;
	-moz-transition: -webkit-transform 1.5s ease-in-out 1s;
	transition: -webkit-transform 1.5s ease-in-out 1s;
    opacity: 1;
}

.p3_content {
    width: 600px;
    left: 50%;
    top: 12%;
    height: auto;
    position: absolute;
    margin-left: -430px;
}



.p3_num {
    width: 800px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: 7px;
    font-size: 40px;
    line-height: 40px;
    color: #ffcc00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    background:transparent url("../images/p3_title.png") no-repeat scroll center center;
}

.swiper-slide-active .p3_num {
    -webkit-animation: moveFromLeft .6s ease both;
	-o-animation: moveFromLeft .6s ease both;
	-moz-animation: moveFromLeft .6s ease both;
    animation: moveFromLeft .6s ease both;
}

.p3_btn {
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -170px;
    margin-top: 70px;
    position: absolute;
}

.swiper-slide-active .p3_btn {
-o-animation: moveToRight .6s ease both;
-moz-animation: moveToRight .6s ease both;
    -webkit-animation: moveToRight .6s ease both;
    animation: moveToRight .6s ease both;
}

.p3_more {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -240px;
    margin-top: 140px;
    color: #c5c5c5;
    font-family: "微软雅黑";
    font-size: 15px;
    letter-spacing: 0px;
}

.swiper-slide-active .p3_more {
-o-animation: moveFromLeft .6s ease both;
-moz-animation: moveFromLeft .6s ease both;
    -webkit-animation: moveFromLeft .6s ease both;
    animation: moveFromLeft .6s ease both;
}




:focus {
    outline: 0px;
}

button {
    outline: 0px;
    font-size: 100%;
    vertical-align: middle;
}

input {
    outline: 0px;
    font-size: 100%;
    vertical-align: middle;
}

select {
    outline: 0px;
    font-size: 100%;
    vertical-align: middle;
}

textarea {
    outline: 0px;
    font-size: 100%;
    vertical-align: middle;
}

textarea {
    resize: none;
}

button {
    cursor: pointer;
    -webkit-appearance: button;
	-o-appearance: button;
    -moz-appearance: button;
	appearance: button;
}

input[type=button] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
	-o-appearance: button;
	appearance: button;
}

input[type=reset] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
	-0-appearance: button;
	appearance: button;
}

input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
	-o-appearance: button;
	appearance: button;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    font-weight: 400;
}

th {
    font-weight: 400;
}

td {
    font-weight: 400;
}

a img {
    border: 0px currentColor;
    border-image: none;
}

fieldset {
    border: 0px currentColor;
    border-image: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    border: 0px currentColor;
    border-image: none;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article {
    display: block;
}

aside {
    display: block;
}

details {
    display: block;
}

figcaption {
    display: block;
}

figure {
    display: block;
}

footer {
    display: block;
}

header {
    display: block;
}

hgroup {
    display: block;
}

menu {
    display: block;
}

nav {
    display: block;
}

section {
    display: block;
}

.clearfix::after {
    height: 0px;
    clear: both;
    display: block;
    visibility: hidden;
    content: "";
}

body {
    color: #FFFFFF;
    font-family: "微软雅黑"，"黑体",STHeiti Light,Helvetica,Arial,Tahoma;
    font-size: 14px;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

    a:hover {
        cursor: pointer;
    }

html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    overflow: hidden;
}

.logo_ico {
    background: url("p_ico.png") no-repeat 0% 0% / 44px auto;
}

.about_us_tit {
    background: url("p_ico.png") no-repeat 0% 0% / 44px auto;
}

.praise_ i {
    background: url("p_ico.png") no-repeat 0% 0% / 44px auto;
}

    .praise_ i em {
        background: url("p_ico.png") no-repeat 0% 0% / 44px auto;
    }

.search_ i {
    background: url("p_ico.png") no-repeat 0% 0% / 44px auto;
}

.p_creat_logo {
    background: url("p_ico.png") no-repeat 0% 0% / 44px auto;
}

.poster_wrap {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    position: absolute;
}

.index.swiper-slide {
    z-index: 20;
    /*background:url(0.png) no-repeat center center no-repeat; 
    background-size: cover;*/
}

.swiper-slide .load {
    background: rgb(232, 76, 61);
    z-index: 100;
}

.abus.swiper-slide {
    background-size: cover;
 
}

.welf.swiper-slide {
    background: no-repeat center center;
    background-size: cover;

    position:relative;
}

.praise.swiper-slide {
    background: url(2-bg.png) no-repeat center center;
    background-size: cover;
    background-color: #9933CC;
}

.posit.swiper-slide {
    background:  no-repeat center center;
    background-size: cover;
    
}

.search.swiper-slide {
    background: url(2-bg.png) no-repeat center center;
    background-size: cover;
    background-color: #33CCCC;
}






.exper01 {
    width: 98%;
    color: #dbdbdb;
    padding: 5px;
    border-color: #59372d;
    border-width: 1px;
    border-style: solid;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    float: left;
    margin-right: 6px;
}



.z-bottom {
    position: absolute;
    width: 100%;
    height: 44px;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: #f15a2b;
}

    .z-bottom .logo {
        width: 160px;
        height: 47px;
        margin-left: 0;
        margin-top: 0px;
        padding-top: 5px;
        z-index: 999;
        background: #ffffff;
        text-align: center;
    }

    .z-bottom .bottom_btn {
        margin-left: 160px;
        height: 44px;
    }

. {
    display: none;
}

    .yaoqing_btn {
        display: block;
        position: absolute;
        width: 250px;
        height: 150px;
        right: 2%;
        margin-right: 30px;
        bottom: 0px;
        z-index: 1000;
    }


    .btn-small:hover {
        top: 4px;
        box-shadow: 0 4px #017e4c;
    }

a:active, a:hover {
    outline: 0;
}

.btn-small {
    height: 45px;
    padding: 0 50px;
    line-height: 40px;
    font-size: 23px;
    padding-top: 5px;
    box-shadow: 0 5px #017e4c;
}

.btn {
    -moz-box-sizing: content-box;
	 -o-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    display: inline-block;
    background-color: #02bb71;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    font-family: "微软雅黑",'PT Sans', Arial, sans-serif;
    letter-spacing: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}


/*按钮*/
.last_button:hover a {
    color: #FFF;
    background: #FB8200;
}

.last_button a {
    display: block;
    height: 54px;
    width: 140px;
    background: #FFF;
    color: #666;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-weight: 900;
    line-height: 120%;
    font-size: 16px;
    padding: 10px 25px 0;
}
/*按钮*/

.menu-list a {
    z-index: 1;
    display: inline-block;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    color: #041527;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    outline: none;
    position: relative;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

user agent stylesheeta:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
    cursor: auto;
}

Pseudo ::before element *, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

Pseudo ::after element .menu-list a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 0%;
    height: 100%;
    background: #02bb71;
}

#musicqqpig {
    bottom: 25px;
    left: 430px;
    width: 66px;
    height: 29px;
    z-index: 999999999;
    position: fixed;
}

.Web_v {
    bottom: 8px;
    left: 504px;
    width: 114px;
    height: 24px;
    z-index: 999999999;
    position: fixed;
}

.swiper2 .swiper-slide {
    width: 75%;
}

i.have {
    background-position: 1px -48px;
}

@media screen and (min-height:667px) {
    .about_us {
        margin-top: 40px;
    }

    .about_us_msg_p {
        -webkit-line-clamp: 18;
    }

    .job_msg {
        -webkit-line-clamp: 15;
    }

    .poster_tit {
        margin-top: 100px;
    }

    .welfare_list {
        margin-bottom: 14px;
    }
}

@media screen and (max-height:667px) and (min-height:568px) {
    .about_us {
        margin-top: 30px;
    }

    .about_us_msg_p {
        -webkit-line-clamp: 14;
    }

    .job_msg {
        -webkit-line-clamp: 13;
    }

    .welfare_list {
        margin-bottom: 12px;
    }

    .poster_tit {
        margin-top: 80px;
    }
}

@media screen and (max-height:568px) and (min-height:480px) {
    .about_us {
        margin-top: 20px;
    }

    .about_us_msg_p {
        -webkit-line-clamp: 8;
    }

    .job_msg {
        -webkit-line-clamp: 5;
    }

    .poster_tit {
        margin-top: 60px;
    }

    .welfare_list {
        margin-bottom: 9px;
    }

    .welfare_con {
        margin: 8px 18px 0px;
    }
}

@media screen and (max-height:480px) and (min-height:410px) {
    .poster_logo_con {
    }

    .company_intro {
    }

    .welfare {
        /*margin-top: 25px;*/
    }

    .posit_tit {
        margin: 15px 0px;
    }

    .posit_list_con {
        top: 60px;
        bottom: 85px;
    }

    .job_btn_con {
        bottom: 25px;
    }

    .poster_praise_con {
        margin: 30px auto 0px;
    }

    .praise_tip {
        margin-top: 15px;
    }

    .praise_btn {
        margin-top: 25px;
    }

    .search_logo {
        top: 20px;
    }

    .search_posit {
        top: 155px;
    }

    .search_footer_btn {
        margin-top: 20%;
    }

    .about_us_msg_p {
        -webkit-line-clamp: 5;
    }

    .job_msg {
        -webkit-line-clamp: 4;
    }

    .poster_tit {
        margin-top: 20px;
    }
}

@media screen and (max-height:410px) {
    .poster_logo_con {
        margin-top: 20px;
    }

    .company_intro {
        padding-top: 25px;
    }

    .welfare {
        margin-top: 10px;
    }

    .posit_tit {
        margin: 15px 0px;
    }

    .posit_list_con {
        top: 60px;
        bottom: 85px;
    }

    .job_btn_con {
        bottom: 25px;
    }

    .poster_praise_con {
        margin: 30px auto 0px;
    }

    .praise_tip {
        margin-top: 15px;
    }

    .praise_btn {
        margin-top: 25px;
    }

    .search_logo {
        top: 20px;
    }

    .search_posit {
        top: 130px;
    }

    .search_footer_tip {
        bottom: 40px;
    }

    .search_footer_btn {
        margin-top: 20%;
    }

    .about_us_msg_p {
        -webkit-line-clamp: 4;
    }

    .job_msg {
        -webkit-line-clamp: 2;
    }

    .poster_tit {
        margin-top: 20px;
    }

    .welfare {
        margin-top: 0px;
    }

    .welfare_con {
        margin-top: 15px;
    }
}

.load {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
}

.remove.load {
    opacity: 0;
    -webkit-transform: scale(2);
}

.poster_wrap {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s linear, opacity .3s linear;
}

.index .poster_tit {
    -webkit-transform: translate3d(0, 180px, 0);
    -webkit-transition: -webkit-transform .4s ease-out;
}

.swiper-slide-active.index .poster_tit {
    -webkit-transform: translate3d(0, 0, 0);
}

.index .poster_details {
    -webkit-transform: translate3d(0, 180px, 0);
    -webkit-transition: -webkit-transform .5s ease-out .1s;
}

.swiper-slide-active.index .poster_details {
    -webkit-transform: translate3d(0, 0, 0);
}

.index .footer_msg {
    -webkit-animation: moveIconUpp 1.5s ease infinite;
    animation: moveToBottom 1.5s ease infinite;
}

.footer_mc {
    -webkit-animation: moveIconUpp 1.5s ease infinite;
    animation: moveToBottom 1.5s ease infinite;
}

.swiper-slide-active.index .footer_msg {
    opacity: 1;
}

.abus .about_us_tit {
    opacity: 0;
    -webkit-transform: translate3d(280px, 0, 0);
    -webkit-transition: -webkit-transform .3s ease-out, opacity .3s ease-out;
}

.swiper-slide-active.abus .about_us_tit {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

.abus .about_us_msg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in .2s;
}

.swiper-slide-active.abus .about_us_msg {
    opacity: 1;
}

.welf :nth-child(1).company_intro_list {
    opacity: 0;
    -webkit-transform: scaleX(-1);
    -webkit-transition: -webkit-transform .2s linear, opacity .3s linear;
}

.welf :nth-child(2).company_intro_list {
    opacity: 0;
    -webkit-transform: scaleX(-1);
    -webkit-transition: -webkit-transform .2s linear .1s, opacity .3s linear;
}

.welf :nth-child(3).company_intro_list {
    opacity: 0;
    -webkit-transform: scaleX(-1);
    -webkit-transition: -webkit-transform .2s linear .2s, opacity .3s linear;
}

.swiper-slide-active.welf .company_intro_list {
    opacity: 1;
    -webkit-transform: scaleX(1);
}

.welf .welfare_tit {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in .3s;
}

.swiper-slide-active.welf .welfare_tit {
    opacity: 1;
}

.welf :nth-child(1).welfare_list .welfare_list_l {
    -webkit-transform: translate3d(-300px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .2s;
}

.welf :nth-child(2).welfare_list .welfare_list_l {
    -webkit-transform: translate3d(-350px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .3s;
}

.welf :nth-child(3).welfare_list .welfare_list_l {
    -webkit-transform: translate3d(-400px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .4s;
}

.welf :nth-child(4).welfare_list .welfare_list_l {
    -webkit-transform: translate3d(-450px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .5s;
}

.welf :nth-child(5).welfare_list .welfare_list_l {
    -webkit-transform: translate3d(-500px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .6s;
}

.welf :nth-child(1).welfare_list .welfare_list_r {
    -webkit-transform: translate3d(300px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .2s;
}

.welf :nth-child(2).welfare_list .welfare_list_r {
    -webkit-transform: translate3d(350px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .3s;
}

.welf :nth-child(3).welfare_list .welfare_list_r {
    -webkit-transform: translate3d(400px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .4s;
}

.welf :nth-child(4).welfare_list .welfare_list_r {
    -webkit-transform: translate3d(450px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .5s;
}

.welf :nth-child(5).welfare_list .welfare_list_r {
    -webkit-transform: translate3d(500px, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out .6s;
}

.swiper-slide-active.welf .welfare_list .welfare_list_l {
    -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide-active.welf .welfare_list .welfare_list_r {
    -webkit-transform: translate3d(0, 0, 0);
}

.posit .add {
    -webkit-transform: translate3d(80px, -80px, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
}

.posit .tel {
    -webkit-transform: translate3d(-80px, -80px, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
}

.swiper-slide-active.posit .add {
    -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide-active.posit .tel {
    -webkit-transform: translate3d(0, 0, 0);
}

.posit .posit_list_con {
    opacity: 0;
    -webkit-transform: rotate(180deg) scale(0.1) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .4s ease-out, opacity .5s ease-out;
    -webkit-transform-origin: 100px 100px;
}

.swiper-slide-active.posit .posit_list_con {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1);
}

.posit_list_ul {
    margin-left: 15px;
}

.praise .praise_tip {
    -webkit-transform: translate3d(0, 380px, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
}

.praise .praise_btn {
    -webkit-transform: translate3d(0, 380px, 0);
    -webkit-transition: -webkit-transform .3s ease-out .1s;
}

.praise .praise_share_btn {
    -webkit-transform: translate3d(0, 380px, 0);
    -webkit-transition: -webkit-transform .3s ease-out .2s;
}

.praise .more_position {
    -webkit-transform: translate3d(0, 380px, 0);
    -webkit-transition: -webkit-transform .3s ease-out .3s;
}

.swiper-slide-active.praise .praise_tip {
    -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide-active.praise .praise_btn {
    -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide-active.praise .praise_share_btn {
    -webkit-transform: translate3d(0, 0, 0);
}

.swiper-slide-active.praise .more_position {
    -webkit-transform: translate3d(0, 0, 0);
}

.praise_btn em {
    opacity: 1;
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform .5s ease-out, opacity .5s ease-out;
}

.on.praise_btn em {
    opacity: 0;
    -webkit-transform: scale(3);
}

.search .search_head {
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
}

.swiper-slide-active.search .search_head {
    -webkit-transform: translate3d(0, 0, 0);
}

.search .search_footer {
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
}

.swiper-slide-active.search .search_footer {
    -webkit-transform: translate3d(0, 0, 0);
}

.search .search_con {
    -webkit-transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .3s ease-out;
}

.swiper-slide-active.search .search_con {
    -webkit-transform: translate3d(0, -50%, 0);
}
/*动画*/
@-webkit-keyframes moveIconUp { /*上升从透明变清晰，再透明*/
    0% {
        -webkit-transform: translateY(100%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes moveIconUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
}


@-webkit-keyframes moveIconUpp {
	0% {
	-webkit-transform: translateY(20%);
	opacity: 1;
}
50% {
	-webkit-transform: translateY(50%);
	opacity: 1;
}
100% {
	-webkit-transform: translateY(20%);
	opacity: 1;
}
}



@keyframes moveIconUpp {
	0% {
	transform: translateY(20%);
	opacity: 1;
}
50% {
	transform: translateY(50%);
	opacity: 1;
}
100% {
	transform: translateY(20%);
	opacity: 1;
}
}


@-moz-keyframes moveIconUpp {
	0% {
	-moz-transform: translateY(20%);
	opacity: 1;
}
50% {
	-moz-transform: translateY(50%);
	opacity: 1;
}
100% {
	-moz-transform: translateY(20%);
	opacity: 1;
}
}


@-o-keyframes moveIconUpp {
	0% {
	-o-transform: translateY(20%);
	opacity: 1;
}
50% {
	-o-transform: translateY(50%);
	opacity: 1;
}
100% {
	-o-transform: translateY(20%);
	opacity: 1;
}
}




@-webkit-keyframes bounceInUp { /*上升从透明变清晰，再透明*/
    0% {
        opacity: 0;
        -webkit-transform: translate(0,250%);
        transform: translate(0,250%);
    }

    60% {
        -webkit-transform: translate(0,-80%);
        transform: translate(0,-80%);
    }

    80% {
        -webkit-transform: translate(0,-60%);
        transform: translate(0,-60%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0,250%);
        transform: translate(0,250%);
    }

    60% {
        -webkit-transform: translate(0,-80%);
        transform: translate(0,-80%);
    }

    80% {
        -webkit-transform: translate(0,-60%);
        transform: translate(0,-60%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
}

@-webkit-keyframes pop { /*放大缩小缩小放大*/
    0% {
        -webkit-transform: scale(0.5,0.5);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.2,1.2);
        opacity: 1;
    }

    55% {
        -webkit-transform: scale(1.5,1.5);
        opacity: 1;
    }

    80% {
        -webkit-transform: scale(0.95,0.95);
        opacity: 1;
    }

    90% {
        -webkit-transform: scale(1.1,1.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(0.5,0.5);
        opacity: 1;
    }
}

@keyframes pop {
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
    }

    50% {
        transform: scale(1.2,1.2);
        opacity: 1;
    }

    55% {
        transform: scale(1.2,1.2);
        opacity: 1;
    }

    80% {
        transform: scale(0.95,0.95);
        opacity: 1;
    }

    90% {
        transform: scale(1.1,1.1);
        opacity: 1;
    }

    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}

@keyframes zoomIn { /*放大至模糊消失*/
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0);
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3) opacity: 0.7;
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1) opacity:1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0,0,0);
        transform: scale3d(0,0,0);
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3) opacity: 0.7;
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1) opacity: 1;
    }
}


@keyframes zoomIn2 { /*放大至模糊消失*/
    0% {
        opacity: 0;
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
    }

    50% {
        -webkit-transform: scale(.3,.3);
        transform: scale(.3,.3) opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1) opacity:1;
    }
}

@-webkit-keyframes zoomIn2 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0,0);
        transform: scale(0,0);
    }

    50% {
        -webkit-transform: scale(1.6,1.6);
        transform: scale(1.6,1.6) opacity: 0.7;
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1) opacity: 1;
    }
}

@-webkit-keyframes Rollenter { /*从左向右移动*/
    0% {
        -webkit-transform: translate(-1200px,0);
        transform: translate(-1200px,0);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes Rollenter {
    0% {
        -webkit-transform: translate(-1200px,0);
        transform: translate(-1200px,0);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes Rollshow { /*从右向左移动*/
    0% {
        -webkit-transform: translate(1200px,0);
        transform: translate(1200px,0);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@keyframes Rollshow {
    0% {
        -webkit-transform: translate(1200px,0);
        transform: translate(1200px,0);
    }

    100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
}

@keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@-webkit-keyframes enterUpBounce { /*从上向下，再向上移动渐变*/
    0% {
        -webkit-transform: translateY(-220px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(300px);
    }

    70% {
        -webkit-transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes enterUpBounce {
    0% {
        -webkit-transform: translateY(-220px);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateY(300px);

    }

    70% {
        -webkit-transform: translateY(-50px);
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes flipInLeft { /*y轴旋转一周*/
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes flipInLeft {
    from {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        opacity: 0;
    }

    to {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes rubberBand { /*压扁拉长效果*/
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes Snapdrawer { /*扁变宽，从透明到显示*/
    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes Snapdrawer {
    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes rollCircle { /*X轴翻转，从透明到显示*/
    from {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes rollCircle {
    from {
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        opacity: 0;
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes i1_4_1 { /*放大缩小渐变*/
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    90% {
        -webkit-transform: scale(1.2);
        opacity: .8;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes i1_4_1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
    }

    90% {
        -webkit-transform: scale(1.2);
        opacity: .8;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}


@-webkit-keyframes tolong { /*变长*/
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    30% {
        -webkit-transform: scale(1,150);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1,300);
        opacity: 1;
    }
}

@keyframes tolong {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    30% {
        -webkit-transform: scale(1,150);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1,300);
        opacity: 1;
    }
}

@-webkit-keyframes rubberBand { /*放大缩小渐变很q*/
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

::-webkit-input-placeholder {
    /* WebKit browsers*/
    color: #FFEFEF;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18*/
    color: #FFEFEF;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+*/
    color: #FFEFEF;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+*/
    color:#b5b5b5;
}




.swiper-pagination-bullet{
    background: #FF9900;

}

.swiper1-pagination {
   position:relative;
   top:-65%;
   left:99%;
   z-index:100;
   width: 10px;
   height: 200px;
}


.windmill {
    display: block;
    position: absolute;
    margin: 50px auto;
    width: 160px;
    height: 160px;
    left: 50%;
    top: -20px;
    margin-left: -80px;
}

    .windmill: after {
        background: transparent url(poster_loading.png) no-repeat -100px 0;
        width: 160px;
        background-size: cover;
        height: 160px;
        bottom: 0;
        left: 0;
        position: absolute;
        content: '';
    }

    .windmill .spinning-wing {
        background: transparent url(poster_loading.png) no-repeat 0px 0;
        width: 160px;
        height: 160px;
        background-size: cover;
        margin: 0;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        -webkit-transition-property: -webkit-transform;
        -webkit-transition-duration: 1s;
        -moz-transition-property: -moz-transform;
        -moz-transition-duration: 1s;
        -webkit-animation: rotate 4s linear infinite;
        -moz-animation: rotate 4s linear infinite;
        -o-animation: rotate 4s linear infinite;
        animation: rotate 4s linear infinite;
    }

        .windmill .spinning-wing:hover {
            -webkit-animation: rotate2 .3s linear infinite;
            -moz-animation: rotate2 .3s linear infinite;
            -o-animation: rotate2 .3s linear infinite;
            animation: rotate2 .3s linear infinite;
        }

@-webkit-keyframes rotate { /*360旋转*/
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotate2 { /*360旋转*/
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate2 {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotate2 {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotate2 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}



@keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveFromLeft {
    from {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-moz-keyframes moveFromLeft {
    from {
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-o-keyframes moveFromLeft {
    from {
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes moveToRight {
    from {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
}

@-moz-keyframes moveToRight {
    from {
        -moz-transform: translateX(200%);
        transform: translateX(200%);
    }
}
@-o-keyframes moveToRight {
    from {
        -o-transform: translateX(200%);
        transform: translateX(200%);
    }
}

@keyframes moveToRight {
    from {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
}

@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
}

@-o-keyframes moveFromRight {
    from {
        -o-transform: translateX(100%);
    }
}

@keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-webkit-keyframes moveToTop {
    from {
    }

    to {
        -webkit-transform: translateY(-100%);
    }
}


@-moz-keyframes moveToTop {
    from {
    }

    to {
        -moz-transform: translateY(-100%);
    }
}

@-o-keyframes moveToTop {
    from {
    }

    to {
        -o-transform: translateY(-100%);
    }
}
@keyframes moveToTop {
    from {
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes moveFromTop {
    from {
        -o-transform: translateY(-10%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-10%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-10%);
    }
}

@keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-10%);
        transform: translateY(-10%);
    }
}

.swiper-wrap-welf {
      width: 740px;
      height: 540px;
      text-align: left;
      position: absolute;
      top: 11%;
      left: 20%;
}

.numSpan {
    margin-left: -207px;
}
