@charset "utf-8";html{overflow-x:hidden}
body{color:#333;font:14px "Microsoft Yahei"}
body,dd,div,dl,dt,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,span,ul{margin:0;padding:0;list-style:none}
a{color:#333;text-decoration:none}
a:focus{outline:0}
img{border:none}
.vam{vertical-align:middle}
.clear{clear:both;height:0;line-height:0;font-size:0}
p{word-spacing:0}
em,i{font-style:normal}
.tr{text-align:right}
.tl{text-align:left}
.center{text-align:center}
.fl{float:left;}
.fr{float:right;}
.pa{position:absolute}
.pr{position:relative}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden}
.clearfix{zoom:1}

body{min-width: 1200px;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content01{width: 80rem;margin: 0 auto;}
.layui-layer-content{overflow:hidden!important;}
.pic{width:100%;overflow: hidden;}
.pic img{-o-transition:all 1s linear 0s;transition:all 1s linear 0s}
.pic:hover img{-webkit-transform:scale(1.05) rotate(0) translateY(0);-ms-transform:scale(1.05) rotate(0) translateY(0);transform:scale(1.05) rotate(0) translateY(0)}

.white,.whites{position:relative;overflow:hidden}
.white:after,.whites:after{content:'';cursor:pointer;position:absolute;left:-100%;top:0;width:100%;height:100%;background-image:-moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));background-image:-webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));transform:skewx(-25deg)}
.white:hover:after{left:100%;-moz-transition:1s;-o-transition:1s;-webkit-transition:1s;transition:1s}
.whites:hover:after{left:100%;-moz-transition:.5s;-o-transition:.5s;-webkit-transition:.5s;transition:.5s}
body{min-width:1200px;width:100%;max-width:1920px;margin:0 auto;overflow-x:hidden}
em,i{font-style:normal}

input::-webkit-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input::-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-moz-placeholder{color:#999;font-size:14px;text-transform:capitalize}
input:-ms-input-placeholder{color:#999;font-size:14px;text-transform:capitalize}
@keyframes myfirst{0%{background-position:0 bottom}
100%{background-position:100% bottom}
}
.line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clear{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}



.banner {
    height: auto;
    max-width: 1920px;
    margin: 0 auto!important;
    position: relative;
    margin-top: -34px;
  }
  .banner .bd li {
    float: left;
    width: 100%;
    line-height: 0;
  }
  .banner .bd li img {
    width: 100%;
  }
  .banner .bd li a {
    display: block;
  }
  /*.banner .hd {*/
  /*  z-index: 1;*/
  /*  margin: 0 8.35%;*/
  /*  border-top: 1px solid rgba(255,255,255,0.1);*/
  /*  position: absolute;*/
  /* left:0;*/
  /*  height: 110px;*/
  /*  bottom: 20px;*/
  /*  width: 83.3%;*/
  /*  cursor: pointer;*/
  /*}*/
  
  .banner .pageState {
    z-index: 1;
    position: absolute;
    right:8.35%;
    top: 50%;
    cursor: pointer;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
    font-family:Times New Roman;
    font-style: italic;
  }
  .banner .pageState span:nth-child(1){ font-size: 32px; }
  
  .banner .hd ul{ float: left;width: 200px;margin-top: 35px; }
  .banner .hd li {
    width: 20px;
    height: 20px;
   background: 0;
    display: inline-block;
    margin: 0 8px 0 0;
    border-radius: 13px;
    
  }
  .banner .hd li i{ display: block;width: 8px;height: 8px;border-radius: 4px;background: #fff;margin: 6px auto 0;}
  
  .banner .hd li.on {
    border:2px solid #e60012;
  }
  .banner .hd li.on i{ background: #e60012;}
  .banner .hd .next{ float: right; display: block;width: 52px;height:52px;margin-top: 24px;}
  
      .banner .banMenu {
              position: absolute;
              left: 50%;
              width: 24px;
              bottom: 60px;
          height: 34px;
              margin-left: -12px;
              text-align: center;
              z-index: 5;
          }
      /* .banner .banMenu:before{content: "";width: 10px;height: 7px;position: absolute;bottom: -15px;left: 50%;background:url(../images/ban_ic2.png) no-repeat center;margin-left: -5px;} */
      .banner .banMenu i {
              display: block;
              width: 24px;
              bottom: 34px;
              cursor: pointer;
          position: absolute;bottom: 0;left: 0;
          }
      .banner .banMenu i img {
  
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -ms-transition: all 0.5s;
              -o-transition: all 0.5s;
              transition: all 0.5s;
              -webkit-animation: bounceY 2s infinite;
              -moz-animation: bounceY 2s infinite;
              -o-animation: bounceY 2s infinite;
              -ms-animation: bounceY 2s infinite;
              animation: bounceY 2s infinite;
          }
        @-moz-keyframes bounceY {
              0%,
              100% {
                  -moz-transform: translateY(0);
                  transform: translateY(0);
              }
              50% {
                  -moz-transform: translateY(-8px);
                  transform: translateY(-8px);
              }
          }
          
          @-o-keyframes bounceY {
              0%,
              100% {
                  -o-transform: translateY(0);
                  transform: translateY(0);
              }
              50% {
                  -o-transform: translateY(-8px);
                  transform: translateY(-8px);
              }
          }
          
          @keyframes bounceY {
              0%,
              100% {
                  transform: translateY(0);
              }
              50% {
                  transform: translateY(-8px);
              }
          }
  



.tit{font-size: 0;line-height: 0;text-align: center;}
.tit i{font-size: 2.3rem;color: #1a1a1a;display:block;line-height: 2.3rem;font-weight: normal;position: relative;}
.tit i::before {content: "";display: block;width: 3.2rem;position: absolute;left: 50%;top: 4.2rem;background:#e60012; height: 1px;transition: 0.35s;background-size: 100% 100%;margin-left: -1.6rem;}



.yz{padding: 5rem 0;background: url(../images/yz_bg.jpg) no-repeat center top;background-size: 100% 100%;box-sizing: border-box;}
.yz_t{display: flex;justify-content: space-between;}
.yz_t h2 span{font-size: 1rem;color: #d1d1d1;display:block;line-height: 1rem;font-weight: normal;position: relative;font-family: "Inter 18pt";}
.yz_t h2 i{font-size: 2.3rem;color: #1a1a1a;display:block;line-height: 2.3rem;font-weight: normal;position: relative;margin-top: 0.9rem;}
.yz_t h2 i::before {content: "";display: block;width: 3.3rem;position: absolute;left: 0%;top: 4.4rem;background:#e60012; height: 1px;transition: 0.35s;background-size: 100% 100%;}
.yz_t p{font-size: 0.8rem;line-height: 1.75rem;color: #666666;width: 48.125%;}
.yz_t p a{font-size: 0.8rem;line-height: 0.9rem;color: #333;display: block;margin-top: 1.8rem;}
.yz_t p a img{display: inline-block;width: 0.9rem;height: 0.9rem;margin-left: 0.5rem;vertical-align: -0.1rem;overflow:hidden;}
.yz_con{display: flex;justify-content: space-between;margin-top: 2.7rem;padding-top: 2.2rem;border-top: 0.1rem solid #e0e1e2;}
.yz_con dl{width: 22.8125%;position: relative;}
.yz_con dt img{display: block;width: 100%;}
.yz_con dd{width: 100%;padding: 2rem 0rem 0;box-sizing: border-box;}
.yz_con dd h4{font-size: 1.1rem;line-height: 1.1rem;color: #131a13;display: block;font-weight: normal;text-align: center;}
.yz_con dd p{font-size: 0.8rem;line-height: 1.4rem;color: #666666;margin-top: 1rem;text-align: center;}



.pro{padding: 5rem 0; }
.pro_con{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 1.9rem;}
.pro_con dl{width:48.8%;margin-top: 2.5rem;position: relative;}
.pro_con dt{display: block;width:100%;}
.pro_con dt img{display: block;width: 100%;}
.pro_con dd{position: absolute;left: 6.2rem;top: 6.2rem;z-index: 20;}
.pro_con dd h4 a{display: block;line-height: 1.4rem;font-size: 1.4rem;color: #333333;font-weight: normal;}
.pro_con dd h4 i{display: block;line-height: 1.2rem;font-size: 1.2rem;color: #e60012;margin-bottom: 0.5rem;}
.pro_con dd p{margin-top: 1.1rem;}
.pro_con dd p a{display: block;line-height: 1.5rem;font-size: 0.8rem;color: #666666;}
.pro_con dd p a:hover{color: #e60012;text-decoration: underline;}
.pro .more{display: block;width: 6.4rem;height: 2rem;border:1px solid #e60012;box-sizing: border-box;font-size: 0.8rem;color: #e60012;position: relative;line-height: 1.9rem;margin-top: 1.8rem;text-align: center;transition:all 0.5s;}
.pro .more img{display: inline-block;width: 0.8rem;height: 0.65rem;margin-left: 0.4rem;vertical-align: -0.05rem;transition:all 0.5s}
.pro .more:hover{transform:translateY(-5px);}
.pro .more:hover img{margin-left: 0.7rem; }




.case{padding: 4.5rem 0 0.9rem;background: #fafafa;}
.case_t{position: relative;display: flex;justify-content: space-between;height: 4rem;}
.case_t h3 a{display: block;line-height: 2.2rem;font-size: 1.3rem;color: #e60012;}
.case_t .qh{width: 5.8rem;display: flex;justify-content: space-between;}
.case_t .qh .zprev{width: 2.35rem;height: 2.35rem;z-index: 20;cursor: pointer;display: block;}
.case_t .qh .znext{width: 2.35rem;height: 2.35rem;z-index: 20;cursor: pointer;display: block;}
.case_t::after{width:58.5rem;height:1px;background:#e5e5e5;content:"";position: absolute;left:14.5rem;top:1rem;transition: all 0.5s;}
.case1{margin-top: 3.6rem;}
.case2 h3 a{color: #0066cb;}
.case dl{width:23.3125%;position: relative;margin-bottom: 3.6rem;}
.case dt{display: block;width: 100%;position: relative;margin: 0 auto;z-index: 10;}
.case dt img{display: block;width: 100%;}
.case dd{padding: 1.2rem 1.2rem;box-sizing: border-box;background: #fff;box-sizing: border-box;width: 100%;box-shadow: 0px 7px 27px 0px rgba(104,104,104,0.18);}
.case dd h4 a{ display: block;font-size:1rem ;color: #282828;line-height: 1.1rem;font-weight: normal;transition: all 0.5s;position: relative;}
.case dd p{  display: block;font-size:0.8rem ;color: #666666;line-height: 1.3rem;margin-top: 0.9rem;}
.case .more{display: block;font-size: 0.8rem;color: #282828;line-height: 1rem;transition: all 0.5s;margin-top: 2.3rem;}
.case dl:hover h4 a,.case dl:hover p,.case dl:hover .more{ color: #fff;}
.case dl:hover dd{background: #0066cb;}

.ys_z{padding: 5rem 0 0;background: url(../images/ys_bg.jpg) no-repeat center;background-size: 100% 100%;box-sizing: border-box;height: 39rem}
.ys .tit{height: 5.8rem;}
.ys .tit i{color: #fff;}
.ys .tit i::before{background: #fff;top: 3.8rem;}
.ys_bd{position: relative;}
.ys_con dl{position: relative;position: relative;}
.ys_con dt{display: block;width: 62.08%;float: right;height: 28.2rem;object-fit: cover;object-position: center;}
.ys_con dt img{ display: block;width: 100%;height: 28.2rem;object-fit: cover;object-position: center;}
.ys_con dd {position: absolute;left: 0;top: 4rem;width: 100%;}
.ys_con dd h4 span { display: block;font-size: 1.4rem;color: #ffffff;line-height: 1.4rem;font-weight: normal;margin-top: 0.9rem;}
.ys_con dd h4 i img{ display:block;width: 2.6rem;height: 2.6rem;}
.ys_con dd p{font-size: 0.9rem;line-height: 1.5rem;color: #ffffff;margin-top: 1.8rem;width: 18.3rem;}
.ys_con dd .more{display: block;width: 6.8rem;height: 2rem;line-height: 2rem;color:#fff;background: #e60012;margin-top: 1.5rem;font-size: 0.8rem;text-align: center;}
.ys_t{width: 100%;z-index: 10;height: 6.8rem;box-shadow: 0px 7px 27px 0px rgba(104,104,104,0.18);background: #fff;}
.ys_t ul{display: flex;justify-content: space-between;}
.ys_t li{width: 25%;height: 6.8rem;border-right: 1px solid #f2f2f2;box-sizing: border-box;padding: 1.8rem 2rem 0;box-sizing: border-box;display: flex;justify-content: space-between;}
.ys_t li em{display: block;width: 2.6rem;height: 2.6rem;overflow: hidden;}
.ys_t li em img{display: block;width: 2.6rem;height: 2.6rem;}
.ys_t li:last-child{border-right: 0;}
.ys_t li span{display: block;font-size: 1.4rem;line-height: 1.4rem;color: #333333;}
.ys_t li span i{display: block;font-size: 0.8rem;line-height: 0.8rem;color: #666666;font-weight: normal;margin-top: 0.7rem;text-transform: uppercase;}
.ys_t li.cur{border-bottom:0.2rem solid #e60012;box-sizing: border-box;}
.ys_t li.cur em img:nth-child(1){margin-top: -2.6rem;}
.ys_t li.cur span{color: #e60012;}



.hz{padding: 5rem 0;background:#f0f2f5;margin-top: 5rem;}
.hz_con{ display: flex;justify-content: space-between;margin-top: 4.2rem;}
.hz_con p{display: block;width: 17.3%;}
.hz_con p img{display: block;width: 100%;}

.hz ul{display: flex;justify-content: space-between;flex-wrap: wrap;margin-right: -1px;margin-bottom: -1px;overflow: hidden;width: 82.7%;}
.hz ul li{width: 20%;}
.hz ul li img{display: block;width: 100%;border-right: 1px solid #f0f2f5;border-bottom: 1px solid #f0f2f5;box-sizing: border-box;}



.news{padding: 5rem 0;box-sizing: border-box;}
.news1{position: relative;margin-top: 4.2rem!important;}
.news1 dl{display: flex;justify-content: space-between;}
.news1 dt{display: block;width: 65.125%;height: 26rem;object-fit: cover;object-position: center;position: relative;}
.news1 dt img{display: block;width: 100%;height: 26rem;object-fit: cover;object-position: center;}
.news1 dd{padding: 5.2rem 3.5rem 0;box-sizing: border-box;height: 26rem;width:34.875% ;background: #f0f2f5;}
.news1 dd h4 a{ display: block;font-size:1.1rem ;color: #1a1a1a;line-height: 1.5rem;font-weight: normal;transition: all 0.5s;position: relative;}
.news1 dd p{ display: block;margin-top: 2rem;font-size:0.8rem ;color: #666666;line-height: 1.5rem;font-family:"mon1";font-weight: normal;}
.news1 .more{font-size: 0.8rem;line-height: 0.9rem;color: #333;display: block;margin-top: 1.8rem;}
.news1 .more img{display: inline-block;width: 0.9rem;height: 0.9rem;margin-left: 0.5rem;vertical-align: -0.1rem;overflow:hidden;}

.news1  .swiper-pagination-bullets {
    bottom: 2.3rem!important;
    left: 2.3rem!important;
    text-align: left;
}

.news1 .swiper-pagination .swiper-pagination-bullet {
    border: 0 none;
    width: 14px;
    height: 14px;
    margin-right: 14px!important;
    vertical-align: middle;
    border-radius: 20px;
    display: inline-block;
    outline: none;
    background: #727272;
    transition: .5s;
    opacity: 1;
}
.news1 .swiper-pagination .swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    background: url(../images/news_ddh.png) no-repeat center;
    /*width: 40px;*/
}

.news1 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}


.news2{margin-top: 3.2rem;display: flex;justify-content: space-between;}
.news2 dl{width: 30.375%;}
.news2 dt{display: block;width: 100%;}
.news2 dt img{display: block;width: 100%;}
.news2 dd h4 a{ display: block;font-size:1.1rem ;color: #1a1a1a;line-height: 1.1rem;font-weight: normal;transition: all 0.5s;position: relative;padding-top: 1.8rem;}
.news2 dd p{ display: block;margin-top: 1.5rem;font-size:0.8rem ;color: #666666;line-height: 1.5rem;font-family:"mon1";font-weight: normal;}
.news2 .more{font-size: 0.8rem;line-height: 0.9rem;color: #333;display: block;margin-top: 1.8rem;}
.news2 .more em{display: inline-block;width: 0.85rem;height: 0.85rem;margin-left: 0.5rem;vertical-align: -0.15rem;overflow:hidden;}
.news2 .more em img{display: block;width: 0.85rem;height: 0.85rem;}
.news2 dl:hover .more em img:nth-child(1){margin-top: -0.85rem;}


.abt{padding: 5rem 0;background: #f0f2f5;}
.abt .desc{margin-top: 3.8rem;font-size: 0.8rem;line-height: 1.75rem;color: #666666;text-align: center;}
.abt_con{margin-top: 2.5rem;}
.abt_s dl{position: relative!important;}
.abt_s dt{display: block;width: 100%;position: relative;background: #000;}
.abt_s dt img{display: block;width: 100%;opacity: 0.5;}
.abt_s dt em{position: absolute;left: 0rem;bottom: 2.4rem;display: block;font-size: 1.2rem;color: #000;height:3.6rem;line-height:3.6rem;background:rgba(255,255,255,0.5);width:12rem;text-align:center;display:none;}
.abt_s dl dd {
  width: 30%;
  height: 8.2rem;
  padding: 2.2rem 2% 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
}
.abt_s dl dd h5 {
  font-size: 1.5rem;
  color: #333333;
  height: 2.2rem;
  line-height: 2rem;
  position: relative;
  display: inline-block;
}
.abt_s dl dd h5:before {
  content: "";
  width: 100%;
  height: 0.15rem;
  background: #d30000;
  position: absolute;
  bottom: 0;
  left: 0;
}


/*.abt_s dd{width:88%;left: 6%;bottom: 2.4rem;z-index: 20;height: 7.5rem;padding: 1.45rem 2.5rem 0;box-sizing: border-box;background: #fff;position: absolute;display: none;}*/
/*.abt_s dd h4 a{ display: block;font-size:1.2rem ;color: #e60012;line-height: 1.2rem;font-weight: bold;transition: all 0.5s;position: relative;}*/
/*.abt_s dd p{ display: block;margin-top: 1rem;font-size:0.8rem ;color: #666666;line-height: 1.3rem;font-family:"mon1";font-weight: normal;}*/
/*.abt_s .swiper-slide-active dt em{display: none;}*/
.abt_s .swiper-slide-active dd{display: block;}
.abt_s .swiper-slide-active dt{background: 0;}
.abt_s .swiper-slide-active dt img{opacity: 1;}
.abt .qh{margin-top: 1.2rem;}
.abt .qh .sprev{display: block;float: left;width: 2.2rem;height: 2.15rem;margin-right: 0.6rem;}
.abt .qh .snext{display: block;float: left;width: 2.2rem;height: 2.15rem;margin-right: 0.6rem;}
.abt .qh .sprev img,.abt .qh .snext img{ display: block;width: 2.2rem;height: 2.15rem;cursor: pointer;}



/**/

@media screen and (min-width: 1263px) {
    html {
        font-size: calc(1263px * 20 / 1903);
    }
}

@media screen and (min-width: 1349px) {
    html {
        font-size: calc(1349px * 20 / 1903);
    }
}

@media screen and (min-width: 1463px) {
    html {
        font-size: calc(1463px * 20 / 1903);
    }
}

@media screen and (min-width: 1543px) {
    html {
        font-size: calc(1543px * 20 / 1903);
    }
}

@media screen and (min-width: 1583px) {
    html {
        font-size: calc(1583px * 20 / 1903);
    }
}

@media screen and (min-width: 1643px) {
    html {
        font-size: calc(1643px * 20 / 1903);
    }
}

@media screen and (min-width: 1663px) {
    html {
        font-size: calc(1663px * 20 / 1903);
    }
}

@media screen and (min-width: 1903px) {
    html {
        font-size: calc(1903px * 20 / 1903);
    }
}



@-webkit-keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown1 {
    from { opacity: 0; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown1 { -webkit-animation-name: fadeInDown1; animation-name: fadeInDown1 }
@-webkit-keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
@keyframes fadeInDown2 {
    from { opacity: 0; -webkit-transform: translate3d(0, -20%, 0); transform: translate3d(0, -20%, 0) }
    to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
}
.fadeInDown2 { -webkit-animation-name: fadeInDown2; animation-name: fadeInDown2 }
@-webkit-keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft1 {
    from { -webkit-transform: translate3d(-10%, 0, 0); transform: translate3d(-10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft1 { -webkit-animation-name: fadeInLeft1; animation-name: fadeInLeft1 }
@-webkit-keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInLeft2 {
    from { -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInLeft2 { -webkit-animation-name: fadeInLeft2; animation-name: fadeInLeft2 }
@-webkit-keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight1 {
    from { -webkit-transform: translate3d(10%, 0, 0); transform: translate3d(10%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight1 { -webkit-animation-name: fadeInRight1; animation-name: fadeInRight1 }
@-webkit-keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInRight2 {
    from { -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInRight2 { -webkit-animation-name: fadeInRight2; animation-name: fadeInRight2 }
@-webkit-keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
@keyframes zoomLeft {
    from { -webkit-transform: scale3d(0.3, .3, .3); transform: scale3d(0.3, .3, .3); opacity: 0 }
    50% { opacity: 1 }
}
.zoomLeft { -webkit-transform-origin: 0 50%; transform-origin: 0 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
.zoomRight { -webkit-transform-origin: 100% 50%; transform-origin: 100% 50%; -webkit-animation-name: zoomLeft; animation-name: zoomLeft }
@-webkit-keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp1 {
    from { -webkit-transform: translate3d(0, 10%, 0); transform: translate3d(0, 10%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp1 { -webkit-animation-name: fadeInUp1; animation-name: fadeInUp1 }
@-webkit-keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
@keyframes fadeInUp2 {
    from { -webkit-transform: translate3d(0, 2%, 0); transform: translate3d(0, 2%, 0); opacity: 0 }
    to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1 }
}
.fadeInUp2 { -webkit-animation-name: fadeInUp2; animation-name: fadeInUp2 }