
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/



/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 810px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 810px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 810px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 810px;
  }
  
  .fullSlide .hd {
    position: absolute;
    z-index: 2;
    top: 275px;
    right: 3%;
    text-align: center;
    background: url(../images/banner_xt.png) no-repeat top center;
    height: 337px;
  }
  
  .fullSlide .hd ul {
    text-align: center;
    margin-top: 95px;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    zoom: 1;
    width: 30px;
    padding-left: 10px;
    height: 40px;
    border-radius: 50%;
    margin: 0 0 15px 0;
    overflow: hidden;
    line-height: 40px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    font-size: 14px;
    color: #333;
    position: relative;
  }
  
  .fullSlide .hd ul .on {
    width: 29px;
    height: 39px;
      border: 1px solid #6c6c6c;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }

  .fullSlide .hd ul li:nth-child(1)::after{
      position: absolute;
      left: 10px;
      top: 0;
      content: "0";
      font-size: 14px;
      color: #333;
  }

  .fullSlide .hd ul li:nth-child(2)::after{
    position: absolute;
    left: 10px;
    top: 0;
    content: "0";
    font-size: 14px;
    color: #333;
}

.fullSlide .hd ul li:nth-child(3)::after{
    position: absolute;
    left: 10px;
    top: 0;
    content: "0";
    font-size: 14px;
    color: #333;
}
  
  
  .fullSlide .next {
    position: absolute;
    top: 630px;
    z-index: 2;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 3.5%;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    writing-mode:tb-rl;
  }
  
  .fullSlide .prev {
    position: absolute;
    top: 190px;
    z-index: 2;
    font-size: 12px;
    color: #333333;
    text-transform: uppercase;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 3.5%;
    writing-mode:tb-rl;
  }

  .banner_box {
    width: 100%;
    position: relative;
    height: 810px;
    background: #fff;
    overflow: hidden;
  }

  .banner_box .tel{
      position: absolute;
      right: 0;
      bottom: 0;
      width: 400px;
      height: 88px;
      background: #162d84;
      border-top-left-radius: 45px;
      border-bottom-left-radius: 45px;
      z-index: 9;
  }

  .banner_box .tel p{
    font-size: 14px;
    color: #fff;
    padding-left: 60px;
    margin: 11px 0 0 47px;
    background: url(../images/tel.png) no-repeat left center;
    height: 66px;
  }

  .banner_box .tel p i{
      display: block;
      font-size: 33px;
      color: #ffffff;
      font-weight: bold;
      line-height: 45px;
  }


/*title*/

.title{

}

.title h3{
    font-size: 24px;
    color: #444444;
    letter-spacing: 1px;

}

.title h3 a{
    font-size: 24px;
    color: #444444;
}

.title h3 i{
    font-size: 13px;
    color: #444444;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;
    top: -5px;
}


/*fw*/

.fw_bg{
    width: 100%;
    height: 1042px;
    margin: 45px auto 0 auto;
    background: url(../images/pro_bg.jpg) no-repeat top center;
}

.fw_bg .fw{
    width: 1280px;
    margin: 0 auto;
}

.fw_bg .fw .title{
    background: url(../images/pro_t.png) no-repeat top left;
    margin-top: 15px;
    padding-top: 50px;
}

.fw_bg .fw .fw_box{
    margin: 10px auto 0 auto;
    position: relative;
} 

.fw_bg .fw .fw_box::after{
    position: absolute;
    content: "";
    background: url(../images/buttom2.png) no-repeat center;
    top: 25px;
    left: -65px;
    width: 173px;
    height: 81px;

}

.fw_bg .fw .fw_box .bd{
    float: left;
    width: 580px;
    margin-top: 35px;
}

.fw_bg .fw .fw_box .bd ul li{
    float: left;
    width: 580px;
    height: 720px;
    position: relative;
}

.fw_bg .fw .fw_box .bd ul li .pic{
    width: 467px;
    height: 617px;
    position: relative;

}

.fw_bg .fw .fw_box .bd ul li .pic img{
    width: 467px;
    height: 617px;
}
 
.fw_bg .fw .fw_box .bd ul li .txt{
    width: 416px;
    height: 214px;
    background: url(../images/pro_list.png) no-repeat center;
    position: absolute;
    top: 480px;
    left: 70px;
    padding: 0 40px;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.fw_bg .fw .fw_box .bd ul li .txt h5 a{
    font-size: 22px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-left: 38px;
    background: url(../images/xt1.png) no-repeat center left;
    margin: 30px 0 20px 0;
}

.fw_bg .fw .fw_box .bd ul li .txt h5 a i{
    font-size: 12px;
    color: #adadad;
    text-transform: uppercase;

}

.fw_bg .fw .fw_box .bd ul li .txt p{
    font-size: 14px;
    color: #8e8e8e;
    line-height: 32px;
    height: 64px;
    overflow: hidden;

}

.fw_bg .fw .fw_box .bd ul li .txt .more{
    display: block;
    background: url(../images/more.png) no-repeat center;
    width: 19px;
    height: 17px;
    margin-top: 18px;
}

.fw_bg .fw .fw_box .hd{
    float: right;
    width: 692px;
}

.fw_bg .fw .fw_box .hd ul li{
    width: 692px;
    height: 185px;
    border-bottom: 2px solid #f5f5f4;
    position: relative;
    z-index: 5;

}

.fw_bg .fw .fw_box .hd ul li .pic{
    float: left;
    width: 191px;
    height: 126px;

}

.fw_bg .fw .fw_box .hd ul li .pic img{
    width: 191px;
    height: 126px;
    margin: 30px 0 0 30px;
}

.fw_bg .fw .fw_box .hd ul li .txt{
    float: right;
    width: 360px;
    margin-right: 58px;
    margin-top: 30px;

}

.fw_bg .fw .fw_box .hd ul li .txt .txt_l{
    float: left;
    width: 190px;
}


.fw_bg .fw .fw_box .hd ul li .txt .txt_l span{
    display: block;
    font-size: 38px ;
    font-weight: bold;
    color: #d7dfff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box .hd ul li .txt .txt_l a{
    font-size: 20px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 11px;
}

.fw_bg .fw .fw_box .hd ul li .txt .txt_l i{
    display: block;
    width: 35px;
    height: 2px;
    background: #0a299d;
    margin-top: 15px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.fw_bg .fw .fw_box .hd ul li .txt .more{
    display: block;
    float: right;
    width: 39px;
    height: 19px;
    background: url(../images/more2.png) no-repeat center;
    margin-top: 37px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}  

.fw_bg .fw .fw_box .hd ul li::after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 185px;
    background: #162d84;
    content: "";
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fw_bg .fw .fw_box .hd ul li.on::after{
    width: 100%;
}

.fw_bg .fw .fw_box .hd ul li.on .txt .txt_l a{
    color: #fff;

}

.fw_bg .fw .fw_box .hd ul li .txt .txt_l i{
    background: #fff;

}

.fw_bg .fw .fw_box .next{
    position: absolute;
    top: 440px;
    left: 445px;
    cursor: pointer;
    background: #0a299d url(../images/left.png) no-repeat center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
}

.fw_bg .fw .fw_box .prev{
    position: absolute;
    top: 488px;
    left: 445px;
    cursor: pointer;
    background: #434343 url(../images/right.png) no-repeat center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
}



/*product*/

.pro_bg{
    width: 100%;
    height: 910px;
    margin: 0 auto;
    background: url(../images/pro_bg1.png) no-repeat bottom center;	margin-top: 55px;
}

.pro_bg .product{
    width: 1280px;
    margin: 0 auto;
}

.pro_bg .product .pro_t{
    overflow: hidden;
}

.pro_bg .product .pro_t .title{
    float: left;
    width: 241px;
    background: url(../images/pro_t1.png) no-repeat top left;
    padding-top: 50px;
}

.pro_bg .product .pro_t .pro_list{
    float: right;
    width: 685px;
}

.pro_bg .product .pro_t .pro_list ul{
    float: right;
}

.pro_bg .product .pro_t .pro_list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    margin-left: 47px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_t .pro_list ul li a{
    font-size: 16px;
    color: #444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom3.png) no-repeat left center ;
    padding-left: 25px;
}

.pro_bg .product .pro_t .pro_list ul li.on{
    border-bottom: 1px solid #0a299d;
}

.pro_bg .product .pro_t .pro_list ul li.on a{
    font-weight: bold;
    background: url(../images/buttom4.png) no-repeat left center ;
}

.pro_bg .product .pro_box{
    margin: 35px auto 0 auto;
    width: 1320px;
}

.pro_bg .product .pro_box ul li{
    float: left;
    width: 303px;
    height: 320px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    margin: 0 22px 22px 0;
    position: relative;
    z-index: 5;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li .pic{
    width: 285px;
    height: 217px;
    border-radius: 5px;
    margin: 9px 9px 0 9px;

}

.pro_bg .product .pro_box ul li .pic img{
    width: 285px;
    height: 217px;
    border-radius: 5px;
}

.pro_bg .product .pro_box ul li .txt{
    width: 285px;
    margin: 0 auto;
    height: 52px;
    line-height: 52px;
} 

.pro_bg .product .pro_box ul li .txt h5 a{
    font-size: 16px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 0 10px;
}

.pro_bg .product .pro_box ul li .txt .more{
    border-top: 1px solid #e8e8e8;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li .txt .more span{
    display: block;
    font-size: 12px;
    color: #dadada;
    margin-left: 10px;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li .txt .more a{
    display: block;
    float: right;
    width: 19px;
    height: 9px;
    background: url(../images/more3.png) no-repeat left center ;
    margin: 15px 10px 0 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li::after{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 0px;
    z-index: -1;
    background: #162d84;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro_bg .product .pro_box ul li.on::after{
    height: 100%;
}

.pro_bg .product .pro_box ul li.on .txt h5 a{
    color: #fff;
}

.pro_bg .product .pro_box ul li.on .txt .more{
    border-top: 1px solid #2b439e;
}

.pro_bg .product .pro_box ul li.on .txt .more span{
    color: #adbdf7;
}

.pro_bg .product .pro_box ul li.on .txt .more  a{
    background: url(../images/more4.png) no-repeat left center ;
}

.pro_bg .product .pro_box ul li.on{
    border: 1px solid #162d84;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}


/*ys*/

.ys_bg{
    width: 100%;
    margin: 0 auto;
    height: 945px;
    overflow: hidden;
    background: url(../images/ys_bg.jpg) no-repeat top center ;
}

.ys_bg .ys{
    width: 1280px;
    margin: 0 auto;
    height: 945px;
    position: relative;
}

.ys_bg .ys .ys_t{
    margin-top: 100px;
    height: 100px;
    background: url(../images/ys_t.png) no-repeat bottom left ;
}

.ys_bg .ys .ys_t h3{
    padding-left: 280px;
    font-size: 29px;
    color: #000000;

}

.ys_bg .ys .ys_t h3 i{
    font-size: 33px;
    color: #0a299d;
    font-weight: bold;

}

.ys_bg .ys .ys_box{
    margin: 45px auto 0 auto;
    width: 1280px;
    position: relative;
}  

.ys_bg .ys .ys_box .hd{

}

.ys_bg .ys .ys_box .hd ul li{
    width: 249px;
    height: 292px;
    position: relative;

}
.ys_bg .ys .ys_box .hd ul li span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 55px;
    -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 img{
    display: block;
    width: 249px;
    height: 292px;
    margin-top: 25px;
    border-radius: 12px;

    -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.ys1{
    position: absolute;
    left: 0;
    top: 0;
}

.ys_bg .ys .ys_box .hd  ul li.ys1 span{
    background: url(../images/ys_ico1.png) no-repeat center ;
}

.ys_bg .ys .ys_box .hd  ul li.ys2{
    position: absolute;
    left: 280px;
    top: 0;
}

.ys_bg .ys .ys_box .hd  ul li.ys2 span{
    background: url(../images/ys_ico2.png) no-repeat center ;
}

.ys_bg .ys .ys_box .hd  ul li.ys3{
    position: absolute;
    left: 400px;
    top: 330px;
}

.ys_bg .ys .ys_box .hd  ul li.ys3 span{
    background: url(../images/ys_ico3.png) no-repeat center ;
}

.ys_bg .ys .ys_box .hd  ul li.on img{
    border-radius: 0px;
    border-top-right-radius: 85px;
    border-bottom-left-radius: 85px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.ys_bg .ys .ys_box .hd  ul li.ys1.on span{
    background: url(../images/ys_ico1.png) no-repeat center ;
}

.ys_bg .ys .ys_box .hd  ul li.ys2.on span{
    background: url(../images/ys_ico22.png) no-repeat center ;
}

.ys_bg .ys .ys_box .hd  ul li.ys3.on span{
    background: url(../images/ys_ico33.png) no-repeat center ;
}

.ys_bg .ys .ys_box .bd{
    position: absolute;
    left: 0;
    top: 390px;
} 


.ys_bg .ys .ys_box .bd ul li{
    float: left;
    position: relative;

}

.ys_bg .ys .ys_box .bd ul li h5{
    font-size: 22px;
    color: #343434;
    font-weight: bold;

}

.ys_bg .ys .ys_box .bd ul li h5 i{
    font-size: 22px;
    color: #0a299d;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 23px 0 10px;
}

.ys_bg .ys .ys_box .bd ul li span{
    display: block;
    margin: 10px 0 0 0;
    padding-left: 108px;
    font-size: 12px;
    color: #aaaaaa;
    text-transform: uppercase;
    background: url(../images/ys_xt.jpg) no-repeat  20px top ;
    height: 44px;
}

.ys_bg .ys .ys_box .bd ul li p{
    width: 370px;
    font-size: 15px;
    color: #aaaaaa;
    line-height: 32px;
    margin-top: 10px;
}

.ys_bg .ys .ys_box .bd ul li em{
    display: block;
    position: absolute;
    font-size: 30px;
    color: #d52c3c;
    font-family: 'Times New Roman', Times, serif;
    top: 105px;
    left: 820px;

}

.ys_bg .ys .ys_box .num{
    position: absolute;
    font-size: 16px;
    color: #898989;
    font-family: 'Times New Roman', Times, serif;
    top: 510px;
    left: 865px;
}


.ys_bg .ys .ys_box .next{
    position: absolute;
    font-size: 16px;
    color: #898989;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    top: 510px;
    left: 710px;
    cursor: pointer;
}


.ys_bg .ys .ys_box .prev{
    position: absolute;
    font-size: 16px;
    color: #898989;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    top: 510px;
    left: 947px;
    cursor: pointer;
}


.ys_bg .ys .ys_box .tel{
    position: absolute;
    font-size: 15px;
    color: #333333;
    top: 570px;
    right: 0px;
    padding-left: 50px;
    background: url(../images/tel2.png) no-repeat center left;
}


.ys_bg .ys .ys_box .tel i{
    display: block;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
}

.ys_bg .ys .ys_box  .more{
    position: absolute;
    top: 640px;
    left: 0px;
    width: 153px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #aaaaaa;
}


.ys_bg .ys .ys_box  .more a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
}



/*case*/

.case_bg{
    width: 100%;
    margin: 85px auto 0 auto;
}

.case_bg .case{
    width: 1280px;
    margin: 0 auto;
}

.case_bg .case .title{
    width: 241px;
    background: url(../images/case_t.png) no-repeat top left;
    padding-top: 50px;
}

.case_bg .case .case_box{
    margin: 38px auto 0 auto;
    position: relative;
    height: 346px;
}
 
.case_bg .case .case_box .bd{
    width: 1280px;
    margin: 0 auto;
}

.case_bg .case .case_box .bd ul li{
    float: left;
    width: 400px;
    margin: 0 13px;
}

.case_bg .case .case_box .bd ul li .pic{
    width: 400px;
    height: 279px;

}

.case_bg .case .case_box .bd ul li .pic img{
    width: 400px;
    height: 279px;
}

.case_bg .case .case_box .bd ul li .txt{
    height: 65px;
    border-bottom: 1px solid #dadada;
    position: relative;

}

.case_bg .case .case_box .bd ul li .txt h5 a{
    font-size: 16px;
    color: #444444;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    margin-left: 5px;
    width: 300px;
    line-height: 65px;
}

.case_bg .case .case_box .bd ul li .txt span{
    display: block;
    float: right;
    line-height: 65px;
    font-size: 20px;
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 5px;
    position: relative;
    z-index: 5;
    -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 .bd ul li:hover .txt span{
    width: 61px;
    height: 61px;
    line-height: 61px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    background: #0a299d;
    margin-top: -20px;
}

.case_bg .case .case_box .bd ul li .txt::after{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 1px;
    background: #162d84;
    -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 .bd ul li:hover .txt::after{
    width: 100%;
}

.case_bg .case .case_box .hd{
    position: absolute;
    right: 13px;
    top: -75px;
}

.case_bg .case .case_box .hd .next{
    float: left;
    cursor: pointer;
    width: 38px;
    height: 44px;
    background: url(../images/left1.png) no-repeat center;
}

.case_bg .case .case_box .hd .prev{
    float: left;
    cursor: pointer;
    width: 38px;
    height: 44px;
    background: url(../images/right1.png) no-repeat center;
    margin-left: 13px;
}

.case_bg .case_xt{
    width: 100%;
    margin: 40px auto 0 auto;
    background: url(../images/case_xt.png) no-repeat center;
    text-align: center;
    font-size: 14px;
    color: #959595;
    letter-spacing: 9px;
}



/*about*/

.ab_bg{
    width: 100%;
    height: 843px;
    margin: 55px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat center;
}

.ab_bg .about{
    width: 1280px;
    margin: 0 auto;
    padding-top: 275px;
}

.ab_bg .about .ab_l{
    float: left;
    margin-left: 255px;
    width: 695px;
    position: relative;
}

.ab_bg .about .ab_l .title{
    width: 418px;
    background: url(../images/ab_t.png) no-repeat top left;
    padding-top: 50px;
}

.ab_bg .about .ab_l .title h3{
    font-weight: bold;
    letter-spacing: 1.5px;
}

.ab_bg .about .ab_l .nr{
    font-size: 16px;
    color: #898989;
    line-height: 34px;
    overflow: hidden;
    height: 136px;
    margin-top: 45px;

} 

.ab_bg .about .ab_l .ry{
    width: 287px;
    height: 182px;
    background: #fff;
    border: 1px solid #e7e0e0;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    margin-top: 35px;
} 

.ab_bg .about .ab_l .ry img{
    width: 272px;
    height: 165px;
    margin: 7px;

}

.ab_bg .about .ab_l .tel{
    position: absolute;
    top: 425px;
    left: 365px;
    padding-left: 50px;
    font-size: 15px;
    color: #333333;
    background: url(../images/tel1.png) no-repeat left center;
} 

.ab_bg .about .ab_l .tel i{
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 30px;
}

.ab_bg .about .ab_r{
    float: right;
    width: 300px;
    margin-right: -90px;
}

.ab_bg .about .ab_r .more{
    width: 239px;
    background: url(../images/more5.png) no-repeat  center;
    margin-top: 30px;
    margin-left: 60px;

}

.ab_bg .about .ab_r .more a{
    display: block;
    font-size: 16px;
    color: #b2b2b2;
    text-transform: uppercase;
    text-align: center;
}

.ab_bg .about .ab_r ul{
    margin-top: 110px;
}

.ab_bg .about .ab_r ul li{
    width: 247px;
    height: 76px;
    background: #f5f5f5;
    margin-bottom: 23px;
    border-radius: 45px;
    position: relative;
    z-index: 5;


}

.ab_bg .about .ab_r ul li a{
    display: block;
}

.ab_bg .about .ab_r ul li a img{
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 14px 15px 0 23px;
    float: left;

}

.ab_bg .about .ab_r ul li a span{
    display: block;
    float: left;
    font-size: 16px;
    color: #444;
    margin-top: 14px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r ul li a span i{
    display: block;
    font-size: 12px;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 7px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ab_bg .about .ab_r ul li::after{
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    width: 0;
    height: 76px;
    background: #162d84;
    border-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;

}

.ab_bg .about .ab_r ul li.on::after{
    width: 100%;
}

.ab_bg .about .ab_r ul li.on span{
    color: #fff;
}

.ab_bg .about .ab_r ul li.on span i{
    color: #869ae3;
}



/*video*/

.video_bg{
    width: 100%;
    margin: 45px auto 0 auto;
    overflow: hidden;
}

.video_bg .viedo_t{
    width: 1280px;
    margin: 0 auto;
    height: 90px;
}

.video_bg .viedo_t .title{
    float: left;
    width: 241px;
    background: url(../images/video_t.png) no-repeat top left;
    padding-top: 50px;

}

.video_bg .viedo_t .more{
    float: right;
    margin-right: -320px;
    width: 435px;
    height: 56px;
    line-height: 56px;
    background: url(../images/more7.png) no-repeat center;
    margin-top: 20px;
} 

.video_bg .viedo_t .more a{
    display: block;
    font-size: 18px;
    color: #b2b2b2;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-left: 46px;
}


.video_bg .video_box{
    margin: 25px auto 0 auto;
    width: 96%;
}

.video_bg .video_box .swiper-slide{
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 35px 0 10px 0;
}

.video_bg .video_box .swiper-slide .nr{
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    height: 285px;

}

.video_bg .video_box .swiper-slide .nr .pic{
    width: 95%;
    height: 216px;
    margin: 8px auto 0 auto;
    border-radius: 8px;
}

.video_bg .video_box .swiper-slide .nr .pic img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.video_bg .video_box .swiper-slide .nr .txt{
    height: 60px;
    line-height: 60px;
    width: 90%;
    margin: 0 auto;
}  

.video_bg .video_box .swiper-slide .nr .txt h5 a{
    float: left;
    width: 60%;
    font-size: 16px;
    color: #555555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.video_bg .video_box .swiper-slide .nr .txt .more{
    float: right;
    background: url(../images/more8.png) no-repeat center;
    width: 24px;
    height: 24px;
    margin-top: 18px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.video_bg .video_box .swiper-slide:hover{
    margin-top: -30px;

}

.video_bg .video_box .swiper-slide:hover .nr{
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}

.video_bg .video_box .swiper-slide:hover .nr .txt .more{
    background: url(../images/more9.png) no-repeat center;
}

/*news*/

.news_bg{
    width: 100%;
    height: 1275px;
    margin: 55px auto 0 auto;
    background: url(../images/news_bg.jpg) no-repeat bottom center;
}

.news_bg .news{
    width: 1280px;
    margin: 0 auto;
    height: 835px;
}

.news_bg .news .news_t{
    overflow: hidden;
}

.news_bg .news .news_t .title{
    float: left;
    width: 241px;
    background: url(../images/news_t.png) no-repeat top left;
    padding-top: 50px;
}

.news_bg .news .news_t  .news_list{
    float: right;
    margin-top: 45px;
}
 
.news_bg .news .news_t  .news_list ul li{
    float: left;
    margin-left: 30px;
}

.news_bg .news .news_t  .news_list ul li a{
    padding-left: 27px;
    font-size: 16px;
    color: #777777;
}

.news_bg .news .news_t  .news_list ul li.casehover a{
    color: #333;
    background: url(../images/buttom5.png) no-repeat center left;
}


.news_bg .news .news_box{
    margin: 35px auto 0 auto;
    width: 1360px;
}

.news_bg .news .news_box .news_top{
    height: 544px;
}
 
.news_bg .news .news_box .news_top ul li{
    float: left;
    width: 384px;
    height: 542px;
    background: #fff;
    border: 1px solid #d7d7d7;
    position: relative;
    margin: 0 60px 33px 0;
}

.news_bg .news .news_box .news_top ul li .pic{
    width: 340px;
    height: 279px;
    margin: 22px 22px 0 22px;

}

.news_bg .news .news_box .news_top ul li .pic img{
    width: 340px;
    height: 279px;
}

.news_bg .news .news_box .news_top ul li .txt{
    width: 340px;
    margin: 0 auto;
} 

.news_bg .news .news_box .news_top ul li .txt h5 a{
    font-size: 18px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 45px 0 25px 0;
}

.news_bg .news .news_box .news_top ul li .txt p{
    padding-left: 20px;
    font-size: 14px;
    color:  #888888;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    position: relative;

}

.news_bg .news .news_box .news_top ul li .txt p::after{
    position: absolute;
    left: 5px;
    top: 0;
    width: 1px;
    height: 73px;
    background: #d9d9d9;
    content: ""
}

.news_bg .news .news_box .news_top ul li .txt span{
    display: block;
    font-size: 14px;
    color:  #888888;
    margin-top: 20px;

}

.news_bg .news .news_box .news_top ul li .txt .more{
    position: absolute;
    right: 0px;
    bottom: 0;
    background: url(../images/more6.png) no-repeat center ;
    width: 91px;
    height: 0px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news_bg .news .news_box .news_top ul li.on .txt .more{
    height: 86px;
}

.news_bg .news .news_box .list{
    margin: 0 auto;
    width: 1360px;
}

.news_bg .news .news_box .list ul li{
    float: left;
    width: 384px;
    height: 131px;
    background: #fff;
    border: 1px solid #d7d7d7;
    position: relative;
    margin: 0 60px 0px 0;
}

.news_bg .news .news_box .list ul li .time{
    width: 95px;
    float: left;
    text-align: center;

}

.news_bg .news .news_box .list ul li .time span{
    display: block;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}

.news_bg .news .news_box .list ul li .time p{
    font-size: 14px;
    color: #777;
}

.news_bg .news .news_box .list ul li .txt{
    float: left;
    width: 270px;


} 

.news_bg .news .news_box .list ul li .txt a{
    font-size: 20px;
    color: #333333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 35px 0 10px 0;
}

.news_bg .news .news_box .list ul li .txt p{
    font-size: 14px;
    color: #999;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_bg .news .news_box .list ul li:hover .txt a{
    color: #162d84
}


/*message*/

.message{
    width: 1280px;
    margin: 65px auto 0 auto;
}

.message .m_l{
    float: left;
    margin-left: 27px;
    width: 568px;
}

.message .m_l .m_t{
    margin-top: 40px;

}

.message .m_l .m_t h5{
    font-size: 28px;
    color: #fff;

}

.message .m_l .m_t span{
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.message .m_l .m_t i{
    display: block;
    width: 57px;
    height: 2px;
    background: #fff;
    margin-top: 10px;
}

.message .m_l .f_cont{
    margin-top: 45px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
} 

.message .m_l .f_cont ul li{
    height: 70px;
    line-height: 70px;

}

.message .m_l .f_cont ul li:first-child{
    border-bottom: 1px dashed #fff;
}

.message .m_l .f_cont ul li img{
    display: block;
    float: left;
    margin: 30px 10px 0 10px;
}

.message .m_l .f_cont ul li p{
    float: left;
    font-size: 16px;
    color: #fff;
    width: 520px;
}

.message .m_l .f_cont ul li p i{
    font-size: 23px;
    color: #fff;
}

.message .m_r{
    float: right;
    margin-right: 35px;
    width: 562px;
}


.message .m_r .m_t{
    margin-top: 40px;

}

.message .m_r .m_t h5{
    font-size: 28px;
    color: #333;

}

.message .m_r .m_t span{
    display: block;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.message .m_r .m_t i{
    display: block;
    width: 57px;
    height: 2px;
    background: #0a299d;
    margin-top: 10px;
}

.message .m_nr{
    margin: 35px auto 0 auto;
    height: 47px;
} 

.message .m_nr .form-group1{
    float: left;
    width: 265px;
    height: 45px;
    border: 1px solid #f0efef;
    border-radius: 5px;
}

.message .m_nr .form-group1 input{
    width: 265px;
    height: 45px;
    text-indent: 47px;
    font-size: 15px;
    color: #b8b8b8;
    background: url(../images/m1.png) no-repeat 15px center ;
}

.message .m_nr .form-group2{
    float: right;
    width: 265px;
    height: 45px;
    border: 1px solid #f0efef;
    border-radius: 5px;
}

.message .m_nr .form-group2 input{
    width: 265px;
    height: 45px;
    text-indent: 47px;
    font-size: 15px;
    color: #b8b8b8;
    background: url(../images/m2.png) no-repeat 15px center ;
}

.message  .form-group3{
    width: 560px;
    height: 45px;
    border: 1px solid #f0efef;
    border-radius: 5px;
    margin: 20px 0;
}

.message .form-group3 textarea{
    width: 513px;
    height: 33px;
    font-size: 15px;
    color: #b8b8b8;
    background: url(../images/m3.png) no-repeat 15px center ;
    padding: 12px 0 0 47px;
}


.message  .form-group4{
    float: left;
    width: 265px;
    height: 45px;
    border: 1px solid #f0efef;
    border-radius: 5px;
}

.message  .form-group4 input{
    width: 165px;
    height: 45px;
    text-indent: 47px;
    font-size: 15px;
    color: #b8b8b8;
    background: url(../images/m4.png) no-repeat 15px center ;
    float: left;
}

.message  .form-group4  .imgcode{
    float: right;
    width: 91px;
    height: 36px;
    margin: 4px 5px 0 0;
}

.message  .anniu{
    float: right;
    width: 265px;
    height: 47px;

}

.message  .anniu button{
    cursor: pointer;
    border: none;
    background: #162d84;
    width: 265px;
    height: 47px;
    border-radius: 5px;
    font-size: 15px;
    color: #fff;
}



/*!
 * 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;
    }
  }