@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px; font-size:12px; font-family:Arial, sans-serif; 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:#af251b; 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; font-family:Arial, sans-serif; color:#888; outline:none; border:0px;}
em{font-style:normal;}
.btn1{cursor:pointer;}
.red{color:#cb1f18;}
.wal{width:15.36rem; margin:0px auto;}
.wal2{width:1200px; margin:0px auto;}
.wal3{width:14.0rem; margin:0px auto;}

.flex,
.visionBox .conDiv,
.honorPart2 .list li .imgDiv,
.business1 .bigBox{display: flex;
  display: -webkit-flex; }

.flex,
.visionBox .conDiv,
.honorPart2 .list li .imgDiv,
.business1 .bigBox{ align-items: center;
  -webkit-align-items: center; }

.flex,
.visionBox .conDiv,
.honorPart2 .list li .imgDiv{justify-content: center;
  -webkit-justify-content: center; }

a,
.nav li a:after,
.navIco:before,
.headDiv .logo img,
.indexPart1 .more a:after,
.businessPic .txtDiv,
.indexPart4 .leftDiv li .box,
.indexPart4 .leftDiv li .time,
.indexPart4 .leftDiv li .name,
.indexPart4 .leftDiv li .bg,
.indexPart4 .leftDiv li .ico,
.pageNav li a:after,
.honorPart2 .list li .box,
.honorPart2 .list li .box:before,
.honorPart2 .list li .time,
.newsBox .list li .botDiv,
.newsBox .list li .name,
.newsBox .list li .content,
.newsBox .list li .time,
.sideNews .list li .name,
.business2 .list li .en,
.business2 .list li .cn,
.business21 .list li .en,
.business21 .list li .cn,
.business3 .swiper-slide .ico,
.business3 .swiper-slide .name,
.business3 .swiper-slide .name:after,
.business3 .swiper-slide .msg,
.business3 .swiper-slide .bg,
.hahaPic .swiper-slide .ico,
.hahaPic .swiper-slide .name,
.hahaPic .swiper-slide .name:after,
.hahaPic .swiper-slide .msg,
.hahaPic .swiper-slide .bg,
.advantagePic .swiper-slide .mxfDiv,
.advantagePic .swiper-slide .botbot:after,
.advantagePic .swiper-slide .bg{
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;	
}

.sNav,
.navRight,
.sideTitleTel .con img,
.businessPic .imgDiv img,
.newsBox .list li .imgDiv img,
.business1 .rightImg img,
.business3 .swiper-slide .ico img,
.hahaPic .swiper-slide .ico img{
transition:All 0.8s ease;
-webkit-transition:All 0.8s ease;
-moz-transition:All 0.8s ease;
-o-transition:All 0.8s ease;  
}

.indexPart1{
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);}
@font-face {font-family:montr; src:url(../font/Montserrat-Regular.otf);}
@font-face {font-family:rubik; src:url(../font/rubik-regular-webfont.ttf);}
@font-face {font-family:Gilroy; src:url(../font/Gilroy-Light.ttf);}
@font-face {font-family:din; src:url(../font/DINCOND-BOLD.otf);}

.w1042{ width: 10.42rem;}
.w400{ width: 4rem;}

.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*/

@-webkit-keyframes am_top
{
    0%{ -webkit-transform:translate(0,30px);opacity:0}
    100%{ -webkit-transform:translate(0,0px);opacity:1}
}

.headDiv{ height:100px; z-index:5; width:100%; position: fixed; left: 0; top: 0; transition: all .5s ease-out 0s;}
.headDiv:hover, .headDiv.mini { background-color: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);}
.headDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.headDiv .logo{ position:absolute; left: 36px; top: 26px; z-index:1; width: 172px; height: 50px; overflow: hidden;}
.headDiv .logo img{ width: 172px; }
.headDiv .logo .img2{ opacity: 0; position: absolute; left: 0; top: 0; }
.headDiv:hover .logo .img1,.headDiv.mini .logo .img1{ opacity: 0;}
.headDiv:hover .logo .img2,.headDiv.mini .logo .img2{ opacity: 1;}

.nav{ position: absolute; right: 230px; top: 0; }
.nav li{ float: left; padding-left: 55px; }
.nav li a{ display: block; position: relative; height: 100px; line-height: 100px; font-size: 16px; color: #fff; }
.nav li a:after{ content: ''; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #af251b; }
.nav li a:hover:after, .nav li .aNow:after, .nav li .aNow1:after{ width: 100%; left: 0;}
.headDiv:hover .nav a,.headDiv.mini .nav a{ color: #333; }

.headDiv .topRight{ position: absolute; right: 130px; top: 0; height: 100px; }

.headDiv .topSearch em{ display: block; cursor: pointer; width: 60px; height: 100px; background: url(../images/nimg20_0.png) center no-repeat; }
.headDiv:hover .topSearch em,.headDiv.mini .topSearch em{background: url(../images/nimg20_0on.png) center no-repeat;}

.pageBg{ position:fixed; z-index:8; width:100%; height:100%; display:none; background:rgba(0,0,0,0.5); left:0px; top:0px;}

/*导航触发效果*/
.sNav{ opacity:0; visibility:hidden; position: fixed; z-index: 5; width: 140px; top: 110px;}
.sNav .bg{ height: 15px; background:url(../images/sNav.png) 40px bottom no-repeat; cursor:pointer;}
.sNav .list{ background: #fff; border-radius: 6px; padding-top: 20px;}
.sNav li{ padding-bottom: 20px; font-size: 14px; text-align: center; }
.sNav li a{ display: block; color: #999; }
.sNav li a:hover{ color: #af251b; }
.sNav.on{ opacity:1; visibility:visible; top:100px;}


.navRight{ height:100vh; width:5.2rem; overflow:hidden; position:fixed; z-index:10; right:-5.2rem; top:0px; background: #af251b;}
.navRight.on{ right: 0; }
.navRight .closeBtn{ display: block; height: 60px; border-bottom: rgba(255,255,255,0.2) solid 1px; position: relative; }
.navRight .closeBtn img{ position: absolute; right: 0.5rem; top: 50%; margin-top: -8px; }
.subNav{ cursor:pointer; height: 0.62rem; padding: 0 0.5rem; position: relative; line-height: 0.62rem; color: #fff; font-size: 0.26rem; }
.subNav:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255,255,255,0.2); }
.subNav1:before{ content: ''; position: absolute; right: 0.5rem; width: 16px; height: 16px; top: 50%; margin-top: -8px; background: url(../images/nimg16_2.png) right center no-repeat;}
.subNav a{ display: block; height: 0.62rem; color: #fff;}
.navContent{display: none; padding: 10px 0;}
.navContent a{display:block; height:0.42rem; line-height: 0.42rem; color:#fff; font-size:0.2rem; padding: 0 0.6rem; }

.navIco{ position: absolute; display: block; right: 0; width: 100px; height: 100px; text-align: center; line-height: 100px;}
.navIco:before{ content: ''; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background: rgba(255,255,255,0.1);}
.navIco img{ width: 24px; }
.navIco .img2{ opacity: 0; position: absolute; left: 50%; top: 50%; margin-left: -12px; margin-top: -7px; }
.headDiv:hover .navIco:before,.headDiv.mini .navIco:before{ background: #edeef1;}

.headDiv:hover .navIco .img1,.headDiv.mini .navIco .img1{ opacity: 0;}
.headDiv:hover .navIco .img2,.headDiv.mini .navIco .img2{ opacity: 1;}

.search-form {
  width: 100%;
  position:fixed;
  left: 0;
  top: 100px;
  background: #f9f9f9;
  z-index: 3;
  padding: 40px 0;
  display: none;
  border-top: 1px solid #ddd;
  /* 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 #af251b;
}
.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: #666;
}
.search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
.search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
.search-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}
.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);
}

.footDiv{ padding: 0.9rem 0 0.6rem; overflow: hidden; background: #fff; position: relative;}
.footDiv .logo{ position: absolute; left: 50%; top: 1.3rem; margin-left: -102px; }
.footDiv .txt{ font-size: 24px; color: #af251b; font-family: mont; text-transform: uppercase; height: 50px; line-height: 24px; }
.footDiv .tel{ position: relative; padding-left: 43px; height: 30px; line-height: 30px; color: #333; font-size: 30px; font-family: mont; }
.footDiv .tel img{ position: absolute; left: 0; top: 0; }
.footDiv .tel em{ font-size:14px; color:#333; padding-right:10px; position:relative; top:-4px;}
.footDiv .msgList{ padding-top: 20px; }
.footDiv .msgList li{ font-size: 14px; line-height: 24px; }
.footDiv .rightDiv{ position: relative; padding-right: 120px; padding-top: 15px; }
.footDiv .ewm{ position: absolute; right: 0; top: 0; }
.footDiv .limg{ box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.2);}
.footDiv .limg img{ width: 110px; }
.footDiv .ewm p{ text-align: center; padding-top: 30px; font-size: 12px; color: #333; }
.footDiv .share{ padding-top: 34px; overflow: hidden;}
.footDiv .share li{ float: left; margin-right: 30px; }
.footDiv .share li a{ display: block; width: 43px; height: 43px; border-radius: 50%; position: relative; background: #e6e6e6; }
.footDiv .share li img{ position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -10px; }
.footDiv .share li .img1{ opacity: 0; }
.footDiv .share li a:hover{ background: #af251b; }
.footDiv .share li a:hover img{ opacity: 0; }
.footDiv .share li a:hover .img1{ opacity: 1; }

.foot{ background: #1c2530; height: 70px; }
.foot .msg{ line-height: 70px; font-size: 12px; color: #fff; }

.pageBanner{ position:relative; height: 6.5rem;}
.pageBanner .bg { width: 100%; height: 6.5rem; background: center no-repeat; background-size: cover; }
.pageBanner .txtDiv{ z-index: 1; top: 50%; position: absolute; left: 50%; margin-left: -7.68rem; }
.pageBanner .cn{ padding-left: 106px; color: #fff; font-size: 36px; line-height: 36px; font-weight: bold; position: relative; }
.pageBanner .cn:before{ content: ''; position: absolute; left: 0; top: 50%; width: 94px; height: 3px; margin-top: -2px; background: #fff; }
.pageBanner .en{ padding-left: 106px; padding-top: 5px; font-family: Gilroy; font-size: 72px; line-height: 72px; color: rgba(255,255,255,0.3); text-transform: uppercase; }

.pageTop{ padding-top: 80px; }
.pageTop2{ background: #fbf9f6; }
.pageTop .bigBox{ height: 123px; position: relative; }
.pageTop .bigBox:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #f2eee7; }

.pageTitle{ position: relative; }
.pageTitle .name{ font-size: 32px; line-height: 32px; color: #cfab65; padding-bottom: 10px; }
.pageTitle .txt{ font-size: 24px; line-height: 24px; color: #aaa; font-family:mont; text-transform: uppercase; }
.pageTitle .txt b{ display: block; font-family: mont; }
.pageNav{ position: absolute; right: 0; bottom: 0; z-index: 1;}
.pageNav li{ float: left; margin-left: 40px; }
.pageNav li a{ display: block; position: relative; height: 40px; color: #66656a; font-size: 16px; line-height: 16px; font-weight: bold; }
.pageNav li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 3px; background: #af251b; }
.pageNav li .aNow, .pageNav li a:hover{ color: #af251b; }
.pageNav li .aNow:after{ left: 0; width: 100%; }

.commonTitle{ padding-bottom: 50px; text-align: center; }
.commonTitle .cn{ font-size: 30px; line-height: 30px; color: #333; padding-bottom: 10px;}
.commonTitle .en{ font-size: 24px; line-height: 24px; color: #aaa; font-family: mont; text-transform: uppercase; }

.pageTitleTel{ height:1.1rem; background: #af251b; 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;
     transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    }
.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;}


.pageMore{ padding-top: 10px; }
.pageMore a{ display: block; color: #af251b; text-align: center; font-size: 14px; font-weight: bold; }
.pageMore img{ padding-right: 15px; }

.topA{ position: fixed; right: 0.3rem; bottom: 0.9rem; width: 60px; height: 60px; border-radius: 50%; background: rgba(0,0,0,0.3); color: #fff; }
.topA:before{ content: ''; position: absolute; left: 50%; top: 15px; margin-left: -6px; width: 11px; height: 13px; background: url(../images/topA.png) no-repeat;}
.topA em{ display: block; text-align: center; font-weight: bold; padding-top: 32px; font-size: 14px; text-transform: uppercase;}
.topA:hover{ background: #1905d9; color: #fff;}



/*右侧悬浮窗*/
.sideBar{position:fixed; z-index:3; top:50%; margin-top: -242px; right:0px; cursor:pointer;}
.sideBar li{ margin-bottom: 5px; width: 60px; height: 60px; background: #ff9900; text-align: center; line-height: 60px; position: relative;}
.sideBar .mouse{position:absolute; top:0px; display:none; padding-right: 20px; width:230px; height:60px; left:-250px; background: url(../images/nimg20Bg.png) right center no-repeat;}
.sideBar .liNow .mouse{display:block;}
.sideBar li .box{ background: rgba(255,255,255,0.9);}
.sideBar li .tel{ text-align: center; font-size: 14px; color: #333;}
.sideBar li .tel b{ color: #ff9900; font-family: bold; font-size: 18px; }

.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;
  }
}








