@charset "utf-8";
@media (min-width: 1201px) {
@font-face{
    font-family:"SourceHanSansCNLight";
    src:url(../fonts/SourceHanSansCN-Light.eot);
    src:local('SourceHanSansCNLight'),
    url(../fonts/SourceHanSansCN-Light.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SourceHanSansCN-Light.woff) format("woff"),
    url(../fonts/SourceHanSansCN-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"SourceHanSansCNRegular";
    src:url(../fonts/SourceHanSansCN-Regular.eot);
    src:local('SourceHanSansCNRegular'),
    url(../fonts/SourceHanSansCN-Regular.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SourceHanSansCN-Regular.woff) format("woff"),
    url(../fonts/SourceHanSansCN-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"SourceHanSansCNMedium";
    src:url(../fonts/SourceHanSansCN-Medium.eot);
    src:url(../fonts/SourceHanSansCN-Medium.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SourceHanSansCN-Medium.woff) format("woff"),
    url(../fonts/SourceHanSansCN-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"SourceHanSansCNBold";
    src:url(../fonts/SourceHanSansCN-Bold.eot);
    src:url(../fonts/SourceHanSansCN-Bold.eot?#iefix) format("embedded-opentype"),
    url(../fonts/SourceHanSansCN-Bold.woff) format("woff"),
    url(../fonts/SourceHanSansCN-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"Gilroy-Regular";
    src:url(../fonts/Gilroy-Regular.otf);
    src:url(../fonts/Gilroy-Regular.woff) format("woff"),
    url(../fonts/Gilroy-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family:"Gilroy-Bold";
    src:url(../fonts/Gilroy-Bold.otf);
    src:url(../fonts/Gilroy-Bold.woff) format("woff"),
    url(../fonts/Gilroy-Bold.ttf) format("truetype");
    font-style: normal;
    font-weight: bold;
}
.fonts1{font-family:"SourceHanSansCNLight";}
.fonts2{font-family:"SourceHanSansCNRegular";}
.fonts3{font-family:"SourceHanSansCNMedium";}
.fonts4{font-family:"SourceHanSansCNBold";}
.fonts5{font-family:"Gilroy-Bold";}
.fonts6{font-family:"Gilroy-Regular";}

body {
    font-family: 'SourceHanSansCNLight', sans-serif;
    color: #111111;
    position: relative;
    background-color: #fff;
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
}

}
.font14{font-size: 14px;}
.font16{font-size: 16px;}
.font18{font-size: 18px;}
.font20{font-size: 20px;}
.font22{font-size: 22px;}
.font24{font-size: 24px;}
.font28{font-size: 28px;}
.font30{font-size: 30px;}
.font32{font-size: 32px;}
.font34{font-size: 34px;}
.font36{font-size: 36px;}
.font40{font-size: 40px;}
.font48{font-size: 48px;}
html {font-size: 30px;}

a{text-decoration: none;outline: none;color: #111;}
a:hover{text-decoration: none;color: #970030;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}
.img-hover{overflow: hidden;}
.img-hover img{
    width: 100%;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
}
.img-hover:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);}
ul.ul{margin: 0;padding: 0;}
ul.ul li{list-style: none;padding: 0;margin: 0;}

.head-mob{display: none;}
/* .head-main{padding: 15px 0;} */
.head-t1 .logo img{width: 170px;}
.head-t2{padding-top: 16px;}
.head-t2 ul.ul li{
    padding: 0 20px;
}
.head-t2 ul.ul li a{
    display: block;
    line-height: 80px;
    position: relative;
    font-size: 18px;
}
.head-t2 ul.ul li.active a{color: #970030;}
.head-t2 ul.ul li.active a:after{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #970030;
    content: '';
}
.head-ico{margin: 10px 0 0 20px;}
.head-ico .ico_wx{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #9a9a9a;
    background-image: url(../images/ico_wx_white.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.head-ico .ico_wx:hover{background-color: #970030;}
.head-ico .tooltip-inner{max-width: 250px;padding: 3px;background-color: #970030;}
.tooltip.bottom .tooltip-arrow{border-bottom-color: #970030;}
.head-ico .tooltip-inner div+div{margin-left: 3px;}
.head-ico .tooltip-inner div p{margin-bottom: 0;padding-top: 3px;}
.footer{
    background: #970030;
    color: #fff;
    padding-top: 35px;
    font-size: 14px;
}
.footer p{
    opacity: .5;
    margin-bottom: 0;
}
ul.foot-nav-ul li{height: 14px;line-height: 14px;margin-bottom: 15px;}
ul.foot-nav-ul li+li{margin-left: 15px;padding-left: 15px;border-left: 1px solid #fff;}
.footer a{color: #fff;}
.foot-ewm .img+.img{margin-left: 30px;}
.foot-ewm .img{text-align: center;margin-bottom: -30px;}
.foot-ewm .img p{padding-top: 5px;}
.footer .icp{
    padding-bottom: 30px;
}
.foucs{
    position: relative;
}
.foucs img{min-height: 400px;width: 100%;object-fit: cover;}
.inner-nav .swiper-button-next:after,.inner-nav .swiper-button-prev:after{font-size:24px;}
.inner-nav .swiper-button-next,.inner-nav .swiper-button-prev{height:56px;margin-top:0;top:-56px;}
.inner-nav .swiper-button-next{right:-30px;}
.inner-nav .swiper-button-prev{left:-30px;}
.inner-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #970030;
    opacity: .9;
}
.inner-nav ul.ul li{
    display: inline-block;
    height: 56px;
    line-height: 56px;
    padding: 0 35px;
    position: relative;
}
.inner-nav ul.ul li+li:after{
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 18px;
    content: '';
    margin-top: -9px;
    background: #fff;
}
.inner-nav ul.ul li a{color: #fff;}
.inner-nav ul.ul li.on{font-weight: 600;font-size: 18px;}
.inner-navigation{
    line-height: 52px;
    margin-bottom: 40px;
    font-size: 14px;
    color: #666;
}
.inner-navigation a{color: #666;}
.inner-navigation .current{color: #000;}
.inner-title{text-align: center;}
.inner-title h1{margin: 0;color: #000;}
.inner-title h4{margin: 10px 0 0;color: #888;}
.history-group{margin-top: 40px;position: relative;}
.history-group:after{
    position: absolute;
    top: 30px;
    left: 135px;
    width: 2px;
    bottom: 30px;
    content: '';
    background: #bfc0c1;
    z-index: -1;
}
.history-group .item .year{margin-bottom: 40px;}
.history-group .item .year .ln{
    width: 110px;
    font-size: 40px;
    color: #970030;
}
.ico_year{
    width: 50px;
    height: 50px;
    background: url(../images/dev-clock.jpg) no-repeat center / cover;
}
.history-group .item .year .rx{font-size: 14px;margin-left: 20px;color: #777;cursor: pointer;}
.history-group .item ul.ul{display: none;} 
.history-group .item ul.ul li{
    margin-bottom:40px;
}
.history-group .item ul.ul li .sn-title{padding: 0 0  0 20px;position: relative;line-height: 30px;}
.history-group .item ul.ul li .sn-title p{margin:0;}
.history-group .item ul.ul li .sn-title i{
    position: absolute;
    top: 0;
    left: -15px;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 5px solid #970030;
    border-radius: 50%;
}
.history-group .item ul.ul li .imgs{
    margin: 20px 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.history-group .item ul.ul li .imgs .cimg{width: 24%;margin-right: 1%;margin-bottom: 1%;}
.history-group .item ul.ul li .date{width: 135px;height: 30px;line-height: 30px;color: #666;font-size: 24px;text-align: right;padding-right: 45px;}

.news-list a{color: #000;}
.news-list .item{
    background: #f7f7f7;
    margin-bottom: 20px;
}
.news-list .item .img{width: 35.5%;}
.news-list .item .txt{padding: 30px 40px 30px 50px;}
.news-list .item .txt .p{color: #666;font-size: 16px;margin-top: 15px;line-height: 2;}
.news-list .item .txt .p p{margin:0;}
.ico_clock{padding-left: 35px;line-height: 20px;background: url(../images/time.png) no-repeat left center / 20px;font-size: 14px;color: #666;}
.text img{max-width: 100%;}
.news-detail .time{margin-top: 20px;margin-bottom: 50px;}
.news-detail .time span{
    display: inline-block;
    padding-left: 35px;
    background: url(../images/time.png) no-repeat left center / 20px;
    font-size: 14px;
    line-height: 30px;
}
.pageinfo{
    border-top: 1px solid #eee;
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
}
.about-boss-wrap{
    display: flex;
    align-content: flex-start;
    margin-bottom: 100px;
}
.about-boss-wrap .img{width: 50%;position: relative;z-index: 1;}
.about-boss-wrap .img img{width: 100%;}
.about-boss-wrap .txt{
    width: 74%;
    margin-left: -24%;
    background-color: #fafafa;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    transform: translateY(50px);
}
.about-boss-wrap .txt .txt-con{width: 67.57%;padding: 45px 50px 60px 66px;}
.about-boss-wrap .txt .txt-con .title{
    padding-bottom: 20px;
    background: #fafafa;
}
.about-boss-wrap .txt .text-box{height: 300px;overflow: hidden;line-height: 1.8;}
.about-boss-wrap .txt .text-box .text-con{transition: all 0.3s ease;}
.pageoff .page-ico{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #cfcfcf;
    background-image: url(../images/icon_arrow_right2.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center center;
    cursor: pointer;
}
.pageoff .pageUp{transform: rotate(180deg);margin-right: 15px;}
.about-poto{
    padding: 90px 0;
    background: url(../images/about_bg.jpg) no-repeat center / cover;
    color: #fff;
}
.about-poto h2{margin-top: 0;margin-bottom: 60px;}
.aboutPoto .img .p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.5);
    min-height: 58px;
}
.about-poto-con{position: relative;padding: 0 80px;}
.swiper-button-next, .swiper-button-prev{color: #fff;}
.swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;opacity: 1;}
.swiper-pagination-bullet-active{background: #970030;}
.banner img{width: 100%;}
.index-section{padding-top: 50px;padding-bottom: 50px;}
.index-section .video video{width: 100%;object-fit:cover;}
.more-border{margin-top: 30px;}
.more-border a{display: inline-block;padding: 8px 28px;border: 1px solid #970030;color: #970030;transition: all 0.3s;}
.more-border a:hover{background-color: #970030;color: #fff;}
.index-section .p{color: #7d7d7d;margin-top: 10px;}
.index-section-2{border-top: 1px solid #ddd;}
.ecology-list .item{margin-bottom: 30px;}
.ecology-list .img{
    display: block;
    position: relative;
}
.ecology-list .img .txt{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding:0 25px;
}
.ecology-list .img .txt .title{text-align: center;padding: 15px 0;transition: all 0.3s;}
.ecology-list .img .txt .pn{
    line-height: 26px;
    height: 52px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.ecology-list .img:hover .txt .pn{height: 52px;margin-bottom: 15px;}
.ecology-list .img:hover .txt .title{text-align: left;}
.index-section-3{background: #f6f6f6;}
.index-news-list ul.news-ul li{line-height: 34px;}
/* .index-news-swiper{height: 170px;} */
.index-section-4 .swiper-pagination-bullet{background: #999;}
.index-section-4 .swiper-pagination-bullet-active{background: #970030;}
.index-section-4 .swiper-pagination{position: relative;margin-top: 35px;}
.index-partner .block{
    position: relative;
    height: 80px;
    overflow: hidden;
}
.index-partner .block img{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    max-height: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.3s;
}
.index-partner .block:hover img{transform: translate(-50%,-50%) scale(1.05);}
.float-box{
    position: fixed;
    right: 0;
    bottom: 20%;
    width:74px;
    height: 305px;
    height: 160px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    border-radius: 74px;
    font-size: 14px;
    text-align: center;
}
.float-box .float-1{width: 100%;height: 80px;color: #fff;padding-top: 5px;background: #970030;position:relative;}
.float-box .float-2{width: 100%;height: 80px;color: #970030;padding-top: 5px;background: #eaeaea;}
/* .float-box .float-3{width: 100%;height: 105px;color: #970030;padding-top: 20px;background: #eaeaea;} */
.float-box .float-1 span.draw{
    position: absolute;
    top:0;
    right: 0;
    line-height: 30px;
    background-color: #970030;
    color: #fff;
    width: 220px;
    height: 160px;
    padding: 15px;
    text-align: left;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}
/*.float-box .float-1:hover span.draw{right:100%;opacity:1;}*/
.float-box i{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.float-box .float-1 i{
    background-image: url(../images/ico_tel2.png);
}
.float-box .float-2 i{
    background-image: url(../images/float_2.png);
}
/* .float-box .float-3 i{
    background-image: url(../images/float_3.png);
} */
/*.float-box .float-2:hover{background-color: #970030;color: #fff;}
.float-box .float-2:hover i{background-image: url(../images/float_2a.png);}*/
.inner-nav .swiper-slide{width: auto;}

.in-job-list .item {margin-bottom: 20px;background-color: #f7f7f7;}
.in-job-list .item .title{
    height: 42px;
    line-height: 42px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    cursor: pointer;
}
.in-job-list .item .title i{
    position: absolute;
    top: 0;
    left: 8px;
    width: 42px;
    height: 42px;
    background:url(../images/ico_r2.png) no-repeat center center / 14px;
    transform: rotate(90deg);
    transition: all 0.3s;
}
.in-job-list .item .title.on i{transform: rotate(270deg);}
.in-job-list .job-items-detail {
    overflow: hidden;
    padding: 10px 50px 30px 50px;
    display: none;
    font-size: 16px;
    line-height: 26px;
}
.in-job-list .job-items-detail p{margin-bottom: 0;}
.about-honor .row{margin-right: -10px;margin-left: -10px;}
.about-honor .row>div{padding-right: 10px;padding-left: 10px;}
.about-honor .img{
    padding-top:71.4%;
    position: relative;
    overflow: hidden;
    border: 1px solid #bfbfbf;
}
.about-honor .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
    max-height: 90%;
    cursor: pointer;
}
.about-honor .tx {
    text-align: center;
    line-height: 22px;
    padding-top: 10px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 50px;
}
.inner-nav-lev2{
    position: relative;
    text-align: center;
    font-size: 22px;
}
.inner-nav-lev2:after{
    position: absolute;
    bottom: 1px;
    left: -1000px;
    width:4000px;
    height: 1px;
    background: #ccc;
    content: '';
    z-index: -1;
}
.inner-nav-lev2 a{
    display: inline-block;
    padding: 15px 40px;
    border-bottom: 3px solid transparent;
}
.inner-nav-lev2 a.on{border-bottom-color: #b22223;color: #b22223;}
.about-wrap{overflow: hidden;}
.news-forum-text{
    padding: 35px;
    background: #f2f2f2;
    line-height: 1.8;
}
.news-forum-list .item{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #c8c8c8;
}
.news-forum-list .img-box{border: 1px solid #c8c8c8;padding: 10px;position: relative;overflow: hidden;width: 36.5%;}
.news-forum-list .img-box .tips{
    position: absolute;
    top: 0;
    left: 0;
    background: #d5a246;
    color: #fff;
    padding: 3px 40px;
    z-index: 3;
    transform: rotate(-45deg) translate(-25%, -50%);
}
.news-forum-list .item .txt{padding-left: 40px;color: #111;}
.news-forum-list .item .txt .p{
    line-height: 1.6;
    margin-top: 15px;
}
.news-forum-list .item .txt .date,.industry-content .industry-list .date{
    padding-left: 30px;
    background: url(../images/time2.png) no-repeat left center / 20px;
    line-height: 20px;
    font-size: 14px;
    color: #9da7b2;
}
.news-down-list .img{width: 45%;box-shadow: 0 0 10px 1px #efefef;}
.news-wrap{overflow: hidden;}
.news-down-list .tx{padding-left: 28px;}
.news-down-list .tx .p{
    line-height: 1.8;
    margin-top: 10px;
    color: #666;
}
.news-down-list .tx .ico-down a,.news-video-list .item .title .ico-down-btn{
    display: inline-block;
    line-height: 25px;
    padding-left: 30px;
    background: url(../images/ico_down.png) no-repeat left center / 23px;
}
.news-down-list .tx .ico-down a:hover{background-image: url(../images/ico_down2.png);}
.news-down-list .item{margin-top: 30px;margin-bottom: 30px;}
.news-video-list .item{margin-bottom: 50px;padding-bottom: 50px;border-bottom: 1px solid #ddd;}
.news-video-list .item .title{
    position: relative;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.news-video-list .item .title .ico-down-btn{
    position: absolute;
    right: 0;
    top: 3px;
    opacity: 0.55;
}
.news-video-list .item .title span{
    display: inline-block;
    position: relative;
    padding-left: 14px;
}
.news-video-list .item .title span:after,.business-title-left span:after{
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background: #970030;
    content: '';
    margin-top: -3px;
}
.news-video-list .item  .video-box{position: relative;z-index: 3;}
.news-video-list .item  .video-box video{width: 100%;vertical-align: top;}
.news-video-list .item  .video-box .video-cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 5;
}
.news-video-list .item  .video-box .video-btn,.pub-video-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 67px;
    height: 67px;
    background: url(../images/ico_play.png) no-repeat center / cover;
    transform: translate(-50%,-50%);
}
.business-imgs{
    padding: 55px 0 25px;
    background: #f5f5f5;
}
.business-imgs .img-box{background: #efefef;margin-bottom: 30px;}
.business-mid-wrap{
    color: #fff;
    background: url(../images/business_bg.jpg) no-repeat center / cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.business-imgs2{
    background: #f3f3f3;
}
.padt50{padding-top: 50px;}
.padb50{padding-bottom: 50px;}
.business-title-left{margin-bottom: 30px;}
.business-title-left span{display: inline-block;padding-left: 18px;position: relative;}
.business-title-mid span{color: #970030;}
.business-title-mid span.l{
    padding: 9px 32px;
    background: #970030;
    color: #fff;
    border-radius: 9px;
    margin-right: 13px;
    letter-spacing: 8px;
}
.business-swiper .wx-box{
    background: #496731;
    color: #fff;
}
.business-swiper .wx-item-4 .wx-box{
    background: #f9f9f9;
    color: #111;
    border: 1px solid #d1d1d1;
}
.business-swiper .wx-item-2 .wx-box{background: #970030;}
.business-swiper .wx-item-3 .wx-box{background: #a7823b;}
.business-swiper .wx-item-5 .wx-box{background: #000;}
.business-swiper .wx-box .tx{writing-mode: vertical-lr;min-height: 260px;margin-top: 10px;}
.business-swiper .wx-box .tx .ln{font-size: 48px;letter-spacing: 10px;}
.business-swiper .wx-box .tx .rn{font-size: 24px;letter-spacing: 8px;margin-top: 60px;}
.business-imgs-3f .img-box{position: relative;}
.business-imgs-3f .img-box .tx{
    position: absolute;
    background: #970030;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px;
}
.bgf3{background: #f3f3f3;}
.business-4f .list .item .ti{
    background: #970030;
    color: #fff;
    line-height: 55px;
}
.business-4f .list .item .tx{
    min-height: 290px;
    padding-top: 25px;
    background: #fff;
    line-height: 2;
}
.business-4f-list{max-width: 570px;}
.business-4f-list ul.ul{margin-right: -8px;margin-left: -8px;}
.business-4f-list ul.ul li{
    float: left;
    width: 50%;
    padding: 8px;
}
.business-4f-list ul.ul .box{
    background: #fff;
    padding: 25px;
}
.business-4f-list ul.ul .p{
    line-height: 30px;
    height: 60px;
    margin-top: 10px;
}
.business-4f-list ul.ul .t span{display: inline-block;background: #970030;color: #fff;padding: 0 12px;line-height: 40px;border-radius: 8px;}
.business-4f-list ul.ul li:nth-of-type(2n+1) .box{
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    text-align: right;
}
.industry-wrap{overflow: hidden;}
.industry-content .industry-list .item{
    background: #f1f1f1;
    padding: 40px;
    margin-bottom: 40px;
}
.industry-content .industry-list .item .p{margin: 15px 0 30px;line-height: 1.8;}
.industry-swiper{width: 300px;margin-left: 48px;}
.industry-swiper .ti{
    background: #d3a243;
    color: #fff;
    line-height: 40px;
}
.industry-swiper .img{position: relative;}
.industry-swiper .img .p{
    position: absolute;
    background: rgba(0, 0, 0,0.4);
    color: #fff;
    line-height: 40px;
    bottom: 0;
    left: 0;
    width: 100%;
}
.industry-swiper .txt{
    height: 214px;
    padding: 50px 30px 0;
    background: #f7f7f7;
    line-height: 1.7;
}
.industry-swiper .swiper-pagination{bottom: 140px;}
.industry-swiper .swiper-pagination-bullet{background: #a2a2a2;}
.industry-swiper .swiper-pagination-bullet-active{background: #970030;}
.contact-list .line{width: 100%;height: 2px;background: #eee;position: relative;margin: 20px 0;}
.contact-list .line i{
    position: absolute;
    top: -1px;
    width: 50%;
    left: 0;
    height: 4px;
    background: #970030;
}
.form-wrap{background: url(../images/form_bg.jpg) no-repeat center bottom / cover;padding-top: 50px;border-top: 1px solid #ddd;padding-bottom: 80px;}
.form-wrap input.form-control,.form-wrap select.form-control{height: 45px;font-size:16px;}
.form-wrap ul.dropdown-menu{width:100%;}
.form-wrap ul.dropdown-menu li{
    padding:6px 12px;
    font-size: 16px;
}
.form-wrap ul.dropdown-menu li.on,.form-wrap ul.dropdown-menu li:hover{background-color:#eee;}
.form-wrap .form-control[readonly]{background-color:#fff;}
.form-wrap select.form-control,.form-wrap input.iselect{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/icon_down.png)!important;
    background-position: right 15px center!important;
    background-repeat: no-repeat!important;
    background-size: 16px!important;
}
.form-wrap label{font-weight: normal;font-size: 18px;}
.form-wrap label i{font-style: normal;color: #970030;}
.form-wrap .form-group{margin-bottom: 35px;}
.form-wrap textarea.form-control{font-size:16px;}
img.code{
    width: 100px;
    height: 45px;
    cursor: pointer;
    margin-left: 10px;
}
input.form-sub,input.form-reset{
    width: 200px;
    height: 46px;
    border-width: 0;
    margin: 0 10px;
}
input.form-sub{
    background: #970030;
    color: #fff;
}
input.form-reset{background: #dbe1e9;}
.ecology-title span{
    display: inline-block;
    position: relative;
    z-index: 9;
    padding-right: 20px;
}
/* .ecology-title span i.i1{
    position: absolute;
    top: 50%;
    left: -10px;
    width: 60px;
    height: 60px;
    background: #e6e6e7;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.ecology-title span i.i2{
    position: absolute;
    top: 50%;
    right: 0px;
    width: 10px;
    height: 10px;
    background: #970030;
    border-radius: 50%;
    transform: translateY(-50%);
    z-index: -1;
} */
.ecology-imgs{width: 52.074%;}
.ecology-imgs ul.ul li{float: left;position: relative;}
.ecology-imgs ul.ul li .img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.ecology-imgs ul.ul li .img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ecology-imgs ul.ul li:nth-of-type(1){
    width: 248px;
    height: 509px;
    width: 35.277%;
    height: auto;
    margin-right: 2.561%;
}
.ecology-imgs ul.ul li:nth-of-type(1) .img{
    padding-top: 205.241%;
}
.ecology-imgs ul.ul li:nth-of-type(2){
    width: 437px;
    height: 330px;
    width: 62.162%;
    height: auto;
    margin-bottom: 2.561%;
}
.ecology-imgs ul.ul li:nth-of-type(2) .img{
    padding-top: 75.514%;
}
.ecology-imgs ul.ul li:nth-of-type(3){
    width:152px;
    height: 163px;
    width: 21.621%;
    height: auto;
    margin-right: 17px;
    margin-right: 2.419%;
}
.ecology-imgs ul.ul li:nth-of-type(3) .img{
    padding-top: 107.236%;
}
.ecology-imgs ul.ul li:nth-of-type(4){
    width:268px;
    height: 163px;
    width: 38.122%;
    height: auto;
}
.ecology-imgs ul.ul li:nth-of-type(4) .img{
    padding-top: 60.82%;
}
.ecology-section-2{background-size: cover;background-position: center;background-repeat: no-repeat;}
.ecology-section-2 .ico{
    border-radius:50%;
    padding: 20px;
    border: 15px solid #fff;
    margin-bottom: 20px;
}
.ecology-section-2 .ico .cimg{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #b7144d;
}
.ecology-section-2 .ico .cimg img{width: 100%;}
.ecology-section-3 ul.ul{overflow: hidden;}
.ecology-section-3 ul.ul li{
    background: #f6f6f6;
    margin-top: 55px;
}
.ecology-section-3 ul.ul li .txt{
    padding: 55px 0px 20px 55px;
}
.ecology-section-3 ul.ul li .txt .text{line-height: 2;}
.ecology-section-3 ul.ul li .txt p{margin-bottom: 0;}
.ecology-section-3 ul.ul li .img{width: 59.6%;}
.ecology-section-3 ul.ul-style2{margin-right: -25px;margin-left: -25px;overflow: hidden;clear: both;}
.ecology-section-3 ul.ul-style2 li{
    float: left;
    width: 50%;
    padding: 0 25px;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    flex-direction: column;
}
.ecology-section-3 ul.ul-style2 li .txt{padding: 45px 0 20px;}
.ecology-section-3 ul.ul-style2 li .img{width: 100%;}
.ecology-section-3 ul.ul-style2 li:nth-of-type(2n) .img{order: 0!important;}
.ecology-section-3 ul.ul-style2 li .marb30 {
    margin-bottom: 15px;
}
.ecology-section-3 ul.ul-style2-w3 li{width: 33.333%;}
.ecology-section-3 ul.ul-style2-w3 li .txt{padding-top: 20px;text-align: center;}
.ecology-section-3 ul.ul-style3 li{background: #fff;padding-bottom: 20px;}
.ecology-section-3 ul.ul-style3 li .img{width: 54%;}
.ecology-section-3 ul.ul-style4 li .txt{padding-right:55px;padding-left:55px;}
.ecology-section-form.form-wrap{padding-top: 75px;background: url(../images/form_bg2.jpg) no-repeat center top  / cover;}
.ecology-section-form.form-wrap form{max-width: 1100px;margin: 0 auto;}
.business-title-left.color-yellow{color: #c39d62;}
.business-title-left.color-yellow span:after{background-color: #c39d62;}
.business-2-img3 .img{position: relative;}
.business-2-img3 .img .tx{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 35px 15px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
    z-index: 5;
}
.about-culture-list .item{background: #fafafa;margin-bottom: 20px;}
.about-culture-list .item .img{width: 50%;}
.about-culture-list .item .txt{padding: 15px;}
.about-culture-list .item .txt .p{margin-top: 15px;}
.ecology-imgs-w1{width: 50%;}
.ecology-imgs-swp p{text-align: center;margin-bottom: 0;line-height: 1.5;margin-top:10px;}
.ecology-imgs-swp .img-hover{margin-top: 40px;}
.deline{
    display: inline-block;
    border-bottom: 2px solid #970030;
    color: #970030;
    margin-left: 5px;
    vertical-align: middle;
}


.foucs-txt{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding-bottom: 56px;
    color: #fff;
}
.head-white{background: #fff;}
.head-wrap{position: relative;z-index: 99;}
.head-nav-down{position: absolute;top: 100%;left: 0;width: 100%;background: rgba(255, 255, 255, 0.9);}
.mob-nav-ti{display: none;}
.head-nav-down ul.ul {text-align: center;padding: 15px;}
.head-nav-down ul.ul li{display: inline-block;padding: 0 30px;line-height: 30px;}
.pages ul{list-style: none;padding: 0;margin: 50px 0;text-align: center;}

.pages ul li{list-style: none;display: inline-block;padding: 3px;border-bottom: 1px solid transparent;margin: 0 8px;}
.pages ul li.active{color: #970030;border-bottom-color: #970030;}
.pages ul li.first a,.pages ul li.last a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_page_nn.png) no-repeat center / cover;
    vertical-align: middle;
}
.pages ul li.first a{
    transform: rotate(180deg);
}
.pages ul li.prev a,.pages ul li.next a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/ico_page_n.png) no-repeat center / cover;
    vertical-align: middle;
}
.pages ul li.prev a{
    transform: rotate(180deg);
}
.text{line-height: 1.7;text-align: justify;}
.marb30{margin-bottom: 30px;}
.marb35{margin-bottom: 35px;}
.mart35{margin-top: 35px;}
.marb50{margin-bottom: 50px;}
.padt35{padding-top: 35px;}
.padt75{padding-top: 75px;}
.padb75{padding-bottom: 75px;}

@media (min-width: 1025px) {
    .mart50{margin-top: 30px;}
    .marb100{margin-bottom: 50px;}
    .ecology-section-3 ul.ul li:nth-of-type(2n) .img{order: 2;}
    .ecology-section-3 ul.ul-style3 li:nth-of-type(2n) .txt{padding-left:0;padding-right:55px;}
    .about-culture-list .item:nth-of-type(odd) .img{order: 2;}
    .ecology-section-1 .txt-left{padding-right:35px;}
    .index-news-list ul.news-ul li{line-height:1;margin-bottom:18px;}
}
@media (min-width: 1201px) {
    .mart50{margin-top: 40px;}
    .marb100{margin-bottom: 70px;}
    .head-nav-down .item{display: none;}
    .about-culture-list .item .txt{padding: 30px;}
    .index-news-list ul.news-ul li{line-height:1;margin-bottom:18px;}
    .ecology-innav .ecology-swp{width:1170px;}
}
@media (min-width: 1580px) {
    .container{width: 1380px;}
    .mart50{margin-top: 50px;}
    .marb100{margin-bottom: 100px;}
    .index-section-1 .row{margin-right: -35px;margin-left: -35px;}
    .index-section-1 .row>div{padding-right: 35px;padding-left: 35px;}
    .contact-list .row{margin-right: -55px;margin-left: -55px;}
    .contact-list .row>div{padding-right: 55px;padding-left: 55px;}
    .ecology-section-1 .txt-left{padding-right: 85px;}
    .about-culture-list .item .txt{padding: 60px;}
    .index-news-list ul.news-ul li{line-height:1;margin-bottom:25px;}
}



@media (max-width: 1800px){
.head-nav-down ul.ecology{text-align:left;}
}
@media (max-width: 1200px) {
    body {
        font-family: sans-serif;
        color: #333;
        position: relative;
        background-color: #fff;
        line-height: 1.5;
        font-weight: 500;
        font-size: 14px;
    }
    .fonts1{font-weight:300;}
    .fonts2{font-weight:600;}
    .fonts4{font-weight:600;}
    .head-main,.head-nav-down{display: none;}
    .head-mob,.mob-nav-ti{display: block;}
.head-gap{height:50px;}
    .btn-menu {
        position: relative;
        margin-left: 10px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .btn-menu>span{
        position: absolute;
        top: 50%;
        left: 6px;
        width: 18px;
        height: 2px;
        background-color: #fff;
        transition: 0.3s;
    }
    .btn-menu>span:first-of-type {
        margin-top: -7px;
    }
    .btn-menu>span:nth-of-type(2) {
        margin-top: -1px;
    }
    .btn-menu>span:nth-of-type(3) {
        margin-top: 5px;
    }
    .btn-menu.on>span:first-of-type {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .btn-menu.on>span:nth-of-type(2) {
        visibility: hidden;
        opacity: 0;
    }
    .btn-menu.on>span:last-of-type {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .head-white .btn-menu>span{background-color: #000;}

    .head-wrap{position: fixed;top: 0;left: 0;width: 100%;z-index: 999;}
    .head-mob-t1 .logo-mob img{height: 50px;}
    .head-nav-down{background: #fff;padding: 0 0;border-bottom: 1px solid #eee;height: calc(100vh - 50px);}
    .mob-nav-ti{position: relative;font-size: 18px;padding: 15px 20px;border-top: 1px solid #eee;}
    .mob-nav-ti:after{
        display: block;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -7px;
        background: url(../images/ico_r2.png) no-repeat right center / 14px;
        transition: all 0.3s;
        content: '';
    }
    .mob-nav-ti.no-ico:after{display: none;}
    .mob-nav-ti.no-ico a{display:block;width:100%;}
    .mob-nav-ti.on:after{transform: rotate(90deg);}
    .head-nav-down ul.ul{text-align: left;display: none;background: #f9f9f9;padding: 15px 20px;}
    .head-nav-down ul.ul li{padding: 0 15px 0 0;opacity: .8;}
    .index-news-list ul.news-ul{
            margin-top: 15px;
            margin-bottom: 15px;
    }
     .about-boss-wrap{flex-wrap: wrap;margin-bottom: 30px;}
    .about-boss-wrap .img{width: 100%;}
    .about-boss-wrap .txt{width: 100%;margin-left: 0;transform: translateY(0);margin-top: 15px;}
    .about-boss-wrap .txt .txt-con{width: 100%;padding: 30px;}
    .about-boss-wrap .txt .text-box{height: 250px;margin-bottom: 15px;}
    .history-group .item ul.ul li{margin-bottom: 10px;}
    .history-group .item .year{margin-bottom:20px;}
    .container{padding-right:20px;padding-left:20px;}
    .about-poto h2{text-align:center;}
    .news-detail .time{margin-bottom:20px;margin-top:10px;}
    .pageinfo>div{
            display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    }
    .pageinfo>div a{
        -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
        display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .form-wrap .form-group{
            display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    }
    .form-wrap input.form-control,.form-wrap select.form-control,.form-wrap .form-control[readonly]{
        -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    border-radius: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
    height:45px;
    }
    .form-wrap label{width:80px;margin:0;}
    .form-wrap .ub-mob-ver label{width:100%;margin-bottom:10px;}
    textarea.form-control{border-radius: 0;
    background: transparent;
    outline: none;
    box-shadow: none; -webkit-appearance: none;}
    input{ -webkit-appearance: none; }
    
    .news-list .item .txt{padding:20px 30px;}
    .news-list .item .txt h4{margin-top:0;}
    .news-list .item .txt .p{margin-top:10px;}
    .index-section-1 .col-lg-5{margin-top:30px;}
    .index-news-list ul.news-ul li{height:30px;line-height:30px;}
    .news-forum-list .item .txt .p p{margin:0;}
    p.marb0{margin-bottom:0;}
}

@media(max-width: 1024px){
    .mart50{margin-top: 30px;}
    .marb50{margin-bottom: 30px;}
    .marb100{margin-bottom: 30px;}
}
@media (max-width: 768px){
    html{font-size: 20px;}
    .foucs img{min-height:50px;}
    
    .banner .swiper{height: auto!important;}
    .ban-btns{display: none;}
    .ban-txt .p2{font-size: 30px;}
    .ban-txt .p3{font-size: 16px;}
    .public-title h1{font-size: 24px;margin-bottom: 10px;}
    .public-title h4{font-size: 14px;line-height: 1.5;}
    .float-box{
        transform: scale(.75);
        transform-origin: right;
    }
    .index-section{padding-top: 30px;padding-bottom: 30px;}
    .marb35{margin-bottom: 25px;}
    .mart35{margin-top:20px;}
    .index-section-1 .col-sm-5{margin-top: 30px;}
    .ecology-list .item{margin-bottom: 15px;}
    .index-news-list ul.news-ul {margin-top: 15px;margin-bottom: 15px;}
    .index-partner .block img{max-width: 100%;}
    .foot-ewm .img{margin-top: 20px;margin-bottom: 20px;}
    .footer p{text-align: center;}
    .footer .icp{padding-bottom: 10px;font-size: 12px;}
    .swiper-button-next:after, .swiper-button-prev:after{font-size: 28px;}

   
    .pageoff .page-ico{width: 38px;height: 38px;background-size: 28px;}
    .about-poto{padding: 35px 0;}
    .about-poto-con .swiper-button-prev{left:-10px;}
    .about-poto-con .swiper-button-next{right:-10px;}
    .about-poto h2{font-size: 20px;margin-bottom:30px;}
    .about-poto-con{padding: 0 40px;}
    .inner-title h1{font-size: 20px;}
    .history-group .item .year .ln{width: 60px;font-size: 20px;}
    .ico_year{width: 30px;height: 30px;}
    .history-group .item ul.ul li .date{width: 75px;font-size: 18px;padding-right: 0;text-align: left;padding-left: 10px;line-height:24px;}
    .history-group:after{left: 75px;}
    .history-group .item ul.ul li{margin-bottom: 0;}
    .history-group .item ul.ul li .sn-title i{width: 15px;height: 15px;left: -7px;top: 4px;border-width: 2px;}
    .history-group .item ul.ul li .sn-title{line-height: 24px;}
    .history-group .item ul.ul li .imgs .cimg{width: 48%;margin-right: 2%;margin-bottom: 2%;}
    .in-job-list .item .title{padding-right: 10px;font-size: 16px;}
    .in-job-list .item{margin-bottom: 15px;}
    .in-job-list .item .font14{font-size: 12px;}
    .in-job-list .job-items-detail{padding: 0 15px 30px;}
    .about-honor .tx{margin-bottom: 30px;}
    .news-forum-text{padding: 15px;}
    .news-forum-list .item{padding-bottom:20px;margin-bottom:20px;}
    .news-forum-list .img-box{width: 100%;}
    .news-forum-list .item .txt{padding-top: 15px;padding-left: 0;}
    .news-forum-list .item .txt .p{margin-bottom: 10px;margin-top:10px;}
    .inner-nav-lev2 a{padding: 10px 20px;font-size: 18px;}
    .inner-navigation{margin-bottom: 20px;font-size:13px;}
    .news-down-list .img{width: 35%;}
    .news-video-list .item .video-box .video-btn{width: 37px;height: 37px;}
    .news-video-list .item{padding-bottom: 30px;margin-bottom: 30px;}
    .news-video-list{padding-top: 20px;}
    .news-list .item .img{width:100%;}
    .news-list .item .txt{padding:15px;}
    .news-list .item .txt h4{font-size: 16px;line-height:1.5;margin-top:0;}
    .news-list .item .txt .p{line-height:1.4;margin-top:10px;}
    .news-list .item .txt .p p,.news-list .item .txt .p span,
    .news-list .item .txt .p strong,.news-forum-list .item .txt .p p,.news-forum-list .item .txt .p span{
        line-height: 1.5!important;
        font-size: 14px!important;
        background-color: transparent!important;
    }
    .industry-content .industry-list .item .p{line-height:1.5;font-size:14px;margin-top:10px;margin-bottom:10px;}
    .industry-content .industry-list .item .p p{margin:0;}
    .industry-swiper .txt p{margin-bottom:5px;}
    .history-group .item ul.ul li .imgs{margin-top:10px;}
    .ico_clock{margin-top:12px}
    .business-imgs{padding-top: 30px;padding-bottom: 15px;}
    .business-imgs .img-box{margin-bottom: 15px;}
    .business-mid-wrap{padding: 35px 0;}
    .business-swiper .wx-box .tx .ln{font-size: 30px;}
    .business-swiper .wx-box .tx .rn{font-size: 18px;}
    .business-swiper .wx-box .tx{min-height: 210px;}
    .business-swiper .wx-box .ico{text-align: center;}
    .business-swiper .wx-box .ico img{max-width: 80%;}
    .business-4f .list .item .tx{min-height: 200px;margin-bottom: 10px;padding-top:20px;}
    .business-4f .list .item .tx p{margin-bottom:0;}
    .business-4f-list ul.ul{margin-bottom: 30px;}
    .business-4f-list ul.ul li{padding: 5px;}
    .business-4f-list ul.ul .box{padding: 18px;}
    .padb50{padding-bottom: 30px;}
    .padt50{padding-top: 30px;}
    .industry-content .industry-list .item{padding: 20px;margin-bottom: 15px;}
    .industry-swiper{width: 100%;margin-left: 0;margin-bottom: 30px;}
    .inner-title h4{font-size: 14px;line-height: 1.6;}
    .form-wrap label{font-size: 16px;}
    .form-wrap .form-group{margin-bottom: 10px;}
    input.form-sub, input.form-reset{width: 170px;margin: 0 5px;}
    .ecology-section-1{padding-top: 0;}
    .ecology-section-1 .mart35{margin-top:0;}
    .ecology-section-1 .padt35{padding-top:0;}
    .ecology-title span i.i1{width: 40px;height: 40px;}
    .ecology-imgs{width: 100%;}
    .padb75{padding-bottom: 35px;}
    .padt75,.ecology-section-form.form-wrap{padding-top: 35px;}
    .marb30{margin-bottom: 15px;}
    .ecology-section-2 .ico .cimg{width: 80px;height: 80px;}
    .ecology-section-2 .ico{padding: 15px;border-width: 10px;}
    .ecology-section-2 .p{margin-bottom: 20px;}
    .ecology-section-3 ul.ul li{margin-top: 35px;}
    .ecology-section-3 ul.ul li .img{width: 100%;}
    .ecology-section-3 ul.ul li .txt{padding: 15px 0 0;text-indent:2em;}
    .ecology-section-3 ul.ul li .txt .text{margin-top:-8px;}
    .ecology-section-3 ul.ul-style4 li .txt{padding:15px 15px 15px;}
    .foucs-txt{padding-bottom: 10px;}
    .business-2-img3 .img{margin-bottom: 15px;}
    .about-culture-list .item .img,.ecology-imgs-w1{width:100%;}
    .ecology-section-3 ul.ul li{margin-top: 20px;}
    .ecology-section-3 ul.ul-style2{margin-right: -5px;margin-left: -5px;}
    .ecology-section-3 ul.ul-style2 li{padding-right: 5px;padding-left: 5px;width:100%;}
    .form-wrap input.form-control, .form-wrap select.form-control,.form-wrap textarea.form-control{font-size:14px;}
    .ecology-imgs-swp p,.aboutPoto .img .p{font-size:12px;}
    .aboutPoto .img .p{text-align:center;}





    .ub-mob-ver{
        -webkit-box-orient:vertical;
        -webkit-flex-direction:column;
        -moz-box-orient:vertical;
        flex-direction:column;
    }
    .ub-mob{
        display:-webkit-box !important;
        display:-moz-box !important;
        display:-ms-flexbox !important;
        display:-webkit-flex !important;
        display:flex !important;
    }
    .ub-mob-ac{
        -webkit-box-align:center;
        -webkit-align-items:center;
        -moz-align-items:center;
        align-items:center;
    }
    .ub-mob-pc,.index-products-btns,.index-news-btns{
        -webkit-box-pack:center;
        -webkit-justify-content:center;
        -moz-justify-content:center;
        justify-content:center;
    }

    .row{margin-right: -5px;margin-left: -5px;}
    .row>div{padding-right: 5px;padding-left: 5px;}
    .font18{font-size: 16px;}
    .font20{font-size: 16px;}
    .font24,.font22{font-size: 18px;}
    .font28{font-size: 20px;}
    .font30{font-size: 18px;}
    .font34{font-size: 20px;}
    .font36{font-size: 22px;}
    .font40{font-size: 24px;}
    .font48{font-size: 28px;}
    body{font-size: 14px;}
}

.tran{
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.ub{
	display:-webkit-box !important;
	display:-moz-box !important;
	display:-ms-flexbox !important;
	display:-webkit-flex !important;
	display:flex !important;
}
.ub-ver{
	-webkit-box-orient:vertical;
	-webkit-flex-direction:column;
	-moz-box-orient:vertical;
	flex-direction:column;
}
.ub-ac{
	-webkit-box-align:center;
	-webkit-align-items:center;
	-moz-align-items:center;
	align-items:center;
}
.ub-ae{
	-webkit-box-align:end;
	-webkit-align-items:flex-end;
	-moz-align-items:flex-end;
	align-items:flex-end;
}
.ub-ab{
	-webkit-box-align:baseline;
	-webkit-align-items:baseline;
	-moz-align-items:baseline;
	align-items:baseline;
}
.ub-as{
	-webkit-box-align:stretch;
	-webkit-align-items:stretch;
	-moz-align-items:stretch;
	align-items:stretch;
}
.ub-pc{
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-moz-justify-content:center;
	justify-content:center;
}
.ub-pe{
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	justify-content:flex-end;
}
.ub-pj{
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
}
.ub-f1{
	-webkit-box-flex:1;
	-webkit-flex:1;
	-moz-box-flex:1;
	flex:1;
}
.ub-f2{
    -webkit-box-flex:2;
    -webkit-flex:2;
    -moz-box-flex:2;
    flex:2;
}
.ub-f3{
    -webkit-box-flex:3;
    -webkit-flex:3;
    -moz-box-flex:3;
    flex:3;
}
.ut-s {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap !important;
    outline: 0 !important
}
.ut-s1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ut-s6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes toRightFromRight{
    79%{-webkit-transform:translate(-102%)}
    80%{-webkit-transform:translate(102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromRight{
    79%{-moz-transform:translate(-102%)}
    80%{-moz-transform:translate(102%)}
    81%{opacity:1}
}
@keyframes toRightFromRight{
    79%{transform:translate(-102%)}
    80%{transform:translate(102%)}
    81%{opacity:1}
}
.toRightFromRight {
  -webkit-animation-name: toRightFromRight;
  animation-name: toRightFromRight;
}
@-webkit-keyframes toRightFromLeft{
    79%{-webkit-transform:translate(102%)}
    80%{-webkit-transform:translate(-102%)}
    81%{opacity:1}
}
@-moz-keyframes toRightFromLeft{
    79%{-moz-transform:translate(110%)}
    80%{-moz-transform:translate(-102%)}
    81%{opacity:1}
}
@keyframes toRightFromLeft{
    79%{transform:translate(102%)}
    80%{transform:translate(-110%)}
    81%{opacity:1}
}
.toRightFromRight {
  -webkit-animation-name: toRightFromLeft;
  animation-name: toRightFromLeft;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownm {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownm {
  -webkit-animation-name: fadeInDownm;
  animation-name: fadeInDownm;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes maskUp{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(-100%)}
}
@keyframes maskUp{
    0%{transform:translateY(100%)}
    100%{transform:translateY(-100%)}
}
@-webkit-keyframes maskUpIn{
    0%{-webkit-transform:translateY(100%)}
    100%{-webkit-transform:translateY(0)}
}
@keyframes maskUpIn{
    0%{transform:translateY(100%)}
    100%{transform:translateY(0)}
}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}
.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
