﻿@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; color:#666; overflow-x:hidden;}
a{color:#666; text-decoration:none; outline:none;}
a:active{star:expression(this.onFocus=this.blur());} 
img{border:0px; vertical-align:middle;}
a:link {text-decoration: none; outline:none;}
a:visited{text-decoration: none; outline:none;}
a:hover{text-decoration:none; color:#ff8e32; outline:none;}
ul, p, dl, dt, dd{padding:0px; margin:0px;}
li{list-style-position:outside; list-style-type:none;}
h1, h2, h3, h4, h5{font-size:14px; padding:0px; margin:0px;}
h1{font-size:16px;}
h5{font-size:12px;}
.fl{float:left;}
.fr{float:right;}
.clear_f{clear:both; height:0px; padding:0px; margin:0px; display:block; _display:inherit;}

.h10{height:10px; overflow:hidden; clear:both;}
.h30{height:30px; overflow:hidden; clear:both;}
.h60{height:60px; overflow:hidden; clear:both;}
.h70{height:70px; overflow:hidden; clear:both;}
.h100{height:100px; overflow:hidden; clear:both;}
input, textarea{background:transparent; padding:0px; font-size:12px;  color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal{width:16.8rem; margin:0px auto;}
.wal2{width:1200px; margin:0px auto;}
.w1360{ width: 13.6rem; float: right; }
.w1420{width:14.2rem; margin:0px auto;}
.h28{ height:0.28rem;}

.content, .msg{ text-align:justify;}

.gradient{
  display: inline-block;
  background-image:-webkit-linear-gradient(left,#1f86d4,#00c1ff);
 background-image:linear-gradient(to right,#1f86d4,#00c1ff); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent;}

.indexPic .list ul, .indexPart2 .bigBox, .pageBanner, .aboutPart3, .culturePart2, .control .part2, .generics .part1, .custom .bigBox, .partner .list li .box, .lifePic .swiper-slide .layer, .custom .bigBox {
    display: flex;
    display: -webkit-flex;
}

.indexPart2 .bigBox, .pageBanner, .aboutPart3, .culturePart2, .control .part2, .generics .part1, .custom .bigBox, .partner .list li .box, .lifePic .swiper-slide .layer, .custom .bigBox {
    align-items: center;
    -webkit-align-items: center;
}

.indexPart2 .bigBox, .pageBanner, .aboutPart3, .culturePart2, .control .part2, .generics .part1, .custom .bigBox, .partner .list li .box, .lifePic .swiper-slide .layer, .custom .bigBox {
    justify-content: center;
    -webkit-justify-content: center;
}

a,
.indexPart1 .btnDiv a:after,
.indexMore a:after,
.indexPart4 .detail .name:after,
.indexPart4 .list li .name,
.indexPart4 .list li .time,
.sideTitleTel .con img,
.culturePart1 .list li .box,
.culturePart1 .list li .ico img,
.culturePart1 .list li .name,
.culturePart1 .list li .wen,
.partner .list li .box,
.lifePic .swiper-slide .layer,
.job .list li .msgDiv:after,
.economic .swiper-slide .name,
.indexPic .list li .haha, 
.indexPic .list li .ico,
.indexPic .list li .content, 
.indexPic .list li .btnDiv,
.research .list li .ico{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.indexPart4 .detail .imgDiv img,
.longterm .list li .imgDiv img,
.control .bigBox .imgDiv img,
.control .bigBox2 .imgDiv img,
.target .bigBox .imgDiv img,
.teamwork .list li .imgDiv img,
.indexPic .list li h2,
.platform .list li .imgDiv img,
.partner .list li .imgDiv img,
.team .detail .imgDiv img,
.team .list li .imgDiv img,
.research .list li .mxfDiv:before{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}

.headDiv,
.product .table .line{
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;  
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{color: transparent;}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder{color: transparent;}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{color: transparent;}
input:focus:-ms-input-placeholder, textarea:focus::-moz-placeholder{color: transparent;}

@font-face {font-family:mont; src:url(../font/MontserratBold.ttf);}

.w1040{ width: 10.4rem;}
.w390, .w390-2{ width: 3.9rem;}

.Phone-Box{ display: none; }

.fangda{ overflow: hidden;}
.fangda img{ transition:2s;-moz-transition:2s;-webkit-transition:2s;-o-transition:2s;}
.fangda:hover img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/

@keyframes myScale{from{transform: scale(1.1);}
    to{transform: scale(1);}}

@-webkit-keyframes warn{
0%{-webkit-transform:scale(0.8);transform:scale(0.8);}
50%{-webkit-transform:scale(1);transform:scale(1);}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);}
}
@-moz-keyframes warn{
0%{-webkit-transform:scale(0.8);transform:scale(0.8);}
50%{-webkit-transform:scale(1);transform:scale(1);}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);}
}
@-o-keyframes warn{
0%{-webkit-transform:scale(0.8);transform:scale(0.8);}
50%{-webkit-transform:scale(1);transform:scale(1);}
100%{-webkit-transform:scale(0.8);transform:scale(0.8);}
}
@keyframes warn{
0%{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
50%{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
100%{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
}

.headD{ height:100px;}

.headDiv{ height:100px; z-index:5; width:100%; position:fixed; left:0; top:0; background:#fff; box-shadow: 1px 0 10px 0 rgba(0,0,0,.2);}
.headDiv.on{ top:-100px;}
.headDiv .wal{ position: relative; height: 100px; }
.headDiv .logo{ position:absolute; left: 0; top:0; line-height: 100px;}

.nav{ position: absolute; right: 140px; bottom: 0;}
.nav li{ float: left; height: 100px; font-size: 16px; }
.nav li a{ display: block; height: 100px; line-height: 100px; color: #333; padding: 0 0.3rem;}
.nav li a:hover, .nav li .aNow, .nav li .aNow1{ color: #04478b; }

.headDiv .topRight{ position: absolute; right: 0; top: 0; }
.headDiv .lan a{ display: block; font-size: 16px; color: #333; height: 100px; line-height: 100px; padding-left: 24px;}
.headDiv .lan a:before{ content: ''; position: absolute; left: 0; top: 50%; margin-top: -8px; width: 16px; height: 16px; background: url(../images/nimg16_1.png) center no-repeat; }
.headDiv .lan a:hover{ color: #04478b; }
.headDiv .topSearch{ padding-top: 30px; padding-left: 0.4rem; }
.headDiv .topSearch em{ display: block; width: 40px; height: 40px; cursor: pointer; position: relative;}
.headDiv .topSearch img{ position: absolute; left: 50%; top: 50%; margin-top: -7px; margin-left: -7px; }


.navIco{ display: none; position: absolute; right: 0; width: 1.0rem; height: 1.2rem; text-align: center; line-height: 1.2rem;}
.navIco img{ width: 0.42rem; }
.searchIco{ display: none; position: absolute; right: 1.0rem; width: 1.0rem; height: 1.2rem; text-align: center; line-height: 1.2rem;}
.searchIco img{ width: 0.36rem; }

.search-form {
  width: 100%;
  position:fixed;
  left: 0;
  top: 100px;
  background: #fff;
  z-index: 3;
  padding: 70px 0;
  display: none;
  border-top: 1px solid #f7f8f9;
  /* input placeholder  */
}
.search-form .wal {
  position: relative;
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.search-form .keywords {
  flex: 1;
  overflow: hidden;
  line-height: 56px;
  margin-left: 20px;
  font-size: 15px;
  color: #999;
}
.search-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.search-form .icon-close {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
  margin-top: -15px;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.search-form .icon-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*导航触发效果*/
/*.sNav{position:fixed; z-index:11; height:0;  width:100%; background: rgba(0,0,0,0.3); left:0; overflow: hidden; top:100px;}
.sNav.on{ opacity: 1; height: 76px; }
.sNav .list{ position: absolute; padding-left: 0.3rem;}
.sNav .list li{ font-size: 14px; float: left; line-height: 76px; }
.sNav .list li a{ position:relative; color: #fff; padding-right: 40px; display: block;}
.sNav .list li:last-child a{ padding-right: 0; }
.sNav .list li a:hover{ color: #ff8e32; }
*/

.sNav{ opacity:0; visibility:hidden; position: fixed; z-index: -1; width: 100%; width: 180px; top: 110px;}
.sNav .list{background: rgba(255,255,255,0.8); padding: 15px 0; box-shadow: 0 0 20px rgba(0,0,0, 0.1); border-radius: 6px;}
.sNav li{ font-size: 14px; height: 36px;}
.sNav li a{ display: block; text-align: center; color: #333; position: relative; line-height: 36px;}
.sNav li a:hover{ color: #ff8e32;}
.sNav.on{ opacity:1; visibility:visible; top:100px; z-index:5;}


.pageBg{ position:fixed; z-index:4; width:100%; height:100%; display:none; background:rgba(0,0,0,0.3); left:0px; top:0px;}

/*导航菜单触发*/
.navLayer{overflow-x: auto; height:100%; width:100%; overflow:hidden; position:fixed; z-index:22; right:-100%; top:0px;}
.navLayer .bg{overflow-x: auto;position:relative; background:#fff; height:100%; width:100%; }
.navLayer .toptop{ height: 1.2rem; position: relative; border-bottom: #d6d6d6 solid 1px;}
.navLayer .closeBtn{ width: 1.2rem; height:1.2rem; position:absolute; top:0px; right:0; text-align: center; line-height: 1.2rem;}
.navLayer .closeBtn img{ width: 0.48rem; }
.sideNav{ padding: 0 0 0.3rem; }
.subNav{ cursor:pointer; display:block; height:1.0rem; line-height:1.0rem; position:relative; font-size:0.34rem; border-bottom: #d6d6d6 solid 1px;}
.subNav1{ background: url(../images/ico4.png) right center no-repeat; background-size: 0.53rem; color: #333;}
.subNav .name{ position:relative; padding-left: 0.3rem;}
.subNav a{ color:#333; display: block;}
.currentDt{background:#ff8e32 url(../images/ico4on.png) right center no-repeat; background-size: 0.53rem; color: #fff;}
.navContent{display: none;}
.navContent a{display:block; height:0.88rem; border-bottom: #d6d6d6 solid 1px; line-height:0.88rem; color:#666; background: #f6f6f6; font-size:0.3rem; padding-left: 0.3rem; }

.searchLayer{ position: fixed; left: 0; top: -25%; width: 100%; background: #2c51a2; height:25%; z-index: 12; }
.searchLayer .closeBtn{ position: absolute; right: 0.5rem; top: 0.3rem; z-index: 2; }
.searchLayer .mxfDiv{ position: absolute; left: 50%; bottom: 0.8rem; width: 5.9rem; margin-left: -2.95rem; z-index: 1;}
.searchLayer .bigBox{ padding-right: 0.8rem; }
.searchLayer .form{ height: 0.62rem; border-bottom: #fff solid 1px; }
.searchLayer .input1{ width: 100%; height: 0.6rem; line-height: 0.6rem; font-size: 0.26rem; }
.searchLayer .btn{ position: absolute; right: 0; bottom: 0; width: 0.48rem; height: 0.62rem; }
.searchLayer .btn img{ width:0.48rem;}
.searchLayer input::-webkit-input-placeholder{color: #fff;}     
.searchLayer input:-moz-placeholder{color: #fff; } 
.searchLayer input::-moz-placeholder{color: #fff; } 
.searchLayer input:-ms-input-placeholder{color: #fff; }

.footDiv{ height: 320px; padding-top: 45px; box-sizing: border-box; background: url(../images/footBg.jpg) center no-repeat; background-size: cover; overflow: hidden; position: relative;}
.footDiv .wal{ position: relative; height: 100%; }
.footDiv .txt{ font-size: 0.24rem; line-height: 0.24rem; color: #fff; height: 52px; }
.footDiv .leftDiv li{ float: left; width: 4.8rem; }
.footDiv .leftDiv dd{ font-size: 0.16rem; line-height: 32px; color: rgba(255,255,255,0.7); }
.footDiv .botDiv{ position: absolute; left: 0; bottom: 0; width: 100%; height: 70px; }
.footDiv .botDiv:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.2); }
.footDiv .share li{ float: left; margin-right: 0.36rem; line-height: 70px; }
.footDiv .msg{ line-height: 70px; font-size: 14px; color: rgba(255,255,255,0.6); }
.footDiv .msg a{ color: rgba(255,255,255,0.6);}
.footDiv .msg a:hover{ text-decoration: underline;}

.pageBanner{ position:relative; height: 4.6rem; background: center no-repeat; background-size: cover; }
.pageBanner .txtDiv{ color: #fff; }
.pageBanner .txt1{ font-size: 24px; line-height: 24px; position: relative; height: 50px; }
.pageBanner .txt1:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 50px; height: 2px; background: #ff8e32; }
.pageBanner .txt2{ padding-top: 0.25rem; font-size: 0.48rem; line-height: 0.48rem; font-weight: bold; }

.pageBox{ padding: 80px 0; position: relative;}

.pageTitleTel{ height:1.1rem; background: #03448f; position:relative;}
.sideTitleTel{ width:100%; height:1.1rem; position:absolute; left:0px; top:0px;}
.sideTitleTel .con{ font-size:0.36rem; height:1.1rem; line-height:1.1rem; position:relative; padding-right:10px;}
.sideTitleTel .con a{ color: #fff; display:block; height:1.1rem; padding-left:0.3rem;}
.sideTitleTel .con img{ position: absolute; right: 0.3rem; top: 50%; margin-top: -0.12rem; width: 0.4rem;}
.sideTitleTel .con.on img{ transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);}
.sideTitleNav{ position:absolute; top:1.1rem; z-index:10; width:100%; background:#fff; display:none; box-shadow:0 1px 5px rgba(35,25,25,0.2); -moz-box-shadow:0 1px 5px rgba(35,25,25,0.2); -webkit-box-shadow:0 1px 5px rgba(35,25,25,0.2);}
.sideTitleNav li{ font-size: 0.3rem; height:1.0rem; border-bottom:#d7d7d7 solid 1px;}
.sideTitleNav li a{ display:block; height:1.0rem; line-height:1.0rem; padding-left:0.3rem; color:#666;}
.sideTitleTel .con em{ display:block; color:#fff; padding-left: 0.3rem;}


.pageNum{ text-align: center; }
.pageNum a{ display: inline-block; width: 38px; height: 34px; line-height: 34px; text-align: center; font-size: 14px; color: #666; border: #fff solid 1px; background: #fff; margin: 0 4px; border-radius: 4px;}
.pageNum a:hover, .pageNum .aNow{ background: #ff8e32; border: #ff8e32 solid 1px; color: #fff; }
.pageNum .prev, .pageNum .next{ border: #999 solid 1px;}
.pageNum .prev:before{ content: '<'; font-family: '宋体'; }
.pageNum .next:before{ content: '>'; font-family: '宋体'; }

.pageMore{ padding-top: 0.4rem; }
.pageMore a{ display: block; height: 1.2rem; line-height: 1.2rem; background: #ff8e32; color: #fff; text-align: center; font-size: 0.3rem; }

.topA{ position: fixed; right: 0.3rem; bottom: 0.9rem; width: 48px; height: 48px; border-radius: 50%; border: #9e9e9e solid 1px; background:#fff; color: #9e9e9e; z-index:6; }
.topA:before{ content: ''; position: absolute; left: 50%; top: 13px; margin-left: -6px; width: 12px; height: 7px; background: url(../images/topA.png) no-repeat;}
.topA em{ display: block; text-align: center; padding-top: 24px; font-size: 14px; text-transform: uppercase;}
.topA:hover{ border: #ff8d32 solid 1px; background: #ff8d32; color: #fff; }
.topA:hover:before{ background: url(../images/topAon.png) no-repeat;}

.tabContent{ display:none;}
.tab li{ cursor:pointer;}
.tabContent2{ display:none;}
.tab2 li{ cursor:pointer;}


.fadeInUp50 {
  -webkit-animation-name: fadeInUp50;
  -moz-animation-name: fadeInUp50;
  -ms-animation-name: fadeInUp50;
  animation-name: fadeInUp50;
}
@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft50 {
  -webkit-animation-name: fadeInLeft50;
  -moz-animation-name: fadeInLeft50;
  -ms-animation-name: fadeInLeft50;
  animation-name: fadeInLeft50;
}
@-webkit-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    -moz-transform: translate3d(-50px, 0, 0);
    -ms-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight50 {
  -webkit-animation-name: fadeInRight50;
  -moz-animation-name: fadeInRight50;
  -ms-animation-name: fadeInRight50;
  animation-name: fadeInRight50;
}
@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -ms-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}








