
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 635px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 635px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 635px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 635px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    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: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #025abd;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    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: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    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: 4%;
  }



/*title*/

.title{
    margin: 0 auto;
    text-align: center;
    background: url(../images/title.png) no-repeat center;
}

.title h3{
    font-size: 30px;
    color: #025abd;
    font-weight: bold;

}

.title h3 a{
    font-size: 30px;
    color: #025abd;
    font-weight: bold;
}

.title span{
    display: block;
    font-size: 12px;
    color: #025abd;
    text-transform: uppercase;
    margin: 3px 0;

}

.title p{
    font-size: 16px;
    color: #555;
    letter-spacing: 2px;
}


/*case*/


.case{
    width: 1280px;
    margin: 60px auto 0 auto;

}

.case .case_box{
    width: 1300px;
    margin: 35px auto 0 auto;

}

.case .case_box ul li{
    float: left;
    width: 415px;
    height: 388px;
    margin: 0 16px 30px 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .pic{
    width: 415px;
    height: 302px;
    overflow: hidden;
}

.case .case_box ul li .pic img{
    width: 415px;
    height: 302px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt{
    width: 415px;
    height: 86px;
    line-height: 86px;
    background: #fff;
    position: relative;
    z-index: 5;

}

.case .case_box ul li .txt a{
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-decoration:underline;
    text-align: center;
    padding: 0 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case .case_box ul li .txt::after{
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 86px;
    background: #1860af;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li:hover .txt::after{
    width: 100%;
    left: 0;
}

.case .case_box ul li:hover .txt a{
    color: #fff;
}

.case .case_box ul li:hover {
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .08);
}


/*product*/


.product{
    width: 1280px;
    margin: 60px auto 0 auto;

}

.product .pro_box{
    width: 1300px;
    margin: 55px auto 0 auto;

}

.product .pro_box ul li{
    float: left;
    width: 415px;
    margin: 0 16px 23px 0;
}

.product .pro_box ul li .pic{
    width: 415px;
    height: 302px;
    overflow: hidden;
}

.product .pro_box ul li .pic img{
    width: 415px;
    height: 302px;
    overflow: hidden;
    -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 .txt{
    width: 415px;
    height: 49px;
    line-height: 49px;
    background: #f2f2f2;
    position: relative;
    z-index: 5;

}

.product .pro_box ul li .txt a{
    font-size: 16px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    padding: 0 5px;
    -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 .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product .pro_box ul li .txt::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 49px;
    background: #025abd;
    content: "";
    z-index: -1;
    -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::after{
    width: 100%;
}

.product .pro_box ul li:hover .txt a{
    color: #fff;
}


/*about*/

.ab_bg{
    width: 100%;
    margin: 0 auto;
    height: 772px;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg  .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 80px;
}

.ab_bg  .about .title{
    background: url(../images/ab_t.png) no-repeat center;
}

.ab_bg  .about .title h3{
    color: #fff;

}

.ab_bg  .about .title span{
    color: #fff;
    opacity: 0.6;
}

.ab_bg  .about .title p{
    color: #fff;
    opacity: 0.8;
}

.ab_bg  .about .ab_box{
    margin: 50px auto 0 auto;
}

.ab_bg  .about .ab_box .ab_l{
    float: left;
    width: 735px;
    height: 400px;
    position: relative;
}

.ab_bg  .about .ab_box .ab_l .ab_img{
    float: left;
    width: 580px;
    height: 400px;
}

.ab_bg  .about .ab_box .ab_l .ab_img img{
    width: 580px;
    height: 400px;
}

.ab_bg  .about .ab_box .ab_l .ry{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 171px;
    height: 233px;
    border-radius: 12px;

}

.ab_bg  .about .ab_box .ab_l .ry img{
    width: 171px;
    height: 233px;
    border-radius: 12px;
}

.ab_bg  .about .ab_box .ab_r{
    float: right;
    width: 465px;
}

.ab_bg  .about .ab_box .ab_r .txt{
    margin-top: 26px;
    overflow: hidden;
}

.ab_bg  .about .ab_box .ab_r .txt a{
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.ab_bg  .about .ab_box .ab_r .txt p{
    font-size: 15px;
    color: #fff;
    line-height: 34px;
    height: 136px;
    overflow: hidden;
    margin-top: 40px;
}

.ab_bg  .about .ab_box .ab_r .ab_list{
    margin-top: 97px;
    float: right;

} 

.ab_bg  .about .ab_box .ab_r .ab_list ul li{
    float: left;
    margin-right: 7px;
    width: 162px;
    height: 50px;
    line-height: 50px;
    background: #034793;
}

.ab_bg  .about .ab_box .ab_r .ab_list ul li a{
    display: block;
    font-size: 16px;
    color: #fff;

}

.ab_bg  .about .ab_box .ab_r .ab_list ul li a img{
    vertical-align: middle;
    margin-left: 28px;
    margin-right: 13px;
}

.ab_bg  .about .ab_box .ab_r .ab_list ul li.ab2{
    background: #d7a035;
}


/*message*/

.message_bg{
    width: 100%;
    margin: 10px auto 0 auto;
    height: 347px;
    background: url(../images/message_bg.jpg) no-repeat center;
}

.message_bg  .message{
    width: 1280px;
    margin: 0 auto;
    padding-top: 115px;
}

.message_bg  .message .cont{
    margin-left: 435px;
    width: 825px;
}

.message_bg  .message .cont h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.message_bg  .message .cont  .m_nr{
    float: left;
    width: 705px;
}

.message_bg  .message .cont  .m_nr .form-group1{
    float: left;
    width: 336px;
    height: 44px;
    border: 1px solid #88afda;
}

.message_bg  .message .cont  .m_nr .form-group1 input{
    width: 336px;
    height: 44px;
    background: url(../images/m1.png) no-repeat left center;
    text-indent: 90px;
    font-size: 14px;
    color: #fff;
}


.message_bg  .message .cont  .m_nr .form-group2{
    float: right;
    width: 336px;
    height: 44px;
    border: 1px solid #88afda;
}

.message_bg  .message .cont  .m_nr .form-group2 input{
    width: 336px;
    height: 44px;
    background: url(../images/m2.png) no-repeat left center;
    text-indent: 90px;
    font-size: 14px;
    color: #fff;
}


.message_bg  .message .cont  .m_nr .form-group3{
    float: left;
    width: 336px;
    height: 44px;
    border: 1px solid #88afda;
    margin-top: 16px;
}

.message_bg  .message .cont  .m_nr .form-group3 textarea{
    width: 246px;
    height: 30px;
    background: url(../images/m3.png) no-repeat left center;
    font-size: 14px;
    color: #fff;
    padding: 14px 0 0 90px;
}


.message_bg  .message .cont  .m_nr .form-group4{
    float: right;
    width: 336px;
    height: 44px;
    margin-top: 16px;
}

.message_bg  .message .cont  .m_nr .form-group4 input{
    width: 226px;
    height: 44px;
    border: 1px solid #88afda;
    background: url(../images/m2.png) no-repeat left center;
    text-indent: 90px;
    font-size: 14px;
    color: #fff;
    float: left;
}

.message_bg  .message .cont  .m_nr .form-group4  .imgcode{
    float: right;
    width: 100px;
    height: 44px;
}

.message_bg  .message .cont  .anniu{
    float: right;
    width: 100px;
    height: 104px;
} 

.message_bg  .message .cont  .anniu button{
    cursor: pointer;
    border: none;
    background: url(../images/anniu.png) no-repeat center;
    width: 100px;
    height: 104px;
    font-size: 16px;
    color: #1666c1;
    padding-top: 40px;
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 80px auto 0 auto;
    height: 595px;
    background: url(../images/ys_bg.jpg) no-repeat bottom center;
}

.ys_bg  .ys{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.ys_bg  .ys .ys_t{
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 5;
}

.ys_bg  .ys .ys_t span{
    display: block;
    font-size: 66px;
    color: #eef5fd;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 50px;
}

.ys_bg  .ys .ys_t h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
    margin-top: -40px;
}

.ys_bg  .ys .ys_t p{
    font-size: 18px;
    color: #777777;
}

.ys_bg  .ys .ys_box{
    position: relative;
    width: 1280px;

}

.ys_bg  .ys .ys_box .hd{
    float: left;
    width: 620px;
    margin-top: 215px;
    position: relative;
}

.ys_bg  .ys .ys_box .hd ul li{
    position: relative;
    height: 40px;
    line-height: 40px;
}

.ys_bg  .ys .ys_box .hd ul li p{
    font-size: 15px;
    color: #777777;
    background: url(../images/buttom3.png) no-repeat left center;
    margin-left: 10px;
    padding-left: 30px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg  .ys .ys_box .hd ul li.on p{
    background: url(../images/buttom2.png) no-repeat left center;
}

.ys_bg  .ys .ys_box .hd ul li .pic{
    width: 184px;
    height: 163px;
    overflow: hidden;

}

.ys_bg  .ys .ys_box .hd ul li .pic img{
    width: 184px;
    height: 163px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg  .ys .ys_box .hd ul li.on .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.ys_bg  .ys .ys_box .hd ul li.ys1 .pic{
    position: absolute;
    left: 0;
    top: 160px;
}

.ys_bg  .ys .ys_box .hd ul li.ys2 .pic{
    position: absolute;
    left: 205px;
    top: 120px;
}


.ys_bg  .ys .ys_box .hd ul li.ys3 .pic{
    position: absolute;
    left: 410px;
    top: 80px;
}

.ys_bg  .ys .ys_box .bd{
    float: right;
    width: 643px;
    height: 570px;
} 

.ys_bg  .ys .ys_box .bd ul li{
    float: left;
    width: 643px;
    height: 570px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.ys_bg  .ys .ys_box .bd ul li img{
    width: 643px;
    height: 570px;
}








/*news*/

.news_bg{
    width: 100%;
    margin: 80px auto 0 auto;
    height: 710px;
    background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg  .news{
    width: 1280px;
    margin: 0 auto;
}

.news_bg  .news .news_list{
    margin: 40px auto 0 auto;
    height: 52px;
}

.news_bg  .news .news_list ul{
    text-align: center;
}

.news_bg  .news .news_list ul li{
    display: inline-block;
    width: 151px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    position: relative;
    z-index: 5;
    margin: 0 18px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg  .news .news_list ul li a{
    display: block;
    text-align: center;
    font-size: 17px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg  .news .news_list ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 50px;
    background: #1666c1;
    content: "";
    z-index: -1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg  .news .news_list ul li.casehover{
    border: 1px solid #1666c1;
}

.news_bg  .news .news_list ul li.casehover::after{
    width: 100%;
}

.news_bg  .news .news_list ul li.casehover a{
    color: #fff;
}

.news_bg  .news .news_box{
    margin: 35px auto 0 auto;
    height: 372px;
}

.news_bg  .news .news_box .new_l{
    float: left;
    width: 492px;

}

.news_bg  .news .news_box .new_l .news_img{
    width: 492px;
    height: 295px;

}

.news_bg  .news .news_box .new_l .news_img img{
    width: 492px;
    height: 295px;
    border-radius: 5px;
}

.news_bg  .news .news_box .new_l .txt{
    height: 75px;
    line-height: 75px;
    border-bottom: 1px dashed #c4c4c4;


} 

.news_bg  .news .news_box .new_l .txt a{
    float: left;
    width: 350px;
    font-size: 16px;
    color: #555555;
    font-weight: bold;
    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;
    margin-left: 5px;
}

.news_bg  .news .news_box .new_l .txt i{
    display: block;
    float: right;
    font-size: 26px;
    color: #0f66d8;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 15px;
}

.news_bg  .news .news_box .new_l:hover .txt a{
    color: #0f66d8;
}

.news_bg  .news .news_r{
    float: right;
    width: 787px;
} 

.news_bg  .news .news_r ul li{
    float: left;
    width: 347px;
    height: 172px;
    border: 1px solid #dadada;
    border-radius: 8px;
    padding: 0 15px;
    margin: 0 0 20px 14px;
}

.news_bg  .news .news_r ul li a{
    font-size: 16px;
    color: #444444;
    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;
    margin-top: 35px;
}

.news_bg  .news .news_r ul li p{
    font-size: 14px;
    color: #888;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    background: url(../images/buttom1.png) no-repeat left 7px;
    padding-left: 32px;
    margin-top: 20px;
}

.news_bg  .news .news_r ul li span{
    display: block;
    font-size: 12px;
    color: #888;
    text-align: right;
    margin-top: 12px;
}

.news_bg  .news .news_r ul li:hover a{
    color: #025abd;

}



/*links*/

.links{
    width: 1280px;
    margin: 65px auto 0 auto;
    overflow: hidden;

}

.links .links_t{
    float: left;
}

.links .yq{
    float: right;
    width: 1145px;
    line-height: 35px;
    font-size: 14px;
    color: #555555;
} 

.links .yq a{
    margin: 0 10px;
    font-size: 14px;
    color: #555555;
}



/*!
 * 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;
    }
  }