@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 100%;
}

header,
aside,
nav,
section,
article,
address,
footer {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: 0;
    color: #626465;
}

a:focus {
    outline: 0;
}

img {
    border: 0;
}

body {
    font-family: "Microsoft YaHei", "宋体", arial, verdana, sans-serif;
    font-size: 14px;
    color: #777;
    background-color: #fff;
}

table {
    border-collapse: collapse;
}

input,
select,
textarea {
    outline: 0;
    margin: 0;
    font-family: "Microsoft YaHei", "宋体", arial, verdana, sans-serif;
}

button:focus {
    outline: 0;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header-fixed {
    position: relative;
    z-index: 1000;
}

.header-fixed {
    width: 100%;
}

.header {
    position: relative;
    height: 133px;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    background-color: #fff;
}

.header .wrap {}

.header .logo {
    float: left;
    margin-top: 35px;
}

.header .logo a {
    display: block;
}

.header .nav {
    float: left;
    margin-top: 40px;
}

.header .nav-a {
    position: relative;
    float: left;
    padding: 13px 0;
    margin: 0 40px;
    font-size: 18px;
    color: #626465;
    border-bottom: 2px solid transparent;
    -webkit-transition: border .5s ease 0s;
    -moz-transition: border .5s ease 0s;
    transition: border .5s ease 0s;
}

.header .nav-a.cur {
    color: #61ba2b;
    padding-bottom: 11px;
    border-color: #61ba2b;
    text-shadow: none;
}

.header .nav-a:hover {
    color: #61ba2b;
    text-shadow: none;
}

.header .nav-a.cur::after {
    display: none;
}

.header .cl-effect-17 a::after {
    background-color: #61ba2b;
}

.header .share {
    float: right;
    margin-top: 51px;
}

.header .share a {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 8px;
    color: #626465;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.header .share a:hover {
    color: #61ba2b;
}

.header .share .weibo {
    background-repeat: no-repeat;
}

.header .share .weibo:hover {
    background-repeat: no-repeat;
}

.header .share .weixin {
    position: relative;
    background-repeat: no-repeat;
}

.header .share .weixin:hover {
    background-repeat: no-repeat;
}

.header .share .weixin span {
    display: none;
    position: absolute;
    top: 30px;
    left: -60px;
    width: 151px;
    height: 151px;
    background-repeat: no-repeat;
}

.header .share .weixin:hover span {
    display: block;
}

.nav-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3000;
    width: 25px;
    height: 50px;
    padding: 0 12px;
}

.nav-toggle .icon {
    position: relative;
    width: 25px;
    height: 50px;
}

.nav-toggle i {
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: swing;
    transition-timing-function: swing;
}

.nav-toggle .i1 {
    top: 35%;
    left: 0;
}

.nav-toggle .i2 {
    top: 50%;
    left: 0;
    margin-top: -1px;
}

.nav-toggle .i3 {
    bottom: 35%;
    left: 0;
}

.nav-open .nav-toggle i {
    background-color: #fff;
}

.nav-open .nav-toggle .i1 {
    -webkit-transform: translateY(7px) rotate(-45deg);
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.nav-open .nav-toggle .i2 {
    opacity: 0;
}

.nav-open .nav-toggle .i3 {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}

@media screen and (max-width:1199px) {
    .wrap {
        width: 980px;
    }

    .header .nav-a {
        padding: 15px 0;
        margin: 0 20px;
    }
}

@media screen and (max-width:992px) {
    .wrap {
        width: 100%;
        padding: 0 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header-fixed,
    .header {
        height: 52px;
    }

    .header .logo {
        margin-top: 10px;
        margin-right: 50px;
    }

    .header .logo img {
        width: 101px;
        height: 30px;
    }

    .header .nav {
        margin-top: 0;
    }

    .header .nav-a {
        height: 50px;
        line-height: 50px;
        margin: 0;
        padding: 0 15px;
        font-size: 15px;
    }

    .header .nav-a i {
        display: none;
    }

    .header .share {
        margin-top: 10px;
    }
}

@media screen and (max-width:768px) {
    .header .share {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .header .nav {
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2000;
        width: 100%;
        height: 0;
        background-color: rgba(0, 0, 0, .8);
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        box-pack: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        box-align: center;
        opacity: 0;
        -webkit-transition: opacity .5s ease 0s;
        -moz-transition: opacity .5s ease 0s;
        transition: opacity .5s ease 0s;
    }

    .nav-open .header .nav {
        opacity: 1;
        height: 100%;
    }

    .header .nav-a {
        display: block;
        width: 100%;
        text-align: center;
        color: #fff;
        padding: 0;
        margin: 0;
        opacity: 0;
        -webkit-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    .header .nav-a:nth-of-type(1) {
        -webkit-transition-delay: ;
        -moz-transition-delay: ;
        -ms-transition-delay: ;
        -o-transition-delay: ;
    }

    .nav-open .header .nav-a:nth-of-type(2) {
        -webkit-transition-delay: .1s;
        -moz-transition-delay: .1s;
        -ms-transition-delay: .1s;
        -o-transition-delay: .1s;
    }

    .nav-open .header .nav-a:nth-of-type(3) {
        -webkit-transition-delay: .2s;
        -moz-transition-delay: .2s;
        -ms-transition-delay: .2s;
        -o-transition-delay: .2s;
    }

    .nav-open .header .nav-a:nth-of-type(4) {
        -webkit-transition-delay: .3s;
        -moz-transition-delay: .3s;
        -ms-transition-delay: .3s;
        -o-transition-delay: .3s;
    }

    .nav-open .header .nav-a:nth-of-type(5) {
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -ms-transition-delay: .4s;
        -o-transition-delay: .4s;
    }

    .nav-open .header .nav-a {
        border: 0;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

    .cl-effect-17 a::after {
        display: none;
    }

    .nav-open {
        overflow: hidden;
    }
}

@media screen and (max-width:480px) {}

.cl-effect-17 a {
    color: #10649b;
    text-shadow: none;
    padding: 10px 0;
}

.cl-effect-17 a::before {
    color: #fff;
    text-shadow: 0 0 1px rgba(255, 255, 255, .3);
    content: attr(data-hover);
    position: absolute;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    pointer-events: none;
}

.cl-effect-17 a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    pointer-events: none;
}

.cl-effect-17 a:hover::before {
    opacity: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    transform: translateY(-2px);
}

.cl-effect-17 a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.footer {
    width: 100%;
    background-color: #363636;
}

.footer .foot {
    padding: 40px 0;
    background-color: #363636;
}

.foot a {
    color: #9c9c9c;
}

.foot a:hover {
    color: #fff;
}

.footNav li {
    float: left;
    width: 20%;
    text-align: center;
}

.footNav li.first {
    width: 10%;
    text-align: left;
}

.footNav li.last {
    width: 10%;
    text-align: right;
}

.footLink {
    margin: 38px 0;
    padding: 5px 0;
}

.footLink li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    line-height: 1;
    margin: 8px 8px 8px 0;
    padding-right: 8px;
    border-right: 1px solid #9c9c9c;
}

.footLink li.txt {
    color: #666;
    border: 0;
    margin-right: 0;
}

.footLink li:last-of-type,
.footLink li.last {
    border: 0;
}

@media screen and (max-width:1199px) {
    .wrap {
        width: 980px;
    }
}

@media screen and (max-width:992px) {
    .wrap {
        width: 100%;
        padding: 0 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width:768px) {
    .footer .footNav li {
        width: 30%;
        text-align: center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {}

.nav2Wrap {
    padding: 22px 0;
    line-height: 100%;
}

.nav2Wrap .crumbs {
    float: left;
    color: #999;
}

.nav2Wrap .crumbs a {
    color: #999;
}

.nav2Wrap .crumbs .cur,
.nav2Wrap .crumbs a:hover {
    color: #333;
}

.nav2 {
    float: right;
}

.nav2 a {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    border-right: 1px solid #C7C7C7;
}

.nav2 .cur,
.nav2 a:hover {
    color: #61ba2a;
}

.nav2 a.last {
    padding-right: 0;
    border: 0;
}

.indBanner {
    position: relative;
    margin-bottom: 100px;
}

.indBanner .indBanTempBg {
    display: none;
}

.indBanner .slide {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    height: 611px;
}

.indBanner .star {
    position: absolute;
    top: 0;
    left: 50%;
    width: 400px;
    height: 408px;
}

.indBanner .star1 {
    left: 30%;
    width: 300px;
    height: 306px;
    opacity: 0;
    animation: starAni 4.2s linear 2s infinite;
    -moz-animation: starAni 4.2s linear 2s infinite;
    -webkit-animation: starAni 4.2s linear 2s infinite;
    -o-animation: starAni 4.2s linear 2s infinite;
}

.indBanner .star2 {
    left: 80%;
    opacity: 0;
    animation: starAni 5.2s linear 0s infinite;
    -moz-animation: starAni 5.2s linear 0s infinite;
    -webkit-animation: starAni 5.2s linear 0s infinite;
    -o-animation: starAni 5.2s linear 0s infinite;
}

@-webkit-keyframes starAni {
    0% {
        -webkit-transform: translate(200%, -200%);
        opacity: 0;
    }

    80% {
        -webkit-transform: translate(-300%, 300%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(-300%, 300%);
        opacity: 1;
    }
}

@-moz-keyframes starAni {
    0% {
        -moz-transform: translate(200%, -200%);
        opacity: 0;
    }

    80% {
        -moz-transform: translate(-300%, 300%);
        opacity: 1;
    }

    100% {
        -moz-transform: translate(-300%, 300%);
        opacity: 1;
    }
}

@keyframes starAni {
    0% {
        transform: translate(200%, -200%);
        opacity: 0;
    }

    80% {
        transform: translate(-300%, 300%);
        opacity: 1;
    }

    100% {
        transform: translate(-300%, 300%);
        opacity: 1;
    }
}

.indBanner .slide .item {
    position: relative;
    height: 611px;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.indBanner .item1 {
    background: url(../image/angogo_banner.png);
}

.indBanner .item2 {
    background: url(../image/angogo_desktop_banner.jpg);
}

.indBanner .item3 {
    background: url(../image/ads_banner.jpg);
}

.indBanner .item4 {
    background: url(../image/cm_banner.png);
}

.indBanner .slide .item .wrap {
    height: 100%;
}

.indBanner .slide .itemImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../image/banImg_f51b38e.png) no-repeat 50% 70%;
}

.indBanner .slidesjs-previous,
.indBanner .slidesjs-next {
    overflow: hidden;
    position: absolute;
    top: 50%;
    z-index: 100;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: none;
    text-indent: -9999px;
    -webkit-transition: opacity .5s ease 0s, transform .5s ease 0s;
    -moz-transition: opacity .5s ease 0s, transform .5s ease 0s;
    transition: opacity .5s ease 0s, transform .5s ease 0s;
    opacity: 0;
}

.slidesjs-play,
.slidesjs-stop {
    display: none;
}

.indBanner .slidesjs-navigation:hover {}

.indBanner .slidesjs-previous {
    left: 20px;
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    background-repeat: no-repeat;
}

.indBanner .slidesjs-next {
    right: 20px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    background-repeat: no-repeat;
}

.indBanner .slidesjs-previous:hover {
    background-repeat: no-repeat;
}

.indBanner .slidesjs-next:hover {
    background-repeat: no-repeat;
}

#slideIndBan:hover .slidesjs-navigation {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.indBanner .slidesjs-pagination {
    position: absolute;
    left: 0;
    bottom: 5%;
    z-index: 100;
    width: 100%;
    text-align: center;
}

.indBanner .slidesjs-pagination li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.indBanner .slidesjs-pagination li a {
    overflow: hidden;
    float: left;
    width: 22px;
    height: 22px;
    text-indent: -9999px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    background-repeat: no-repeat;
}

.indBanner .slidesjs-pagination li a.active {
    -webkit-animation: slideItem .4s ease 0s;
    -o-animation: slideItem .4s ease 0s;
    animation: slideItem .4s ease 0s;
    background-repeat: no-repeat;
}

@-webkit-keyframes slideItem {
    from {
        -webkit-transform: scale(2, 2);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }
}

@-moz-keyframes slideItem {
    from {
        -moz-transform: scale(2, 2);
        opacity: 0;
    }

    to {
        -moz-transform: scale(1, 1);
        opacity: 1;
    }
}

@keyframes slideItem {
    from {
        transform: scale(2, 2);
        opacity: 0;
    }

    to {
        transform: scale(1, 1);
        opacity: 1;
    }
}

.ban_code {
    position: relative;
}

.ban_cocode {
    display: none;
    position: absolute;
    top: -168px;
    left: -45px;
    width: 168px;
    height: 168px;
}

.ban1_cocode {
    background: url(../image/angogo_guanjia_bigCode.png) no-repeat 0 0;
}

.ban2_cocode {
    background: url(../image/angogo_desktop_bigCode.png) no-repeat 0 0;
}

.ban1_txt {
    position: absolute;
    top: 189px;
    left: 31px;
    width: 1137px;
    height: 226px;
    background: url(../image/ban1_txt_9106d84.png) no-repeat 0 0;
}

.ban1_btn {
    position: absolute;
    left: 200px;
    bottom: 132px;
    width: 687px;
    height: 101px;
    background: url(../image/angogoGuanjia_Btn.png) no-repeat 50% 50%;
}

.ban2_btn {
    position: absolute;
    top: 325px;
    left: 68px;
    width: 318px;
    height: 101px;
    background: url(../image/angogoGuanjia_Btn.png) no-repeat 50% 50%;
    -webkit-animation: ban2Btn 1.5s ease;
    -o-animation: ban2Btn 1.5s ease;
    animation: ban2Btn 1.5s ease;
}

.ban1_code {
    position: absolute;
    bottom: 148px;
    right: 420px;
    width: 69px;
    height: 69px;
    background: url(../image/guanjia_weixin.jpg) no-repeat 0 0;
}

.ban2_phone {
    position: absolute;
    bottom: 0;
    left: 79px;
    width: 313px;
    height: 551px;
    margin-left: -8px;
    background: url(../image/ban2_phone_9d6fbbe.png) no-repeat 0 0;
    -webkit-animation: ban2Phone 1.5s ease;
    -o-animation: ban2Phone 1.5s ease;
    animation: ban2Phone 1.5s ease;
    cursor: default;
}

.ban2_txt {
    position: absolute;
    top: 174px;
    right: 91px;
    width: 669px;
    height: 138px;
    background: url(../image/ban2_txt_13d4c89.png) no-repeat 0 0;
    -webkit-animation: ban2Txt 1.5s ease;
    -o-animation: ban2Txt 1.5s ease;
    animation: ban2Txt 1.5s ease;
}

.ban4_btn {
    position: absolute;
    top: 358px;
    left: 480px;
    width: 228px;
    height: 74px;
    background: url(../image/cm_btn.png) no-repeat 50% 50%;
}

.ban3_btn {
    position: absolute;
    top: 460px;
    left: 455px;
    width: 318px;
    height: 101px;
    background: url(../image/shangwuhez_btn.png) no-repeat 50% 50%;
    -webkit-animation: ban2Btn 1.5s ease;
    -o-animation: ban2Btn 1.5s ease;
    animation: ban2Btn 1.5s ease;
}

.ban2_code {
    position: absolute;
    top: 340px;
    left: 415px;
    width: 69px;
    height: 69px;
    background: url(../image/angogo_desktop_small.jpg) no-repeat 50% 50%;
    -webkit-animation: ban2Code 1.5s ease;
    -o-animation: ban2Code 1.5s ease;
    animation: ban2Code 1.5s ease;
}

@media screen and (max-width:1199px) {
    .indBanner .slide .item .wrap {
        width: 100%;
        margin: 0;
    }

    .indBanner .indBanTempBg {
        display: block;
    }

    .indBanner .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .indBanner .slide .item {
        height: 100%;
        background-size: cover;
    }

    .indBanner .slide .itemImg {
        background-size: contain;
    }

    .ban1_txt,
    .ban1_btn,
    .ban1_code,
    .ban2_phone,
    .ban2_txt,
    .ban3_btn,
    .ban4_btn,
    .ban2_btn,
    .ban2_code {
        background-size: contain;
    }

    .ban1_txt {
        top: 29%;
        left: 0;
        width: 100%;
        height: 39%;
    }

    .ban1_btn {
        left: 10%;
        bottom: 22%;
        width: 60%;
        height: 15%;
    }

    .ban1_code {
        bottom: 22%;
        right: 20%;
        width: 15%;
        height: 15%;
    }

    .ban2_phone {
        left: 7%;
        width: 27%;
        height: 90%;
    }

    .ban2_txt {
        top: 28%;
        right: 7%;
        width: 57%;
        height: 23%;
    }

    .ban2_btn {
        top: 50%;
        left: 6%;
        width: 26%;
        height: 17%;
    }

    .ban3_btn {
        top: 75%;
        left: 40%;
        width: 25%;
        height: 15%;
    }

    .ban4_btn {
        top: 60%;
        left: 36%;
        width: 25%;
        height: 15%;
    }

    .ban2_code {
        top: 53%;
        right: 10%;
        width: 6%;
        height: 12%;
    }

    .pro1_img {
        width: 100%;
        height: 100%;
    }

    .pro2_img {
        width: 100%;
        height: 100%;
    }

    .pro3_img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {
    .indBanner {
        margin-bottom: 50px;
    }

    .indBanner .slide {}

    .indBanner .slidesjs-pagination li a {}

    .indBanner .star1 {
        width: 100px;
        height: 102px;
    }

    .indBanner .star2 {
        width: 200px;
        height: 204px;
    }

    .indBanner .slidesjs-navigation {
        display: none;
    }
}

@media screen and (max-width:480px) {}

.indProduct {
    margin-bottom: 100px;
}

.indProduct h3 {
    font-size: 32px;
    font-weight: 100;
    color: #333;
    margin-bottom: 33px;
}

.indPro_tab {
    display: block;
    width: 383px;
    margin: 0 auto;
    margin-bottom: 23px;
}

.indPro_tab .tab {
    float: left;
    margin-left: -1px;
}

.indPro_tab .tab_a {
    position: relative;
    display: block;
    width: 190px;
    height: 58px;
    line-height: 58px;
    color: #333;
    text-align: center;
    border: 1px solid #DBDBDB;
}

.indPro_tab .tab_a i {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 57px;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.indPro_tab .tab_a em {
    display: none;
    position: absolute;
    top: 50%;
    left: 40px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.indPro_tab .tab_a em.p1 {
    background-repeat: no-repeat;
    left: 23px;
}

.indPro_tab .tab_a em.p2 {
    background-repeat: no-repeat;
}

.indPro_tab .tab_a em.p3 {
    background-repeat: no-repeat;
}

.indPro_tab .tab_a em.p4 {
    background-repeat: no-repeat;
}

.indPro_tab .tab_a strong {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    line-height: 58px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.indPro_tab .tab_a:hover i,
.indPro_tab li.cur i {
    height: 58px;
    background-color: #3FD166;
}

.indPro_tab .tab_a:hover .i1,
.indPro_tab li.cur .i1 {
    height: 58px;
    background-color: #1671f8;
}

.indPro_tab .tab_a:hover .i3,
.indPro_tab li.cur .i3 {
    background-color: #0BAAFE;
}

.indPro_tab .tab_a:hover em,
.indPro_tab li.cur em {
    display: block;
}

.indPro_tab .tab_a:hover strong,
.indPro_tab li.cur strong {
    text-indent: 20px;
    color: #fff;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    2 transition: all .5s ease 0s;
}

.proItems,
.proItem {
    overflow: hidden;
    width: 1200px;
    /* height: 530px; */
}

.proItem {
    position: relative;
    display: none;

}

.proItem.cur {
    display: block;
}

.proItem.p20 {
    padding-top: 20px;
}

.proTxt {
    position: absolute;
    z-index: 15;
}

.pro1_txt {
    top: 60px;
    left: 60px;
    position: absolute;

    float: left;
}

.proBtn {
    position: absolute;
    z-index: 15;
    width: 151px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #62BA2E;
    font-size: 18px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.proBtn:hover {
    background-color: #eee;
}

.pro1_btn {

    top: 335px;
    left: 130px;
    -webkit-animation: btnAgg 1s linear 0s;
    -o-animation: btnAgg 1s linear 0s;
    animation: btnAgg 1s linear 0s;
}

.proImg {
    position: relative;
    z-index: 10;
    width: 1200px;
    height: 541px;
}

.pro1_img {}

.pro1_img a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: default;
}

.pro3_img a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: default;
}

.pro1_line {
    position: absolute;
    z-index: 5;
}

.pro1_line1 {
    width: 589px;
    height: 589px;
    top: -327px;
    left: 60px;
    animation: line1 4s linear 0s infinite alternate;
    -moz-animation: line1 4s linear 0s infinite alternate;
    -webkit-animation: line1 4s linear 0s infinite alternate;
    -ms-animation: line1 4s linear 0s infinite alternate;
}

.pro1_line2 {
    width: 765px;
    height: 810px;
    top: -285px;
    left: -360px;
    animation: line2 10s linear 2s infinite alternate;
    -moz-animation: line2 10s linear 2s infinite alternate;
    -webkit-animation: line2 10s linear 2s infinite alternate;
    -o-animation: line2 10s linear 2s infinite alternate;
}

.pro1_line3 {
    width: 589px;
    height: 589px;
    top: -251px;
    right: -305px;
    animation: line3 4s linear 1s infinite alternate;
    -moz-animation: line3 4s linear 1s infinite alternate;
    -webkit-animation: line3 4s linear 1s infinite alternate;
    -o-animation: line3 4s linear 1s infinite alternate;
}

.proItem2 {}

.proItem3 {}

.proItem4 {}

.pro2_img {}

.pro2_phone {
    position: absolute;
    bottom: 0;
    left: 228px;
    z-index: 15;
    width: 274px;
    height: 486px;
    background: url(../image/phone900_ff36c8c.png) no-repeat 0 0;
    cursor: default;
}

.pro2_txt {
    position: absolute;
    left: 75px;
    top: 60px;
    width: 600px;
    height: 130px;

    background-repeat: no-repeat;
}

.pro2_btn {
    left: 150px;
    top: 316px;
}

.pro3_phone {
    position: absolute;
    left: 640px;
    top: 57px;
    z-index: 15;
    width: 274px;
    height: 484px;
    background: url(../image/phoneDt_81817c1.png) no-repeat 0 0;
    cursor: default;
}

.pro3_img {}

.pro3_txt {
    float: left;
    position: absolute;
    left: 275px;
    top: 40px;
    width: 600px;
    height: 130px;

    background-repeat: no-repeat;
}

.pro3_btn {
    position: absolute;
    left: 550px;
    top: 292px;

}

.pro4_img {}

.indPro_tab .tab_a em.p4 {
    background-image: url(../image/angogo_qingli_logo.png);
    left: 24px;
}

.pro4_phone {
    position: absolute;
    bottom: 0;
    left: 228px;
    z-index: 15;
    width: 274px;
    height: 486px;
    background: url(../image/phone900_ff36c8c.png) no-repeat 0 0;
    cursor: default;
}

.pro4_txt {
    position: absolute;
    left: 255px;
    top: 60px;
    width: 600px;
    height: 130px;

    background-repeat: no-repeat;
}

.pro4_btn {
    left: 510px;
    top: 356px;
}

@-webkit-keyframes line1 {
    0% {
        -webkit-transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(50px);
    }
}

@-moz-keyframes line1 {
    0% {
        -moz-transform: translateY(0);
    }

    100% {
        -moz-transform: translateY(50px);
    }
}

@-ms-keyframes line1 {
    0% {
        -ms-transform: translateY(0);
    }

    100% {
        -ms-transform: translateY(50px);
    }
}

@-o-keyframes line1 {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(50px);
    }
}

@keyframes line1 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50px);
    }
}

@-webkit-keyframes line2 {
    0% {
        -webkit-transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(100px);
    }
}

@-moz-keyframes line2 {
    0% {
        -moz-transform: translateX(0);
    }

    100% {
        -moz-transform: translateX(100px);
    }
}

@-ms-keyframes line2 {
    0% {
        -ms-transform: translateX(0);
    }

    100% {
        -ms-transform: translateX(100px);
    }
}

@-o-keyframes line2 {
    0% {
        -o-transform: translateX(0);
    }

    100% {
        -o-transform: translateX(100px);
    }
}

@keyframes line2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100px);
    }
}

@-webkit-keyframes line3 {
    0% {
        -webkit-transform: translate(0, 0);
    }

    100% {
        -webkit-transform: translate(-50px, 50px);
    }
}

@-moz-keyframes line3 {
    0% {
        -moz-transform: translate(0, 0);
    }

    100% {
        -moz-transform: translate(-50px, 50px);
    }
}

@-ms-keyframes line3 {
    0% {
        -ms-transform: translate(0, 0);
    }

    100% {
        -ms-transform: translate(-50px, 50px);
    }
}

@-o-keyframes line3 {
    0% {
        -o-transform: translate(0, 0);
    }

    100% {
        -o-transform: translate(-50px, 50px);
    }
}

@keyframes line3 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-50px, 50px);
    }
}

.proItems_m {
    display: none;
}

.proItems_m a {
    display: block;
    margin-bottom: 10px;
}

@media screen and (max-width:1199px) {

    .proItems,
    .proItem {
        width: 100%;
        height: 100%;
    }

    .proImg {
        width: 100%;
        background-size: contain;
    }

    .pro1_img,
    .pro2_img,
    .pro3_img,
    .pro4_img {
        background-size: cover;
    }

    .pro2_phone,
    .pro3_phone {}

    .pro2_phone {
        left: 10%;
    }

    .pro2_txt {
        right: 9%;
        top: 10%;
        width: 60%;
        height: 50%;
    }

    .pro2_btn {
        right: 22%;
        top: 50%;
    }

    .pro3_phone {
        left: auto;
        right: 10%;
    }

    .pro1_txt {

        top: 10%;
        left: 12%;
        height: 50%;
        width: 60%;
    }

    .pro1_btn {
        top: 52%;
        left: 20%;
    }

    .pro3_txt {
        left: 25%;
        width: 70%;
        height: 50%;
    }

    .ban2_code {
        left: 35%;
    }


    .pro3_img {}
}

@media screen and (max-width:992px) {
    .pro2_phone {
        left: 5%;
    }

    .pro3_txt {
        left: 25%;
        width: 70%;
        height: 50%;
    }
}

@media screen and (max-width:768px) {

    .indProduct .indPro_tab,
    .proItems {
        display: none;
    }

    .proItems_m {
        display: block;
    }

    .pro2_phone {
        left: 5%;
    }
}

@media screen and (max-width:480px) {}

.indMain {}

.indMain .col {
    float: left;
    width: 33.3333%;
}

.indMain .box {
    width: 357px;
}

.indMain .box.sec {
    margin: 0 auto;
}

.indMain .box.last {
    float: right;
    margin-right: 0;
}

.indMain .tit {
    margin-bottom: 25px;
}

.indMain .tit h3 {
    float: left;
    font-size: 18px;
    font-weight: 100;
    color: #555;
}

.indMain .tit .more {
    float: right;
    font-size: 16px;
    color: #555;
}

.indMain .tit .more:hover {
    text-decoration: underline;
}

.indMain .img {
    overflow: hidden;
    display: block;
    background: #eee url(../image/logoBg_de4f2c0.png) no-repeat 50% 50%;
}

.indMain .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.indMain .img img {
    display: block;
    -webkit-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.indMain .con {
    padding-top: 14px;
}

.indMain .con li {}

.indMain .con a {
    position: relative;
    display: block;
    color: #555;
    line-height: 16px;
    padding: 7px 35px 7px 22px;
}

.indMain .con a:hover {
    color: #000;
}

.indMain .con a i {
    margin-right: 3px;
}

.indMain .con a .icon-talk {
    position: absolute;
    top: 9px;
    left: 1px;
    color: #5FB928;
}

.indMain .con a .icon-new {
    position: absolute;
    top: 8px;
    right: 0;
    color: #E8443F;
}

.indMain .con a .icon-talk {
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
}

.indMain .con a .icon-new {
    width: 30px;
    height: 13px;
    background-repeat: no-repeat;
}

.indMain .con a .icon-talk:before,
.indMain .con a .icon-new:before,
.indMain .con a .icon-weibo:before {
    display: none;
}

@media screen and (max-width:1199px) {
    .indMain .col {
        width: 50%;
    }

    .indMain .box,
    .indMain .box.first,
    .indMain .box.last {
        float: none;
        margin: 0 auto;
    }

    .indMain .box.last {
        display: none;
    }

    .pro3_btn {
        left: 43%;
        top: 60%;
    }

}

@media screen and (max-width:950px) {}


@media screen and (max-width:768px) {
    .indMain .col {
        width: 440px;
        margin: 0 auto;
        float: none;
    }

    .indMain .box,
    .indMain .box.first,
    .indMain .box.last {
        float: none;
        width: 100%;
        margin: 0 auto;
    }

    .indMain .box.last {
        display: block;
    }

    .indMain .tit {
        margin: 30px 0 10px;
    }

    .pro3_btn {
        left: 70%;
    }

    .pro3_txt {
        left: 70%;
    }
}

@media screen and (max-width:480px) {
    .indMain .box {
        width: 100%;
    }

    .indMain .col {
        width: 100%;
    }
}

.product {
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
}

.productTit {
    font-size: 20px;
    color: #333;
    margin-bottom: 25px;
}

.productList {
    width: 1300px;
}

.productBox {
    float: left;
    width: 383px;
    padding-right: 10px;
    padding-bottom: 25px;
}

.productBoxW {
    overflow: hidden;
    zoom: 1;
    position: relative;
    padding: 22px;
    border: 1px solid #EBEBEB;
    color: #626465;
    background-color: #fff;
}

.productBox .img {
    float: left;
    width: 72px;
    height: 72px;
    margin-right: 22px;
    background: url(../image/logoBg_de4f2c0.png) no-repeat 50% 50%;
}

.productBox .img img {
    display: block;
}

.productBox .tit {
    font-size: 16px;
    color: #333;
}

.productBox .info,
.productBox .tit {
    height: 24px;
    line-height: 24px;
    padding-right: 80px;
}

.productBox .con {
    margin-top: 20px;
    line-height: 1.5;
}

.productBox .download {
    position: absolute;
    top: 22px;
    right: 12px;
    width: 80px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #5FB928;
    border-radius: 5px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.productBox .download:hover {
    background-color: #58AF24;
}

@media screen and (max-width:1199px) {
    .productList {
        width: 100%;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

.banner {
    height: 448px;
    margin-bottom: 60px;
}

.banner_about {
    background: #5FB928 url(../image/banner_common_bbd3f81.png) no-repeat 50% 50%;
}

.sidebar1 {
    float: left;
    width: 112px;
    margin-right: 56px;
}

.sidebar1 li {
    border-right: 1px solid #E0E0E0;
}

.sidebar1 li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #626465;
    font-size: 14px;
}

.sidebar1 li.cur a,
.sidebar1 li a:hover {
    color: #5fb927;
}

.sidebar2 {
    float: right;
    width: 312px;
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar2 .box {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

.sidebar2 .ad {
    overflow: hidden;
    height: 434px;
}

.sidebar2 .code {
    padding: 127px 0;
}

.sidebar2 .code img {
    margin: 0 auto 10px;
}

.sidebar2List {
    padding: 25px 22px;
}

.sidebar2List .tit {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.sidebar2List li {
    margin-bottom: 10px;
}

.sidebar2List a {
    color: #626465;
    font-size: 14px;
}

.sidebar2List a:hover {
    color: #000;
}

.m_tit {
    font-size: 24px;
    color: #333;
    margin-bottom: 22px;
}

.main {
    margin-left: 168px;
}

.m_con {
    line-height: 2;
}

.m_con h4 {
    margin-bottom: 15px;
}

.m_con p {
    margin-bottom: 30px;
}

.m_con2 {}

.m_con2Box {
    background-color: #fff;
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

.m_con2 .title {
    padding: 20px;
    font-size: 24px;
    color: #61ba2a;
    border-bottom: 1px solid #EBEBEB;
}

.m_con2 .more {
    float: right;
    color: #ff6c00;
    font-size: 14px;
    margin-top: 6px;
    width: 50px;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.m_con2 .more:hover {
    text-indent: 5px;
}

.article {
    padding: 24px;
}

.article p {
    font-size: 16px;
    color: #626465;
    line-height: 1.8;
}

.art_tit {
    font-size: 24px;
    color: #333;
}

.art_date {
    padding: 10px 0 15px;
    font-size: 12px;
    color: #999;
}

.art_img {
    margin-bottom: 40px;
    text-align: center;
}

.art_img img {
    margin-bottom: 10px;
}

.website {
    padding: 50px 30px 30px;
}

.website li {
    margin-bottom: 30px;
}

.website h3 a {
    font-size: 16px;
    color: #333;
}

.website .ls {
    overflow: hidden;
    padding: 10px 0 0 62px;
}

.website .ls a.first,
.website .ls a: {}

.website .ls a {
    float: left;
    width: 100px;
    font-size: 14px;
    color: #626465;
    margin-right: 35px;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.website .ls a:hover {
    color: #61ba2a;
}

.website .helpLi .ls {
    position: relative;
    padding-left: 200px;
}

.website .helpLi .ls a {
    width: 165px;
}

.website .helpLi .ls a.first,
.website .helpLi .ls a.fisrt {
    width: 100px;
    margin-left: -138px;
    margin-right: 0;
}

.list {
    padding: 0 20px;
}

.list li {
    overflow: hidden;
    zoom: 1;
    height: 120px;
    padding: 40px 0;
    border-bottom: 1px solid #EBEBEB;
}

.list li.last {
    border: 0;
}

.list .img {
    float: left;
    margin-right: 20px;
    background: #eee url(../image/logoBg_de4f2c0.png) no-repeat 50% 50%;
}

.list .img a {
    display: block;
}

.list .img img {
    display: block;
}

.list .tit a {
    font-size: 24px;
    color: #333;
}

.list .tit a:hover {
    color: #000;
}

.list .date {
    font-size: 12px;
    color: #999;
    padding: 5px 0 8px;
}

.list .con {
    height: 59px;
    overflow: hidden;
    zoom: 1;
}

.list .con a {
    overflow: hidden;
    font-size: 14px;
    color: #626465;
    height: 40px;
}

.list .con a:hover {
    color: #000;
}

.contact p {
    padding-bottom: 18px;
}

.map {
    width: 100%;
    height: 382px;
    margin-top: 30px;
    background: url(../image/map_88fc9ce.png) no-repeat 50% 50%;
}

.mapIcon {
    position: absolute;
    top: 23%;
    left: 522px;
    width: 88px;
    height: 97px;
    margin-left: -44px;
    background: url(../image/mapIcon_3564e13.png) no-repeat 0 0;
    -webkit-animation: isdown .5s alternate infinite;
    -moz-animation: isdown .5s alternate infinite;
    animation: isdown .5s alternate infinite;
}

@-webkit-keyframes isdown {
    from {
        -webkit-transform: translateY(-8px);
    }

    to {
        -webkit-transform: translateY(0px);
    }
}

@-moz-keyframes isdown {
    from {
        -moz-transform: translateY(-8px);
    }

    to {
        -moz-transform: translateY(0px);
    }
}

@keyframes isdown {
    from {
        transform: translateY(-8px);
    }

    to {
        transform: translateY(0px);
    }
}

.joinUs .tab {
    margin-bottom: 20px;
}

.joinUs .tab a {
    display: inline-block;
    font-size: 16px;
    color: #626465;
    margin-right: 20px;
}

.joinUs .tab a.cur {
    color: #5fb927;
}

.joinUs .tabCon {
    display: none;
}

.joinUs .tabCon.cur {
    display: block;
}

.joinUs .tabCon .p {
    margin-bottom: 20px;
    font-size: 16px;
}

.joinUs .tabCon .tit {
    font-size: 18px;
    color: #626365;
    font-weight: 700;
}

.joinUs .tabCon ol {
    margin: 0;
}

.joinUs .send {
    font-size: 16px;
    color: #333;
}

.joinUs .sendEmail {
    width: 235px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #5FB928;
    color: #fff;
    border-radius: 5px;
    margin: 8px auto 0;
}

.form li {
    position: relative;
    padding-left: 85px;
    margin-bottom: 27px;
}

.form li .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #626465;
    text-align: right;
}

.form li .input {
    width: 480px;
    height: 38px;
    line-height: 38px\9;
    padding: 0 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    vertical-align: middle;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.form li .textarea {
    width: 480px;
    height: 100px;
    border: 1px solid #ccc;
    padding: 10px 8px;
    vertical-align: middle;
}

.form li .errTips {
    display: none;
    font-size: 12px;
    margin-left: 15px;
    color: #C00;
}

#formFeedback .errTips {
    padding-top: 3px;
    margin-left: 0;
}

.form li .submit {
    display: inline-block;
    width: 125px;
    height: 43px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.form li .submit.nor {
    background-color: #5FB928;
    border: 2px solid #5FB928;
    cursor: pointer;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.form li .submit.nor:hover {
    background-color: #58AF24;
}

.form li .submit.ing {
    background-color: #1C8DFF;
    border: 2px solid #0A7AEA;
    cursor: default;
}

.form li .submit.disabled {
    background-color: #ccc;
    border: 2px solid #bbb;
    cursor: default;
}

.form li .submit.disabled:hover {
    background-color: #ccc;
}

.form li .submit.success {
    background-color: #44B313;
    border: 2px solid #44B313;
    cursor: default;
}

.selectW {
    position: relative;
    z-index: 10;
    width: 192px;
    height: 40px;
    cursor: pointer;
}

.selectW.cur {
    z-index: 20;
}

.selectW .selectTxt {
    position: relative;
    width: 150px;
    height: 38px;
    line-height: 38px;
    padding-right: 40px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #888;
}

.selectW .selectTxtText {
    width: 150px;
    text-indent: 8px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.selectW .selectTxtIcon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 38px;
    border-left: 1px solid #ccc;
    background-color: #F5F5F5;
}

.selectW .selectTxtIcon i {
    _overflow: hidden;
    _zoom: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 5px solid #888;
    border-bottom: 0;
    border-left-color: #F5F5F5;
    border-right-color: #F5F5F5;
    margin: -2px 0 0 -5px;
}

.selectW.cur .selectTxtIcon i {
    border: 5px solid #888;
    border-top: 0;
    border-left-color: #F5F5F5;
    border-right-color: #F5F5F5;
}

.selectW .selectPane {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    border: 1px solid #ccc;
}

.selectW .selectPane li {
    margin: 0;
    padding: 0;
}

.selectW .selectPane a {
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #888;
    font-size: 12px;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.selectW .selectPane a:hover {
    background-color: #F5F5F5;
}

.contactType {
    width: 99px;
}

.contactType .selectTxt {
    width: 58px;
}

.contactType .selectTxtText {
    width: 58px;
}

.contactType .selectPane a {
    width: 88px;
    text-indent: 14px;
}

.form li .input.inputContact {
    width: 372px;
    margin-left: 8px;
}

.p_question .feedback {
    padding: 30px 20px;
}

.feedback .tips {
    padding: 50px 25px 25px 65px;
    color: #f60;
}

.feedback .form {
    padding: 15px 35px;
}

.feedback .tips .i-lamp {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 28px;
    background: url(../image/lamp_53cf8cf.png) no-repeat 0 0;
    margin-right: 4px;
}

@media screen and (max-width:1199px) {
    .art_img img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:992px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}

.pagination {
    text-align: right;
    font-size: 12px;
    padding: 25px;
}

.pagination a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 28px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #EBEBEB;
    background-color: #F3F4F8;
    font-size: 12px;
    color: #626465;
    margin-left: 3px;
}

.pagination a.cur,
.pagination a:hover {
    background-color: #5FB928;
    border-color: #5FB928;
    color: #fff;
}

.pagination a.nolink {
    width: 54px;
    cursor: default;
    border: 1px solid #EBEBEB;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #999;
}

.pagination a.dot:hover {
    border: 1px solid #EBEBEB;
    background-color: #F3F4F8;
    color: #626465;
}

.pagination a.nolink:hover {
    width: 54px;
    cursor: default;
    border: 1px solid #EBEBEB;
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    color: #999;
}

.pagination .prev,
.pagination .next {
    width: 60px;
}

.pagination .first,
.pagination .last,
.pagination .go,
.pagination .input {
    width: 44px;
}

.pagination .input {
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #EBEBEB;
    background-color: #F3F4F8;
    font-size: 12px;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        animation-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .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);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .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);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

@keyframes jello {

    11.1%,
    from,
    to {
        -webkit-transform: none;
        transform: none;
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(0.215, .61, .355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@font-face {
    font-family: iconfont;
    src: url(../font/iconfont.eot);
    src: url(../font/iconfont.eot#iefix) format('embedded-opentype'), url(../font/iconfont.woff) format('woff'), url(../font/iconfont.ttf) format('truetype'), url(../font/iconfont.svg#iconfont) format('svg');
}

.iconfont {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weibo1:before {
    content: "\e601";
}

.icon-weixin1:before {
    content: "\e602";
}

.icon-new:before {
    content: "\e603";
}

.icon-weibo2:before {
    content: "\e604";
}

.icon-weixin11:before {
    content: "\e605";
}

.icon-weixin2:before {
    content: "\e606";
}

.icon-talk:before {
    content: "\e600";
}

.l {
    float: left;
}

.r {
    float: right;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right;
}

.seo {
    text-indent: -9999px;
}

.yahei {
    font-family: "Microsoft YaHei";
}

.oh {
    overflow: hidden;
    zoom: 1;
}

.f16 {
    font-size: 16px !important;
}

.orange {
    color: #f60;
}

.green {
    color: #50aa58;
}

.hide {
    display: none;
}

.mb10 {
    margin-bottom: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mr40 {
    margin-right: 40px;
}

.mt133 {
    margin-top: 133px;
}

.hand {
    cursor: pointer;
}

.bn {
    margin: 0 !important;
}

.fix {
    *zoom: 1;
}

.fix:after {
    display: table;
    content: '';
    clear: both;
}

.break {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.green {
    color: #5FB928;
}

.bgGreen {
    background-color: #5FB928;
}

.bgWhite {
    background-color: #fff;
}

.bgGrey {
    background-color: #F3F3F3;
}

.header .share .weibo {
    background-position: -366px 0px;
}

.header .share .weibo:hover {
    background-position: -366px -33px;
}

.header .share .weixin {
    background-position: -366px -66px;
}

.header .share .weixin:hover {
    background-position: -366px -99px;
}

.header .share .weixin span {
    background-position: -245px -132px;
}

.indBanner .slidesjs-previous {
    background-position: -348px -286px;
}

.indBanner .slidesjs-next {
    background-position: -348px -337px;
}

.indBanner .slidesjs-previous:hover {
    background-position: -348px -388px;
}

.indBanner .slidesjs-next:hover {
    background-position: -348px -439px;
}

.indBanner .slidesjs-pagination li a {
    background-position: -377px -490px;
}

.indBanner .slidesjs-pagination li a.active {
    background-position: -377px -513px;
}

.indPro_tab .tab_a em.p1 {
    background-position: -366px -536px;
    background-image: url(http://30.net/assets/css/angogo_shouji_logo.png);
}

.indPro_tab .tab_a em.p2 {
    background-position: -366px -569px;
}

.indPro_tab .tab_a em.p3 {
    background-position: -366px -602px;
}





.indMain .con a .icon-talk {
    background-position: -380px -849px;
}

.indMain .con a .icon-new {
    background-position: -366px -865px;
}


.header .share .weibo,
.header .share .weibo:hover,
.header .share .weixin,
.header .share .weixin:hover,
.header .share .weixin span,
.indBanner .slidesjs-previous,
.indBanner .slidesjs-next,
.indBanner .slidesjs-previous:hover,
.indBanner .slidesjs-next:hover,
.indBanner .slidesjs-pagination li a,
.indBanner .slidesjs-pagination li a.active,
.indPro_tab .tab_a em.p1,
.indPro_tab .tab_a em.p2,
.indPro_tab .tab_a em.p3,
.indMain .con a .icon-talk,
.indMain .con a .icon-new {
    background-image: url(../image/css_z_7eb36f0.png);
}