
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 650px;
    background: #FFF;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    height: 650px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 650px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 10px;
    height: 10px;
    margin: 7px;
    border: 2px solid #fff;
    overflow: hidden;
    line-height: 99px;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  
  .fullSlide .hd ul .on {
    width: 10px;
    background: #2663cb;
    border: 2px solid #2663cb;
    border-radius: 50%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 10%;
  }
  
  .fullSlide .prev {
    width: 29px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 10%;
  }


/*fw*/

.fw_bg{
    width: 100%;
    height: 183px;
    margin: 0 auto;
    background: url(../images/page_bg.jpg) repeat center;
}

.fw_bg .fw{
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
}

.fw_bg ul li{
    float: left;
    width: 150px;
    margin: 0 auto;
    text-align: center;
}

.fw_bg ul li img{
    display: block;
    margin: 0 auto 10px auto;
    width: 51px;
    height: 51px;

}

.fw_bg ul li a{
    display: block;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}

.fw_bg ul li a span{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 5px;
}


/*title*/

.title{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.title h3{
    font-size: 30px;
    color: #191919;
}

.title h3 a{
    display: block;
    font-size: 30px;
    color: #191919;
}

.title span{
    display: block;
    font-size: 14px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}


/*project*/

.project{
    width: 1200px;
    margin: 70px auto 0 auto;
}

.project .project_box{
    width: 1200px;
    margin: 60px auto 0 auto;
    position: relative;
}

.project .project_box .bd{
    width: 1130px;
    margin: 0px auto 0 auto;
}

.project .project_box .bd ul li{
    float: left;
    width: 325px;
    margin: 0 25px;
}

.project .project_box .bd ul li .pic{
    width: 325px;
    height: 173px;
}

.project .project_box .bd ul li .pic img{
    width: 325px;
    height: 173px;
    border-radius: 3px;
}

.project .project_box .bd ul li p a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 40px;
    display: none;
}

.project .project_box .next{
    position: absolute;
    left: 0;
    top: 60px;
    width: 19px;
    height: 36px;
    background: url(../images/left.png) no-repeat center;
    cursor: pointer;
}

.project .project_box .prev{
    position: absolute;
    right: 0;
    top: 60px;
    width: 19px;
    height: 36px;
    background: url(../images/right.png) no-repeat center;
    cursor: pointer;
}



/*product*/

.product_bg{
    width: 100%;
    margin: 70px auto 0 auto;
    height: 520px;
    background: #fafafa;
}

.product{
    width: 1200px;
    margin: 0 auto;
    padding-top: 65px;
}

.product .pro_list{
    width: 1200px;
    margin: 25px auto 0 auto;
    position: relative;
    height: 31px;
}

.product .pro_list ul{
    text-align: center;
}

.product .pro_list ul li{
    display: inline-block;
    width: 126px;
    height: 31px;
    line-height: 31px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_list ul li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #8c8c8c;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_list ul li:hover{
    background: #2663cb;
}

.product .pro_list ul li:hover a{
    color: #fff;
}


.product .pro_box{
    width: 1200px;
    margin: 35px auto 0 auto;
}

.product .pro_box ul li{
    float: left;
    width: 281px;
    margin: 0 9px;
    position: relative;
}

.product .pro_box ul li .pic{
    width: 281px;
    height: 183px;
}

.product .pro_box ul li .pic img{
    width: 281px;
    height: 183px;
    border-radius: 3px;
}

.product .pro_box ul li .txt{
    width: 261px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-bottom: 1px solid #d9d9d9;
    padding: 0 10px;
}

.product .pro_box ul li .txt h5 a{
    float: left;
    width: 220px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #808080;
}

.product .pro_box ul li .txt .more{
    float: right;
    width: 15px;
    height: 15px;
    display: block;
    margin-top: 2px;

}


.product .pro_box ul li .txt i{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #2663cb;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.product .pro_box ul li:hover .txt i{
    width: 100%;
}



/*ys*/

.ys_bg{
    width: 100%;
    height: 490px;
    margin: 0 auto;
    background: url(../images/ys_bg.jpg) repeat center;
}

.ys_bg .ys{
    width: 1200px;
    margin: 0 auto;
    padding-top: 75px;
}

.ys_bg .ys .title h3{
    color: #fff;

}

.ys_bg .ys span{
    color: #fff;
}

.ys_bg .ys .ys_box{
    width: 1200px;
    margin: 60px auto 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .bd{
    width: 1080px;
    margin: 0 auto;
}

.ys_bg .ys .ys_box .bd ul li{
    width: 1080px;
    margin: 0 auto;
    height: 333px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img{
    float: left;
    width: 430px;
    height: 333px;
}

.ys_bg .ys .ys_box .bd ul li .ys_img img{
    width: 430px;
    height: 333px;
}

.ys_bg .ys .ys_box .bd ul li .txt{
    float: right;
    position: relative;
    width: 600px;
}

.ys_bg .ys .ys_box .bd ul li .txt h6{
    position: absolute;
    right: 60px;
    top: 0;
    font-size: 150px;
    color: #fff;
    font-family: "Impact";
    opacity: 0.07;
}

.ys_bg .ys .ys_box .bd ul li .txt h5{
    font-size: 24px;
    color: #fff;
    margin: 13px 0 7px 0;
}

.ys_bg .ys .ys_box .bd ul li .txt span{
    display: block;
    color: #6589d6;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.ys_bg .ys .ys_box .bd ul li .txt p{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    margin-top: 10px;
}

.ys_bg .ys .ys_box .bd ul li .txt .zx{
    width: 141px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    margin-top: 25px;

}

.ys_bg .ys .ys_box .bd ul li .txt .zx a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.ys_bg .ys .ys_box .next{
    background: url(../images/left1.png) repeat center;
    position: absolute;
    left: 0;
    top: 100px;
    width: 34px;
    height: 79px;
    cursor: pointer;

}

.ys_bg .ys .ys_box .prev{
    background: url(../images/right1.png) repeat center;
    position: absolute;
    right: 0;
    top: 100px;
    width: 34px;
    height: 79px;
    cursor: pointer;
}




/*case*/

.case_bg{
    width: 100%;
    height: 670px;
    margin: 0 auto;
    background: url(../images/page_bg.jpg) repeat center;
}

.case_bg .case{
    width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}

.case_bg .case .case_box{
    width: 1200px;
    margin: 60px auto 0 auto;
}

.case_bg .case .case_box ul li{
    float: left;
    width: 375px;
    height: 350px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 11px;
    position: relative;
}

.case_bg .case .case_box ul li .pic{
    width: 359px;
    height: 192px;
    margin: 8px auto;
}

.case_bg .case .case_box ul li .pic img{
    width: 359px;
    height: 192px;
}

.case_bg .case .case_box ul li .txt{
    margin: 15px 30px 0 30px ;
}

.case_bg .case .case_box ul li .txt h5 a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case_bg .case .case_box ul li .txt p{
    font-size: 14px;
    color: #808080;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 5px;

}

.case_bg .case .case_box ul li .txt .xq{
    position: relative;
    width: 93px;
    height: 31px;
    line-height: 31px;
    background: #2663cb;
    border-radius: 25px;
    margin: 26px auto 0 auto;
    padding: 0 20px;
}

.case_bg .case .case_box ul li .txt .xq a{
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    background: url(../images/buttom3.png) no-repeat right center;
}

.case_bg .case .case_box ul li:hover .txt h5 a{
    color: #2663cb;
}


/*team*/

.team{
    width: 1200px;
    height: 630px;
    margin: 70px auto 0 auto;
}

.team .team_box{
    width: 1200px;
    margin: 20px auto 0 auto;
    position: relative;
}

.team .team_box .bd{
    width: 1045px;
    height: 540px;
    margin: 0 auto;
}

.team .team_box .bd ul li{
    width: 1045px;
    height: 540px;
    margin: 0 auto;
}

.team .team_box .bd ul li .pic{
    float: left;
    width: 468px;
    height: 539px;
}

.team .team_box .bd ul li .pic img{
    width: 468px;
    height: 539px;
    border-radius: 3px;
}

.team .team_box .bd ul li .txt{
    float: right;
    width: 520px;
    margin-top: 110px;
}

.team .team_box .bd ul li .txt img{
    width: 267px;
    height: 105px;
    margin-bottom: 25px;

}

.team .team_box .bd ul li .txt h6{
    width: 133px;
    height: 38px;
    line-height: 38px;
    background: #2663cb;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;


}

.team .team_box .bd ul li .txt span{
    font-size: 16px;
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0 35px 0;
}

.team .team_box .bd ul li .txt h5{
    width: 133px;
    height: 38px;
    line-height: 38px;
    background: #2663cb;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.team .team_box .bd ul li .txt p{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}





.team .team_box .next{
    background: url(../images/left2.png) repeat center;
    position: absolute;
    left: 0;
    top: 260px;
    width: 28px;
    height: 76px;
    cursor: pointer;

}

.team .team_box .prev{
    background: url(../images/right2.png) repeat center;
    position: absolute;
    right: 0;
    top: 260px;
    width: 28px;
    height: 76px;
    cursor: pointer;
}




/*about*/

.ab_bg{
    width: 100%;
    height: 900px;
    margin: 50px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px;
    height: 540px;
}

.ab_bg .about .ab_nr{
    margin-top: 40px;
    width: 785px;
    font-size: 15px;
    color: #808080;
    line-height: 36px;
    height: 108px;
    overflow: hidden;
    text-indent: 2em;

}

.ab_bg .about .ab_nr .more{
    font-size: 15px;
    color: #2663cb;
    text-decoration:underline;
}

.ab_bg .about .ab_list{
    margin-top: 63px;
}

.ab_bg .about .ab_list ul li{
    float: left;
    margin-right: 95px;
}

.ab_bg .about .ab_list ul li img{
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 10px;

}

.ab_bg .about .ab_list ul li h5{
    float: left;
    font-size: 20px;
    color: #191919;
    margin-top: 5px;
} 

.ab_bg .about .ab_list ul li h5 span{
    display: block;
    font-size: 18px;
    color: #808080;
}

.ab_bg .ab_news{
    width: 1200px;
    margin: 30px auto 0 auto;
}

.ab_bg .ab_news .list{
    width: 600px;
    float: right;
}

.ab_bg .ab_news .list ul li{
    height: 47px;
    line-height: 47px;
}

.ab_bg .ab_news .list ul li a{
    float: left;
    width: 465px;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background: url(../images/buttom4.png) no-repeat left center;
}

.ab_bg .ab_news .list ul li span{
    font-size: 12px;
    color: #8da6df;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
}

/*news*/

.news{
    width: 1200px;
    margin: 70px auto 0 auto;
    height: 550px;
}

.news .news_box{
    width: 1200px;
    margin: 40px auto 0 auto;
}

.news .news_box .news_l{
    float: left;
    width: 690px;
}

.news .news_box .news_l .news_list{
    height: 40px;
    border-bottom: 2px solid #f7f7f7;
}

.news .news_box .news_l .news_list ul li{
    float: left;
    margin-right: 22px;
}

.news .news_box .news_l .news_list ul li a{
    padding-left: 15px;
    font-size: 16px;
    color: #666666;
}

.news .news_box .news_l .news_list ul li.casehover a{
    color: #2663cb;
    background: url(../images/xt1.png) no-repeat left center;
}

.news .news_box .news_l .news_nr{
    margin-top: 25px;
}

.news .news_box .news_l .news_nr .nr_top{
    width: 650px;
    height: 140px;
    background: #fafafa;
    border-radius: 3px;
    padding: 21px 20px;
}

.news .news_box .news_l .news_nr .nr_top .news_img{
    float: left;
    width: 183px;
    height: 140px;
}

.news .news_box .news_l .news_nr .nr_top .news_img img{
    width: 183px;
    height: 140px;
    border-radius: 3px;
}

.news .news_box .news_l .news_nr .nr_top .txt{
    float: right;
    width: 430px;
}

.news .news_box .news_l .news_nr .nr_top .txt .txt_t{
    line-height: 45px;
    height: 45px;

}

.news .news_box .news_l .news_nr .nr_top .txt .txt_t a{
    float: left;
    width: 300px;
    font-size: 16px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news .news_box .news_l .news_nr .nr_top .txt .txt_t span{
    float: right;
    font-size: 14px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .news_l .news_nr .nr_top .txt p{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-indent: 2em;
    margin-top: 5px;
}

.news .news_box .news_l .news_nr .list{
    margin-top: 2px;
} 

.news .news_box .news_l .news_nr .list ul li{
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #e8e8e8;
}

.news .news_box .news_l .news_nr .list ul li a{
    float: left;
    width: 515px;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background: url(../images/buttom6.png) no-repeat left center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .news_nr .list ul li span{
    font-size: 14px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .news_l .news_nr .list ul li:hover a{
    color: #2663cb;
    background: url(../images/buttom5.png) no-repeat left center;
}

.news .news_box .news_l .news_nr .list ul li:hover span{
    color: #2663cb;
}

.news .news_box .question{
    float: right;
    width: 440px;
}

.news .news_box .question .question_t{
    height: 40px;
    border-bottom: 2px solid #f7f7f7;
}

.news .news_box .question .question_t a{
    padding-left: 15px;
    font-size: 16px;
    color: #2663cb;
    background: url(../images/xt1.png) no-repeat left center;
}

.news .news_box .question .question_box {
    margin-top: 25px;
}

.news .news_box .question .question_box  ul li{
    width: 400px;
    height: 80px;
    background: #fafafa;
    margin-bottom: 8px;
    padding: 6px 20px 0 20px;
}

.news .news_box .question .question_box  ul li .txt_t{
    height: 40px;
    line-height: 40px;
}


.news .news_box .question .question_box  ul li .txt_t a {
    float: left;
    width: 270px;
    font-size: 14px;
    color: #4c4c4c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .question .question_box  ul li .txt_t span{
    float: right;
    font-size: 14px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}

.news .news_box .question .question_box  ul li p{
    font-size: 14px;
    color: #9a9a9a;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.news .news_box .question .question_box  ul li:hover .txt_t a{
    color: #2663cb;
}



/*f_contact*/

.f_contact_bg{
    width: 100%;
    height: 135px;
    border-bottom: 1px solid #dedede;
    margin: 70px auto 0 auto;
    background: url(../images/page_bg.jpg) repeat  center;
}

.f_contact_bg .f_contact{
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
}

.f_contact_bg .f_contact ul li{
    float: left;
    width: 360px;
    margin-right: 60px;

}

.f_contact_bg .f_contact ul li:last-child{
    margin-right: 0;
}

.f_contact_bg .f_contact ul li img{
    float: left;
    width: 36px;
    height: 36px;

}

.f_contact_bg .f_contact ul li .txt{
    float: left;
    margin-left: 20px;
    padding-left: 25px;
    background: url(../images/f_xt.png) no-repeat left  center;
    width: 278px;
}

.f_contact_bg .f_contact ul li .txt span{
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.f_contact_bg .f_contact ul li .txt p{
    font-size: 26px;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
}

.f_contact_bg .f_contact ul li:nth-child(2) .txt p{
    font-size: 18px;
}




 /*!
   * animate.css -http://daneden.me/animate
   * Version - 3.7.0
   * Licensed under the MIT license - http://opensource.org/licenses/MIT
   *
   * Copyright (c) 2018 Daniel Eden
   */
   @-webkit-keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
  
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  }
  
  @-webkit-keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInDownBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
  }
  
  @-webkit-keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeft {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }
  
  @-webkit-keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInLeftBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
  }
  
  @-webkit-keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRight {
    from {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }
  
  @-webkit-keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInRightBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
  }
  
  @-webkit-keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
  
  @-webkit-keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUpBig {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  
    to {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
  }
  
  .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
  }
  
  @-webkit-keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
    }
  }
  
  .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
  }
  
  @-webkit-keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  @keyframes fadeOutDown {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
    }
  }
  
  .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
  }
  
  @-webkit-keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  @keyframes fadeOutDownBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, 2000px, 0);
      transform: translate3d(0, 2000px, 0);
    }
  }
  
  .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
  }
  
  @-webkit-keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  @keyframes fadeOutLeft {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
  }
  
  .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
  }
  
  @-webkit-keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutLeftBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(-2000px, 0, 0);
      transform: translate3d(-2000px, 0, 0);
    }
  }
  
  .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
  }
  
  @-webkit-keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  @keyframes fadeOutRight {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
  }
  
  .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
  }
  
  @-webkit-keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  @keyframes fadeOutRightBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(2000px, 0, 0);
      transform: translate3d(2000px, 0, 0);
    }
  }
  
  .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
  }
  
  @-webkit-keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  @keyframes fadeOutUp {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
  }
  
  .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
  }
  
  @-webkit-keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  @keyframes fadeOutUpBig {
    from {
      opacity: 1;
    }
  
    to {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
    }
  }
  
  .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
  }
  
  
  
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
  }
  
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
  }
  
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
  }
  
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
  }
  
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
  }
  
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
  }
  
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
  }
  
  @media (print), (prefers-reduced-motion) {
    .animated {
      -webkit-animation: unset !important;
      animation: unset !important;
      -webkit-transition: none !important;
      transition: none !important;
    }
  }